summaryrefslogtreecommitdiff
path: root/glanceclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
* glance help <subcommand>: Clearly specify which options are mandatoryCyril Roelandt2021-12-141-1/+5
* Fix undesirable raw Python errorMridula Joshi2021-08-031-0/+2
* Merge "Do not use the six library."Zuul2020-07-171-36/+2
|\
| * Do not use the six library.Cyril Roelandt2020-06-231-36/+2
* | Stop to use the __future__ module.Hervé Beraud2020-06-021-2/+0
|/
* Remove deprecated ssl optionsRui Yuan Dou2018-01-171-12/+0
* Merge "Make --profile load from environment variables"Jenkins2017-07-261-5/+7
|\
| * Make --profile load from environment variablesTovin Seven2017-07-241-5/+7
* | Removed the --no-ssl-compression parameter which is deprecatedPranaliD2017-07-251-9/+0
|/
* Merge "Handle formatting of subcommand name in error output"Jenkins2017-01-131-1/+35
|\
| * Handle formatting of subcommand name in error outputIan Cordasco2017-01-111-1/+35
* | Use import_versioned_module from oslo.utilsLi Wei2016-12-061-1/+2
|/
* switch from keystoneclient to keystoneauthItisha Dewan2016-09-031-34/+37
* Merge "Remove unused skip_authentication decorator"Jenkins2016-06-211-3/+1
|\
| * Remove unused skip_authentication decoratorkairat_kushaev2016-06-021-3/+1
* | Remove deprecated construct method from session initkairat_kushaev2016-06-091-19/+14
|/
* [Trivial] Remove unnecessary executable privilegeZhiQiang Fan2016-05-211-0/+0
* Get endpoint if os_image_url is not setNiall Bunting2016-05-121-1/+10
* Merge "Re-enable stacktracing when --debug is used"Jenkins2016-04-181-12/+2
|\
| * Re-enable stacktracing when --debug is usedStuart McLaren2016-04-071-12/+2
* | Fix typos in docstrings and commentsDao Cong Tien2016-04-111-3/+4
* | Merge "Fix v2 so that you can see the default help info"Jenkins2016-04-041-0/+1
|\ \
| * | Fix v2 so that you can see the default help infozwei2016-03-301-0/+1
| |/
* | Fix missing of debug info after we use sessionCao ShuFeng2016-03-281-0/+6
|/
* Merge "Use session when not specified token or endpoint"Jenkins2016-02-011-94/+84
|\
| * Use session when not specified token or endpointDarja Shakhray2016-01-141-94/+84
* | use keystoneclient exceptions instead of oslo-incubator codeSteve Martinelli2015-12-271-1/+1
|/
* Disable suggestion of v1 help for v2 commandsNiallBunting2015-12-091-3/+14
* Merge "Fix typo in 'help' in python-glanceclient"Jenkins2015-11-271-3/+2
|\
| * Fix typo in 'help' in python-glanceclientDarja Shakhray2015-11-271-3/+2
* | Merge "Use common identity parameters fro keystone client"Jenkins2015-11-051-98/+6
|\ \
| * | Use common identity parameters fro keystone clientkairat_kushaev2015-09-281-98/+6
* | | Import i18n functions directlykairat_kushaev2015-10-161-2/+1
* | | Merge "print usage when no argument is specified for python3"Jenkins2015-10-141-1/+2
|\ \ \
| * | | print usage when no argument is specified for python3Zhiqiang Fan2015-10-091-1/+2
| | |/ | |/|
* | | Use the subcomand parsed args instead of the baseFlavio Percoco2015-10-121-1/+1
|/ /
* | Merge "Replace exception_to_str with oslo.utils function"Jenkins2015-09-301-1/+1
|\ \
| * | Replace exception_to_str with oslo.utils functionkairat_kushaev2015-09-221-1/+1
* | | Merge "Add check Identity validate when get schemas"Jenkins2015-09-291-0/+3
|\ \ \ | |_|/ |/| |
| * | Add check Identity validate when get schemasTakeaki Matsumoto2015-07-241-0/+3
* | | Merge "No auth when token and endpoint are passed"Jenkins2015-09-251-11/+6
|\ \ \
| * | | No auth when token and endpoint are passedFlavio Percoco2015-09-251-11/+6
| | |/ | |/|
* | | Add period in help messageAtsushi SAKAI2015-09-191-2/+2
|/ /
* | Fixes CLI client called without subcommandsErno Kuvaja2015-09-111-2/+3
* | Print the reverting back to v1 to stderrErno Kuvaja2015-09-091-1/+1
* | Don't make `help` require auth parametersFlavio Percoco2015-09-091-35/+47
* | Consider `--os-token` when using v2Flavio Percoco2015-09-041-10/+8
* | Check if v2 is available and fallbackFlavio Percoco2015-09-041-8/+16
* | Password should be prompted onceFlavio Percoco2015-09-011-0/+7
* | Remove custom SSL compression handlingStuart McLaren2015-08-261-1/+4