puppet-nova/releasenotes/notes/system_scope-neutron-6d5421393cbf7759.yaml
Takashi Kajinami f4271788b4 Accept system scope credential for Neutron API request
Currently Nova uses the user credential in [neutron] section to update
port binding/migration profile or get resource_request of ports, but
these APIs are available for system admin/reader when SRBAC is
enforced.

This change allows usage of system-scoped credential instead of
project-scoped one.

Change-Id: Id1b4e324c8a46a8951f9e37203eb74a5602700e5
2022-01-25 17:06:02 +09:00

6 lines
119 B
YAML

---
features:
- |
The new ``system_scope`` parameter has been added to
the ``nova::network::neutron`` class.