From d2a3f6b202052c849f4ee505397696a65273fd76 Mon Sep 17 00:00:00 2001 From: A Vamsikrishna Date: Thu, 15 Dec 2016 14:26:18 +0530 Subject: [PATCH] Updated git submodules Project: netvirt master b2d5d9c632a3ae80ca726f69464983f3321cdc8f Bug 7387 : Netvirt: qos policy applied on the network, not applied on newly created ports of same network Use case: 1.Network is created and updated with QoS policy. 2.Port is created on the same network. 3.Now this port is intended to have the QoS policy as the network has. RCA: The scenario of application of network qos policy to the newly created port was missing Code fix: 1.Created a new class called QosInterfaceStateChangeListener.java which listens on the interface state oper events 2.Handled the scenario of application of network qos policy to the newly created port in the add( ) of QosInterfaceStateChangeListener.java Application of network qos policy to the newly created port condition was missing. Fixed it by adding the same in NeutronPortChangeListener.java Change-Id: I3211a698e9a27cfefe090fbbf2ab120f8626de76 Signed-off-by: A Vamsikrishna --- docs/submodules/netvirt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/netvirt b/docs/submodules/netvirt index f5155769e..b2d5d9c63 160000 --- a/docs/submodules/netvirt +++ b/docs/submodules/netvirt @@ -1 +1 @@ -Subproject commit f5155769e8cc552f09633a05b14b6574317ae352 +Subproject commit b2d5d9c632a3ae80ca726f69464983f3321cdc8f -- 2.36.6