heat/releasenotes/notes/port-mac-address-update-b377d23434e7b48a.yaml
Zane Bitter 28975c7cd6 Disallow in-place update of Port MAC address
While Neutron may technically allow updating the requested MAC address
of a port (for admin users only), in practice this only appears to work
when the port is not in use. Use Heat's replace-on-update flow, which is
designed to handle resources that are in use, to deal with changes to
the requested MAC.

Change-Id: I278584ecfe59a338d3135416527d9d3332808d2a
Depends-On: https://review.opendev.org/665692
Task: 31012
2019-06-17 14:41:26 +00:00

7 lines
208 B
YAML

---
fixes:
- |
``OS::Neutron::Port`` resources will now be replaced when the
``mac_address`` property is modified. Neutron is unable to update the MAC
address of a port once the port is in use.