Merge "Do not require port argument when updating floating IP"
This commit is contained in:
doc/source/cli/command-objects
openstackclient
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user