Comment 2 for bug 1583690

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

Reviewed: https://review.openstack.org/320123
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=619dbf3786f260b2a95704ef14e40f00a0ee555a
Submitter: Jenkins
Branch: master

commit 619dbf3786f260b2a95704ef14e40f00a0ee555a
Author: guang-yee <email address hidden>
Date: Mon May 23 13:04:42 2016 -0700

    Determine project name from oslo_config or local config

    For services such as Swift, which may not be utilizing oslo_config, we need
    to be able to determine the project name from local config. If project name
    is specified in both local config and oslo_config, the one in local config will
    be used instead.

    In case project is undetermined (i.e. not set), we use taxonomy.UNKNOWN
    as an indicator so operators can take corrective actions.

    Change-Id: Ia95cbc9974d0c39c6b77d966cffdef2885350d77
    Closes-Bug: 1583690