Yaniv Bronhaim has submitted this change and it was merged. Change subject: vm: state change missing return value ......................................................................
vm: state change missing return value Return arguments where ignored in schema for pause and resume verbs. We had to update command_info with following verbs to returned 'vmList' dictionary required by the engine. Change-Id: If0737403dcfa0ccd0a3c2813b215b4d5fa958eca Bug-Url: https://bugzilla.redhat.com/1163089 Signed-off-by: pkliczewski <[email protected]> Reviewed-on: http://gerrit.ovirt.org/35150 Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/rpc/Bridge.py M vdsm/rpc/vdsmapi-schema.json 2 files changed, 13 insertions(+), 2 deletions(-) Approvals: Piotr Kliczewski: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/35150 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If0737403dcfa0ccd0a3c2813b215b4d5fa958eca Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
