summaryrefslogtreecommitdiff
path: root/keystoneclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Remove debug specific handlingJamie Lennox2013-12-201-1/+0
* Fix --debug handling in the shellThomas Herve2013-12-091-0/+4
* Merge "Fix typo in keystoneclient"Jenkins2013-12-031-2/+2
|\
| * Fix typo in keystoneclienthuangtianhua2013-11-251-2/+2
* | Warn user about unsupported API versionTristan Cacqueray2013-12-021-0/+4
|/
* Remove SERVICE_TOKEN and SERVICE_ENDPOINT env varsTom Fifield2013-10-191-14/+0
* Merge "python3: Refactor dict for python2/python3 compat"Jenkins2013-10-161-1/+1
|\
| * python3: Refactor dict for python2/python3 compatChuck Short2013-10-111-1/+1
* | Replace OpenStack LLC with OpenStack Foundation0.4.1ZhiQiang Fan2013-10-171-1/+1
* | Fixes print error for keystone action with non-English characterschenxiao2013-09-261-1/+3
|/
* Deprecation warning should be 'pending'Dolph Mathews2013-09-051-3/+3
* Deprecation warning for the CLIDolph Mathews2013-09-031-1/+5
* Fix and enable Gating on H404Dirk Mueller2013-08-151-5/+3
* flake8: fix alphabetical imports and enable H306Dolph Mathews2013-08-011-2/+2
* Use Python 3.x compatible print syntaxDirk Mueller2013-06-231-3/+5
* Cleanup shell's authentication check.Jamie Lennox2013-06-121-67/+55
* Suggestion of a new arguments display in the help, to reflect required onesChristophe Sauthier2013-05-251-1/+2
* help text improvementsAlan Pevec2013-03-081-5/+6
* Allow request timeout to be specified.Joshua Harlow2013-01-181-3/+28
* Make it possible to debug by running module.0.2.1Adam Young2012-12-201-0/+4
* Use requests module for HTTP/HTTPSDean Troyer2012-12-181-19/+13
* modify ca-certificate default valueWu Wenxiang2012-12-151-1/+1
* Rename --no_cache to --os_cache.Dan Prince2012-12-071-7/+6
* bug-1040361: use keyring to store tokensGuang Yee2012-12-041-1/+37
* Add --version CLI opt and __version__ module attrBrian Waldon2012-11-281-0/+5
* Merge "Check for auth URL before password (bug 1076235)"0.2.0Jenkins2012-11-161-5/+5
|\
| * Check for auth URL before password (bug 1076235)Dolph Mathews2012-11-071-5/+5
* | Merge "check creds before token/endpoint (bug 1076233)"Jenkins2012-11-161-14/+14
|\ \ | |/
| * check creds before token/endpoint (bug 1076233)Dolph Mathews2012-11-071-14/+14
* | Merge "Update README and CLI help"Jenkins2012-11-161-16/+29
|\ \
| * | Update README and CLI helpDolph Mathews2012-11-141-16/+29
* | | Merge "Warn about bypassing auth on CLI (bug 1076225)"Jenkins2012-11-161-3/+15
|\ \ \ | |/ / |/| / | |/
| * Warn about bypassing auth on CLI (bug 1076225)Dolph Mathews2012-11-071-3/+15
* | Merge "HACKING compliance: consistent usage of 'except'"Jenkins2012-11-131-1/+1
|\ \
| * | HACKING compliance: consistent usage of 'except'Dolph Mathews2012-11-051-1/+1
* | | removing repeat attempt at authorization in clientJoe Heck2012-11-091-8/+5
| |/ |/|
* | Merge "Update --os-* error messages"Jenkins2012-11-071-8/+8
|\ \ | |/ |/|
| * Update --os-* error messagesDolph Mathews2012-10-301-8/+8
* | Fixes https connections to keystone when no CA certificatesSam Morrison2012-10-201-1/+1
|/
* bootstrap a keystone user (e.g. admin) in one cmdDolph Mathews2012-10-101-0/+2
* switching options to match authentication pathsJoe Heck2012-09-251-14/+35
* removing deprecated commandline optionsJoe Heck2012-09-201-23/+0
* Merge "splitting http req and resp logging also some pep8 cleanup in shell.py"Jenkins2012-08-231-2/+3
|\
| * splitting http req and resp loggingJoe Heck2012-08-231-2/+3
* | Change underscores in new cert options to dashesDean Troyer2012-08-221-4/+13
|/
* Add '--insecure' commandline argument0.1.2Sascha Peilicke2012-07-201-2/+13
* 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-031-2/+43
* Change CLI options to use dashesDean Troyer2012-06-281-11/+25