summaryrefslogtreecommitdiff
path: root/openstackclient/tests/common/test_clientmanager.py
Commit message (Expand)AuthorAgeFilesLines
* move unit tests to new "unit" test moduleSteve Martinelli2016-09-081-69/+0
* Rework clientmanagerDean Troyer2016-07-221-340/+27
* osc-lib: api.authDean Troyer2016-06-301-2/+2
* Do not prompt for scope options with default scoped tokensDolph Mathews2016-06-171-5/+5
* osc-lib: exceptionsDean Troyer2016-06-131-2/+2
* Moving authentication from keystoneclient to keystoneauthNavid Pustchi2016-06-091-9/+12
* Propagate AttributeErrors when lazily loading pluginsTim Burke2016-04-141-0/+8
* Support client certificate/keyCedric Brandily2016-04-061-0/+17
* Fixed a bunch of spacingBrandon Palm2016-02-231-0/+2
* Support unscoped token requestguang-yee2016-02-191-0/+25
* Refactor network endpoint enablement checkingRichard Theis2016-01-041-0/+33
* Rename endpoint type to interfaceTerryHowe2015-07-151-4/+4
* Add --os-endpoint-type cli optional argumentRoxana Gherle2015-07-021-0/+11
* Remove oslo serialization requirementSteve Martinelli2015-05-261-1/+2
* Add --os-cloud supportDean Troyer2015-04-181-30/+53
* Defer client importsDean Troyer2015-04-151-0/+4
* Move OSC auth plugins so they can be foundDean Troyer2015-03-101-1/+2
* Merge "Fix auth-required for help command"Jenkins2015-03-021-21/+40
|\
| * Fix auth-required for help commandDean Troyer2015-02-271-21/+40
* | change oslo namespace to avoid warningTerry Howe2015-02-251-1/+1
|/
* Merge "Add helpful messages when authN'ing with password"Jenkins2015-01-161-2/+5
|\
| * Add helpful messages when authN'ing with passwordSteve Martinelli2015-01-161-2/+5
* | Default user domain id and project domain idSteve Martinelli2015-01-161-0/+1
|/
* Change --os-auth-plugin to --os-auth-typeDean Troyer2014-10-231-8/+8
* Remove ClientManager._service_catalogDean Troyer2014-10-181-1/+1
* Remove now-unnecessary client creation hacksDean Troyer2014-10-181-10/+1
* Merge "Add plugin to support token-endpoint auth"Jenkins2014-10-171-12/+36
|\
| * Add plugin to support token-endpoint authDean Troyer2014-10-121-12/+36
* | use jsonutils in oslo.serialization instead of keystoneclientwanghong2014-10-171-1/+1
|/
* Support for keystone auth pluginsMatthieu Huin2014-10-091-45/+127
* Use Keystone client session.SessionDean Troyer2014-09-081-22/+18
* Change app.restapi to app.client_manager.sessionDean Troyer2014-08-251-12/+92
* Add to clientmanager testsDean Troyer2013-09-051-1/+24
* Move tests into project package.Monty Taylor2013-06-301-0/+35