Tal Nisan has submitted this change and it was merged.
Change subject: restapi: Fix size update in pools of ppc64 VMs
......................................................................
restapi: Fix size update in pools of ppc64 VMs
The size of VM pools could not be increased in ppc64 due to a problem
reading templates and inheriting properties from them. This patch fixes
this issue by correctly reading the VM template used in the pool and
using some of its properties as parameters.
Change-Id: I2c4a2a510cc96f6081f72af56ad84d6d54707677
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1148706
Signed-off-by: Vitor de Lima <vdelima(a)redhat.com>
---
M
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmPoolResource.java
1 file changed, 5 insertions(+), 2 deletions(-)
Approvals:
Vitor de Lima: Verified
Juan Hernandez: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/34012
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2c4a2a510cc96f6081f72af56ad84d6d54707677
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Vitor de Lima <vdelima(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Vitor de Lima <vdelima(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server