diff --git a/deployment/keystone/keystone-container-puppet.yaml b/deployment/keystone/keystone-container-puppet.yaml index 59b33bcecd..3403751058 100644 --- a/deployment/keystone/keystone-container-puppet.yaml +++ b/deployment/keystone/keystone-container-puppet.yaml @@ -763,14 +763,10 @@ 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} + OS_BOOTSTRAP_PASSWORD: {get_param: AdminPassword} keystone_cron: start_order: 4 image: *keystone_image