Skip to content
Snippets Groups Projects
Commit efa9bdee authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "disable cinder-backup caused deploy failed"

parents cdfc0442 13589484
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,7 @@ ...@@ -110,6 +110,7 @@
dest: "{{ node_config_directory }}/{{ item.key }}/{{ cinder_policy_file }}" dest: "{{ node_config_directory }}/{{ item.key }}/{{ cinder_policy_file }}"
register: cinder_policy_overwriting register: cinder_policy_overwriting
when: when:
- item.value.enabled | bool
- cinder_policy_file is defined - cinder_policy_file is defined
- inventory_hostname in groups[item.value.group] - inventory_hostname in groups[item.value.group]
with_dict: "{{ cinder_services }}" with_dict: "{{ cinder_services }}"
......
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