Correct config help information error

ip_address is spelled incorrectly as ip_adress.

Change-Id: I1b183e83d93b9546b4891edaef5038720e2482ba
This commit is contained in:
zhanghongtao 2017-05-04 19:54:44 +08:00
parent fb54cc2839
commit b3fd11de8e
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ nsx_v3_opts = [
deprecated_name='nsx_manager',
help=_("IP address of one or more NSX managers separated "
"by commas. The IP address should be of the form:\n"
"[<scheme>://]<ip_adress>[:<port>]\nIf scheme is not "
"[<scheme>://]<ip_address>[:<port>]\nIf scheme is not "
"provided https is used. If port is not provided port "
"80 is used for http and port 443 for https.")),
cfg.BoolOpt('nsx_use_client_auth',