ac4c3bb69a
Run the keystone reconfigure only when inventory_hostname in groups['keystone'] Partially-implements: bp kolla-reconfig Change-Id: I9d4b5f39f2d68cfd2ae087e3f8a2ee4785eb9586
5 lines
99 B
YAML
5 lines
99 B
YAML
---
|
|
- include: do_reconfigure.yml
|
|
serial: "30%"
|
|
when: inventory_hostname in groups['keystone']
|