diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-03-29 17:42:32 -0400 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-04-03 01:22:03 +0000 |
commit | 2272bcabba8752cd1876f85b1f9b83b0c7592c94 (patch) | |
tree | ab09ec027d319252a1172ae3e33c8a28c266868f /manifests/profile/base/heat/api.pp | |
parent | e2928717412242faa4eb15d778f1b5c0952edc08 (diff) |
Deploy WSGI apps at the same step (3)
So we avoid useless apache restart and save time during the deployment.
Related-Bug: #1664418
Change-Id: Ie00b717a6741e215e59d219710154f0d2ce6b39e
Diffstat (limited to 'manifests/profile/base/heat/api.pp')
-rw-r--r-- | manifests/profile/base/heat/api.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/heat/api.pp b/manifests/profile/base/heat/api.pp index f35735b..8e2da7e 100644 --- a/manifests/profile/base/heat/api.pp +++ b/manifests/profile/base/heat/api.pp @@ -63,7 +63,7 @@ class tripleo::profile::base::heat::api ( $tls_keyfile = undef } - if $step >= 4 { + if $step >= 3 { include ::heat::api class { '::heat::wsgi::apache_api': ssl_cert => $tls_certfile, |