NETVIRT-1225 QOS bandwidth rule not pushed to ovs 72/71572/2
authorArun Sharma <arun.e.sharma@ericsson.com>
Mon, 30 Apr 2018 11:50:04 +0000 (17:20 +0530)
committerSam Hague <shague@redhat.com>
Tue, 1 May 2018 23:56:09 +0000 (23:56 +0000)
commite8af1f7491a6e92b1a362cd002a7900870f360c5
tree2dc702949821f89511b1063f8cba7a0eed6d4b88
parentfd93aedb2391aa27f5a8a34d10f9689f4c4338fa
NETVIRT-1225 QOS bandwidth rule not pushed to ovs

Root cause: Configuration fails because config change is not applied
            in child node if parent does not exist.

Fix: Use write config transaction 'merge' method instead of 'put'
     pass a flag to true to create the parent if does not exist.
     this flag is default false in case of 'put'

Change-Id: I0f1a1ae6c6eaf28719969998a7ac147c7be2c236
Signed-off-by: Arun Sharma <arun.e.sharma@ericsson.com>
qosservice/impl/src/main/java/org/opendaylight/netvirt/qosservice/QosNeutronUtils.java