Merge "Fix bootstrap failure for subclouds w/ complex passwords"
This commit is contained in:
commit
28fd21419f
@ -201,7 +201,7 @@ define openstack::keystone::user::option (
|
|||||||
exec { "Set user ${username} option ${option} to ${option_value}":
|
exec { "Set user ${username} option ${option} to ${option_value}":
|
||||||
command => @("EOC"/L),
|
command => @("EOC"/L),
|
||||||
/usr/local/bin/set_keystone_user_option.sh \
|
/usr/local/bin/set_keystone_user_option.sh \
|
||||||
${admin_username} ${admin_password} ${auth_url} ${username} ${option} ${option_value}
|
${admin_username} '${admin_password}' ${auth_url} ${username} ${option} ${option_value}
|
||||||
| EOC
|
| EOC
|
||||||
logoutput => true,
|
logoutput => true,
|
||||||
provider => shell,
|
provider => shell,
|
||||||
|
Loading…
Reference in New Issue
Block a user