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
This commit is contained in:
Jeffrey Zhang 2016-02-29 11:45:59 +08:00
parent 846a19035a
commit ac4c3bb69a

View File

@ -1,3 +1,4 @@
---
- include: do_reconfigure.yml
serial: "30%"
when: inventory_hostname in groups['keystone']