Merge "Fix bootstrap failure for subclouds w/ complex passwords"

This commit is contained in:
Zuul 2023-07-11 14:08:35 +00:00 committed by Gerrit Code Review
commit 28fd21419f
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ define openstack::keystone::user::option (
exec { "Set user ${username} option ${option} to ${option_value}":
command => @("EOC"/L),
/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
logoutput => true,
provider => shell,