Merge "Correction of the auth_type option handling"

This commit is contained in:
Zuul 2019-11-08 04:19:10 +00:00 committed by Gerrit Code Review
commit 1ddbfc7601
1 changed files with 1 additions and 1 deletions

View File

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