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

Merge "Only copy nfs_shares to cinder-volume groups"

parents 4771f5c2 0d25e6f2
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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