disable cinder-backup caused deploy failed

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

Change-Id: I50bf72e52bff27dc4abc7b13436b2115f6a9e955
Closes-Bug: #1802221
This commit is contained in:
wu.chunyang 2019-02-13 14:06:22 +08:00 committed by weizj
parent 189af13ba6
commit 13589484d4
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@
dest: "{{ node_config_directory }}/{{ item.key }}/{{ cinder_policy_file }}"
register: cinder_policy_overwriting
when:
- item.value.enabled | bool
- cinder_policy_file is defined
- inventory_hostname in groups[item.value.group]
with_dict: "{{ cinder_services }}"