Fix to read correct options of keystone_authtoken
Reading the correct option names from keystone_authtoken group for authentication. Change-Id: If3d05592b67f9e75f34f14864e564084c991b9e7 Closes-Bug: 1678732
This commit is contained in:
@@ -433,9 +433,9 @@ function copy_nfp_files_and_start_process {
|
||||
|
||||
source $DEVSTACK_DIR/inc/ini-config
|
||||
|
||||
admin_user=`iniget $NEUTRON_CONF keystone_authtoken admin_user`
|
||||
admin_password=`iniget $NEUTRON_CONF keystone_authtoken admin_password`
|
||||
admin_tenant_name=`iniget $NEUTRON_CONF keystone_authtoken admin_tenant_name`
|
||||
admin_user=`iniget $NEUTRON_CONF keystone_authtoken username`
|
||||
admin_password=`iniget $NEUTRON_CONF keystone_authtoken password`
|
||||
admin_tenant_name=`iniget $NEUTRON_CONF keystone_authtoken project_name`
|
||||
auth_uri=`iniget $NEUTRON_CONF keystone_authtoken auth_uri`
|
||||
auth_protocol=$(echo $auth_uri | tr ':/' ' ' | awk '{print $1}')
|
||||
auth_host=$(echo $auth_uri | tr ':/' ' ' | awk '{print $2}')
|
||||
|
Reference in New Issue
Block a user