Merge "Fix swift.conf custom configuration path collision" into stable/stein
This commit is contained in:
commit
3bc9050964
@ -62,8 +62,8 @@
|
||||
- "{{ role_path }}/templates/swift.conf.j2"
|
||||
- "{{ node_custom_config }}/global.conf"
|
||||
- "{{ node_custom_config }}/swift.conf"
|
||||
- "{{ node_custom_config }}/swift/{{ item }}.conf"
|
||||
- "{{ node_custom_config }}/swift/{{ inventory_hostname }}/{{ item }}.conf"
|
||||
- "{{ node_custom_config }}/swift/{{ item }}/swift.conf"
|
||||
- "{{ node_custom_config }}/swift/{{ inventory_hostname }}/{{ item }}/swift.conf"
|
||||
dest: "{{ node_config_directory }}/swift-{{ item }}/swift.conf"
|
||||
mode: "0660"
|
||||
become: true
|
||||
|
@ -0,0 +1,8 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Modifies the path for custom configuration of ``swift.conf`` from
|
||||
``/etc/kolla/config/swift/<service>.conf`` to
|
||||
``/etc/kolla/config/swift/<service>/swift.conf``, to avoid a collision with
|
||||
custom configuration for ``<service>.conf``. Here, ``<service>`` may be
|
||||
``proxy-server``, ``account-*``, ``container-*`` or ``object-*``.
|
Loading…
Reference in New Issue
Block a user