Change in vdsm[master]: stomp: outgoing connection to a broker

piotr.kliczewski at gmail.com piotr.kliczewski at gmail.com
Wed Jun 10 14:57:11 UTC 2015


Piotr Kliczewski has posted comments on this change.

Change subject: stomp: outgoing connection to a broker
......................................................................


Patch Set 27:

(1 comment)

https://gerrit.ovirt.org/#/c/38819/27/vdsm/clientIF.py
File vdsm/clientIF.py:

Line 208:             sslctx = self._createSSLContext()
Line 209:             sock = socket.socket()
Line 210:             sock.connect((broker_address, broker_port))
Line 211:             if sslctx:
Line 212:                 sock = sslctx.wrapSocket(sock)
> Done
Your patches is not merged so I am not able to use it here. We can have separate patch for it.
Line 213: 
Line 214:             self._broker_client = StompClient(sock, self._reactor)
Line 215:             for destination in request_queues.split(","):
Line 216:                 self.subscriptions[destination] = StompRpcServer(


-- 
To view, visit https://gerrit.ovirt.org/38819
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ied3095a305fd5a5bfc19c8bc0342fba7cb811843
Gerrit-PatchSet: 27
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Dima Kuznetsov <dkuznets at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Moti Asayag <masayag at redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Yeela Kaplan <ykaplan at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list