Skip to content
Snippets Groups Projects
Commit 8cc97c60 authored by Adam Harwell's avatar Adam Harwell
Browse files

Fix glance config copy when a service is disabled

In this patch, the glance-registry service was disabled:
https://review.openstack.org/#/c/566804/

However, the config task still tries to copy files for it, which will
break due to path errors.

Change-Id: If39bb12bf830e6559342037ae2a2b99a784ee503
parent 97dcee4c
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@
when:
- glance_policy_file is defined
- inventory_hostname in groups[item.value.group]
- item.value.enabled | bool
with_dict: "{{ glance_services }}"
notify:
- Restart glance-api container
......
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