summaryrefslogtreecommitdiff
path: root/cinderclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Remove v2 support from the shellBrian Rosmaita2021-07-121-16/+25
* Add flake8-import-order extensionSean McGinnis2021-03-101-1/+1
* Remove more python2 compat codeEric Harney2021-03-081-6/+1
* Remove all usage of six libraryhaixin2021-03-041-4/+3
* Fix undesirable raw Python errorEduardo Santos2020-10-291-0/+3
* Merge "[goal] Migrate python-cinderclient jobs to focal"Zuul2020-09-041-4/+5
|\
| * [goal] Migrate python-cinderclient jobs to focalGhanshyam Mann2020-08-171-4/+5
* | Merge "Clean up some old v1 API references"Zuul2020-08-211-5/+2
|\ \ | |/ |/|
| * Clean up some old v1 API referencesSean McGinnis2020-06-021-5/+2
* | Merge "Stop to use the __future__ module."Zuul2020-08-051-2/+0
|\ \
| * | Stop to use the __future__ module.Hervé Beraud2020-06-021-2/+0
| |/
* | Bump hacking to 3.1.0Eric Harney2020-07-161-1/+4
|/
* Replace bypass_url with os_endpointIan Wienand2020-03-251-1/+1
* Add test for subcommandsEric Harney2019-11-121-0/+1
* Merge "Optional filters parameters should be passed only once"Zuul2019-09-111-0/+47
|\
| * Optional filters parameters should be passed only oncewhoami-rajat2019-09-051-0/+47
* | Drop support for OS_TENANT_NAME and OS_TENANT_IDSean McGinnis2019-09-101-20/+4
|/
* Autonegotiate API version for shellEric Harney2019-08-281-11/+94
* Fix max version handling for help outputSean McGinnis2019-01-301-2/+5
* Remove i18n.enable_lazy() translationSean McGinnis2018-11-131-5/+0
* Default help output to include MV updatesSean McGinnis2018-09-201-2/+1
* Remove deprecated CLI optionsSean McGinnis2018-07-231-28/+0
* Allow --help for specific commandsEric Harney2018-04-101-0/+6
* fix a typo in documentationmelissaml2018-03-231-1/+1
* Migrate to keystoneauth identity cli opts.Zhao Chao2018-01-161-133/+76
* Merge "Add cluster support in migration and manage"Zuul2017-12-011-33/+53
|\
| * Add cluster support in migration and manageGorka Eguileor2017-10-031-33/+53
* | Merge "Fix OS_AUTH_TYPE env var usage"Zuul2017-10-191-2/+4
|\ \ | |/ |/|
| * Fix OS_AUTH_TYPE env var usageGorka Eguileor2017-08-041-2/+4
* | Enable H306Eric Harney2017-08-011-0/+2
|/
* Merge "Clean the redundant code in shell.py"Jenkins2017-08-011-12/+7
|\
| * Clean the redundant code in shell.pyjunboli2017-07-271-12/+7
* | Make --profile load from environment variablesTovin Seven2017-07-271-1/+3
|/
* Fix attribute errors in os-auth-* settingsSean McGinnis2017-06-011-3/+2
* Merge "Add a missing left bracket in help message"Jenkins2017-05-251-1/+1
|\
| * Add a missing left bracket in help messageKATO Tomoyuki2017-03-221-1/+1
* | Fix noauth supportIvan Kolodyazhny2017-03-241-38/+52
|/
* Fix pep8 errorsGorka Eguileor2017-03-151-19/+17
* Merge "Make V3 the default and fixup version reporting"2.0.0Jenkins2017-03-111-1/+1
|\
| * Make V3 the default and fixup version reportingJohn Griffith2017-03-101-1/+1
* | Handle log message interpolation by the loggerGábor Antal2017-02-071-2/+2
|/
* Python3 common patternsxianming mao2017-01-101-2/+2
* Move trace ID print statement to finallyVipin Balachandran2016-11-181-7/+8
* Update --endpoint-type dest to os_endpoint_typeNate Potter2016-10-211-2/+2
* Help msg and output info should support il8n.xianming mao2016-10-181-45/+45
* Print backtrace for exception when in debug modeEric Harney2016-10-111-1/+1
* Removed multiple import from shell.pyGábor Antal2016-09-201-1/+0
* Make APIVersion's null check more pythonicGorka Eguileor2016-08-291-4/+3
* Add "start_version" and "end_version" support to argparseCao Shufeng2016-08-161-11/+87
* Use 'six' instead of oslo_utils.strutils.sixdineshbhor2016-08-081-2/+2