Merge "Cinder-api upgrade: use httpd instead of apachectl"
This commit is contained in:
commit
f6faaf9819
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user