Dan Kenigsberg has submitted this change and it was merged. Change subject: jsonrpc: vsam-api removal ......................................................................
jsonrpc: vsam-api removal vdsm-api was removed and all rpc related code was moved to rpc package within vdsm. The code is packaged as part of vdsm-jsonrpc rpm. Removed package was design to hold jsonrpc schema and its parsing code. Jsonrpc related code was packaged already in jsonrpc. Together with jsonrpc being required we do not need vdsm-api anymore. Change-Id: Ib8a6bc4a064952e1c3a14b27b8db6011767a9d80 Signed-off-by: pkliczewski <[email protected]> Reviewed-on: http://gerrit.ovirt.org/28527 Reviewed-by: Dan Kenigsberg <[email protected]> Reviewed-by: Nir Soffer <[email protected]> --- M Makefile.am M configure.ac M debian/vdsm.install M lib/vdsm/constants.py.in M tests/schemaTests.py M tests/vmTests.py M vdsm.spec.in M vdsm/Makefile.am M vdsm/clientIF.py R vdsm/rpc/BindingJsonRpc.py R vdsm/rpc/Bridge.py R vdsm/rpc/Makefile.am A vdsm/rpc/__init__.py R vdsm/rpc/process-schema.py R vdsm/rpc/vdsmapi-schema.json R vdsm/rpc/vdsmapi.py 16 files changed, 46 insertions(+), 31 deletions(-) Approvals: Piotr Kliczewski: Verified Nir Soffer: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/28527 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib8a6bc4a064952e1c3a14b27b8db6011767a9d80 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Nir Soffer <[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] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
