Nir Soffer has posted comments on this change. Change subject: stomp: simplified client ......................................................................
Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/59151/3/lib/yajsonrpc/stompreactor.py File lib/yajsonrpc/stompreactor.py: Line 582: config.get('vars', 'trust_store_path') Line 583: ) Line 584: sslctx = SSLContext(key_file=key_file, cert_file=cert_file, Line 585: ca_certs=ca_certs) Line 586: return StandAloneRpcClient(host, port, "jms.topic.vdsm_requests", > which parameter do you mean? "jms.topic.vdsm_requests" Line 587: str(uuid4()), sslctx, lazy_start=False) Line 588: Line 589: Line 590: def StandAloneRpcClient(host, port, request_queue, response_queue, -- To view, visit https://gerrit.ovirt.org/59151 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2b9b33474e60ab349885a7de18eeacc8f648011f Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
