puppet: add missing ::glance include on controller
authorEmilien Macchi <emilien@redhat.com>
Thu, 16 Apr 2015 13:33:58 +0000 (09:33 -0400)
committerEmilien Macchi <emilien@redhat.com>
Thu, 16 Apr 2015 13:33:58 +0000 (09:33 -0400)
On Controller node, we also need to include ::glance if we want to have
common Glance bits (packaging included).
This is a Puppet best practice.

Change-Id: I967c06b2c78d8f3aa5fa984b518d34c813426a2e

puppet/manifests/overcloud_controller.pp

index a6518c0..0d57dc6 100644 (file)
@@ -217,6 +217,7 @@ if hiera('step') >= 3 {
   }
 
   # TODO: notifications, scrubber, etc.
+  include ::glance
   include ::glance::api
   include ::glance::registry
   include ::glance::backend::swift