Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f0b6501
)
puppet: add missing ::glance include on controller
author
Emilien Macchi
<emilien@redhat.com>
Thu, 16 Apr 2015 13:33:58 +0000
(09:33 -0400)
committer
Emilien 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
patch
|
blob
|
history
diff --git
a/puppet/manifests/overcloud_controller.pp
b/puppet/manifests/overcloud_controller.pp
index
a6518c0
..
0d57dc6
100644
(file)
--- 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