diff options
| author | Hongbin Lu <hongbin.lu@huawei.com> | 2018-07-27 16:41:45 -0400 |
|---|---|---|
| committer | Hongbin Lu <hongbin.lu@huawei.com> | 2018-12-05 21:07:07 +0000 |
| commit | c82f4237e59dd61f180b2bfbd3383c6540cd6cef (patch) | |
| tree | 8d3d22e24cfb9ca0249831b933187f50b6866557 /doc/source/cli/command-objects | |
| parent | 8be53a50e5278281640b5023c4d8c4b28da22cb9 (diff) | |
| download | python-openstackclient-c82f4237e59dd61f180b2bfbd3383c6540cd6cef.tar.gz | |
Support enable/disable uplink status propagation
Add options to enable/disable uplink status propagation on creating
a neutron port.
Related patches:
* neutron: https://review.openstack.org/#/c/571899/
* openstacksdk: https://review.openstack.org/#/c/586687/
Depends-On: https://review.openstack.org/#/c/586687/
Change-Id: I095a98fc5f5aee62d979a16b3cd79d91ec3b9ddb
Related-Bug: #1722720
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/port.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/port.rst b/doc/source/cli/command-objects/port.rst index bb037fa3..bc9f5dde 100644 --- a/doc/source/cli/command-objects/port.rst +++ b/doc/source/cli/command-objects/port.rst @@ -26,6 +26,7 @@ Create new port [--binding-profile <binding-profile>] [--host <host-id>] [--enable | --disable] + [--enable-uplink-status-propagation | --disable-uplink-status-propagation] [--mac-address <mac-address>] [--security-group <security-group> | --no-security-group] [--dns-domain <dns-domain>] @@ -87,6 +88,14 @@ Create new port Disable port +.. option:: --enable-uplink-status-propagation + + Enable uplink status propagate + +.. option:: --disable-uplink-status-propagation + + Disable uplink status propagate (default) + .. option:: --mac-address <mac-address> MAC address of this port |
