kolla-ansible/ansible/roles/mistral/tasks/reconfigure.yml
MD NADEEM b4fbb0201a Reconfigure mistral service
This patch implements mistral service reconfiguration.

Partially-implements: bp kolla-reconfig

Change-Id: I07b89fe05ce410ecc1059dd49c1ee86187adc9d2
2016-03-04 12:53:01 +05:30

7 lines
220 B
YAML

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