summaryrefslogtreecommitdiff
path: root/openstackclient/common/clientmanager.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for token cachingArtem Goncharov2020-12-051-4/+6
* Fix compatibility issue in 5.35.3.1Felix Yan2020-07-141-1/+4
* switch to stevedore for entry pointsDoug Hellmann2020-07-061-7/+16
* Remove code migrated to osc-lib long agoDean Troyer2019-05-161-7/+0
* Fix limits show command without Nova and CinderJude Cross2018-04-031-0/+19
* Replace %r with %s on printing string variableHongbin Lu2017-11-131-2/+2
* Be robust on import plugin moduleHongbin Lu2017-10-071-1/+7
* Use flake8-import-order pluginAkihiro Motoki2017-08-171-1/+1
* Improve no-auth pathDean Troyer2017-04-241-1/+14
* Clean up password prompt work-aroundsDean Troyer2017-04-051-2/+2
* 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