python-openstackclient/openstackclient/tests/common
Dean Troyer f079b5b9c4 Change --os-auth-plugin to --os-auth-type
User's don't know what a plugin is.

* Internally, os_auth_type and/or auth_type represents what the
  user supplied.
* auth_plugin_name is the name of the selected plugin
* auth_plugin is the actual plugin object

Plugin selection process:
* if --os-auth-type is supplied:
  * if it matches against an available plugin, done
  * (if it can map to an availble plugin type, done; TODO in a followup)
* if --os-auth-type is not supplied:
  * if --os-url and --os-token are supplied, select 'token_endpoint'
  * if --os-username supplied, select identity_api_version + 'password'
  * if --os-token supplied, select identity_api_version + 'token'

Change-Id: Ice4535214e311ebf924087cf77f6d84d76f5f3ee
2014-10-23 15:37:44 -05:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
test_clientmanager.py Change --os-auth-plugin to --os-auth-type 2014-10-23 15:37:44 -05:00
test_commandmanager.py Add 'command list' command 2014-10-08 21:57:26 -05:00
test_extension.py Add network extension list 2014-07-26 15:57:48 -06:00
test_module.py Add 'command list' command 2014-10-08 21:57:26 -05:00
test_parseractions.py Fixed several typos throughout the codebase 2014-05-21 07:47:52 -07:00
test_timing.py Add basic timing support 2014-07-08 02:04:00 -05:00
test_utils.py Unordered dicts and lists causes variable results 2014-09-06 23:55:31 -04:00