diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-17 12:29:13 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-17 12:29:13 +0000 |
commit | 85d8f49217a3b568220d54b976c1ea9dac940b1d (patch) | |
tree | ef4be303569d9472777b4f2b4eb34073e8f307dd /manifests/profile/base/aodh/api.pp | |
parent | a805daefd18779f6a97e0c6ea165633a602fb616 (diff) | |
parent | 65ea36f60e2f12e258babc86b83fe7a28ee870a4 (diff) |
Merge "Fix deployment steps for AODH profiles"
Diffstat (limited to 'manifests/profile/base/aodh/api.pp')
-rw-r--r-- | manifests/profile/base/aodh/api.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/aodh/api.pp b/manifests/profile/base/aodh/api.pp index 3aa436d..19ecfaf 100644 --- a/manifests/profile/base/aodh/api.pp +++ b/manifests/profile/base/aodh/api.pp @@ -40,7 +40,7 @@ class tripleo::profile::base::aodh::api ( include ::tripleo::profile::base::aodh - if $step >= 4 and $sync_db { + if $step >= 4 { include ::aodh::api include ::aodh::wsgi::apache } |