summaryrefslogtreecommitdiff
path: root/keystoneclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use oslo.utils"Matt Riedemann2014-08-171-2/+2
* Use oslo.utilsBrant Knudson2014-08-051-2/+2
* Merge "Calculate a suitable column width for positional arguments"Jenkins2014-07-251-0/+12
|\
| * Calculate a suitable column width for positional argumentsChristian Berendt2014-07-161-0/+12
* | Reorder the old compatibility argumentsVishvananda Ishaya2014-07-231-4/+5
|/
* Session loading from CLI optionsJamie Lennox2014-07-021-52/+6
* Merge "Added help text for the debug option"Jenkins2014-06-171-1/+4
|\
| * Added help text for the debug optionAndre Naehring2014-06-131-1/+4
* | Set the iso8601 log level to WARNliu-sheng2014-06-121-0/+2
|/
* CLI always configures loggingBrant Knudson2014-04-161-1/+5
* Improve help stringsAndreas Jaeger2014-03-071-17/+19
* Remove redundant default value None for dict.getZhiQiang Fan2014-02-221-1/+1
* Merge "Adjust import items according to hacking import rule"Jenkins2014-01-301-2/+2
|\
| * Adjust import items according to hacking import ruleEric Guo2014-01-171-2/+2
* | Fix E12x warnings found by Pep8 1.4.6Dirk Mueller2014-01-231-2/+2
|/
* 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