b8e4159bf3
Add reconfiguration for heat-api, heat-engine, heat-api-cfn. Change-Id: I60d538d08eaf1db38876cccbb0db530b52d302b8 Partially-Implements: blueprint kolla-reconfig
7 lines
210 B
YAML
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']
|