summaryrefslogtreecommitdiffstats
path: root/compass/deploy/ansible/roles/cinder-controller/handlers/main.yml
blob: ef671dd0463218cc4f3596925b4eb0c1bf1bf8dd (plain)
1
2
3
4
5
6
---
- name: restart cinder-scheduler
  service: name=cinder-scheduler state=restarted enabled=yes
- name: restart cinder-api
  service: name=cinder-api state=restarted enabled=yes