openstack-python-openstackc.../openstackclient/api
Alvaro Lopez Garcia 78ae57112c Refactor check_valid_auth_options function
The functions check_valid_auth_options() function was relying on the name
for checking the set of required options, but this could cause errors
with external auth plugins. If somebody defines an auth plugin plugin
named "footoken" the check function would check for a "token" option,
even if the plugin has not defined that option. This change tries to
improve this situation, cheking for some options only if they have been
defined in the plugin.

Change-Id: I4255f2e7d4d23449c95be957ea7b6b60983f2608
2016-06-21 08:54:36 +02:00
..
__init__.py Add low-level API base class 2014-09-29 12:32:45 -05:00
api.py Fix missing i18n supports in api/ and shell.py 2016-06-14 11:03:56 -05:00
auth.py Refactor check_valid_auth_options function 2016-06-21 08:54:36 +02:00
auth_plugin.py Fix missing i18n supports in api/ and shell.py 2016-06-14 11:03:56 -05:00
image_v1.py Don't hack the image url 2015-03-05 20:58:23 -06:00
image_v2.py Trivial: Update image_list v2 docs 2016-03-01 18:48:09 +08:00
object_store_v1.py osc-lib: utils 2016-06-13 10:50:44 -05:00
utils.py Fix typos in docstrings and comments 2016-04-06 10:30:39 +07:00