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:
Xicheng Chang 2015-05-28 16:19:49 -07:00
parent 701a0b8fef
commit aa2299e6ef
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
service: name=cinder-volume state=restarted
- name: restart tgt
service: name=tgt state=restarted
shell: service tgt restart

View File

@ -1,3 +1,3 @@
---
- name: restart mysql
service: name=mysql state=restarted
shell: service mysql restart