Ensure sync_db is consumed by Keystone and Cinder classes
authorGiulio Fidente <gfidente@redhat.com>
Mon, 18 May 2015 13:29:09 +0000 (09:29 -0400)
committerGiulio Fidente <gfidente@redhat.com>
Mon, 18 May 2015 15:26:24 +0000 (11:26 -0400)
Change-Id: Ia8cb04b214c71afc884647fb20be3cc1a309c194

puppet/manifests/overcloud_controller_pacemaker.pp

index c66460d..ea2d210 100644 (file)
@@ -377,7 +377,9 @@ MYSQL_HOST=localhost\n",
 
 if (hiera('step') >= 3 and $pacemaker_master) or hiera('step') >= 4 {
 
-  include ::keystone
+  class { '::keystone':
+    sync_db => $sync_db,
+  }
 
   #TODO: need a cleanup-keystone-tokens.sh solution here
   keystone_config {
@@ -479,7 +481,9 @@ if (hiera('step') >= 3 and $pacemaker_master) or hiera('step') >= 4 {
   Service['neutron-server'] -> Service['neutron-metadata']
 
   include ::cinder
-  include ::cinder::api
+  class { '::cinder::api':
+    sync_db => $sync_db,
+  }
   include ::cinder::glance
   include ::cinder::scheduler
   include ::cinder::volume