Include cinder::glance into the ctrl manifest
authorYanis Guenane <yanis.guenane@enovance.com>
Mon, 9 Mar 2015 16:16:12 +0000 (17:16 +0100)
committerYanis Guenane <yanis.guenane@enovance.com>
Mon, 9 Mar 2015 16:16:12 +0000 (17:16 +0100)
Include ::cinder::glance into the controller manifest to have proper
(upstream) default value for cinder's glance related parameters.

Change-Id: I9ac83b9e997d3c2502b08b642d4e41dba36ddf67

puppet/manifests/overcloud_controller.pp

index d6be920..390edda 100644 (file)
@@ -249,6 +249,7 @@ if hiera('step') >= 2 {
   }
 
   include ::cinder::api
+  include ::cinder::glance
   include ::cinder::scheduler
   include ::cinder::volume
   include ::cinder::volume::iscsi