kolla-ansible/ansible/roles/keystone/tasks/reconfigure.yml
Jeffrey Zhang ac4c3bb69a Run the keystone reconfigure only on keystone group host
Run the keystone reconfigure only when inventory_hostname in
groups['keystone']

Partially-implements: bp kolla-reconfig
Change-Id: I9d4b5f39f2d68cfd2ae087e3f8a2ee4785eb9586
2016-02-29 11:46:15 +08:00

5 lines
99 B
YAML

---
- include: do_reconfigure.yml
serial: "30%"
when: inventory_hostname in groups['keystone']