Omer Frenkel has submitted this change and it was merged.
Change subject: core: introduce TemplateProvisioningMethod
......................................................................
core: introduce TemplateProvisioningMethod
Add enumeration for the different template provisioning types and use it
in the parameters class of add-vm operation (will be used later to
distinguish between regular add-vm, which uses thin template
provisioning, and clone from template, which uses clone provisioning)
Change-Id: I08c16527ff019269ead9474780f32a90da7e7577
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/AddVmParameters.java
A
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/TemplateProvisioningMethod.java
M
frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Common.gwt.xml
3 files changed, 17 insertions(+), 0 deletions(-)
Approvals:
Omer Frenkel: Looks good to me, approved
Arik Hadas: Verified
--
To view, visit
http://gerrit.ovirt.org/33065
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I08c16527ff019269ead9474780f32a90da7e7577
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server