Comment 4 for bug 1532352

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-glance (stable/liberty)

Reviewed: https://review.openstack.org/265838
Committed: https://git.openstack.org/cgit/openstack/puppet-glance/commit/?id=66abdfea280a68edae92c291e194df542b5f64da
Submitter: Jenkins
Branch: stable/liberty

commit 66abdfea280a68edae92c291e194df542b5f64da
Author: Ben Nemec <email address hidden>
Date: Fri Jan 8 23:07:58 2016 +0000

    Fix Swift store configuration

    The swift_store_config_file option is being set in the DEFAULT
    group instead of the glance_store group where it is actually
    defined in Glance. This causes configuration of the Swift store
    backend to fail because the configuration is not found by the
    check here:
    https://github.com/openstack/glance_store/blob/master/glance_store/_drivers/swift/utils.py#L66

    Moving the option to glance_store makes the Swift backend work again.

    Change-Id: I3af198e5015df1d626c4a5aaccb3b4e5781f56b8
    Closes-Bug: 1532352
    (cherry picked from commit c324788ff680f1020b960be95c31a09eab8d18e0)