summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-23 18:26:55 +0000
committerGerrit Code Review <review@openstack.org>2016-09-23 18:26:55 +0000
commit578cd12dfb2140da48dd5f8d2ed3e6a3e2906a2d (patch)
treebb21d1a777e3749b615550d4126f3a4ab47c0976 /doc/source/command-objects
parentb0750c76eca8e8ec8849f70c839fac550d33f28c (diff)
parent0981931628cdea07793850631595cf7299badeaa (diff)
downloadpython-openstackclient-578cd12dfb2140da48dd5f8d2ed3e6a3e2906a2d.tar.gz
Merge "Add --description to Neutron commands"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/floating-ip.rst6
-rw-r--r--doc/source/command-objects/router.rst10
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/command-objects/floating-ip.rst b/doc/source/command-objects/floating-ip.rst
index 093bb8e4..2ab21f36 100644
--- a/doc/source/command-objects/floating-ip.rst
+++ b/doc/source/command-objects/floating-ip.rst
@@ -17,6 +17,7 @@ Create floating IP
[--port <port>]
[--floating-ip-address <floating-ip-address>]
[--fixed-ip-address <fixed-ip-address>]
+ [--description <description>]
<network>
.. option:: --subnet <subnet>
@@ -39,6 +40,11 @@ Create floating IP
Fixed IP address mapped to the floating IP
*Network version 2 only*
+.. option:: --description <description>
+
+ Set floating IP description
+ *Network version 2 only*
+
.. describe:: <network>
Network to allocate floating IP from (name or ID)
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst
index bbdca054..13a75158 100644
--- a/doc/source/command-objects/router.rst
+++ b/doc/source/command-objects/router.rst
@@ -64,6 +64,7 @@ Create new router
[--project <project> [--project-domain <project-domain>]]
[--enable | --disable]
[--distributed]
+ [--description <description>]
[--availability-zone-hint <availability-zone>]
<name>
@@ -88,6 +89,10 @@ Create new router
Create a distributed router
+.. option:: --description <description>
+
+ Set router description
+
.. option:: --availability-zone-hint <availability-zone>
Availability Zone in which to create this router
@@ -186,6 +191,7 @@ Set router properties
[--name <name>]
[--enable | --disable]
[--distributed | --centralized]
+ [--description <description>]
[--route destination=<subnet>,gateway=<ip-address> | --no-route]
<router>
@@ -209,6 +215,10 @@ Set router properties
Set router to centralized mode (disabled router only)
+.. option:: --description <description>
+
+ Set router description
+
.. option:: --route destination=<subnet>,gateway=<ip-address>
Routes associated with the router