Tomas Jelinek has submitted this change and it was merged.
Change subject: restapi: made sure only the supported template entities are copied
......................................................................
restapi: made sure only the supported template entities are copied
The blank template is now editable. It is not connected to any cluster (similar
to instance types) and it supportrs all options from the highest cluster
version.
When a VM is created from this template in the older cluster, it is
important not to copy fields which are not supported on the target cluster.
This is not relevant for the VM pools since the pools can be created only from
non-blan templates.
Feature Page:
www.ovirt.org/Features/Blank_to_Defaults
Change-Id: I7430bca85b95ddf97eaa93abbcdf13885e017f9e
Bug-Url:
https://bugzilla.redhat.com/1130174
Signed-off-by: Tomas Jelinek <tjelinek(a)redhat.com>
---
M
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmsResource.java
M
backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/AbstractBackendCollectionResourceTest.java
M
backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendVmPoolsResourceTest.java
M
backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendVmsResourceTest.java
A
backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/VmMapperMockConfigUtils.java
M
backend/manager/modules/restapi/types/src/main/java/org/ovirt/engine/api/restapi/types/VmMapper.java
6 files changed, 96 insertions(+), 39 deletions(-)
Approvals:
Tomas Jelinek: Verified
Juan Hernandez: Looks good to me, approved
--
To view, visit
https://gerrit.ovirt.org/38008
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7430bca85b95ddf97eaa93abbcdf13885e017f9e
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server