diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-03-20 20:53:22 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-03-20 20:53:22 +0000 |
| commit | f16513aaf2cbe9bb9432480d43f46376a7f19133 (patch) | |
| tree | d6e97895feb25ebf578e015da6194fd51b3a44a4 /doc/source/command-objects | |
| parent | 9a1efd41c8e5d942bc6bd9f08f470d6c55fe6ed8 (diff) | |
| parent | f1345dc06f91177ced17f102bcdaaa126fe12568 (diff) | |
| download | python-openstackclient-f16513aaf2cbe9bb9432480d43f46376a7f19133.tar.gz | |
Merge "Make MAC address of port updatable"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/port.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index 5080addb..98642b9a 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -219,6 +219,7 @@ Set port properties [--host <host-id>] [--enable | --disable] [--name <name>] + [--mac-address <mac-address>] [--security-group <security-group>] [--no-security-group] [--enable-port-security | --disable-port-security] @@ -285,6 +286,10 @@ Set port properties Set port name +.. option:: --mac-address + + Set port's MAC address (admin only) + .. option:: --security-group <security-group> Security group to associate with this port (name or ID) |
