Add Loading nfs_shares file without .j2 extension in cinder config
We do not use *.j2 filename pattern in custom config folder. Add nfs_shares without .j2 extension for consistency. And do not remove the .j2 extension file for back compatibility. Change-Id: Ic66c2f3188e818b9dff4d693102f0d433d2695ac
This commit is contained in:
parent
2c5c9daeb1
commit
71f6d104d8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user