Change in ovirt-engine[ovirt-engine-3.6]: core: Allow user to create a vm from blank template on local...

Tal Nisan has submitted this change and it was merged. Change subject: core: Allow user to create a vm from blank template on local storage ...................................................................... core: Allow user to create a vm from blank template on local storage When user creates a new vm from blank template on local storage the vm is pinned to the one host that exists on the storage. Since the blank template is not pinned to a specific host the authorization for that action fails (the dedicated host of the vm is compared to the dedicated host of the template and since only admin is allowed to change hosts and the template is not pinned an exception is thrown). The fix is to remove the comparison of hosts in case the vm is created from a default template. Change-Id: I5f30844e3f992e4a1454e0ddeab6ae4d13591997 Bug-Url: https://bugzilla.redhat.com/1350223 Signed-off-by: Jenny Tokar <jtokar@redhat.com> (cherry picked from commit 4522754) Signed-off-by: Jenny Tokar <jtokar@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmCommand.java 1 file changed, 7 insertions(+), 3 deletions(-) Approvals: Jenkins CI: Passed CI tests Roy Golan: Looks good to me, approved Jenny Tokar: Verified -- To view, visit https://gerrit.ovirt.org/59709 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5f30844e3f992e4a1454e0ddeab6ae4d13591997 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Jenny Tokar <jtokar@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Jenny Tokar <jtokar@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
tnisan@redhat.com