From 84c6a5f2fb673ebfc50c76f9a5350fa49f40e202 Mon Sep 17 00:00:00 2001 From: Denis Makogon Date: Mon, 9 Jan 2017 20:46:03 +0200 Subject: [PATCH] Fix service name in enabled service check Change-Id: Idee35a8495b3c3295985ea0ccb109e1f0194045d --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index b7592e7..a093277 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -27,7 +27,7 @@ function is_functions_enabled { } function create_functions_accounts { - if [[ "$ENABLED_SERVICES" =~ "functions" ]]; then + if [[ "$ENABLED_SERVICES" =~ "picasso" ]]; then create_service_user "picasso" "admin"