summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorguang-yee <guang.yee@hpe.com>2016-05-23 13:04:42 -0700
committerGuang Yee <guang.yee@hpe.com>2016-05-24 16:41:23 -0700
commit619dbf3786f260b2a95704ef14e40f00a0ee555a (patch)
tree9f8bdb7631d3acd17e5bcde169d6448736cad25d /releasenotes
parentf55b0334b919f89fee0b2cfe0a9994fd08c9966c (diff)
downloadkeystonemiddleware-619dbf3786f260b2a95704ef14e40f00a0ee555a.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1583690-da67472d7afff0bf.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1583690-da67472d7afff0bf.yaml b/releasenotes/notes/bug-1583690-da67472d7afff0bf.yaml
new file mode 100644
index 0000000..030001f
--- /dev/null
+++ b/releasenotes/notes/bug-1583690-da67472d7afff0bf.yaml
@@ -0,0 +1,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.