Comment 5 for bug 1481928

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

Reviewed: https://review.openstack.org/212157
Committed: https://git.openstack.org/cgit/stackforge/kolla/commit/?id=759cc41647072061574eccd2dcaaa88c168620c2
Submitter: Jenkins
Branch: master

commit 759cc41647072061574eccd2dcaaa88c168620c2
Author: rthallisey <email address hidden>
Date: Wed Aug 12 15:22:01 2015 -0400

    All the Cinder services need to reference the correct config

    Every service except cinder-api was looking for the file
    '/opt/kolla/cinder/cinder-<service>.conf' when the config file in place was named
    'cinder.conf'. Change the rest of the services to look for cinder.conf or
    the config file will never be copied over to into '/etc/cinder/'.

    Change-Id: I1cd59f1da09e6f3bc7e7b3a4f45f9da2b8247479
    Closes-Bug: #1481928
    Closes-Bug: #1484248