neutron/releasenotes/notes/port-mac-address-regenerate-312978c834abaa52.yaml
Harald Jensås 8f3a066b20 Add support to regenerate port mac_address
Passing 'null' (None) as the mac address in a port update
request causes the port's mac address to be re-generated
using the base MAC address Neutron uses for VIFs.

This change implementes a temporary lib api definition
with a new converter that will generate valid mac if the
data provided is None.

APIImpact: Port mac_addr regenerated if None passed on update.
Closes-Bug: #1768690
Change-Id: I7d04beea4810718c3b745de8ea97897b1323267e
2018-06-27 00:22:35 +02:00

8 lines
311 B
YAML

---
features:
- |
Adds api extenstion ``port-mac-address-regenerate``. When passing
``'null'`` (``None``) as the ``mac_address`` on port update a converter
will generate a new mac address that will be assigned to the port.
`RFE: #1768690 <https://bugs.launchpad.net/neutron/+bug/1768690>`_.