Split out this into 3 handlers to avoid warnings
This commit is contained in:
parent
6df32be8f3
commit
f8bca830ba
2 changed files with 38 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue