kolla-ansible/ansible/roles/manila/tasks/reconfigure.yml
Steven Dake 670430d3e8 Add reconfigure for manila
Change-Id: Ica612da8bbc1eca3441d90abe6227bd17aa9e7f5
Partially-Implements: blueprint kolla-reconfig
2016-03-02 18:34:38 -07:00

7 lines
217 B
YAML

---
- include: do_reconfigure.yml
serial: "30%"
when: inventory_hostname in groups['manila-api']
or inventory_hostname in groups['manila-scheduler']
or inventory_hostname in groups['manila-share']