Files
kayobe/releasenotes/notes/auth-fix-system-scope-20dadaf18cb43962.yaml
Jake Hutchinson 73d57e5930 Fix authentication failures due to missing system scope
Ensure the OS_SYSTEM_SCOPE environment variable is present in
openstack_auth to prevent authentication issues occuring in
baremetal-compute playbooks.

Closes-Bug: #2111103
Change-Id: Ia8777550b00bd1cf0391a1c7bddbbf99fe7c0d20
2025-05-19 12:58:59 +02:00

8 lines
257 B
YAML

---
fixes:
- |
Ensure the ``OS_SYSTEM_SCOPE`` environment variable is present in
``openstack_auth`` to prevent authentication issues occurring in
baremetal-compute playbooks.
`LP#2111103 <https://bugs.launchpad.net/kayobe/+bug/2111103>`__