From b3fd11de8e1d59fc530f0c5f9197bda456767410 Mon Sep 17 00:00:00 2001 From: zhanghongtao Date: Thu, 4 May 2017 19:54:44 +0800 Subject: [PATCH] Correct config help information error ip_address is spelled incorrectly as ip_adress. Change-Id: I1b183e83d93b9546b4891edaef5038720e2482ba --- vmware_nsx/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware_nsx/common/config.py b/vmware_nsx/common/config.py index f89744470b..879931250e 100644 --- a/vmware_nsx/common/config.py +++ b/vmware_nsx/common/config.py @@ -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" - "[://][:]\nIf scheme is not " + "[://][:]\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',