Bug 1041752

Summary: [RFE][glance]: RHEV-M/oVirt templates as glance images
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/glance/+spec/rhev-m-ovirt-templates-as-glance-images
Whiteboard: upstream_milestone_none upstream_status_started upstream_definition_new
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:10:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 19:10:16 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/glance/+spec/rhev-m-ovirt-templates-as-glance-images.

Description:

© Copyright 2013 Hewlett-Packard Development Company, L.P.

In the current OpenStack architecture, to deploy an instance from an image, the images have to be available in glance. Images are added using the glance image-create command. This command uploads the images into the glance server. 
 
RHEV-M/oVirt already has the deployable images in the form of “Templates”. This blueprint proposes to make 
 
1. Glance aware of the RHEV-M/oVirt templates 
2. Avoid upload of RHEV-M/oVirt templates into the image server 
 
The advantages are: 
 
1. RHEV-M/oVirt Driver can be used to deploy the images to the RHEV hosts. The driver will use the oVirt Rest API to deploy the template. It leverages RHEV-M/oVirt template deployment optimizations. 
2. Avoids the copy of the RHEV-M/oVirt images into the glance image server
This can be achieved by uploading the RHEV-M/oVirt template reference as OVF file(less than 5 KB) into the glance backend store. This avoids the copy of complete RHEV-M/oVirt template into the glance backend store.


Specification URL (additional information):

None