Comment 34 for bug 1757482

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/train)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/863890
Committed: https://opendev.org/openstack/neutron/commit/f5c973f62e35f6fb73b13cb3f8ebde793cffd62b
Submitter: "Zuul (22348)"
Branch: stable/train

commit f5c973f62e35f6fb73b13cb3f8ebde793cffd62b
Author: Arnaud Morin <email address hidden>
Date: Mon May 30 15:40:45 2022 +0200

    Allow shared net to be added on router

    This will subnets from shared networks to be added on routers using:
    $ openstack router add subnet router_id subnet_id

    Without this, neutron user must use a multi-router solution, which is
    not convenient at all.

    Conflicts:
        neutron/db/l3_db.py

    Closes-Bug: #1975603
    Related-Bug: #1757482

    Signed-off-by: Arnaud Morin <email address hidden>
    Change-Id: I50f07d41428e57e6bed9be16980a6c605b7d130e
    (cherry picked from commit 8619c104b886517266f5b7ae7d19816aa5764dc0)
    (cherry picked from commit 05569382481fadb05cc69449b19364647a8c4cdb)