diff options
| author | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2017-01-18 11:16:39 +0000 |
|---|---|---|
| committer | Steve Martinelli <s.martinelli@gmail.com> | 2017-07-12 22:50:09 +0000 |
| commit | 1ae904a4912494b3d0ac87f22aaf958129744548 (patch) | |
| tree | b88a0193104c5726e2272a99ca3ae3c621e8fa84 /doc/source/cli/command-objects | |
| parent | 3cba09e767c6af3f715828966f0d0fa21edc00a8 (diff) | |
| download | python-openstackclient-1ae904a4912494b3d0ac87f22aaf958129744548.tar.gz | |
Add 'data_plane_status' option to Port classes
Adds 'data_plane_status' option to SetPort and UnsetPort classes.
Closes-Bug: #1684989
Change-Id: I26e23b551afb8c37e6babdea1655efb7c5c6873b
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/port.rst | 12 |
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> |
