keystonemiddleware/releasenotes/notes/authprotocol-accepts-oslo-config-config-a37212b60f58e154.yaml
bhagyashris adb59a79e9 Fix typo 'olso' to 'oslo'
TrivialFix

Change-Id: I644bc36e3bf804c7546034ec8788671bd7cd01e6
2016-06-23 12:45:42 +05:30

11 lines
496 B
YAML

---
features:
- >
[`bug 1540022 <https://bugs.launchpad.net/keystonemiddleware/+bug/1540022>`_]
The auth_token middleware will now accept a conf setting named
``oslo_config_config``. If this is set its value must be an existing
oslo_config `ConfigOpts`. ``oslo_config_config`` takes precedence over
``oslo_config_project``. This feature is useful to applications that
are instantiating the auth_token middleware themselves and wish to
use an existing configuration.