commit 92d861fbc1b08e7a0d44bbb993af51eed822a52c Author: Zuul Date: Mon Oct 5 11:02:29 2020 +0000 Update git submodules * Update neutron from branch 'master' - Merge "[OVN] Implement floating IP QoS in OVN backend" - [OVN] Implement floating IP QoS in OVN backend This patch implements in the OVN backend the existing floating IP QoS extension. The OVN client, using the existing QoS extension, will retrieve the QoS rules attached to each floating IP, the router where the floating IP lives and the router gateway port. The QoS rules will be applied on the router gateway port. The OVN NB QoS rules for floating IP addresses have a "match" field containing a tuple of parameters: - The direction of the flow: 'inport == "src"' or 'outport == "dst"' - The IP address to match: 'ip4.src == 1.2.3.4' or 'ip4.dst == 1.2.3.4' - The chassis where the port is located: 'is_chassis_resident("chassis")' Closes-Bug: #1877408 Related-Bug: #1596611 Depends-On: https://review.opendev.org/#/c/727847/ Change-Id: Ib65d8edcb0a415f6d698c952334d3b4bb0d9fff6 diff --git a/neutron b/neutron index a918fab..a9fc746 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit a918fabf5697a580ab49a06fa73bf476e682ab36 +Subproject commit a9fc746249cd34cb7cc594c0b4d74d8ddf65bd46