Comment 8 for bug 1962306

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/834305
Committed: https://opendev.org/openstack/neutron/commit/80879049cfd2d968ec4296def523e0dbd6964f7a
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 80879049cfd2d968ec4296def523e0dbd6964f7a
Author: yatinkarel <email address hidden>
Date: Mon Feb 28 18:54:26 2022 +0530

    Ensure gateway is set for prefix delegated subnets

    With [1] gateway is no longer set for subnet created
    with prefix delegation, but when adding the subnet
    to the router it fails as it expects gateway to be
    set.

    This patch ensures gateway is set temporary to the first IP
    of the subnet as it used to be just like the temporary CIDR.
    Also need to ensure dhcp configuration is skipped to avoid the
    original issue[2].

    [1] https://review.opendev.org/c/openstack/neutron/+/699465
    [2] https://bugs.launchpad.net/neutron/+bug/1856675

    Closes-Bug: #1962306
    Related-Bug: #1856675
    Change-Id: I512f7d98ac99bb0ef06fd2acba09482e3436d18d
    (cherry picked from commit 820b2e26658a3fb5e00a7cedbdc2418d2196aa42)