From 1f6147a7f0cec233ff77d3ece533bf47ee34570f Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 3 Oct 2013 20:59:25 +1000 Subject: [PATCH] Fix typo in ntp-servers option Fix typo in ntp-servers option Change-Id: I33ed59ac4843a92d0432fa3c575e6368d6521d83 --- packstack/plugins/prescript_000.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packstack/plugins/prescript_000.py b/packstack/plugins/prescript_000.py index 4bee99578..f99f3fef1 100644 --- a/packstack/plugins/prescript_000.py +++ b/packstack/plugins/prescript_000.py @@ -143,7 +143,7 @@ def initConfig(controllerObject): "USE_DEFAULT" : False, "NEED_CONFIRM" : False, "CONDITION" : False }, - {"CMD_OPTION" : "ntp-severs", + {"CMD_OPTION" : "ntp-servers", "USAGE" : "Comma separated list of NTP servers. Leave plain if Packstack should not install ntpd on instances.", "PROMPT" : "Enter a comma separated list of NTP server(s). Leave plain if Packstack should not install ntpd on instances.", "OPTION_LIST" : [],