Merge "Update environment var for keystone bootstrap" into stable/queens

This commit is contained in:
Zuul 2020-02-18 01:09:03 +00:00 committed by Gerrit Code Review
commit 41d0e0891f
1 changed files with 5 additions and 6 deletions

View File

@ -173,14 +173,13 @@ outputs:
start_order: 3
action: exec
user: root
# NOTE(mwhahaha): We use $$ because we're executing in python to
# call as shell script and passing the command to run as arguments
# to that shell script. So when it is called via eval, the escaped
# $ properly evaulates
command:
[ 'keystone', '/usr/bin/bootstrap_host_exec', 'keystone' ,'keystone-manage', 'bootstrap', '--bootstrap-password', '$$KEYSTONE_BOOTSTRAP_PASSWORD' ]
[ 'keystone', '/usr/bin/bootstrap_host_exec', 'keystone' ,'keystone-manage', 'bootstrap' ]
environment:
KEYSTONE_BOOTSTRAP_PASSWORD: {get_param: AdminPassword}
- list_join:
- ''
- - 'OS_BOOTSTRAP_PASSWORD='
- {get_param: AdminPassword}
keystone_cron:
start_order: 4
image: *keystone_image