From df8002303fa2f6f69c80e26055576c6ca832703b Mon Sep 17 00:00:00 2001 From: zhurong Date: Thu, 6 Jul 2017 10:43:45 +0800 Subject: [PATCH] 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 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 1dbd317d0..b89449c2a 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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" \