summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0
Commit message (Expand)AuthorAgeFilesLines
* Merge "Implements token expiration handling"Jenkins2013-02-191-1/+0
|\
| * Implements token expiration handlingJulien Danjou2013-02-011-1/+0
* | Merge "Remove useless import"Jenkins2013-02-151-1/+0
|\ \
| * | Remove useless importJulien Danjou2013-01-221-1/+0
* | | Merge "Add name arguments to keystone command."Jenkins2013-02-131-49/+84
|\ \ \ | |_|/ |/| |
| * | Add name arguments to keystone command.Ken'ichi Ohmichi2013-01-171-49/+84
| |/
* | Take region_name into account when calling url_forSam Morrison2013-01-241-1/+2
|/
* Merge "Spelling: compatibile->compatible"Jenkins2013-01-081-4/+4
|\
| * Spelling: compatibile->compatibleDolph Mathews2012-12-141-4/+4
* | Fix keystone *-list order by 'name'Masayuki Igawa2012-12-191-4/+6
* | Merge "Prevent an uncaught exception from being rasied."Jenkins2012-12-171-1/+1
|\ \ | |/ |/|
| * Prevent an uncaught exception from being rasied.K Jonathan Harker2012-12-141-1/+1
* | Fix keystoneclient user-list output orderMasayuki Igawa2012-12-111-1/+2
|/
* bug-1040361: use keyring to store tokensGuang Yee2012-12-041-43/+27
* Add command to allow users to change their own passwordDerek Higgins2012-11-272-0/+45
* Fix scoped auth for non-admins (bug 1081192)Dolph Mathews2012-11-201-2/+3
* Merge "HACKING compliance: consistent usage of 'except'"Jenkins2012-11-132-5/+5
|\
| * HACKING compliance: consistent usage of 'except'Dolph Mathews2012-11-052-5/+5
* | removing repeat attempt at authorization in clientJoe Heck2012-11-093-40/+145
* | Merge "Replace refs to 'Keystone API' with 'Identity API'"Jenkins2012-11-061-1/+1
|\ \
| * | Replace refs to 'Keystone API' with 'Identity API'Dolph Mathews2012-10-241-1/+1
| |/
* | Fix keystoneclient so swift works against Rackspace Cloud FilesJoseph W. Breu2012-11-051-0/+5
|/
* Merge "Don't log an exception for an expected empty catalog."Jenkins2012-10-241-5/+4
|\
| * Don't log an exception for an expected empty catalog.Gabriel Hurley2012-10-231-5/+4
* | add a new HTTPClient attr for setting the original IPIonuț Arțăriși2012-10-221-0/+3
|/
* Ensure JSON isn't read on no HTTP response bodyJay Pipes2012-10-171-1/+1
* Merge "Added 'service_id' column to endpoint-list"Jenkins2012-10-131-1/+2
|\
| * Added 'service_id' column to endpoint-listLaurence Miao2012-10-121-1/+2
* | Useful error msg when missing catalog (bug 949904)Dolph Mathews2012-10-112-2/+22
* | change default wrap for tokens from 78 characters to 0Adam Young2012-10-061-1/+1
|/
* pep8 1.3.1 cleanupJoe Heck2012-09-291-1/+1
* Allow empty description for tenants.Bhuvan Arumugam2012-09-272-3/+6
* Add wrap option to keystone token-get for humansJoe Gordon2012-09-251-1/+4
* Change CLI options to use dashesDean Troyer2012-06-281-18/+37
* Merge "Require service_id for endpoint-create (bug 987457)"Jenkins2012-06-201-1/+1
|\
| * Require service_id for endpoint-create (bug 987457)Dolph Mathews2012-04-231-1/+1
* | Merge "fix bug lp:936168,format output."Jenkins2012-06-071-1/+1
|\ \
| * | fix bug lp:936168,format output.Yaguang Tang2012-06-031-1/+1
* | | Merge "Updated Sphinx documentation"Jenkins2012-06-075-0/+33
|\ \ \
| * | | Updated Sphinx documentationLorin Hochstein2012-06-015-0/+33
| |/ /
* | | pep8 1.1 changes and updatesJoe Heck2012-06-016-19/+22
|/ /
* | Merge "Fix Tenant.update() for enabled=False"Jenkins2012-05-151-1/+1
|\ \
| * | Fix Tenant.update() for enabled=FalseDean Troyer2012-05-141-1/+1
* | | Change --user to --user_id and --role to --role_id in the keystone client for...Everett Toews2012-05-111-30/+30
|/ /
* | Merge "Split user-role-list from user-list"Jenkins2012-05-031-14/+24
|\ \ | |/ |/|
| * Split user-role-list from user-listDolph Mathews2012-03-141-14/+24
* | Removed unused imports and variables.Josh Kearney2012-04-051-1/+1
* | Implement user-get based on tenant-get (bug 940272)Dolph Mathews2012-03-201-0/+7
|/
* enabled treated as string (bug 953678)Dolph Mathews2012-03-141-4/+4
* Merge "fix bug 950685,make update user password works"Jenkins2012-03-101-2/+2
|\