Standardize DB Product Name
Change-Id: I05b6e4ec3d206db6e88a5ee5cbe4b08bc9255e05 Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user