Fix the group check for glance-registry

TrivialFix

Change-Id: I5f279008aae6f7630abaa30b6b3d725ff5003764
This commit is contained in:
caoyuan 2017-01-18 21:23:44 +08:00
parent aace9b69c8
commit 6853e7e382

View File

@ -21,5 +21,5 @@
connect_timeout: 1 connect_timeout: 1
state: stopped state: stopped
when: when:
- inventory_hostname in groups[glance_services['glance-api']['group']] - inventory_hostname in groups[glance_services['glance-registry']['group']]
- container_facts['glance_registry'] is not defined - container_facts['glance_registry'] is not defined