kolla-ansible/ansible/roles/heat/tasks/reconfigure.yml
Steven Dake b8e4159bf3 Reconfigure for Heat
Add reconfiguration for heat-api, heat-engine, heat-api-cfn.

Change-Id: I60d538d08eaf1db38876cccbb0db530b52d302b8
Partially-Implements: blueprint kolla-reconfig
2016-03-02 15:57:18 -07:00

7 lines
210 B
YAML

---
- include: do_reconfigure.yml
serial: "30%"
when: inventory_hostname in groups['heat-api']
or inventory_hostname in groups['heat-api-cfn']
or inventory_hostname in groups['heat-engine']