File: bug-1583690-da67472d7afff0bf.yaml

package info (click to toggle)
python-keystonemiddleware 10.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: python: 10,017; makefile: 93; sh: 2
file content (11 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (6)
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.