Split out this into 3 handlers to avoid warnings

This commit is contained in:
Kevin Fenzi 2016-06-22 19:27:37 +00:00
parent 6df32be8f3
commit f8bca830ba
2 changed files with 38 additions and 12 deletions

View file

@ -128,9 +128,13 @@
- name: restart stunnel
service: name=stunnel state=restarted
- name: restart cinder
- name: restart cinder api
service: name=openstack-cinder-api state=restarted
- name: restart cinder scheduler
service: name=openstack-cinder-scheduler state=restarted
- name: restart cinder volume
service: name=openstack-cinder-volume state=restarted
- name: restart autocloud