
Moti Asayag has submitted this change and it was merged. Change subject: engine: Invoke UpgradeOvirtNodeCommand when image is provided ...................................................................... engine: Invoke UpgradeOvirtNodeCommand when image is provided When /api/hosts/{host:id}/install action is invoked for ovirt-node, and the user provides also an image, the desired action should be an upgrade of the ovirt-node to the specified image. For that to happen, the invoked command by the backend should be UpgradeOvirtNodeCommand. Bug-Url: https://bugzilla.redhat.com/1278467 Change-Id: I53044e77e647882a8775c2bee7599eb220ad0f4e Signed-off-by: Moti Asayag <masayag@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendHostResource.java 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Ori Liel: Looks good to me, approved Juan Hernandez: Looks good to me, but someone else must approve Moti Asayag: Verified; Passed CI tests Oved Ourfali: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/48137 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I53044e77e647882a8775c2bee7599eb220ad0f4e Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: automation@ovirt.org