Merge "Install neutron metering agent by default"

This commit is contained in:
Jenkins
2015-12-10 15:42:50 +00:00
committed by Gerrit Code Review

View File

@@ -109,7 +109,7 @@ def initConfig(controller):
"PROMPT": ("Should Packstack install Neutron L3 Metering agent"),
"OPTION_LIST": ["y", "n"],
"VALIDATORS": [validators.validate_options],
"DEFAULT_VALUE": "n",
"DEFAULT_VALUE": "y",
"MASK_INPUT": False,
"LOOSE_VALIDATION": False,
"CONF_NAME": "CONFIG_NEUTRON_METERING_AGENT_INSTALL",