39560c774874c7df0bff70a40992a722754a9d24
The oslo_config library added support for a choices keyword argument in version 1.2.0a3. This commit leverages the use of choices for StrOpts of keystonemiddleware configuration. Change-Id: I8d9ee833263560caaffe083487abc5eda862f8ea Closes-Bug: 1423973
Middleware for the OpenStack Identity API (Keystone)
This package contains middleware modules designed to provide
authentication and authorization features to web services other than
Keystone
<https://github.com/openstack/keystone>. The most prominent
module is keystonemiddleware.auth_token. This package does
not expose any CLI or Python API features.
For information on contributing, see
CONTRIBUTING.rst.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/keystonemiddleware
- Source: http://git.openstack.org/cgit/openstack/keystonemiddleware
- Bugs: http://bugs.launchpad.net/keystonemiddleware
For any other information, refer to the parent project, Keystone:
Description