Merge "devstack: use admin role"

This commit is contained in:
Jenkins 2016-09-20 08:36:33 +00:00 committed by Gerrit Code Review
commit 7963217f7b
1 changed files with 1 additions and 1 deletions

View File

@ -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