Comment 4 for bug 1888736

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

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

commit fe440bdd6be190588ec4310ef9630285c0acfec6
Author: Flavio Fernandes <email address hidden>
Date: Thu Jul 23 19:02:34 2020 -0400

    [ovn]: gracefully handle logical switch ports with tag set to None

    AddLSwitchPortCommand takes kwargs as columns and tag is one of them.
    It is possible that tag is provided with the value None and that is
    not valid. The proposed change gracefully handles such cases so the
    transaction is not aborted.

    Change-Id: I0f3cb6f534072e166610b417059acbe89302473a
    Closes-Bug: #1888736