From f01aee545cea2fe638b0233a6373b9949c93d1bd Mon Sep 17 00:00:00 2001 From: Antoni Segura Puimedon Date: Mon, 19 Sep 2016 23:09:16 +0200 Subject: [PATCH] devstack: use admin role The last devstack patch introduced usage of the service project and a Kuryr user, however, it was with the services role, while Kuryr needs the 'admin' role. Closes-bug: #1625482 Change-Id: If517f77c7aec3fad81af101ccc174167f16ae37b Signed-off-by: Antoni Segura Puimedon --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 27231f0d..9fcab3e0 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -50,7 +50,7 @@ function create_kuryr_cache_dir { function create_kuryr_account { if is_service_enabled kuryr-libnetwork; then - create_service_user "kuryr" + create_service_user "kuryr" "admin" get_or_create_service "kuryr-libnetwork" "kuryr-libnetwork" \ "Kuryr-Libnetwork Service" fi