summaryrefslogtreecommitdiff
path: root/nova/tests/unit/image
Commit message (Expand)AuthorAgeFilesLines
* Add service_token for nova-glance interactionSarafraj Singh2017-06-071-1/+2
* Adopts keystoneauth with glance client.Sarafraj Singh2017-06-071-61/+44
* Send request_id on glance callsSean Dague2017-06-051-6/+9
* Merge "Use cursive for signature verification"Jenkins2017-04-101-20/+26
|\
| * Use cursive for signature verificationdane-fichter2017-03-281-20/+26
* | Set size/status during image create with FakeImageServiceMatt Riedemann2017-04-051-1/+14
|/
* Avoid using fdatasync() when fetching imagesLucian Petrut2017-03-091-15/+15
* fdatasync() downloaded images before useMatthew Booth2017-03-081-5/+23
* Remove GlanceImageServiceMatthew Booth2017-03-031-15/+15
* Merge "conf: remove deprecated image url options"Jenkins2017-02-091-110/+0
|\
| * conf: remove deprecated image url optionsMaciej Szankin2017-02-031-110/+0
* | Merge "conf: Move api options to a group"Jenkins2016-12-021-1/+1
|\ \
| * | conf: Move api options to a groupMaciej Szankin2016-11-251-1/+1
| |/
* | objects: Move 'arch' to 'fields.Architecture'Stephen Finucane2016-11-251-12/+15
|/
* conf: Remove deprecated ``use_glance_v1``Maciej Szankin2016-10-121-973/+1
* Replace uuid4() with uuidsentinelhussainchachuliya2016-10-051-2/+2
* Merge "conf: Cleanup of glance.py"Jenkins2016-09-291-15/+0
|\
| * conf: Cleanup of glance.pyStephen Finucane2016-09-291-15/+0
* | Merge "Determine disk_format for volume-backed snapshot from schema"Jenkins2016-09-261-0/+95
|\ \
| * | Determine disk_format for volume-backed snapshot from schemaMatt Riedemann2016-09-241-0/+95
| |/
* | Fixes python 3 unit testsClaudiu Belu2016-09-231-1/+1
|/
* Merge "Default image.size to 0 when extracting v1 image attributes"Jenkins2016-08-031-0/+19
|\
| * Default image.size to 0 when extracting v1 image attributesMatt Riedemann2016-07-271-0/+19
* | Don't set empty kernel_id and ramdisk_id to glance imageMike Fedosin2016-07-271-2/+0
|/
* Merge "Fix invalid import order"Jenkins2016-07-081-0/+1
|\
| * Fix invalid import orderbhagyashris2016-07-041-0/+1
* | Fix invalid import orderbhagyashris2016-07-041-2/+1
|/
* Remove russian from unit/image/test_glance.pyPavel Kholkin2016-06-281-4/+4
* Fix image meta which is sent to glance v2Mike Fedosin2016-06-151-0/+84
* Merge "Add 'update' method to GlanceImageServiceV2"Jenkins2016-06-071-3/+130
|\
| * Add 'update' method to GlanceImageServiceV2Mike Fedosin2016-06-061-3/+130
* | Merge "Add 'create' method to GlanceImageServiceV2"Jenkins2016-06-071-3/+82
|\ \ | |/
| * Add 'create' method to GlanceImageServiceV2Mike Fedosin2016-06-061-3/+82
* | Merge "Add 'detail' method to GlanceImageServiceV2"Jenkins2016-06-071-7/+153
|\ \ | |/
| * Add 'detail' method to GlanceImageServiceV2Mike Fedosin2016-06-061-7/+153
* | Merge "Revert "glance:add helper method to get client version""Jenkins2016-06-071-25/+0
|\ \ | |/ |/|
| * Revert "glance:add helper method to get client version"Sudipta Biswas2016-05-241-25/+0
* | Add 'delete' method to GlanceImageServiceV2Mike Fedosin2016-06-061-2/+23
* | Add 'download' method to GlanceImageServiceV2Mike Fedosin2016-06-061-46/+438
* | Add 'show' method to GlanceImageServiceV2Mike Fedosin2016-06-061-6/+402
* | Split the glance API path based on configSudipta Biswas2016-06-061-2/+4
* | config options: move image_file_url download optionsMarkus Zoeller2016-05-101-0/+9
|/
* Merge "Clean up the TestGlanceClientWrapper retry tests"Jenkins2016-04-251-120/+81
|\
| * Clean up the TestGlanceClientWrapper retry testsDiana Clarke2016-03-221-120/+81
* | Fix invalid uuid warningssrushti2016-04-251-3/+8
* | Config options: centralize section "ssl"Hieu LE2016-04-211-2/+0
* | config options: centralize section: "glance"Kevin_Zheng2016-04-011-2/+3
* | remove glance deprecated configSean Dague2016-03-312-53/+4
* | Removal of unnecessary `import_opt`s for centralized config optionsEsra Celik2016-03-211-3/+2
|/
* Fix retry mechanism for generator resultsDiana Clarke2016-03-151-0/+33