Merge "Deploy ceilometer api as wsgi"

This commit is contained in:
Jenkins
2016-03-16 09:37:38 +00:00
committed by Gerrit Code Review
5 changed files with 48 additions and 1 deletions

View File

@@ -65,6 +65,18 @@ def initConfig(controller):
"NEED_CONFIRM": True,
"CONDITION": False},
{"CMD_OPTION": "ceilometer-service-name",
"PROMPT": "Enter the Ceilometer service name.",
"OPTION_LIST": ['ceilometer', 'httpd'],
"VALIDATORS": [validators.validate_options],
"DEFAULT_VALUE": "httpd",
"MASK_INPUT": False,
"LOOSE_VALIDATION": False,
"CONF_NAME": 'CONFIG_CEILOMETER_SERVICE_NAME',
"USE_DEFAULT": False,
"NEED_CONFIRM": False,
"CONDITION": False},
{"CONF_NAME": "CONFIG_CEILOMETER_COORDINATION_BACKEND",
"CMD_OPTION": "ceilometer-coordination-backend",
"PROMPT": "Enter the coordination driver",