
Juan Hernandez has submitted this change and it was merged. Change subject: restapi: show host-id for a vm in an unknown state ...................................................................... restapi: show host-id for a vm in an unknown state When a VM was running in an unknown state, REST would not return the current host-id for that VM. Changed mapper to return host-id (and other dynamic info) as long as the VM is not down for sure. Change-Id: I8010522e42d1a7cfc963b2408b22c3bc468e30eb Bug-Url: https://bugzilla.redhat.com/1144938 Signed-off-by: Eldan Shachar <eshachar@redhat.com> --- M backend/manager/modules/restapi/types/src/main/java/org/ovirt/engine/api/restapi/types/VmMapper.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Eldan Shachar: Verified Juan Hernandez: Looks good to me, approved Omer Frenkel: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/34051 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8010522e42d1a7cfc963b2408b22c3bc468e30eb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eldan Shachar <eshachar@redhat.com> Gerrit-Reviewer: Eldan Shachar <eshachar@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server