Comment 31 for bug 1757482

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/863885
Committed: https://opendev.org/openstack/neutron/commit/1d34760ae5bd0d574f80e1a51b9a7d261451ca83
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 1d34760ae5bd0d574f80e1a51b9a7d261451ca83
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.

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

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