Merge "Drop unused CONFIG_CEILOMETER_SERVICE_NAME"

This commit is contained in:
Zuul
2024-11-14 15:55:38 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 15 deletions

View File

@@ -1023,9 +1023,6 @@ Ceilometer Config parameters
**CONFIG_CEILOMETER_COORDINATION_BACKEND** **CONFIG_CEILOMETER_COORDINATION_BACKEND**
Backend driver for Telemetry's group membership coordination. ['redis', 'none'] Backend driver for Telemetry's group membership coordination. ['redis', 'none']
**CONFIG_CEILOMETER_SERVICE_NAME**
Ceilometer service name. ['httpd', 'ceilometer']
**CONFIG_ENABLE_CEILOMETER_MIDDLEWARE** **CONFIG_ENABLE_CEILOMETER_MIDDLEWARE**
Whether to enable ceilometer middleware in swift proxy. By default this should be false to avoid unnecessary load. Whether to enable ceilometer middleware in swift proxy. By default this should be false to avoid unnecessary load.

View File

@@ -60,18 +60,6 @@ def initConfig(controller):
"NEED_CONFIRM": True, "NEED_CONFIRM": True,
"CONDITION": False}, "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", {"CONF_NAME": "CONFIG_CEILOMETER_COORDINATION_BACKEND",
"CMD_OPTION": "ceilometer-coordination-backend", "CMD_OPTION": "ceilometer-coordination-backend",
"PROMPT": "Enter the coordination driver", "PROMPT": "Enter the coordination driver",