56033ba643
- 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
10 lines
422 B
YAML
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>`_.
|