Greg Padgett has uploaded a new change for review.

Change subject: broker: fix SSL vdsClient connections
......................................................................

broker: fix SSL vdsClient connections

Set correct variable in vdscli for SSL.

Change-Id: Ic127be901965e541dbd72655c9b509d308565cfe
Signed-off-by: Greg Padgett <[email protected]>
---
M ovirt_hosted_engine_ha/broker/submonitor_util.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha 
refs/changes/98/17798/1

diff --git a/ovirt_hosted_engine_ha/broker/submonitor_util.py 
b/ovirt_hosted_engine_ha/broker/submonitor_util.py
index 420c62a..7c20b41 100644
--- a/ovirt_hosted_engine_ha/broker/submonitor_util.py
+++ b/ovirt_hosted_engine_ha/broker/submonitor_util.py
@@ -43,7 +43,7 @@
         serv = vdsClient.ge.GlusterService()
     else:
         serv = vdsClient.service()
-    serv.use_ssl = use_ssl
+    serv.useSSL = use_ssl
 
     if hasattr(vdscli, 'cannonizeAddrPort'):
         server, server_port = vdscli.cannonizeAddrPort(


-- 
To view, visit http://gerrit.ovirt.org/17798
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic127be901965e541dbd72655c9b509d308565cfe
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-ha
Gerrit-Branch: master
Gerrit-Owner: Greg Padgett <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to