Repository: libcloud Updated Branches: refs/heads/trunk 3dd6d0181 -> faf0a5a5c
readd kwargs to __new__ Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5591889e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5591889e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5591889e Branch: refs/heads/trunk Commit: 5591889e51e5136f1cb0cbd16908f9c10f1f1c7d Parents: 040d295 Author: Anthony Shaw <anthonys...@apache.org> Authored: Wed Jan 4 20:31:29 2017 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Wed Jan 11 15:47:04 2017 +1100 ---------------------------------------------------------------------- libcloud/compute/drivers/vsphere.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5591889e/libcloud/compute/drivers/vsphere.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/vsphere.py b/libcloud/compute/drivers/vsphere.py index c91292d..6c792bb 100644 --- a/libcloud/compute/drivers/vsphere.py +++ b/libcloud/compute/drivers/vsphere.py @@ -136,7 +136,7 @@ class VSphereNodeDriver(NodeDriver): } def __new__(cls, username, password, secure=True, host=None, port=None, - url=None, api_version=DEFAULT_API_VERSION): + url=None, api_version=DEFAULT_API_VERSION, **kwargs): if cls is VSphereNodeDriver: if api_version == '5.5': cls = VSphere_5_5_NodeDriver