aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/cinder-controller/tasks/cinder_config.yml
blob: b06aac50d96ed786fc21b35eb4656776506c0c68 (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: su -s /bin/sh -c 'cinder-manage db sync' cinder
  notify:
    - restart cinder control serveice