diff options
| author | Zuul <zuul@review.openstack.org> | 2018-09-17 10:57:54 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-09-17 10:57:54 +0000 |
| commit | 8bd810d8f80c5cf76917b0549244ad15f5866144 (patch) | |
| tree | 6c3fa19141be40fde4a2e39a599ee2e2fcfe3f69 /doc/source/cli/command-objects | |
| parent | 39d41f356c7d1c27fcac16c92a68af5b178b71b1 (diff) | |
| parent | 3012ab4bb8db0a6ea7a0cace6f1d2e2e3685b903 (diff) | |
| download | python-openstackclient-8bd810d8f80c5cf76917b0549244ad15f5866144.tar.gz | |
Merge "Do not require port argument when updating floating IP" into stable/queens
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/floating-ip.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/cli/command-objects/floating-ip.rst b/doc/source/cli/command-objects/floating-ip.rst index d9ed2307..f67287ba 100644 --- a/doc/source/cli/command-objects/floating-ip.rst +++ b/doc/source/cli/command-objects/floating-ip.rst @@ -159,14 +159,14 @@ 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] <floating-ip> .. option:: --port <port> - Assocaite the floating IP with port (name or ID) + Associate the floating IP with port (name or ID) .. option:: --fixed-ip-address <ip-address> @@ -208,8 +208,8 @@ Unset floating IP Properties .. code:: bash openstack floating ip unset - --port - --qos-policy + [--port] + [--qos-policy] <floating-ip> .. option:: --port |
