Comment 2 for bug 1682404

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

Reviewed: https://review.openstack.org/456566
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=a6a76a7b74958b87f2fac308c1c7b1b4f168361b
Submitter: Jenkins
Branch: master

commit a6a76a7b74958b87f2fac308c1c7b1b4f168361b
Author: Bertrand Lallau <email address hidden>
Date: Thu Apr 13 13:13:50 2017 +0200

    Fix Freezer service config override issue

    Freezer service configuration can't be override has describe here:
    https://github.com/openstack/kolla-ansible/blob/master/doc/advanced-configuration.rst#L161

    Kolla-ansible should look for files in /etc/kolla/config/ but it doesn't
    take config files into account. This patch fix it.

    Change-Id: Ia7d8d0892d13ba9785951a7b1291abb868fc714b
    Closes-Bug: #1682404