Merge "Remove unused notification handler config from central"

This commit is contained in:
Zuul 2022-05-26 02:48:58 +00:00 committed by Gerrit Code Review
commit 78d26720db
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ CENTRAL_OPTS = [
help='Number of central greenthreads to spawn'),
cfg.StrOpt('storage_driver', default='sqlalchemy',
help='The storage driver to use'),
cfg.ListOpt('enabled_notification_handlers', default=[],
help='Enabled Notification Handlers'),
cfg.IntOpt('max_zone_name_len', default=255,
help="Maximum zone name length"),
cfg.IntOpt('max_recordset_name_len', default=255,