kolla-ansible/releasenotes/notes/give-ironic-inspector-user-system-scope-all-5fe5cb7f9a03ee7b.yaml
Matt Crees e0c095fd7d Give ironic-inspector system scope `all`
The ``ironic-inspector`` service user is now assigned the system scope
``all``. This allows it to create baremetal ports during node inspection
again.

Default project and domain vars are removed as you cannot combine these
with system scope.

Closes-Bug: #2064655
Change-Id: I5e3c29faae4c2531b269c37874ade368c1aab39f
2024-11-15 13:24:42 +00:00

13 lines
456 B
YAML

---
upgrade:
- |
The ``ironic-inspector`` service user is now assigned the system scope
``all``. If you have overridden the default list of role assignments, you
should make this change too.
fixes:
- |
The ``ironic-inspector`` service user is now assigned the system scope
``all``. This allows it to create baremetal ports during node inspection
again.
`LP#2064655 <https://bugs.launchpad.net/kolla-ansible/+bug/2064655>`__