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.
Reviewed: https:/ /review. openstack. org/320123 /git.openstack. org/cgit/ openstack/ keystonemiddlew are/commit/ ?id=619dbf3786f 260b2a95704ef14 e40f00a0ee555a
Committed: https:/
Submitter: Jenkins
Branch: master
commit 619dbf3786f260b 2a95704ef14e40f 00a0ee555a
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: Ia95cbc9974d0c3 9c6b77d966cffde f2885350d77
Closes-Bug: 1583690