kolla-ansible/ansible/roles/magnum/tasks/reconfigure.yml
Serguei Bezverkhi 7131b4002e Reconfigure for Magnum
This implements reconfigure for Magnum service.

Partially-Implements: blueprint kolla-reconfig

Change-Id: I2579dcbfd031984f482c4eb32d497d3f9772312a
2016-03-02 18:53:54 -05:00

6 lines
161 B
YAML

---
- include: do_reconfigure.yml
serial: "30%"
when: inventory_hostname in groups['magnum-api']
or inventory_hostname in groups['magnum-conductor']