Comment 17 for bug 1879557

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/yoga)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/893400
Committed: https://opendev.org/openstack/kolla-ansible/commit/bc13da0f7f8c7491c9c31263b245fff5400647b6
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit bc13da0f7f8c7491c9c31263b245fff5400647b6
Author: Erik Olof Gunnar Andersson <email address hidden>
Date: Wed Aug 23 16:28:31 2023 +0200

    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.
    https://github.com/openstack/designate/commit/fb9c2da977a36afc695b1e75a81aa85d8e56ef0a

    Closes-Bug: #1879557
    Change-Id: Ief8dca4e27197c9576e215cbd960da75f6fdc20c
    (cherry picked from commit 8e3c16890862337525289fa63724c8d78831e563)
    (cherry picked from commit c278c8cbd953f4e68a6a7ca8ecd79cc68283629e)