neutron-lib/releasenotes/notes/port-mac-address-regenerate-cc33d03216b5bc3d.yaml
Harald Jensås 56033ba643 Add support to regenerate port mac_address
- Adds converter to generate a valid mac address if the
  provided data is 'null' (None).
- Adds api extension definition for port using the new converter.

Related-Bug: #1768690
Change-Id: Ibfcf179c2051d2bf47d4d1e62e8146cbee29fd64
2018-06-22 16:14:49 +00:00

10 lines
422 B
YAML

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