diff options
| author | yanpuqing <yanpq@awcloud.com> | 2018-06-13 05:21:53 -0400 |
|---|---|---|
| committer | yanpuqing <yanpq@awcloud.com> | 2018-06-13 23:05:30 -0400 |
| commit | 402c9a21b347509520be206e28ee7d0ef4004b92 (patch) | |
| tree | b517f5c35ed85ec8761dcfcebe82414c94592cf4 /doc/source/cli/command-objects | |
| parent | f7e4d31820e797e0d374e7dfde1142373245ea87 (diff) | |
| download | python-openstackclient-402c9a21b347509520be206e28ee7d0ef4004b92.tar.gz | |
Do not require port argument when updating floating IP
When setting floating ip other properties, port argument is
force to use.
The patch modifies the command, when setting floating ip other
properties, like tags, no need port argument.
Change-Id: I908712c8913f32d3dd5fdfefe7347277d72f66de
Story: 1751431
Task: 13865
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/floating-ip.rst | 6 |
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> |
