aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/manifests
diff options
context:
space:
mode:
authorYanis Guenane <yanis.guenane@enovance.com>2015-03-09 17:16:12 +0100
committerYanis Guenane <yanis.guenane@enovance.com>2015-03-09 17:16:12 +0100
commit3bb5a23da2dafd658912e2e47e427ca515757400 (patch)
treea394fb9ae8e45ce845b9fcf3c01b4f7b4294899f /puppet/manifests
parent83a9562b377623279aae170f86c024c2c27e341f (diff)
Include cinder::glance into the ctrl manifest
Include ::cinder::glance into the controller manifest to have proper (upstream) default value for cinder's glance related parameters. Change-Id: I9ac83b9e997d3c2502b08b642d4e41dba36ddf67
Diffstat (limited to 'puppet/manifests')
-rw-r--r--puppet/manifests/overcloud_controller.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/manifests/overcloud_controller.pp b/puppet/manifests/overcloud_controller.pp
index d6be9201..390eddac 100644
--- a/puppet/manifests/overcloud_controller.pp
+++ b/puppet/manifests/overcloud_controller.pp
@@ -249,6 +249,7 @@ if hiera('step') >= 2 {
}
include ::cinder::api
+ include ::cinder::glance
include ::cinder::scheduler
include ::cinder::volume
include ::cinder::volume::iscsi