Jump to: navigation, search

Difference between revisions of "Nova-direct-image-upload"

 
m (Text replace - "__NOTOC__" to "")
 
Line 1: Line 1:
__NOTOC__
+
 
 
= Direct image upload to Swift =
 
= Direct image upload to Swift =
  

Latest revision as of 23:29, 17 February 2013

Direct image upload to Swift

Goal

Give Nova the ability to upload image data directly to Swift.

Existing behavior (as of Folsom)

Currently, Nova uses Glance to upload image data. This is inefficient as the data goes from Nova to Glance to Swift.

New behavior

When the setting `direct_image_upload` is enabled in Nova configuration, Nova will upload image data directly to Swift.

Implementation issues

  • We want to respect both single- and multi-tenant storage modes in Swift.
  • For single-tenant storage, need to have the single tenant's credentials available to the code doing the upload.