Standardize DB Product Name

Change-Id: I05b6e4ec3d206db6e88a5ee5cbe4b08bc9255e05
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud
2015-01-21 09:36:17 +01:00
parent 3ebcee4b2e
commit c8de4c0c1c
6 changed files with 14 additions and 14 deletions

View File

@@ -26,8 +26,8 @@ def initConfig(controller):
parameters = [
{"CMD_OPTION": "os-heat-mysql-password",
"USAGE": ('The password used by Heat user to authenticate against '
'MySQL'),
"PROMPT": "Enter the password for the Heat MySQL user",
'DB'),
"PROMPT": "Enter the password for the Heat DB user",
"OPTION_LIST": [],
"VALIDATORS": [validators.validate_not_empty],
"DEFAULT_VALUE": "PW_PLACEHOLDER",