Make murano user has admin role
murano user will as the trustee user, need have privilege to get_project, So need the the admin role. Change-Id: Ie1c876675322e31349c9815fa45e15128eb4856d Closes-Bug: #1702594
This commit is contained in:
parent
9a4bafa5d4
commit
df8002303f
@ -31,7 +31,7 @@ function create_murano_accounts() {
|
||||
return
|
||||
fi
|
||||
|
||||
create_service_user "murano"
|
||||
create_service_user "murano" "admin"
|
||||
|
||||
get_or_create_service "murano" "application-catalog" "Application Catalog Service"
|
||||
get_or_create_endpoint "application-catalog" \
|
||||
|
Loading…
Reference in New Issue
Block a user