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 <gergely.csatari@nokia.com>
This commit is contained in:
parent
eb74b0bd9d
commit
cfdda5a589
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user