ironic/releasenotes/notes/update-live-port-ee3fa9b77f5d0cf7.yaml
Dmitry Tantsur f4ff926ab1 Fix updating port MAC address for active nodes
Current update fails with HTTP 500 when trying to update a bound Neutron
port. Remove the binding before update and restore it during update.

For nodes in "active" state (or with instance_uuid assigned) only allow
such update in maintenance mode. This is not a breaking change, as previously
it did not work at all.

Change-Id: I356fc0eb3702eb16b7f8e675ea416473c65af7e3
Closes-Bug: #1611744
2016-08-11 12:56:42 +02:00

7 lines
282 B
YAML

---
fixes:
- Fixed updating a MAC on a port for active instances in maintenance mode
(used to return HTTP 500 previously).
- Return HTTP 400 for requests to update a MAC on a port for an active
instance without maintenance mode set (used to return HTTP 500 previously).