diff options
Diffstat (limited to 'controller-puppet.yaml')
-rw-r--r-- | controller-puppet.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controller-puppet.yaml b/controller-puppet.yaml index efb10fdd..de1d9dcd 100644 --- a/controller-puppet.yaml +++ b/controller-puppet.yaml @@ -605,6 +605,8 @@ resources: glance::registry::database_connection: {get_input: glance_dsn} glance::registry::bind_host: {get_input: controller_host} glance::registry::auth_host: {get_input: controller_virtual_ip} + glance::backend::swift::swift_store_user: service:glance + glance::backend::swift::swift_store_key: {get_input: glance_password} # Heat heat_password: {get_input: heat_password} heat_stack_domain_admin_password: {get_input: heat_stack_domain_admin_password} |