Comment 4 for bug 1928450

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/791113
Committed: https://opendev.org/openstack/neutron/commit/208fea3bf6835ce460dc515d24cd3871c2420276
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 208fea3bf6835ce460dc515d24cd3871c2420276
Author: Jakub Libosvar <email address hidden>
Date: Fri Mar 19 12:07:12 2021 +0100

    ovn-migration: Use DHCP nodes to configure dnsmasq

    Previously, the migration script used controller nodes to configure
    dnsmasq when configuring new MTU. Controller nodes may not run DHCP
    agents. The patch detects DHCP agents instead and uses those to
    configure dnsmasq.

    Closes-bug: #1928450

    Change-Id: Ib468c04779af7aaf4dedf84ba885bce71078248b
    Signed-off-by: Jakub Libosvar <email address hidden>
    (cherry picked from commit 569aa4452a42d884f365fc7800164a9f7f984687)