Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1e34fc2
)
Cinder-api upgrade: use httpd instead of apachectl
author
Sofer Athlan-Guyot
<sathlang@redhat.com>
Wed, 26 Apr 2017 20:38:13 +0000
(22:38 +0200)
committer
Sofer Athlan-Guyot
<sathlang@redhat.com>
Wed, 26 Apr 2017 20:38:13 +0000
(22:38 +0200)
It doesn't work downstream, so the httpd command was recommended.
Change-Id: I4807333b80dad10f16e5deb56cbfdda656cd1e50
(cherry picked from commit
0b05d7fd9b0e8811755499642647919eaf64cc39
)
puppet/services/cinder-api.yaml
patch
|
blob
|
history
diff --git
a/puppet/services/cinder-api.yaml
b/puppet/services/cinder-api.yaml
index
c0ea7aa
..
49a5f61
100644
(file)
--- 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)