summaryrefslogtreecommitdiff
path: root/glanceclient/v2/images.py
Commit message (Expand)AuthorAgeFilesLines
* Add image import features to clientErno Kuvaja2017-07-271-2/+30
* Replace six.iteritems() with .items()ji-xuepeng2017-02-081-1/+1
* Add request id to returned objectsRavi Jethani2017-01-201-22/+57
* Fix warlock model creationSabari Kumar Murugesan2016-07-061-4/+4
* Fix typos in docstrings and commentsDao Cong Tien2016-04-111-1/+1
* Fix location updateFei Long Wang2016-03-111-7/+4
* Auto-generated squash commitFlavio Percoco2016-02-111-2/+2
* Merge "Remove location check from V2 client"Jenkins2016-01-151-6/+0
|\
| * Remove location check from V2 clientkairat_kushaev2016-01-151-6/+0
* | Skip schema validation on GET /v2/images/%sNicolas Simonds2016-01-121-2/+3
|/
* Fix the download error when the image locations are blankLong Quan Sha2015-12-071-1/+5
* Added reactivate/deactivate image using CLIDarja Shakhray2015-11-021-0/+10
* Stop trying to send image_size to the serverMonty Taylor2015-10-101-6/+2
* Replace exception_to_str with oslo.utils functionkairat_kushaev2015-09-221-2/+2
* Merge "Fix the remove property logic in V2"Jenkins2015-09-141-1/+1
|\
| * Fix the remove property logic in V2Cindy Pallares2015-09-021-1/+1
* | Merge "V2: Do not validate image schema when listing"Jenkins2015-08-201-14/+16
|\ \
| * | V2: Do not validate image schema when listingStuart McLaren2015-08-101-14/+16
* | | Enable flake8 checksDarja Shakhray2015-07-211-10/+7
|/ /
* | Add v2 support for the marker attributeBrad Pokorny2015-06-191-0/+3
|/
* Validate tag name when filtering for imagesKamil Rykowski2015-03-261-2/+4
* Merge "Generate API documentation"Jenkins2015-03-251-4/+5
|\
| * Generate API documentationIan Wienand2015-02-161-4/+5
* | Extend images CLI v2 with new sorting syntaxMike Fedosin2015-03-161-15/+44
* | Add the ability to specify the sort dir for each keyMike Fedosin2015-03-161-9/+20
* | Adds the ability to sort images with multiple keysMike Fedosin2015-03-131-0/+15
* | Fix leaking sockets after v2 list operationLouis Taylor2015-03-051-34/+34
|/
* Change oslo.utils to oslo_utilsLouis Taylor2015-02-051-1/+1
* Merge "Remove openstack.common.strutils"Jenkins2015-02-021-3/+4
|\
| * Remove openstack.common.strutilsLouis Taylor2015-01-271-3/+4
* | Add a `--limit` parameter to list operationsFlavio Percoco2015-01-291-8/+23
|/
* Fix Requests breaking download progress barLouis Taylor2015-01-041-3/+5
* Fix v2 requests to non-bleeding edge serversLakshmi N Sampath2014-09-121-2/+8
* Replace old httpclient with requestsAmalaBasha2014-07-101-19/+18
* Resolving the performance issue for image listing of v2 APIZhi Yan Liu2014-07-081-5/+19
* Prepend '/' to the delete url for the v2 clientManuel Desbonnet2014-06-231-1/+1
* Add support for location parameters in v2 commandsDavid Koo2014-06-161-0/+93
* Python 3: do not use the unicode() functionCyril Roelandt2014-03-031-2/+3
* Add support for image size in v2 api uploadEdward Hope-Morley2014-02-031-2/+4
* It was removed urllib, urllib2 & urlparse modulesVictor Morales2014-01-181-3/+3
* Python 3: use six.iteritems and six.string_typesYassine Lamgarchal2014-01-131-2/+2
* Python 3: use six.iteritems() instead of iteritems()Yassine Lamgarchal2014-01-091-1/+2
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* Merge "Use openstack-images-v2.1-json-patch for update method"Jenkins2013-09-191-1/+1
|\
| * Use openstack-images-v2.1-json-patch for update methodGhe Rivero2013-08-231-1/+1
* | Enable query image by tagFei Long Wang2013-08-281-0/+10
|/
* \Allow removal of properties using glance v2 apieddie-sheffield2013-08-131-4/+18
* Updated from global requirementsMonty Taylor2013-08-101-1/+1
* Revert 02116565d358a4fa254217779fef82b14b38d8ca0.10.0Mark J. Washenberger2013-08-081-1/+1
* Show a pretty progressbar when uploading and downloading an image.mouad benchchaoui2013-08-081-4/+3