aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/cinder-controller/tasks/cinder_config.yml
blob: 5bce443ca20be0d9a97fd9334d7594666866ed5a (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: upload cinder conf
  template: src=cinder.conf dest=/etc/cinder/cinder.conf

- name: sync cinder db
  cinder_manage: action=dbsync
  notify:
    - restart cinder control serveice

- meta: flush_handlers