keystonemiddleware/releasenotes/notes/bug-1583690-da67472d7afff0bf.yaml
guang-yee 619dbf3786 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
2016-05-24 16:41:23 -07:00

12 lines
506 B
YAML

---
features:
- >
[`bug 1583690 <https://bugs.launchpad.net/keystonemiddleware/+bug/1583690>`_]
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.