Comment 4 for bug 1880969

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

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

commit f43f5dc64f13ac95657bf5abb96abd6fa7ce3079
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Jun 19 16:32:25 2020 +0000

    Use network.external DB model parameter when creating a floating IP

    When a floating IP is being created, the network provided should be
    external. Instead of quering the DB to find out if the
    "externalnetworks" DB register exists, the "network" register is
    retrieved and the "external" parameter is used (loaded using a
    back reference relationship). This will avoid one DB access.

    Change-Id: Iead245da166ee2ae691227bb18ae377fe0af4c04
    Related-Bug: #1880969