summaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/aodh.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-28 09:29:57 +0000
committerGerrit Code Review <review@openstack.org>2016-09-28 09:29:57 +0000
commit7ac0d1c76a27b790bb0f1ce6255ba73d13f0bf73 (patch)
tree1f396f1a0191411332222b21ee6dc83448023259 /manifests/profile/base/aodh.pp
parent44ad407272f8d0703a95411311b9cff04d5b00b2 (diff)
parentd6712e45e3db06b354a9f6ee46e237d5c40caff6 (diff)
Merge "Move db syncs into mysql base role"
Diffstat (limited to 'manifests/profile/base/aodh.pp')
-rw-r--r--manifests/profile/base/aodh.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/profile/base/aodh.pp b/manifests/profile/base/aodh.pp
index 2fad5b3..49a543a 100644
--- a/manifests/profile/base/aodh.pp
+++ b/manifests/profile/base/aodh.pp
@@ -44,10 +44,6 @@ class tripleo::profile::base::aodh (
$sync_db = false
}
- if $step >= 3 and $sync_db {
- include ::aodh::db::mysql
- }
-
if $step >= 4 or ($step >= 3 and $sync_db) {
class { '::aodh' :
rabbit_hosts => $rabbit_hosts,