Skip to content
Snippets Groups Projects
Commit 6853e7e3 authored by caoyuan's avatar caoyuan
Browse files

Fix the group check for glance-registry

TrivialFix

Change-Id: I5f279008aae6f7630abaa30b6b3d725ff5003764
parent aace9b69
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment