keystoneauth/keystoneauth1/loading
Alvaro Lopez Garcia 62c83a073a Pass kwargs to the plugin getter
Although the getter and the load_from_argparse_arguments methods accept
kwargs, those were not passed from the load method to the inner
plugin.load_from_options_getter call.

Change-Id: I1af353bf3eab88ebc148b606f683c114819e8330
Closes-Bug: 1697479
2017-06-12 17:04:42 +02:00
..
_plugins Add a full listing of all auth plugins and there options 2017-01-10 14:40:28 +00:00
__init__.py Introduce keystoneauth1.loading.adapter 2017-05-01 17:20:54 -05:00
_utils.py Lazy import oslo_config as required 2016-04-26 08:43:29 +10:00
adapter.py Introduce keystoneauth1.loading.adapter 2017-05-01 17:20:54 -05:00
base.py Raise NotImplementedError instead of NotImplemented 2016-09-09 02:56:31 +00:00
cli.py Pass kwargs to the plugin getter 2017-06-12 17:04:42 +02: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 Remove pbr warnerrors in favor of sphinx check 2017-03-07 20:51:19 -06:00
session.py Lazy import oslo_config as required 2016-04-26 08:43:29 +10:00