diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-26 13:47:21 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-26 13:47:21 +0000 |
commit | 4a441359fba69b754cbae1fb13c82fb7472f29b6 (patch) | |
tree | f3a0f5718ae0f9e2b8562296e5729642970df1a6 /puppet | |
parent | c57543bba2626d92d8f868af68df04ef97cc1088 (diff) | |
parent | 223733cccf2ca388431fbf0cd08d9fd39572a3cd (diff) |
Merge "Stop Heat WSGI services on docker upgrade"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/heat-api-cfn.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/heat-api-cfn.yaml b/puppet/services/heat-api-cfn.yaml index 070bd7c7..28bb8658 100644 --- a/puppet/services/heat-api-cfn.yaml +++ b/puppet/services/heat-api-cfn.yaml @@ -153,5 +153,5 @@ outputs: when: heat_api_cfn_apache.rc == 0 - name: Stop and disable heat_api_cfn service (pre-upgrade not under httpd) tags: step1 - when: heat_api_cfn_apache.rc == 0 + when: heat_api_cfn_enabled.rc == 0 service: name=openstack-heat-api-cfn state=stopped enabled=no |