Fix handlers in database and cinder-volume
For some reason, ansible restart services failed. Changing the handlers to shell commands fixed it. Change-Id: Icae30130b6318d68d919596a2fe9b1222258e503
This commit is contained in:
@@ -3,4 +3,4 @@
|
|||||||
service: name=cinder-volume state=restarted
|
service: name=cinder-volume state=restarted
|
||||||
|
|
||||||
- name: restart tgt
|
- name: restart tgt
|
||||||
service: name=tgt state=restarted
|
shell: service tgt restart
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
- name: restart mysql
|
- name: restart mysql
|
||||||
service: name=mysql state=restarted
|
shell: service mysql restart
|
||||||
|
Reference in New Issue
Block a user