aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/aodh-api.yaml
diff options
context:
space:
mode:
authorMathieu Bultel <mbultel@redhat.com>2017-02-06 16:39:54 +0100
committerMathieu Bultel <mbultel@redhat.com>2017-02-06 16:39:54 +0100
commit7a14359fbcd732373e74a634626d802666d58a4a (patch)
tree8eae15fdec86566aabfa38b42d3f4463c7b80eec /puppet/services/aodh-api.yaml
parentd5b4b4fdee8aac0337eb10631a346167f7a61bd6 (diff)
Remove precheck on services which run on httpd for upgrade
Those services is not handle with systemctl Change-Id: Ia57dffd42a11070696fda14f1e91de2993e63479
Diffstat (limited to 'puppet/services/aodh-api.yaml')
-rw-r--r--puppet/services/aodh-api.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/puppet/services/aodh-api.yaml b/puppet/services/aodh-api.yaml
index 2401d764..62c4b093 100644
--- a/puppet/services/aodh-api.yaml
+++ b/puppet/services/aodh-api.yaml
@@ -86,9 +86,6 @@ outputs:
metadata_settings:
get_attr: [ApacheServiceBase, role_data, metadata_settings]
upgrade_tasks:
- - name: "PreUpgrade step0,validation: Check service openstack-aodh-api is running"
- shell: /usr/bin/systemctl show 'openstack-aodh-api' --property ActiveState | grep '\bactive\b'
- tags: step0,validation
- name: Stop aodh_api service (running under httpd)
tags: step2
service: name=httpd state=stopped