summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1583690-da67472d7afff0bf.yaml
blob: 030001f92d75779d850798f744eb5034e04bcafb (plain)
1
2
3
4
5
6
7
8
9
10
11
---
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.