summaryrefslogtreecommitdiff
path: root/glanceclient/v2/images.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Changes to allow image upload with V2 apieddie-sheffield2013-07-311-0/+13
* Enable client library V2 to create an image.eddie-sheffield2013-07-251-0/+19
* Increase default page_size valueJared Culp2013-07-161-1/+1
* Replace utils.ensure_(str|unicode) with strutils.safe(decode|encode)Flaper Fesp2013-06-041-1/+2
* Implements filters: visibility, owner, member_status.Brian Rosmaita2013-03-081-2/+15
* Add library support for v2 image updateBrian Waldon2013-02-131-0/+22
* Adds image-delete functionality.Anita Kuno2013-01-291-0/+4
* Enable client V2 to download imagesLars Gellrich2012-08-091-0/+17
* Stop looking for v2 image in containerBrian Waldon2012-07-301-2/+2
* Add pagination to v2 image-listBrian Waldon2012-07-131-3/+19
* Convert v2 images list method to generatorBrian Waldon2012-07-131-3/+5
* Replace static v2 Image model with warlock modelBrian Waldon2012-07-131-12/+13
* Add support for viewing a single image through v2Brian Waldon2012-07-131-0/+8
* Add minimal support for the v2 APIBrian Waldon2012-06-041-0/+29