python-keystoneclient/keystoneclient/auth
Brant Knudson b54d9f122c Stop using .keys() on dicts where not needed
Iterating over a dict results in the keys.

Using the 'in' operator on a dict checks if it's a key.

Change-Id: I6affbfa1a79a9e8c0b5b304078a7a8e4e792eecd
2015-08-06 14:44:12 -05:00
..
identity Stop using .keys() on dicts where not needed 2015-08-06 14:44:12 -05:00
__init__.py Provide a means to get all installed plugins 2015-04-15 11:36:15 +10:00
base.py Add get_communication_params interface to plugins 2015-05-26 17:05:09 +10:00
cli.py Fix up types within API documentation 2014-12-16 11:36:14 +10:00
conf.py Change oslo.config to oslo_config 2015-01-31 08:03:37 -06:00
token_endpoint.py Change oslo.config to oslo_config 2015-01-31 08:03:37 -06:00