Correct param nsx_api_managers description error

ip_address is spelled incorrectly as ip_adress.

Change-Id: I4c0f2fb83ebf15ac0c3368cd01731188d6af59ab
This commit is contained in:
zhanghongtao 2017-05-04 19:39:15 +08:00
parent b1dcc41cff
commit 4699297505
1 changed files with 1 additions and 1 deletions

View File

@ -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:
[<scheme>://]<ip_adress>[:<port>]
[<scheme>://]<ip_address>[:<port>]
If scheme is not provided https is used.
If port is not provided port 80 is used for http
and port 443 for https.