summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/floating-ip.rst
diff options
context:
space:
mode:
authorAnkur Gupta <ankur.gupta@intel.com>2016-09-20 12:29:08 -0500
committerSteve Martinelli <s.martinelli@gmail.com>2016-09-23 16:09:17 +0000
commit0981931628cdea07793850631595cf7299badeaa (patch)
tree89194cdc87444cbeaa9c02b3271dbd68becd6aad /doc/source/command-objects/floating-ip.rst
parentccd2d658d1d5b55c8014f6bd6fa09aa084d07c21 (diff)
downloadpython-openstackclient-0981931628cdea07793850631595cf7299badeaa.tar.gz
Add --description to Neutron commands
Added simple option for floating ip description when creating a floating ip. Added option for create and set router as well. Partially Implements: blueprint neutron-client-descriptions Partially Implements: blueprint network-commands-options Change-Id: Ib8cd8af449e9ff33b980017b2527a6b196894a00
Diffstat (limited to 'doc/source/command-objects/floating-ip.rst')
-rw-r--r--doc/source/command-objects/floating-ip.rst6
1 files changed, 6 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)