summaryrefslogtreecommitdiff
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
* Update mailinglist from dev to discussZhongShengping2018-12-051-1/+1
* Fix regression in glance client callJens Harbott2018-11-161-1/+1
* prevent common kwargs from glance client failureJay Pipes2018-11-061-15/+30
* Implement certificate_utilsBrianna Poulos2018-06-122-30/+88
* Workaround glanceclient bug when CONF.glance.api_servers not setMatt Riedemann2018-02-081-1/+9
* Merge "Handle images with no data"Zuul2018-01-271-0/+6
|\
| * Handle images with no dataStephen Finucane2017-12-211-0/+6
* | Merge "Deprecate allowed_direct_url_schemes and nova.image.download.modules"Zuul2018-01-271-0/+10
|\ \
| * | Deprecate allowed_direct_url_schemes and nova.image.download.modulesMatt Riedemann2017-10-061-0/+10
* | | Handle glance exception during rotating instance backupWangpan2018-01-031-0/+3
| |/ |/|
* | Remove direct usage of glance.generate_image_urljichenjc2017-12-011-5/+0
* | remove glance usage inside computejichenjc2017-12-011-0/+10
* | Get auth from context for glance endpointEric Fried2017-11-211-14/+18
* | Don't fix protocol-less glance api_servers anymoreEric Fried2017-10-101-12/+3
* | nova.utils.get_ksa_adapter()Eric Fried2017-10-091-13/+25
|/
* Merge "Glance download: only fsync files"Jenkins2017-09-061-1/+19
|\
| * Glance download: only fsync filesEric Fried2017-09-011-1/+19
* | Remove unneeded attributes from contextJamie Lennox2017-08-291-2/+2
|/
* Remove translation of log messagesNgo Quoc Cuong2017-07-182-34/+29
* Add service_token for nova-glance interactionSarafraj Singh2017-06-071-1/+2
* Adopts keystoneauth with glance client.Sarafraj Singh2017-06-071-22/+19
* Send request_id on glance callsSean Dague2017-06-051-0/+1
* Use cursive for signature verificationdane-fichter2017-03-281-7/+10
* Avoid using fdatasync() when fetching imagesLucian Petrut2017-03-091-1/+2
* fdatasync() downloaded images before useMatthew Booth2017-03-081-0/+6
* Remove GlanceImageServiceMatthew Booth2017-03-031-237/+1
* Merge "conf: remove deprecated image url options"Jenkins2017-02-092-168/+0
|\
| * conf: remove deprecated image url optionsMaciej Szankin2017-02-032-168/+0
* | Merge "[2/3]Replace six.iteritems() with .items()"Jenkins2017-01-211-5/+5
|\ \
| * | [2/3]Replace six.iteritems() with .items()Spencer Yu2017-01-091-5/+5
| |/
* | Merge "[py35] Fixes to get more tempest tests working"Jenkins2017-01-211-2/+2
|\ \
| * | [py35] Fixes to get more tempest tests workingDavanum Srinivas2017-01-181-2/+2
| |/
* | Integrate OSProfiler and NovaDina Belova2017-01-181-0/+2
|/
* conf: Remove deprecated ``use_glance_v1``Maciej Szankin2016-10-121-29/+6
* Merge "conf: Cleanup of glance.py"Jenkins2016-09-291-7/+1
|\
| * conf: Cleanup of glance.pyStephen Finucane2016-09-291-7/+1
* | Determine disk_format for volume-backed snapshot from schemaMatt Riedemann2016-09-241-2/+50
* | Remove nova.image.s3 and configsClint Byrum2016-09-221-410/+0
|/
* Fixed indentationGábor Antal2016-08-311-17/+17
* Merge "Default image.size to 0 when extracting v1 image attributes"Jenkins2016-08-031-1/+3
|\
| * Default image.size to 0 when extracting v1 image attributesMatt Riedemann2016-07-271-1/+3
* | Don't set empty kernel_id and ramdisk_id to glance imageMike Fedosin2016-07-271-4/+4
|/
* Adding missing log translation hintsRoey Chen2016-06-231-2/+1
* Merge "Trivial-Fix: Fix typos"Jenkins2016-06-201-1/+1
|\
| * Trivial-Fix: Fix typosRajesh Tailor2016-06-131-1/+1
* | Merge "Fix image meta which is sent to glance v2"Jenkins2016-06-161-5/+17
|\ \
| * | Fix image meta which is sent to glance v2Mike Fedosin2016-06-151-5/+17
| |/
* | Yield the thread when verifying image's signatureChangBo Guo(gcb)2016-06-101-0/+2
|/
* Merge "Add 'update' method to GlanceImageServiceV2"Jenkins2016-06-071-0/+43
|\
| * Add 'update' method to GlanceImageServiceV2Mike Fedosin2016-06-061-0/+43