Comment 2 for bug 1487799

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

Reviewed: https://review.openstack.org/215969
Committed: https://git.openstack.org/cgit/stackforge/kolla/commit/?id=3327fa4fe230910ef9de60b65c70f333a27a212e
Submitter: Jenkins
Branch: master

commit 3327fa4fe230910ef9de60b65c70f333a27a212e
Author: Steven Dake <email address hidden>
Date: Sat Aug 22 16:58:26 2015 -0700

    Cinder reads non-Kolla generated config files

    The RDO packages do something wierd about reading files from
    /usr/share/cinder/cinder-dist.conf by default. These files contain
    non-Kolla configured configuration values. This is obviously not
    ideal since RDO policies may be different then Kolla policies.

    This should probably be fixed across the source base, but for the
    moment it is blocking correct operation of Cinder.

    Change-Id: I823a90b28eaaf5474334885a45f22ed28537b24b
    Closes-Bug: #1487799