python-openstackclient/releasenotes/notes/bug-1670707-c4799fbed39ef75b.yaml
Bence Romsics f1345dc06f Make MAC address of port updatable
openstackclient does not allow the update of a port's MAC address.
However this is possible in neutron API (though by default policy
it is an admin-only operation). Allow it in openstackclient too.

Change-Id: Ibd9e0a6fbd1d0d461b8a8daee24dbb7c3f929df6
Closes-Bug: #1670707
2017-03-20 15:40:48 +00:00

6 lines
133 B
YAML

---
fixes:
- |
Add ``--mac-address`` option to ``port set`` command.
[Bug `1670707 <https://launchpad.net/bugs/1670707>`_]