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

Merge "Add Loading nfs_shares file without .j2 extension in cinder config"

parents df29551f 71f6d104
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,10 @@
- "{{ node_custom_config }}/cinder/nfs_shares.j2"
- "{{ node_custom_config }}/cinder/cinder-volume/nfs_shares.j2"
- "{{ node_custom_config }}/cinder/{{ inventory_hostname }}/nfs_shares.j2"
- "{{ node_custom_config }}/nfs_shares"
- "{{ node_custom_config }}/cinder/nfs_shares"
- "{{ 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 }}"
- name: Check cinder containers
......
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