Removed fuel from Genesis master since fuel has moved to repo fuel.
[genesis.git] / compass / deploy / ansible / roles / cinder-controller / handlers / main.yml
1 ---
2 - name: restart cinder-scheduler
3   service: name=cinder-scheduler state=restarted enabled=yes
4 - name: restart cinder-api
5   service: name=cinder-api state=restarted enabled=yes
6