Comment 6 for bug 1880969

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

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

commit 00f1d325bd30dd6bfd9e1dde94c5df6acda51549
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Oct 2 16:29:25 2020 +0000

    Do not retrieve again the Floating IP object during creation

    Floating IP OVO instance contains a reference to the DB object.
    During a DB transaction (inside a session context), this reference
    is always updated. There is no need to retrieve again the OVO
    to read the updated version of the DB object.

    For example, if a QoS policy is assigned to this Floating IP, the
    DB object will update the "qos_policy_binding" reference.

    Change-Id: Iec2552362f6c52842f12e20798324d4180d993e5
    Related-Bug: #1880969