summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/port.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-23 12:33:06 +0000
committerGerrit Code Review <review@openstack.org>2016-09-23 12:33:06 +0000
commit1fc41f38370fcffb2dd4620bbd2429c5caf388b5 (patch)
treecf9947f191af3a119e3e79a0d193008a75bf92fa /doc/source/command-objects/port.rst
parent40cc493b78ebb5c131d993ebda96a912975f79e7 (diff)
parentb38be94a5d82eb88d27c81e697152ad064854466 (diff)
downloadpython-openstackclient-1fc41f38370fcffb2dd4620bbd2429c5caf388b5.tar.gz
Merge "Introduce overwrite functionality in ``osc port set``"
Diffstat (limited to 'doc/source/command-objects/port.rst')
-rw-r--r--doc/source/command-objects/port.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst
index 04cf59a2..e3e783ad 100644
--- a/doc/source/command-objects/port.rst
+++ b/doc/source/command-objects/port.rst
@@ -144,11 +144,13 @@ Set port properties
.. code:: bash
os port set
- [--fixed-ip subnet=<subnet>,ip-address=<ip-address> | --no-fixed-ip]
+ [--fixed-ip subnet=<subnet>,ip-address=<ip-address>]
+ [--no-fixed-ip]
[--device <device-id>]
[--device-owner <device-owner>]
[--vnic-type <vnic-type>]
- [--binding-profile <binding-profile> | --no-binding-profile]
+ [--binding-profile <binding-profile>]
+ [--no-binding-profile]
[--host <host-id>]
[--enable | --disable]
[--name <name>]
@@ -162,7 +164,9 @@ Set port properties
.. option:: --no-fixed-ip
- Clear existing information of fixed IP addresses
+ Clear existing information of fixed IP addresses.
+ Specify both --fixed-ip and --no-fixed-ip
+ to overwrite the current fixed IP addresses.
.. option:: --device <device-id>
@@ -186,7 +190,9 @@ Set port properties
.. option:: --no-binding-profile
- Clear existing information of binding:profile
+ Clear existing information of binding:profile.
+ Specify both --binding-profile and --no-binding-profile
+ to overwrite the current binding:profile information.
.. option:: --host <host-id>