Merge "Fix the group check for glance-registry"

This commit is contained in:
Jenkins 2017-01-19 16:53:19 +00:00 committed by Gerrit Code Review
commit 4b5b14948b
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@
connect_timeout: 1
state: stopped
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