summaryrefslogtreecommitdiff
path: root/glanceclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Print traceback to stderr if --debug is setLouis Taylor2014-09-151-0/+7
* Merge "Import missing gettextutils._ in shell.py"Jenkins2014-09-131-0/+1
|\
| * Import missing gettextutils._ in shell.pyMatthew Booth2014-09-021-0/+1
* | Support for Metadata Definitions Catalog API0.14.0Pawel Koniszewski2014-09-031-16/+21
|/
* Enable osprofiler interface in glanceclient shellZhi Yan Liu2014-08-191-1/+28
* Remove deprecated commands from shellCindy Pallares2014-08-121-78/+1
* Merge "Add support for Keystone v3"Jenkins2014-08-071-152/+309
|\
| * Add support for Keystone v3Bob Thyne2014-08-051-152/+309
* | Enable F841ChangBo Guo(gcb)2014-07-091-1/+1
|/
* Finalize Python3 supportFrederic Lepied2014-05-201-1/+6
* Merge "Improve help strings"Jenkins2014-03-161-16/+16
|\
| * Improve help stringsAndreas Jaeger2014-02-261-16/+16
* | Replace file with open, which is Python 3 compatibleAlex Gaynor2014-02-131-1/+1
|/
* Handle endpoints with versions consistentlyStuart McLaren2014-01-221-18/+1
* Fix and enable gating on H306Dirk Mueller2013-12-161-1/+1
* Merge "Fix Pep8 errors found by Pep8 1.4.6"Jenkins2013-11-151-2/+2
|\
| * Fix Pep8 errors found by Pep8 1.4.6Dirk Mueller2013-10-181-2/+2
* | Merge "Replace OpenStack LLC with OpenStack Foundation"Jenkins2013-11-151-1/+1
|\ \
| * | Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* | | Merge "Fix python 3.x related Hacking warnings"Jenkins2013-11-121-2/+4
|\ \ \ | |_|/ |/| |
| * | Fix python 3.x related Hacking warningsDirk Mueller2013-08-261-2/+4
| |/
* | Add CLI for V2 image create, update, and uploadeddie-sheffield2013-10-021-33/+80
* | Support glance client can get ipv6 image url correctlyDazhao2013-09-061-0/+4
|/
* Encode error messages before sending them to stdoutFlaper Fesp2013-07-291-1/+1
* Start using Pyflakes and HackingDirk Mueller2013-06-221-1/+1
* Replace utils.ensure_(str|unicode) with strutils.safe(decode|encode)Flaper Fesp2013-06-041-1/+2
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-1/+1
* Trapping KeyboardInterrupt sooner.John Bresnahan2013-03-201-3/+3
* Merge "Control C does not cancel the CLI cleanly"Jenkins2013-03-111-0/+3
|\
| * Control C does not cancel the CLI cleanlyJohn Bresnahan2013-03-051-0/+3
* | Add missing spaces in help msgJames Li2013-03-061-9/+9
|/
* Decode input and encode outputFlaper Fesp2013-02-131-2/+1
* Support --os-cacertDean Troyer2012-12-111-3/+11
* Pin pep8 to 1.3.3Chuck Short2012-11-251-108/+119
* Hook up region_name argumentBrian Waldon2012-11-191-4/+12
* added --version as new parameterChristian Berendt2012-11-131-0/+4
* Implement blueprint ssl-connect-reworkStuart McLaren2012-10-081-0/+6
* Use system CA certificate fileStuart McLaren2012-08-131-2/+3
* Client-side SSL ConnectionBrian Waldon2012-08-041-0/+10
* SSL Certificate ValidationBrian Waldon2012-08-041-5/+12
* Merge "Allow CLI opts to override auth token and endpoint"0.3.0Jenkins2012-08-031-15/+19
|\
| * Allow CLI opts to override auth token and endpointBrian Waldon2012-08-011-15/+19
* | Add legacy compat layer to v1 shellBrian Waldon2012-08-011-4/+97
|/
* Merge "Honor '--insecure' commandline flag also for keystone authentication"Jenkins2012-07-311-2/+4
|\
| * Honor '--insecure' commandline flag also for keystone authenticationSascha Peilicke2012-07-261-2/+4
* | Fix --debug CLI optionBrian Waldon2012-07-291-2/+7
|/
* Replace httplib2 with httplib as http driverBrian Waldon2012-07-231-9/+1
* Clarify usage of --insecure flagSascha Peilicke2012-07-201-1/+4
* Establish the supported importable interfaceBrian Waldon2012-07-131-7/+7
* Remove AuthorizationFailure exceptionBrian Waldon2012-07-101-2/+0