Merge "Enable heat-cfn installation by default"

This commit is contained in:
Jenkins 2016-06-22 09:19:29 +00:00 committed by Gerrit Code Review
commit 2380a93e3b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ def initConfig(controller):
"PROMPT": "Should Packstack install Heat CloudFormation API",
"OPTION_LIST": ["y", "n"],
"VALIDATORS": [validators.validate_options],
"DEFAULT_VALUE": "n",
"DEFAULT_VALUE": "y",
"MASK_INPUT": False,
"LOOSE_VALIDATION": False,
"CONF_NAME": "CONFIG_HEAT_CFN_INSTALL",