diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-06 18:46:22 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-06 18:46:22 +0000 |
commit | f6faaf98193591f63cb3400a45c2f48def555033 (patch) | |
tree | 2810dc779af3bd8561b813525fd2920260834741 | |
parent | 07f686d085b6d934fdd998fedea8268d78c2c50a (diff) | |
parent | 0b05d7fd9b0e8811755499642647919eaf64cc39 (diff) |
Merge "Cinder-api upgrade: use httpd instead of apachectl"
-rw-r--r-- | puppet/services/cinder-api.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/cinder-api.yaml b/puppet/services/cinder-api.yaml index c0ea7aaa..49a5f613 100644 --- a/puppet/services/cinder-api.yaml +++ b/puppet/services/cinder-api.yaml @@ -161,7 +161,7 @@ outputs: tags: step0,validation - name: check for cinder running under apache (post upgrade) tags: step1 - shell: "apachectl -t -D DUMP_VHOSTS | grep -q cinder" + shell: "httpd -t -D DUMP_VHOSTS | grep -q cinder" register: cinder_apache ignore_errors: true - name: Stop cinder_api service (running under httpd) |