diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-03 23:23:54 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-03 23:23:54 +0000 |
commit | 32620c52c8d82c30158df4f63a37ace9f6ade890 (patch) | |
tree | d5c5b9160b4463ca73df5e02f847f02bd76bb07c /manifests/profile/base/aodh | |
parent | b3cb0efbdac5e4ea5bdc26737173f767aa529ea8 (diff) | |
parent | 2272bcabba8752cd1876f85b1f9b83b0c7592c94 (diff) |
Merge "Deploy WSGI apps at the same step (3)"
Diffstat (limited to 'manifests/profile/base/aodh')
-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 0834536..22fc000 100644 --- a/manifests/profile/base/aodh/api.pp +++ b/manifests/profile/base/aodh/api.pp @@ -66,7 +66,7 @@ class tripleo::profile::base::aodh::api ( } - if $step >= 4 { + if $step >= 3 { include ::aodh::api class { '::aodh::wsgi::apache': ssl_cert => $tls_certfile, |