summaryrefslogtreecommitdiff
path: root/openstackclient/common/clientmanager.py
Commit message (Expand)AuthorAgeFilesLines
* Fix OSC networking commands help errorsRui Chen2017-01-221-2/+25
* Defer auth prompting until it is actually neededDean Troyer2016-09-081-0/+20
* Provide fallback prompt function for current osc-libDean Troyer2016-08-291-0/+3
* Fix auth prompt brokennessDean Troyer2016-08-291-2/+0
* osc-lib: shellDean Troyer2016-08-051-1/+1
* Remove temporary code in ClientManagerDean Troyer2016-07-251-73/+0
* Rework clientmanagerDean Troyer2016-07-221-253/+23
* Temp work around for missing select_auth_plugin()Dean Troyer2016-07-131-2/+74
* osc-lib: api.authDean Troyer2016-06-301-1/+1
* Refactor setting defaults for some scope parametersAlvaro Lopez Garcia2016-06-211-35/+43
* Do not prompt for scope options with default scoped tokensDolph Mathews2016-06-171-7/+18
* osc-lib: exceptionsDean Troyer2016-06-131-1/+1
* Moving authentication from keystoneclient to keystoneauthNavid Pustchi2016-06-091-1/+1
* Ignore domain related config when using with keystone v2Hieu LE2016-05-091-3/+3
* Ignore domain related config when using with keystone v2Hieu LE2016-05-061-0/+12
* Propagate AttributeErrors when lazily loading pluginsTim Burke2016-04-141-1/+9
* Support client certificate/keyCedric Brandily2016-04-061-0/+10
* Trivial: Remove useless returnTang Chen2016-03-071-2/+0
* Fixed a bunch of spacingBrandon Palm2016-02-231-0/+1
* Clean redundant argument to dict.getting.wang2016-02-211-6/+6
* Merge "Support unscoped token request"Jenkins2016-02-211-2/+20
|\
| * Support unscoped token requestguang-yee2016-02-191-2/+20
* | Replace string format arguments with function parametersting.wang2016-02-201-2/+2
|/
* Refactor network endpoint enablement checkingRichard Theis2016-01-041-0/+20
* Mask the sensitive values in debug loglin-hua-cheng2015-10-121-1/+3
* Merge "Add plugin interface version"Jenkins2015-07-291-0/+4
|\
| * Add plugin interface versionDean Troyer2015-07-221-0/+4
* | Add configuration show commandTerryHowe2015-07-231-0/+4
|/
* Merge "Rename endpoint type to interface"Jenkins2015-07-171-6/+6
|\
| * Rename endpoint type to interfaceTerryHowe2015-07-151-6/+6
* | Fix interactive password promptTerryHowe2015-07-131-1/+1
|/
* Merge "Add --os-endpoint-type cli optional argument"Jenkins2015-07-031-2/+8
|\
| * Add --os-endpoint-type cli optional argumentRoxana Gherle2015-07-021-2/+8
* | Skip trying to set project_domain_id if not using passwordSteve Martinelli2015-06-111-0/+2
|/
* Set tenant options on parsed namespaceJamie Lennox2015-05-311-0/+2
* Send the correct user-agent to KeystoneRoxana Gherle2015-05-111-0/+3
* Add --os-cloud supportDean Troyer2015-04-181-9/+11
* Fix session timingDean Troyer2015-04-071-2/+2
* Merge "Move OSC auth plugins so they can be found"Jenkins2015-03-101-1/+1
|\
| * Move OSC auth plugins so they can be foundDean Troyer2015-03-101-1/+1
* | Raise AttributeError for unknown attributesJamie Lennox2015-03-051-0/+2
|/
* Fix auth-required for help commandDean Troyer2015-02-271-29/+42
* Adding default user_domain_id parameter only when usingIgor_Bolotin2015-02-051-0/+1
* Merge "Add helpful messages when authN'ing with password"Jenkins2015-01-161-1/+4
|\
| * Add helpful messages when authN'ing with passwordSteve Martinelli2015-01-161-1/+4
* | Default user domain id and project domain idSteve Martinelli2015-01-161-0/+17
|/
* Adjust some logging levelsDean Troyer2014-10-241-1/+1
* Change --os-auth-plugin to --os-auth-typeDean Troyer2014-10-231-9/+9
* Clean up shell authenticationDean Troyer2014-10-211-7/+39
* Remove ClientManager._service_catalogDean Troyer2014-10-181-7/+7