Deploy ceilometer api as wsgi

Change-Id: Ic6f4083863c838ce7382ec18db844e6408f324a6
This commit is contained in:
Pradeep Kilambi
2016-02-29 11:37:45 -05:00
parent 077589e499
commit 2f0f9faf20
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",