summaryrefslogtreecommitdiff
path: root/tests/v2/test_images.py
Commit message (Expand)AuthorAgeFilesLines
* Skip non-base properties in patch methodKamil Rykowski2014-09-291-1/+36
* Fix v2 requests to non-bleeding edge serversLakshmi N Sampath2014-09-121-32/+62
* Replace old httpclient with requestsAmalaBasha2014-07-101-1/+3
* Enable F841ChangBo Guo(gcb)2014-07-091-3/+3
* Prepend '/' to the delete url for the v2 clientManuel Desbonnet2014-06-231-2/+2
* Add support for location parameters in v2 commandsDavid Koo2014-06-161-1/+136
* Finalize Python3 supportFrederic Lepied2014-05-201-2/+5
* Fix the parameter order of assertEqual in glanceclient v2 testEiichi Aikawa2014-02-271-50/+50
* Add support for image size in v2 api uploadEdward Hope-Morley2014-02-031-0/+9
* change assertEquals to assertEqualChristian Berendt2013-10-241-7/+7
* Merge "Use openstack-images-v2.1-json-patch for update method"Jenkins2013-09-191-5/+5
|\
| * Use openstack-images-v2.1-json-patch for update methodGhe Rivero2013-08-231-5/+5
* | Enable query image by tagFei Long Wang2013-08-281-0/+77
|/
* \Allow removal of properties using glance v2 apieddie-sheffield2013-08-131-2/+116
* Changes to allow image upload with V2 apieddie-sheffield2013-07-311-0/+15
* Enable client library V2 to create an image.eddie-sheffield2013-07-251-0/+17
* Expose checksum index image property in clientamalaba2013-07-121-0/+56
* Add tests for encodingsFlaper Fesp2013-06-031-0/+13
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-1/+1
* Implements filters: visibility, owner, member_status.Brian Rosmaita2013-03-081-2/+121
* Add library support for v2 image updateBrian Waldon2013-02-131-1/+24
* Adds image-delete functionality.Anita Kuno2013-01-291-0/+17
* Use testtools instead of unittest.Monty Taylor2013-01-021-2/+2
* Pin pep8 to 1.3.3Chuck Short2012-11-251-1/+1
* Enable client V2 to download imagesLars Gellrich2012-08-091-0/+58
* Stop looking for v2 image in containerBrian Waldon2012-07-301-4/+2
* Add pagination to v1 image-listBrian Waldon2012-07-191-1/+1
* Add pagination to v2 image-listBrian Waldon2012-07-131-2/+36
* Convert v2 images list method to generatorBrian Waldon2012-07-131-1/+2
* Replace static v2 Image model with warlock modelBrian Waldon2012-07-131-10/+5
* Add support for viewing a single image through v2Brian Waldon2012-07-131-0/+79