Drop remaining options for panko
... because panko was retired several cycles ago and its tests were all
removed.
Change-Id: I332f7b45102da65067fde495ec8b37e373dd60d3
diff --git a/telemetry_tempest_plugin/config.py b/telemetry_tempest_plugin/config.py
index a478158..b47f5f3 100644
--- a/telemetry_tempest_plugin/config.py
+++ b/telemetry_tempest_plugin/config.py
@@ -45,16 +45,13 @@
telemetry_services_group = cfg.OptGroup(name='telemetry_services',
title='Telemetry Services')
-event_group = cfg.OptGroup(name='event',
- title='Event Service Options')
-
alarming_group = cfg.OptGroup(name='alarming_plugin',
title='Alarming Service Options')
metric_group = cfg.OptGroup(name='metric',
title='Metric Service Options')
-TelemetryGroup = [
+telemetry_opts = [
cfg.IntOpt('notification_wait',
default=120,
help="The seconds to wait for notifications which "
@@ -110,18 +107,7 @@
help="Database used by the aodh service"),
]
-event_opts = [
- cfg.StrOpt('catalog_type',
- default='event',
- help="Catalog type of the Event service."),
- cfg.StrOpt('endpoint_type',
- default='publicURL',
- choices=['public', 'admin', 'internal',
- 'publicURL', 'adminURL', 'internalURL'],
- help="The endpoint type to use for the event service."),
-]
-
-AlarmingGroup = [
+alarming_opts = [
cfg.StrOpt('catalog_type',
default='alarming',
help="Catalog type of the Alarming service."),