d15d2f09fb
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
9 lines
355 B
YAML
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.
|