Single quotes around auth file password
In order to make sure passwords containing e.g. '$'-sign are exported correctly. Change-Id: Iefe9e9ab8fee5ef68d8edd8308268acac069f5a2
This commit is contained in:
@@ -15,7 +15,7 @@ class openstack::auth_file(
|
||||
"
|
||||
export OS_TENANT_NAME=${admin_tenant}
|
||||
export OS_USERNAME=${admin_user}
|
||||
export OS_PASSWORD=${admin_password}
|
||||
export OS_PASSWORD='${admin_password}'
|
||||
export OS_AUTH_URL=\"http://${controller_node}:5000/v2.0/\"
|
||||
export OS_AUTH_STRATEGY=keystone
|
||||
export SERVICE_TOKEN=${keystone_admin_token}
|
||||
|
Reference in New Issue
Block a user