Dean Troyer a9ad5cfcda 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
2013-02-06 16:47:06 +02:00
2014-10-03 19:35:13 -04:00
2013-08-16 14:35:46 -05:00
2014-07-22 17:51:15 -06:00
2012-04-18 13:16:39 -05:00
2014-05-01 13:50:49 +00:00
2014-10-03 22:38:01 +00:00
Description
OpenStackClient plugin library support
4.3 MiB
Languages
Python 100%