28975c7cd6
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
7 lines
208 B
YAML
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.
|