Comment 6 for bug 1832985

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

Reviewed: https://review.opendev.org/665623
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3367e2081bfd57030a3a3427eec630aa2f483d25
Submitter: Zuul
Branch: master

commit 3367e2081bfd57030a3a3427eec630aa2f483d25
Author: Slawek Kaplonski <email address hidden>
Date: Fri Jun 14 10:40:03 2019 +0200

    Fix update of network's segmentation id for network with ports

    Filter neutron_lib.objects.utils.NotIn, designed to work with OVO objects
    was used in db query and because of that ports belong to network wasn't
    filtered by vif_type thus if there were any ports in network, it was not
    possible to change its segmentation id.

    Change-Id: I6ad2047c310e111bffe0942af12af1f642963b18
    Closes-Bug: #1832985