Skip to content
Snippets Groups Projects
Commit 13589484 authored by wu.chunyang's avatar wu.chunyang Committed by weizj
Browse files

disable cinder-backup caused deploy failed

when customize policy.json,disable cinder-backup caused deploy failed

Change-Id: I50bf72e52bff27dc4abc7b13436b2115f6a9e955
Closes-Bug: #1802221
parent 189af13b
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