summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/subnet.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-28 07:39:37 +0000
committerGerrit Code Review <review@openstack.org>2016-06-28 07:39:37 +0000
commit6eef2998999338204197f3d3150b49fcee3834c8 (patch)
tree1e7e227a57ead5766bdcbde5eec29146243b4424 /doc/source/command-objects/subnet.rst
parent9e47688e5eb2d3e4ee8fe0e15d49b34fe7c5512d (diff)
parent5534e293427e2ca89dc3d676226a0c2701c9612c (diff)
downloadpython-openstackclient-6eef2998999338204197f3d3150b49fcee3834c8.tar.gz
Merge "Fix typo in openstackclient/network/v2"
Diffstat (limited to 'doc/source/command-objects/subnet.rst')
-rw-r--r--doc/source/command-objects/subnet.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst
index fe77ccfd..1137940f 100644
--- a/doc/source/command-objects/subnet.rst
+++ b/doc/source/command-objects/subnet.rst
@@ -83,7 +83,7 @@ Create new subnet
'auto': Gateway address should automatically be chosen from
within the subnet itself, 'none': This subnet will not use
a gateway, e.g.: ``--gateway 192.168.9.1``, ``--gateway auto``,
- ``--gateway none`` (default is 'auto')
+ ``--gateway none`` (default is 'auto').
.. option:: --host-route destination=<subnet>,gateway=<ip-address>
@@ -158,7 +158,8 @@ List subnets
.. option:: --ip-version {4, 6}
- List only subnets of given IP version in output
+ List only subnets of given IP version in output.
+ Allowed values for IP version are 4 and 6.
subnet set
----------
@@ -200,7 +201,7 @@ Set subnet properties
Specify a gateway for the subnet. The options are:
<ip-address>: Specific IP address to use as the gateway,
'none': This subnet will not use a gateway,
- e.g.: ``--gateway 192.168.9.1``, ``--gateway none``
+ e.g.: ``--gateway 192.168.9.1``, ``--gateway none``.
.. option:: --host-route destination=<subnet>,gateway=<ip-address>