diff --git a/vmware_nsxlib/v3/config.py b/vmware_nsxlib/v3/config.py index d26a7fe3..9fa1d417 100644 --- a/vmware_nsxlib/v3/config.py +++ b/vmware_nsxlib/v3/config.py @@ -24,7 +24,7 @@ class NsxLibConfig(object): :param nsx_api_managers: List of IP addresses of the NSX managers. Each IP address should be of the form: - [://][:] + [://][:] If scheme is not provided https is used. If port is not provided port 80 is used for http and port 443 for https.