From ef18ed3248a61d825a02579cdb9716329a795ef7 Mon Sep 17 00:00:00 2001 From: Lance Hasson Date: Tue, 14 Jun 2016 16:16:56 -0700 Subject: [PATCH] added namespace and preserved order of parameters to be consistent with function declaration --- pyVim/connect.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyVim/connect.py b/pyVim/connect.py index c7ad305..6a00e7b 100644 --- a/pyVim/connect.py +++ b/pyVim/connect.py @@ -293,8 +293,9 @@ def ConnectNoSSL(host='localhost', port=443, user='root', pwd='', pwd=pwd, service=service, adapter=adapter, - version=version, + namespace=namespace, path=path, + version=version, keyFile=keyFile, certFile=certFile, thumbprint=thumbprint,