Merge "Only copy nfs_shares to cinder-volume groups"

This commit is contained in:
Zuul 2018-01-25 10:37:27 +00:00 committed by Gerrit Code Review
commit a00e80c205

View File

@ -100,6 +100,7 @@
- "{{ node_custom_config }}/cinder/cinder-volume/nfs_shares"
- "{{ node_custom_config }}/cinder/{{ inventory_hostname }}/nfs_shares"
skip: "{{ not enable_cinder_backend_nfs | bool and not enable_cinder_backend_hnas_nfs | bool }}"
when: inventory_hostname in groups['cinder-volume']
- name: Check cinder containers
kolla_docker: