puppet-neutron/releasenotes/notes/system_scope-ironic-6fabfa5afe2150cf.yaml
Takashi Kajinami 7f226bf52c Accept system scope credential for Ironic API request
Currently Neutron uses the user credential in [ironic] section to use
External Event API in Ironic but this API is available only for system
admin when SRBAC is enforced.

Also, networking-baremetal uses the user credentials in [ironic]
section to list all ports, which is available only for system reader
when SRBAC is enforced.

This change allows usage of system-scoped credential instead of
project-scoped one for these two features.

Change-Id: I3bf7b285383ab4494cfa21440d9dd3fe26dd23df
2021-12-17 01:19:32 +09:00

8 lines
203 B
YAML

---
features:
- |
The ``system_scope`` parameter has been added to the following two classes.
- ``neutron::server::notifications::ironic``
- ``neutron::agents::ml2::networking_baremetal``