summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-07-24 00:53:33 +0000
committerGerrit Code Review <review@openstack.org>2018-07-24 00:53:33 +0000
commit00194b4e208cfb2be606f4d436166ccd3bc75cdc (patch)
treea8af593842cbf1e8781f2475eb8136c313538dff /doc
parent3dd9613b21d78005e1c8f5b3b20b48b686459717 (diff)
parent402c9a21b347509520be206e28ee7d0ef4004b92 (diff)
downloadpython-openstackclient-00194b4e208cfb2be606f4d436166ccd3bc75cdc.tar.gz
Merge "Do not require port argument when updating floating IP"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/command-objects/floating-ip.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/cli/command-objects/floating-ip.rst b/doc/source/cli/command-objects/floating-ip.rst
index c0ba7ebf..e3e50adc 100644
--- a/doc/source/cli/command-objects/floating-ip.rst
+++ b/doc/source/cli/command-objects/floating-ip.rst
@@ -198,7 +198,7 @@ Set floating IP properties
.. code:: bash
openstack floating ip set
- --port <port>
+ [--port <port>]
[--fixed-ip-address <ip-address>]
[--qos-policy <qos-policy> | --no-qos-policy]
[--tag <tag>] [--no-tag]
@@ -257,8 +257,8 @@ Unset floating IP Properties
.. code:: bash
openstack floating ip unset
- --port
- --qos-policy
+ [--port]
+ [--qos-policy]
[--tag <tag> | --all-tag]
<floating-ip>