aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/heat-api-cfn.yaml
diff options
context:
space:
mode:
authorThomas Herve <therve@redhat.com>2017-07-12 16:54:23 +0200
committerEmilien Macchi <emilien@redhat.com>2017-07-19 06:21:30 -0700
commit223733cccf2ca388431fbf0cd08d9fd39572a3cd (patch)
tree16f6c9b782263102e8c86b0941563e71d0e0c774 /puppet/services/heat-api-cfn.yaml
parent7e4f7dd2b0324247bba8fd8da5f3becd20e8299f (diff)
Stop Heat WSGI services on docker upgrade
As we made the migration to HTTPd during the same cycle, we didn't include stopping the WSGI services before the upgrades. This handles the case, and fixes an issue with the puppet upgrade as well. Change-Id: I54ba6214d4bf052c0d840d5bbce2b524d82b7017 Closes-Bug: #1699443
Diffstat (limited to 'puppet/services/heat-api-cfn.yaml')
-rw-r--r--puppet/services/heat-api-cfn.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/heat-api-cfn.yaml b/puppet/services/heat-api-cfn.yaml
index 2c13cb30..be63d6fb 100644
--- a/puppet/services/heat-api-cfn.yaml
+++ b/puppet/services/heat-api-cfn.yaml
@@ -151,5 +151,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