keystonemiddleware/releasenotes/notes/bug-1737119-4afe548d28fbf8bb.yaml
Mehdi Abaakouk 4531809d60 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
2017-12-20 15:07:57 +00:00

7 lines
250 B
YAML

---
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.