summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMehdi Abaakouk <sileht@sileht.net>2017-12-08 09:56:31 +0100
committerMehdi Abaakouk (sileht) <sileht@sileht.net>2017-12-20 15:07:57 +0000
commit4531809d600b8dda1732410fb762751bcc51f4cb (patch)
treee3b0a1d25490b096eb96bf5e7820528ff2b26f2d /releasenotes
parenta08bc44e041228d075f2edacf30510064147d0fb (diff)
downloadkeystonemiddleware-4531809d600b8dda1732410fb762751bcc51f4cb.tar.gz
cfg.CONF must not be used directly
cfg.CONF must not be used directly, Config().oslo_conf_obj must be used instead. Closes-bug: #1737119 Change-Id: I58ec9e25c7f04a8352535d8861e09c7e4c4c0a9d
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1737119-4afe548d28fbf8bb.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1737119-4afe548d28fbf8bb.yaml b/releasenotes/notes/bug-1737119-4afe548d28fbf8bb.yaml
new file mode 100644
index 0000000..052df07
--- /dev/null
+++ b/releasenotes/notes/bug-1737119-4afe548d28fbf8bb.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - >
+ [`bug 1737119 <https://bugs.launchpad.net/keystonemiddleware/+bug/1737119>`_]
+ If the application was not using the global cfg.CONF object, the configuration
+ was not read from the configuration file. This have been fixed.