kolla-ansible/releasenotes/notes/fix-swift-conf-collision-ee98d09a91c270bd.yaml
Mark Goddard 86ccefc623 Fix swift.conf custom configuration path collision
Both swift.conf and proxy-server.conf are affected be
/etc/kolla/config/swift/proxy-server.conf. However, some options in
proxy-server.conf are not valid in swift.conf.

This change keeps this path for proxy-server.conf, but modifies the path
for swift.conf to /etc/kolla/config/swift/proxy-server/swift.conf. The
same applies for other services, object-*, account-*, container-*.

Change-Id: I600891a15244ce705861f6ec93eec1d5ba83c1b8
Closes-Bug: #1849265
2019-10-24 09:44:31 +01:00

9 lines
365 B
YAML

---
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-*``.