From cfdda5a589224248bd377b89d43d91a79db87d19 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Fri, 8 Nov 2019 03:40:47 +0000 Subject: [PATCH] Correction of the auth_type option handling Fenix devstack plugin puts a '=' to the auth_type option for the Fenix API config file. This change correct this to 'password' Change-Id: I4b26080def615c7873730a62b84cf0c028a087fb Signed-off-by: Gergely Csatari --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index b99a4de..a35b2da 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -48,7 +48,7 @@ function init_fenix_keystone { iniset $FENIX_API_CONF_FILE keystone_authtoken password "$SERVICE_PASSWORD" iniset $FENIX_API_CONF_FILE keystone_authtoken username "$FENIX_USER_NAME" iniset $FENIX_API_CONF_FILE keystone_authtoken auth_url "$KEYSTONE_SERVICE_URI" - iniset $FENIX_API_CONF_FILE keystone_authtoken auth_type = password + iniset $FENIX_API_CONF_FILE keystone_authtoken auth_type "password" } function create_fenix_accounts {