Add manila extra config path

This extra config path is being used by the next external ceph
configuration for the native ceph backend.
This commit is contained in:
John Garbutt 2017-11-21 09:30:22 +00:00
parent 9b01b8299c
commit 2a8f05a539

View File

@ -60,6 +60,11 @@ kolla_openstack_custom_config:
dest: "{{ kolla_node_custom_config_path }}/magnum"
patterns: "*"
enabled: "{{ kolla_enable_magnum }}"
# Manila.
- src: "{{ kolla_extra_config_path }}/manila"
dest: "{{ kolla_node_custom_config_path }}/manila"
patterns: "*"
enabled: "{{ kolla_enable_manila }}"
# Murano.
- src: "{{ kolla_extra_config_path }}/murano"
dest: "{{ kolla_node_custom_config_path }}/murano"