4531809d60
cfg.CONF must not be used directly, Config().oslo_conf_obj must be used instead. Closes-bug: #1737119 Change-Id: I58ec9e25c7f04a8352535d8861e09c7e4c4c0a9d
7 lines
250 B
YAML
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.
|