summaryrefslogtreecommitdiff
path: root/keystoneclient
Commit message (Expand)AuthorAgeFilesLines
* Merge "splitting http req and resp logging also some pep8 cleanup in shell.py"Jenkins2012-08-232-11/+18
|\
| * splitting http req and resp loggingJoe Heck2012-08-232-11/+18
* | Change underscores in new cert options to dashesDean Troyer2012-08-221-4/+13
|/
* Add '--insecure' commandline argument0.1.2Sascha Peilicke2012-07-202-3/+15
* If no password in env or command line, try promptingKen Thomas2012-07-101-3/+15
* add keystone bash-completionDominik Heidler2012-07-061-0/+28
* Support 2-way SSL with Keystone server if it is configured to enforceLiem Nguyen2012-07-033-5/+52
* Merge "Don't call PrettyTable add_row with a tuple."Jenkins2012-07-031-1/+1
|\
| * Don't call PrettyTable add_row with a tuple.Dan Prince2012-06-291-1/+1
* | Merge "Change CLI options to use dashes"Jenkins2012-07-032-29/+62
|\ \ | |/ |/|
| * Change CLI options to use dashesDean Troyer2012-06-282-29/+62
* | Merge "Do not display None in pretty tables for fields with no value"Jenkins2012-06-291-1/+6
|\ \ | |/ |/|
| * Do not display None in pretty tables for fields with no valueVincent Untz2012-06-261-1/+6
* | Add post-tag versioning.0.1.1Monty Taylor2012-06-261-24/+109
|/
* Drop support for legacy OS args0.1.0Dolph Mathews2012-06-211-30/+0
* Merge "Skip argparse when injecting requirements."Jenkins2012-06-211-0/+5
|\
| * Skip argparse when injecting requirements.Monty Taylor2012-06-201-0/+5
* | 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
* | Update to latest openstack.common setup code.Monty Taylor2012-06-141-3/+110
* | 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-0111-103/+132
|/ /
* | Merge "Auto generate AUTHORS for python-keystoneclient."folsom-1Jenkins2012-05-183-0/+145
|\ \
| * | Auto generate AUTHORS for python-keystoneclient.Bhuvan Arumugam2012-05-043-0/+145
* | | Merge "Fix Tenant.update() for enabled=False"Jenkins2012-05-151-1/+1
|\ \ \
| * | | Fix Tenant.update() for enabled=FalseDean Troyer2012-05-141-1/+1
| |/ /
* | | Merge "Change --user to --user_id and --role to --role_id in the keystone cli...Jenkins2012-05-151-30/+30
|\ \ \
| * | | Change --user to --user_id and --role to --role_id in the keystone client for...Everett Toews2012-05-111-30/+30
| |/ /
* | | Remove printtDean Troyer2012-05-071-2/+2
|/ /
* | 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-052-4/+2
* | Drop support for OS --tenant_id (bug 960977)Dolph Mathews2012-03-291-4/+0
* | Useful messages for missing auth data (bug 946297)Dolph Mathews2012-03-211-28/+40
* | Merge "Backslash continuations (python-keystoneclient)"Jenkins2012-03-214-11/+11
|\ \
| * | Backslash continuations (python-keystoneclient)Zhongyue Luo2012-03-174-11/+11
* | | Implement user-get based on tenant-get (bug 940272)Dolph Mathews2012-03-201-0/+7
|/ /
* | Merge "CLI shows help without args (bug 936398)"Jenkins2012-03-161-1/+1
|\ \ | |/ |/|
| * CLI shows help without args (bug 936398)Dolph Mathews2012-03-131-1/+1
* | Change CLIAuth arg namesDean Troyer2012-03-141-29/+72
* | enabled treated as string (bug 953678)Dolph Mathews2012-03-142-4/+7
|/
* Merge "fix bug 950685,make update user password works"Jenkins2012-03-101-2/+2
|\
| * fix bug 950685,make update user password worksYaguang Tang2012-03-101-2/+2
* | Merge "List roles for user on CLI (bug 932282)"Jenkins2012-03-101-2/+14
|\ \ | |/ |/|
| * List roles for user on CLI (bug 932282)Dolph Mathews2012-03-091-2/+14
* | Add endpoint commands help textDean Troyer2012-03-091-21/+17
|/
* prevent keyerrors when accessing optional keystermie2012-03-071-2/+4