summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Rename --no_cache to --os_cache.Dan Prince2012-12-071-2/+2
* bug-1040361: use keyring to store tokensGuang Yee2012-12-042-0/+31
* Merge "Add command to allow users to change their own password"Jenkins2012-12-021-0/+18
|\
| * Add command to allow users to change their own passwordDerek Higgins2012-11-271-0/+18
* | Add Ec2Signer utility class to keystoneclientSteven Hardy2012-11-281-0/+79
|/
* Remove Policy.endpoint_id referenceDolph Mathews2012-11-201-1/+0
* Merge "Throw validation response into the environment"Jenkins2012-11-161-0/+3
|\
| * Throw validation response into the environmentKevin L. Mitchell2012-11-151-0/+3
* | fixes auth_ref initialization errorJoe Heck2012-11-153-72/+112
|/
* Add auth-token code to keystoneclient, along with supporting filesHenry Nash2012-11-121-0/+667
* removing repeat attempt at authorization in clientJoe Heck2012-11-093-6/+132
* Merge remote-tracking branch 'origin/feature/keystone-v3' into HEADDolph Mathews2012-10-3010-0/+733
|\
| * Enable/disable services/endpoints (bug 1048662)feature/keystone-v3Dolph Mathews2012-10-102-0/+2
| * v3 Domain/Project role grantsDolph Mathews2012-10-092-0/+235
| * Fixed httplib2 mocking (bug 1050091, bug 1050097)Dolph Mathews2012-10-096-38/+34
| * v3 List projects for a userDolph Mathews2012-10-091-0/+48
| * v3 Credential CRUDDolph Mathews2012-10-091-0/+22
| * v3 User CRUDDolph Mathews2012-10-081-0/+23
| * v3 Project CRUDDolph Mathews2012-10-081-0/+21
| * v3 Role CRUDDolph Mathews2012-10-081-0/+19
| * v3 Domain CRUDDolph Mathews2012-10-081-0/+20
| * v3 Policy CRUDDolph Mathews2012-10-081-0/+21
| * v3 Endpoint CRUDDolph Mathews2012-10-082-12/+89
| * v3 Service CRUDDolph Mathews2012-10-081-0/+20
| * v3 Client & test utilsDolph Mathews2012-10-042-0/+225
* | add a new HTTPClient attr for setting the original IPIonuț Arțăriși2012-10-221-0/+14
* | use mock context managers instead of decorators+functionsIonuț Arțăriși2012-10-182-36/+21
* | Merge "Fixed httplib2 mocking (bug 1050091, bug 1050097)"Jenkins2012-09-296-38/+34
|\ \
| * | Fixed httplib2 mocking (bug 1050091, bug 1050097)Dolph Mathews2012-09-126-38/+34
* | | Allow empty description for tenants.Bhuvan Arumugam2012-09-271-0/+40
|/ /
* | fixing pep8 formatting for 1.0.1+ pep8Joe Heck2012-08-292-64/+55
|/
* Support 2-way SSL with Keystone server if it is configured to enforceLiem Nguyen2012-07-031-0/+60
* Merge "decoding json only on 2xx success response bug 1007661"Jenkins2012-07-031-0/+15
|\
| * decoding json only on 2xx success responseJoe Heck2012-06-261-0/+15
* | Change CLI options to use dashesDean Troyer2012-06-281-0/+104
|/
* pep8 1.1 changes and updatesJoe Heck2012-06-0111-279/+274
* Change --user to --user_id and --role to --role_id in the keystone client for...Everett Toews2012-05-111-4/+4
* Updated tox.ini to work properly with Jenkins.Monty Taylor2012-03-211-1/+6
* Backslash continuations (python-keystoneclient)Zhongyue Luo2012-03-179-322/+438
* Change CLIAuth arg namesDean Troyer2012-03-141-24/+30
* Add endpoint commands help textDean Troyer2012-03-091-0/+22
* Merge "Make ec2-credentials-* commands work properly for non-admin user"Jenkins2012-03-072-2/+9
|\
| * Make ec2-credentials-* commands work properly for non-admin userDean Troyer2012-03-062-2/+9
* | Removed ?fresh=nonsense (bug 936405)Dolph Mathews2012-03-077-22/+21
|/
* Merge "Endpoints: Add create, delete, list support"essex-4Jenkins2012-02-281-0/+117
|\
| * Endpoints: Add create, delete, list supportAdam Gandelman2012-02-271-0/+117
* | Clean up EC2 CRUDDean Troyer2012-02-271-0/+23
|/
* Fix --tenant_id corner case with ec2-create-creds commandDean Troyer2012-02-241-2/+34
* Merge "Use unittest2 instead of unittest."Jenkins2012-02-231-1/+1
|\
| * Use unittest2 instead of unittest.Ken Thomas2012-02-151-1/+1