Fix designate-producers not running properly

Kolla is setting the producer tasks to None, and this
disables all producer tasks.

Starting with the next release of Designate a new task
was added to the producer named increment_serial that
is now critical path for incrementing the serial for each zone.
fb9c2da977

Closes-Bug: #1879557
Change-Id: Ief8dca4e27197c9576e215cbd960da75f6fdc20c
This commit is contained in:
Erik Olof Gunnar Andersson 2023-08-23 16:28:31 +02:00 committed by Bartosz Bezak
parent 106a21fb6c
commit 8e3c168908

View File

@ -49,7 +49,6 @@ workers = {{ designate_worker_workers }}
[service:producer] [service:producer]
workers = {{ designate_producer_workers }} workers = {{ designate_producer_workers }}
threads = 1000 threads = 1000
enabled_tasks = None
[network_api:neutron] [network_api:neutron]
ca_certificates_file = "{{ openstack_cacert }}" ca_certificates_file = "{{ openstack_cacert }}"