Tal Nisan 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(a)redhat.com>
(cherry picked from commit 308fa030d62649d75364a8d7d0a8b981b637034e)
(cherry picked from commit 1d7fc77be9233c27c4a1069f257dc15993838e1f)
---
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
Arik Hadas: Looks good to me, approved
--
To view, visit
https://gerrit.ovirt.org/64925
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibff406a5746fdecb6604ab2995ff468ad9ad74fc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-4.0.5
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Martin Betak <mbetak(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>