Fixed comments for interactive installation

Fixed a typo in a question in the interactive
installation. And set a consistent text for
Heat's installation question.

Change-Id: I8df2c848e5ad43e46dfd6f30c1e21e9b0b43e84d
Fixes: rhbz#1030767
This commit is contained in:
Ivan Chavero
2013-11-15 22:08:41 -07:00
parent 791443ab44
commit a2174060e1
2 changed files with 5 additions and 5 deletions

View File

@@ -139,8 +139,8 @@ def initConfig(controllerObject):
"NEED_CONFIRM" : False,
"CONDITION" : False },
{"CMD_OPTION" : "os-heat-install",
"USAGE" : "Set to 'y' if you would like Packstack to install Heat",
"PROMPT" : "Should Packstack install Heat",
"USAGE" : "Set to 'y' if you would like Packstack to install OpenStack Orchestration (Heat)",
"PROMPT" : "Should Packstack install OpenStack Orchestration (Heat)",
"OPTION_LIST" : ["y", "n"],
"VALIDATORS" : [validators.validate_options],
"DEFAULT_VALUE" : "n",
@@ -174,8 +174,8 @@ def initConfig(controllerObject):
"NEED_CONFIRM" : False,
"CONDITION" : False },
{"CMD_OPTION" : "nagios-install",
"USAGE" : "Set to 'y' if you would like Packstack to install Nagios to monitor openstack hosts",
"PROMPT" : "Should Packstack install Nagios to monitor openstack hosts",
"USAGE" : "Set to 'y' if you would like Packstack to install Nagios to monitor OpenStack hosts",
"PROMPT" : "Should Packstack install Nagios to monitor OpenStack hosts",
"OPTION_LIST" : ["y", "n"],
"VALIDATORS" : [validators.validate_options],
"DEFAULT_VALUE" : 'n',