ironic/releasenotes/notes/neutron-port-update-598183909d44396c.yaml
Tzu-Mainn Chen d15d2f09fb Use auth values from neutron conf when managing Neutron ports
Using the auth values from the neutron section of the Ironic
configuration prevents issues where a non-admin user is not
allowed to manage Neutron ports.

Change-Id: I66cf1acba10a7b7b82f5a2a55453c3d5a29a086e
Story: #2006506
Task: #38789
2020-04-03 14:32:57 +00:00

9 lines
355 B
YAML

---
features:
- |
Changes neutron port updates to use auth values from Ironic's neutron
conf, preventing issues that can arise when a non-admin user manages
Ironic nodes. A check is added to the port update function to verify that
the user can actually see the port. This adds an additional Neutron
request call to all port updates.