Only copy nfs_shares to cinder-volume groups

Co-Authored-by: Mick Thompson <michael.a.thompson@oracle.com>
Change-Id: I673950cb6cead9b18ee67a0971ed305ef5e3af2d
Closes-Bug: #1713010
This commit is contained in:
Paul Bourke 2017-09-04 13:44:11 +01:00 committed by Eduardo Gonzalez
parent 2cd0893d49
commit 0d25e6f238
1 changed files with 1 additions and 0 deletions

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: