Install neutron metering agent by default

It's default requirement of tempest.

Change-Id: I457d2cecf7032ed495a7922dba1d2dc1c09ed3cc
This commit is contained in:
Lukas Bezdicka 2015-11-11 16:00:18 +01:00
parent 3c034fdc11
commit 85cbc89412
1 changed files with 1 additions and 1 deletions

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",