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,