keystone/keystone/middleware
Itxaka 9bbb0ce7a8 Allow compatibility with keystonemiddleware 4.0.0
On keystonemiddleware 4.0.0 the base class is called
_BaseAuthProtocol, which was later changed to BaseAuthProtocol.
Due to this change keystone would not work with the 4.0.0
version, while it was still accepted in the requirements.
This fixes it by providing a fallback to the old naming

Change-Id: I859a2d15e63c8c857b0bcbb15c757b716c8c43ba
Closes-Bug: 1623091
2016-09-14 13:56:34 +00:00
..
__init__.py Move AuthContext middleware into its own file 2015-11-12 11:47:51 +11:00
auth.py Allow compatibility with keystonemiddleware 4.0.0 2016-09-14 13:56:34 +00:00
core.py Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00