aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/aodh.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-17 12:29:13 +0000
committerGerrit Code Review <review@openstack.org>2016-08-17 12:29:13 +0000
commit85d8f49217a3b568220d54b976c1ea9dac940b1d (patch)
treeef4be303569d9472777b4f2b4eb34073e8f307dd /manifests/profile/base/aodh.pp
parenta805daefd18779f6a97e0c6ea165633a602fb616 (diff)
parent65ea36f60e2f12e258babc86b83fe7a28ee870a4 (diff)
Merge "Fix deployment steps for AODH profiles"
Diffstat (limited to 'manifests/profile/base/aodh.pp')
-rw-r--r--manifests/profile/base/aodh.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/aodh.pp b/manifests/profile/base/aodh.pp
index 28156a0..07c0a88 100644
--- a/manifests/profile/base/aodh.pp
+++ b/manifests/profile/base/aodh.pp
@@ -42,7 +42,7 @@ class tripleo::profile::base::aodh (
include ::aodh::db::mysql
}
- if $step >= 4 and $sync_db {
+ if $step >= 4 or ($step >= 3 and $sync_db) {
include ::aodh
include ::aodh::auth
include ::aodh::config