Dan Kenigsberg has submitted this change and it was merged. Change subject: jsonrpc: ssl related code moved to single module ......................................................................
jsonrpc: ssl related code moved to single module New sslutils module was created to keep all ssl related code. Unit tests will be added later. Change-Id: If941d90edc08e37e6c0707f3f3bc30f517f9e8eb Signed-off-by: pkliczewski <[email protected]> Reviewed-on: http://gerrit.ovirt.org/28506 Reviewed-by: Dan Kenigsberg <[email protected]> Reviewed-by: Nir Soffer <[email protected]> --- M debian/vdsm-python.install M lib/vdsm/Makefile.am M lib/vdsm/SecureXMLRPCServer.py A lib/vdsm/sslutils.py M lib/yajsonrpc/betterAsyncore.py M lib/yajsonrpc/stompReactor.py M tests/jsonRpcUtils.py M vdsm.spec.in 8 files changed, 168 insertions(+), 195 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/28506 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If941d90edc08e37e6c0707f3f3bc30f517f9e8eb Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[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
