From: Emilien Macchi Date: Thu, 16 Apr 2015 13:33:58 +0000 (-0400) Subject: puppet: add missing ::glance include on controller X-Git-Tag: opnfv-6.0.0~2614 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=40148f70d0bc1d41e65f16928fa47723e4541e15;p=apex-tripleo-heat-templates.git puppet: add missing ::glance include on controller 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 --- diff --git a/puppet/manifests/overcloud_controller.pp b/puppet/manifests/overcloud_controller.pp index a6518c00..0d57dc6f 100644 --- a/puppet/manifests/overcloud_controller.pp +++ b/puppet/manifests/overcloud_controller.pp @@ -217,6 +217,7 @@ if hiera('step') >= 3 { } # TODO: notifications, scrubber, etc. + include ::glance include ::glance::api include ::glance::registry include ::glance::backend::swift