Dan Kenigsberg has submitted this change and it was merged. Change subject: jsonrpc: xmlrpc protocol detection ......................................................................
jsonrpc: xmlrpc protocol detection Protocol detection added which only recognize xmlrpc and there is still additional socket to handle jsonrpc related communication. Change-Id: I72819cc0ab5bde0150456263ab7dd1a5e99abfeb Signed-off-by: pkliczewski <[email protected]> Reviewed-on: http://gerrit.ovirt.org/28507 Reviewed-by: Nir Soffer <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M debian/vdsm.install M lib/vdsm/utils.py M vdsm.spec.in M vdsm/Makefile.am M vdsm/clientIF.py A vdsm/protocoldetector.py M vdsm/rpc/BindingXMLRPC.py 7 files changed, 349 insertions(+), 81 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/28507 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I72819cc0ab5bde0150456263ab7dd1a5e99abfeb Gerrit-PatchSet: 7 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
