Jump to: navigation, search

Difference between revisions of "ImprovementOfAccessingToGlanceAPIServer"

(Created page with "Here is the additional materials for the following blueprint. https://blueprints.launchpad.net/nova/+spec/improvement-of-accessing-to-glance The goal of this blueprint is ef...")
 
Line 5: Line 5:
 
The goal of this blueprint is effective image data transfer in the case of a large scale deployment. Nova can access to multiple Glance API Severs defined by "glance_api_servers"option, and the order of access is random.
 
The goal of this blueprint is effective image data transfer in the case of a large scale deployment. Nova can access to multiple Glance API Severs defined by "glance_api_servers"option, and the order of access is random.
  
[[File:AdditionalExplanation.pdf|thumbnail|Additional explanation]]
+
<gallery>
 +
File:AdditionalExplanation1.PNG|Current(1)-good case
 +
File:AdditionalExplanation2.PNG|Current(2)-bad case
 +
File:AdditionalExplanation3.PNG|Our suggestion(1)-at first
 +
File:AdditionalExplanation4.PNG|Our suggestion(2)-after(1)
 +
</gallery>

Revision as of 11:43, 20 February 2014

Here is the additional materials for the following blueprint.

https://blueprints.launchpad.net/nova/+spec/improvement-of-accessing-to-glance

The goal of this blueprint is effective image data transfer in the case of a large scale deployment. Nova can access to multiple Glance API Severs defined by "glance_api_servers"option, and the order of access is random.