From: Yanis Guenane Date: Mon, 9 Mar 2015 16:16:12 +0000 (+0100) Subject: Include cinder::glance into the ctrl manifest X-Git-Tag: opnfv-6.0.0~2653 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3bb5a23da2dafd658912e2e47e427ca515757400;p=apex-tripleo-heat-templates.git 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 --- 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