aboutsummaryrefslogtreecommitdiffstats
path: root/controller-puppet.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-01-09 14:01:31 -0500
committerDan Prince <dprince@redhat.com>2015-01-27 09:07:19 -0500
commite6a88fcc66e1f19a50caa81b3171e74f03756f2e (patch)
treed0e8f705e7d99218aa8e20fff2afc85ab93c0866 /controller-puppet.yaml
parent82de366b75d9782ce7b35fb90e9b2b60d4cff61d (diff)
Puppet: Switch glance to use a swift backend
Now that we have swift we can switch glance over to make use of it. Change-Id: I9513cb63079235337b684aa734af73a0f0cc0afd
Diffstat (limited to 'controller-puppet.yaml')
-rw-r--r--controller-puppet.yaml2
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}