Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ spec:
tenant-readwrite)
openstack role add --user "${SVC_ID}" --domain default --inherited member
;;
tenant-admin)
openstack role add --user "${SVC_ID}" --domain default admin
;;
infra-read)
openstack role add --user "${SVC_ID}" --project-domain infra --project baremetal reader
;;
Expand Down
1 change: 1 addition & 0 deletions docs/deploy-guide/openstack-automation-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Possible roles are:

- `tenant-read` which allows read access to tenant resources
- `tenant-readwrite` which allows read and write access to tenant resources
- `tenant-admin` which has full admin access to tenant resources, including project creation
- `infra-read` which allows read access to infrastructure resources
- `infra-readwrite` which allows read and write access to infrastructure resources

Expand Down
Loading