Oved Ourfali has posted comments on this change.

Change subject: core+webadmin: importing glance image as a template
......................................................................


Patch Set 1:

(1 comment)

Still WIP.
Verified both glance relevant flows:
1. importing as a disk
2. importing as a template

Still need to verify problematic and failed flows.

Currently, the glance image is imported once as a disk, and then this
disk is being copied to the template. Future optimizations can be done
on that.

http://gerrit.ovirt.org/#/c/23223/1/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmStatic.java
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmStatic.java:

Line 109:         setMigrationSupport(vmStatic.getMigrationSupport());
Line 110:         setAllowConsoleReconnect(vmStatic.isAllowConsoleReconnect());
Line 111:     }
Line 112: 
Line 113:     public VmStatic(VmBase vmBase) {
this change won't be done in this patch, as another patch by Omer adds this.
Line 114:         super(vmBase.getId(),
Line 115:                 vmBase.getVdsGroupId(),
Line 116:                 vmBase.getOsId(),
Line 117:                 vmBase.getCreationDate(),


-- 
To view, visit http://gerrit.ovirt.org/23223
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I537094bf9f738335833330665d29a1d39c65678d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to