keystoneauth/keystoneauth1/loading
Steve Martinelli 827895281b mark a few oidc parameters as required
to better the user experience, mark a few of the open id connect
options as required, users should get back more meaningful
error messages.

as part of the change, there was also a discrepancy between what
the loader used for the authorization code, and what the plugin
was using. deprecate the old loader option (authorization-code)
in favor of the one used by the plugin (code).

Change-Id: I18318ef44f99e4f973176dd99b61770b1151f7a0
Partial-Bug: 1593192
2016-11-01 11:12:12 -04:00
..
_plugins mark a few oidc parameters as required 2016-11-01 11:12:12 -04:00
__init__.py Make public the base loader classes 2015-10-19 01:50:22 +00:00
_utils.py Lazy import oslo_config as required 2016-04-26 08:43:29 +10:00
base.py Raise NotImplementedError instead of NotImplemented 2016-09-09 02:56:31 +00:00
cli.py Cleanup docstrings 2016-02-19 14:42:16 -06:00
conf.py docstring: fix typo 2016-05-14 02:26:50 +02:00
identity.py Fix PEP 257 error 2015-11-27 14:47:26 -05:00
opts.py Fix a typo in opts.py 2016-10-13 10:28:00 +08:00
session.py Lazy import oslo_config as required 2016-04-26 08:43:29 +10:00