Merge "Make MAC address of port updatable"

This commit is contained in:
Jenkins
2017-03-20 20:53:22 +00:00
committed by Gerrit Code Review
5 changed files with 55 additions and 7 deletions
doc/source/command-objects
openstackclient
network
tests
functional
network
unit
network
releasenotes/notes

@ -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)