Merge "Add missing usage information for CONFIG_IRONIC_DB_PW"

This commit is contained in:
Jenkins 2015-01-21 08:20:08 +00:00 committed by Gerrit Code Review
commit 3ebcee4b2e

View File

@ -22,6 +22,7 @@ def initConfig(controller):
{"CONF_NAME": "CONFIG_IRONIC_DB_PW",
"CMD_OPTION": "os-ironic-db-passwd",
"PROMPT": "Enter the password for the Ironic MySQL user",
"USAGE": "The password to use for the Ironic DB access",
"OPTION_LIST": [],
"VALIDATORS": [validators.validate_not_empty],
"DEFAULT_VALUE": "PW_PLACEHOLDER",