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

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