Restore Ironic admin user privilege
Change Id7a9366d2c6a36139240f64371002362dc2d8d3b broke the Ironic gate by removing admin level privileges. This restores the privilege and adds a comment to prevent the removal again (hopefully). Change-Id: Ida1c05d9e429e24d060aef2548fc2a0c225350b8 Closes-Bug: #1421006
This commit is contained in:
parent
d26da45b98
commit
cdfcd4b88d
@ -362,7 +362,8 @@ function create_ironic_accounts {
|
||||
if [[ "$ENABLED_SERVICES" =~ "ir-api" ]]; then
|
||||
# Get ironic user if exists
|
||||
|
||||
create_service_user "ironic"
|
||||
# NOTE(Shrews): This user MUST have admin level privileges!
|
||||
create_service_user "ironic" "admin"
|
||||
|
||||
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user