Merge "Cinder-api upgrade: use httpd instead of apachectl"

This commit is contained in:
Jenkins 2017-03-06 18:46:22 +00:00 committed by Gerrit Code Review
commit f6faaf9819
1 changed files with 1 additions and 1 deletions

View File

@ -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)