Skip to content

Commit 24f80ac

Browse files
feat(openstack-svc-users): Adds new automation user role for tenant admins
1 parent ff6cff4 commit 24f80ac

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

components/site-workflows/sensors/sensor-keystone-automation-user-upsert.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ spec:
6161
tenant-readwrite)
6262
openstack role add --user "${SVC_ID}" --domain default --inherited member
6363
;;
64+
tenant-admin)
65+
openstack role add --user "${SVC_ID}" --domain default admin
66+
;;
6467
infra-read)
6568
openstack role add --user "${SVC_ID}" --project-domain infra --project baremetal reader
6669
;;

docs/deploy-guide/openstack-automation-users.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Possible roles are:
1515

1616
- `tenant-read` which allows read access to tenant resources
1717
- `tenant-readwrite` which allows read and write access to tenant resources
18+
- `tenant-admin` which has full admin access to tenant resources, including project creation
1819
- `infra-read` which allows read access to infrastructure resources
1920
- `infra-readwrite` which allows read and write access to infrastructure resources
2021

0 commit comments

Comments
 (0)