Updated git submodules
authorA Vamsikrishna <a.vamsikrishna@ericsson.com>
Thu, 15 Dec 2016 08:56:18 +0000 (14:26 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 3 Mar 2017 04:15:34 +0000 (04:15 +0000)
commitd2a3f6b202052c849f4ee505397696a65273fd76
tree5a25af4acee6c40b6091e0e5e27738164db4e369
parent924e15e6ee08988625e7645ad1cbd6796dd84886
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 <a.vamsikrishna@ericsson.com>
docs/submodules/netvirt