summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-13 02:44:35 +0000
committerGerrit Code Review <review@openstack.org>2017-07-13 02:44:35 +0000
commit894df67c67c688ea55bbdd2b91bc2a786c6f680b (patch)
tree800b899a21ccda4872353546ae173ffe9584ec68 /doc/source/cli/command-objects
parentbca8d57eb3963beb74baa5d75e61954c610369d0 (diff)
parent1ae904a4912494b3d0ac87f22aaf958129744548 (diff)
downloadpython-openstackclient-894df67c67c688ea55bbdd2b91bc2a786c6f680b.tar.gz
Merge "Add 'data_plane_status' option to Port classes"
Diffstat (limited to 'doc/source/cli/command-objects')
-rw-r--r--doc/source/cli/command-objects/port.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/port.rst b/doc/source/cli/command-objects/port.rst
index b3f4c7f9..2102288b 100644
--- a/doc/source/cli/command-objects/port.rst
+++ b/doc/source/cli/command-objects/port.rst
@@ -232,6 +232,7 @@ Set port properties
[--dns-name <dns-name>]
[--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>]]
[--no-allowed-address]
+ [--data-plane-status <status>]
<port>
.. option:: --description <description>
@@ -335,6 +336,12 @@ Set port properties
(Specify both --allowed-address and --no-allowed-address
to overwrite the current allowed-address pairs)
+.. option:: --data-plane-status
+
+ Set data plane status of this port (ACTIVE | DOWN).
+ Unset it to None with the 'port unset' command
+ (requires data plane status extension)
+
.. _port_set-port:
.. describe:: <port>
@@ -370,6 +377,7 @@ Unset port properties
[--security-group <security-group> [...]]
[--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>] [...]]
[--qos-policy]
+ [--data-plane-status]
<port>
.. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address>
@@ -398,6 +406,10 @@ Unset port properties
Remove the QoS policy attached to the port
+.. option:: --data-plane-status
+
+ Clear existing information of data plane status
+
.. _port_unset-port:
.. describe:: <port>