Comment 3 for bug 1834484

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

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

commit 66fca96e5293040d23fa76380ba3f88b4117a5d7
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Jun 27 15:02:33 2019 +0000

    Add qos_network_policy_id to Port OVO

    Added field "qos_network_policy_id" to Port OVO. This parameter
    will be used to retrieve the QoS policy bound to the port network.
    This reduces the number of calls to the database by creating a join
    between the QosNetworkPolicyBinding table and the Port table, based
    on the network ID.

    This backref association is not persistent (marked as "viewonly").
    This relationship is using for loading the QoS policy ID of the
    port network in the Port OVO.

    Related-Bug: #1834484

    Change-Id: I219a925d5e269b8c73a0481daa879d72c399fd8f