diff options
| author | Zuul <zuul@review.openstack.org> | 2018-12-24 12:00:03 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-12-24 12:00:03 +0000 |
| commit | 7b72fb816f7727fae0c6fe6d32aaa53ff82d4c69 (patch) | |
| tree | 9515135632917183e2167ad8cdb11d511cf3b832 /doc/source/cli | |
| parent | 4eab8364413ab26f40446a348d7be06fe61c7f45 (diff) | |
| parent | c82f4237e59dd61f180b2bfbd3383c6540cd6cef (diff) | |
| download | python-openstackclient-7b72fb816f7727fae0c6fe6d32aaa53ff82d4c69.tar.gz | |
Merge "Support enable/disable uplink status propagation"
Diffstat (limited to 'doc/source/cli')
| -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 |
