Change in ovirt-engine[master]: core: Fix "succeeded" flag when retriving VM certificate

Arik Hadas has submitted this change and it was merged. Change subject: core: Fix "succeeded" flag when retriving VM certificate ...................................................................... core: Fix "succeeded" flag when retriving VM certificate Currently the command that retrieves the subject of the certificate of a virtual machine returns correctly the value, but doesn't set the "succeeded" flag to "true". As a result the API considers that operation failed, and doesn't populate the corresponding attributes of the VM object. This patch fixes that issue. Change-Id: Ibff406a5746fdecb6604ab2995ff468ad9ad74fc Bug-Url: https://bugzilla.redhat.com/1378933 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetVdsCertificateSubjectByVmIdQuery.java 1 file changed, 8 insertions(+), 8 deletions(-) Approvals: Juan Hernandez: Verified Jenkins CI: Passed CI tests Martin Betak: Looks good to me, but someone else must approve Arik Hadas: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/64467 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibff406a5746fdecb6604ab2995ff468ad9ad74fc Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Martin Betak <mbetak@redhat.com> Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
ahadas@redhat.com