summaryrefslogtreecommitdiff
path: root/nova/image/glance.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Close Glance image if downloading failed."Zuul2022-01-171-9/+11
|\
| * Close Glance image if downloading failed.Mitya_Eremeev2021-11-111-9/+11
* | Retry image download if it's corruptedsdmitriev12021-11-221-1/+2
|/
* glance: Remove [glance]/allowed_direct_url_schemesLee Yarwood2021-01-281-5/+1
* Remove six.text_type (1/2)Takashi Natsume2020-12-131-8/+7
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-4/+3
* Remove six.movesTakashi Natsume2020-11-071-1/+0
* trivial: Final cleanupStephen Finucane2020-09-111-15/+14
* Add ability to download Glance images into the libvirt image cache via RBDCurt Moore2020-08-311-2/+65
* Remove six.reraiseTakashi Natsume2020-08-151-2/+2
* Merge "Move image verification and writing out of download method"Zuul2020-07-211-40/+69
|\
| * Move image verification and writing out of download methodJiří Suchomel2020-07-131-40/+69
* | Snapshot: offload glance upload in a native threadAlexandre Arents2020-06-301-1/+6
|/
* Merge "Remove deprecated nova.image.download hook"Zuul2020-06-261-26/+8
|\
| * Remove deprecated nova.image.download hookDan Smith2020-06-251-26/+8
* | Plumb image import functionality through our glance moduleDan Smith2020-06-241-0/+45
|/
* Remove future importsStephen Finucane2020-03-241-2/+0
* Remove 'nova.image.api' moduleStephen Finucane2020-02-181-2/+177
* Improve error log when snapshot failsVu Tran2019-11-061-0/+2
* [Trivial]Removed unused helper _extract_query_paramszhufl2019-08-291-16/+0
* hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-2/+2
* Share snapshot image membership with instance ownerMatt Riedemann2019-02-081-2/+32
* 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-121-28/+81
* 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
* | Handle glance exception during rotating instance backupWangpan2018-01-031-0/+3
|/
* Remove direct usage of glance.generate_image_urljichenjc2017-12-011-5/+0
* 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-181-30/+27
* 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 "[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
* | [py35] Fixes to get more tempest tests workingDavanum Srinivas2017-01-181-2/+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