puppet: allow config of ad-hoc Glance settings
authorDan Prince <dprince@redhat.com>
Mon, 18 Jan 2016 13:59:01 +0000 (08:59 -0500)
committerDan Prince <dprince@redhat.com>
Fri, 22 Jan 2016 15:30:42 +0000 (10:30 -0500)
Including ::glance::config on glance roles will allow ad-hoc
(non-puppet managed) settings to be made in the
glance config files using Hiera.

Change-Id: I7c86ae0e8f1a0a2b46d526598964454cb80319a6

puppet/manifests/overcloud_controller.pp
puppet/manifests/overcloud_controller_pacemaker.pp

index 855e872..fad33ca 100644 (file)
@@ -216,6 +216,7 @@ if hiera('step') >= 3 {
 
   # TODO: notifications, scrubber, etc.
   include ::glance
+  include ::glance::config
   class { '::glance::api':
     known_stores => $glance_store,
   }
index c7b2411..01a33f3 100644 (file)
@@ -554,6 +554,7 @@ if hiera('step') >= 3 {
 
   # TODO: notifications, scrubber, etc.
   include ::glance
+  include ::glance::config
   class { '::glance::api':
     known_stores   => $glance_store,
     manage_service => false,