Comment 6 for bug 1849265

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.opendev.org/690881
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=86ccefc6233c52a083ccdbec23011d528a999964
Submitter: Zuul
Branch: master

commit 86ccefc6233c52a083ccdbec23011d528a999964
Author: Mark Goddard <email address hidden>
Date: Thu Oct 24 09:31:17 2019 +0100

    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