Comment 31 for bug 1956435

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron-fwaas (master)

Reviewed: https://review.opendev.org/c/openstack/neutron-fwaas/+/855891
Committed: https://opendev.org/openstack/neutron-fwaas/commit/553e6b64110d573a08a5470c00dfa282ac72b0b9
Submitter: "Zuul (22348)"
Branch: master

commit 553e6b64110d573a08a5470c00dfa282ac72b0b9
Author: elajkat <email address hidden>
Date: Mon Sep 5 15:40:53 2022 +0200

    Adopt to latest VlanManager and oslo.db changes

    The work for making routed networks work with multiple segments per
    host, introduced new signature for VlanManager.get, requesting
    segmentation_id, make neutron-fwaas code compatible with it.

    With oslo.db 12.1.0 some unit tests started to fail, with using the
    CONTEXT_R/W session we can fix it.

    Adopt dsvm-functional target name as [0] changed in Neutron, so the new
    name of the target is dsvm-functional-gate.

    [0]: https://review.opendev.org/c/openstack/neutron/+/856262

    Change-Id: Ie7459974f6f2358c8d9c37e66aa9cda530ecefc0
    Related-Bug: #1956435
    Related-Bug: #1764738