Comment 2 for bug 1225863

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

Reviewed: https://review.openstack.org/46693
Committed: http://github.com/openstack/glance/commit/b01f1212a572f97def840631e7b8c9d7edbc8d14
Submitter: Jenkins
Branch: master

commit b01f1212a572f97def840631e7b8c9d7edbc8d14
Author: sridevik <email address hidden>
Date: Mon Sep 16 00:31:40 2013 -0500

    Glance manage should parse glance-api.conf

    glance-manage does not currently parse glance-api.conf, when
    glance-registry.conf is present. Currently it's parsed conditionally.
    But, when some configs from glance-api.conf are required, we would
    need parse them both.
    eg. CONF.swift_store_user, CONF.swift_store_key in glance-api.conf

    Fixes bug #1225863

    Change-Id: I553c1bb460229489b38a57d9c91995816bfe09ee