From 4f776e7709a696812697ba02def34175ff6238af Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 29 Mar 2017 17:42:32 -0400 Subject: [PATCH] Deploy WSGI apps at the same step (3) So we avoid useless apache restart and save time during the deployment. Note: the backport is not 100% clean as Heat API was not deployed in WSGI during Ocata cycle, so now, it's only for Aodh. Related-Bug: #1664418 Depends-On: Ibc184a50cf16b7048e0f7249f8894d8661bb76fe Change-Id: Ie00b717a6741e215e59d219710154f0d2ce6b39e (cherry picked from commit 2272bcabba8752cd1876f85b1f9b83b0c7592c94) --- manifests/profile/base/aodh/api.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/profile/base/aodh/api.pp b/manifests/profile/base/aodh/api.pp index 2dcf80231..50a7ddb0f 100644 --- a/manifests/profile/base/aodh/api.pp +++ b/manifests/profile/base/aodh/api.pp @@ -35,7 +35,7 @@ class tripleo::profile::base::aodh::api ( include ::tripleo::profile::base::aodh - if $step >= 4 { + if $step >= 3 { include ::aodh::api include ::aodh::wsgi::apache