diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2014-10-22 11:12:47 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2014-10-23 15:37:44 -0500 |
| commit | f079b5b9c4c030293b4ebfdf84d8b768b3aa3515 (patch) | |
| tree | 35f2c235fcc3aabcda4700329c1bd878576c7198 /openstackclient/image | |
| parent | e063246b97a7f31a47aca0a5eb36d571f5df7236 (diff) | |
| download | python-openstackclient-f079b5b9c4c030293b4ebfdf84d8b768b3aa3515.tar.gz | |
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
Diffstat (limited to 'openstackclient/image')
0 files changed, 0 insertions, 0 deletions
