Comment 18 for bug 1540890

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-library (stable/7.0)

Reviewed: https://review.openstack.org/278489
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=46e581f5d83f08ad700ab6af2679ebefc1a47904
Submitter: Jenkins
Branch: stable/7.0

commit 46e581f5d83f08ad700ab6af2679ebefc1a47904
Author: Denis Egorenko <email address hidden>
Date: Wed Feb 10 19:10:07 2016 +0300

    Use glance-swift conf for swift backend

    For working with Swift backend, Glance needs authentication parameters,
    which are supplied to Swift when making calls to its storage system.
    Glance will use information from the file specified under parameter
    swift_store_config_file. When this parameter is set to the same file
    (glance-api.conf), we have lot of non-critical errors in glance-api
    log, because of 'Invalid format of swift store config'.
    The same problem, when we have RadosGW.

    Change-Id: I18ee8f68f7ce793d2580685e79ed636556c57ddd
    Related-bug: #1540890