keystoneauth/keystoneauth1
Jamie Lennox c5bac3a32c Don't issue deprecation warning when nesting adapters
Auth token middleware does a bit of a hack where it passes an Adapter in
as a session to the client. This is useful there because we need to know
much more about the authentication information than we do in most
clients.

We should look at fixing this in auth_token middleware, however for now
we shouldn't issue a deprecation warning when a user passes an Adapter
as a session object because this has always been designed to work - just
not something we recommend.

Change-Id: If7ebe59d5908275e607f32244027c8e6f3d1e157
Closes-Bug: #1647230
2016-12-06 09:14:44 +11:00
..
access Add is_domain to keystoneauth token 2016-05-18 21:56:36 -03:00
exceptions oidc: deprecate grant_type argument 2016-07-14 11:08:29 +02:00
extras Fix parameters for Kerberos Auth Plugin 2016-09-21 12:22:46 -04:00
fixture Add tests for YamlJsonSerializer 2016-08-04 11:15:51 -05:00
hacking Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
identity Add reauthenticate to generic plugins 2016-11-22 09:59:14 +02:00
loading mark a few oidc parameters as required 2016-11-01 11:12:12 -04:00
tests Don't issue deprecation warning when nesting adapters 2016-12-06 09:14:44 +11:00
__init__.py Provide a RFC 7231 compliant user agent string 2015-12-15 16:45:17 -06:00
_utils.py Disables TCP_KEEPCNT when using Windows Subsystem for Linux 2016-08-23 03:36:45 +00:00
adapter.py Don't issue deprecation warning when nesting adapters 2016-12-06 09:14:44 +11:00
discover.py Removing tox ignore D401 and make keystoneauth compliant 2016-04-13 18:46:05 +00:00
plugin.py Removing tox ignore D400. 2016-04-18 21:20:51 +00:00
service_token.py Add a service token wrapper 2016-10-11 14:14:40 +11:00
session.py Prevent changing content type in request 2016-10-17 15:54:45 +03:00
token_endpoint.py Adding authentication compatibility for OpenStackClient 2016-03-07 23:38:22 +00:00