Added cluster aware mdsal utils class to net-virt. 55/32355/2
authorAnil Vishnoi <vishnoianil@gmail.com>
Mon, 11 Jan 2016 18:46:42 +0000 (10:46 -0800)
committerAnil Vishnoi <vishnoianil@gmail.com>
Tue, 12 Jan 2016 03:13:47 +0000 (03:13 +0000)
commite9ec56b353a2d9098e77d623b7c756069bb58cb9
tree64c1ae9081b6e6104facc2ba302627a0a3597725
parentc4a0bde241862b3079c7be203690d6653386c8bb
Added cluster aware mdsal utils class to net-virt.

Looks like while code cleanup we removed the MdsalUtils.java from the master branch
and while merging master branch to net-virt-clustering, it got removed as well.
Net-virt-clustering had a modified version of MdsalUtils.java, where put/merge/delete
transactions are only done by the master instances of net-virt. ClusterAwareMdsalUtils
class bring those changes back.

Change-Id: I1d5353572c408e519d7a3cc75356b73436dae147
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/ClusterAwareMdsalUtils.java [new file with mode: 0644]
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/impl/OvsdbInventoryServiceImpl.java
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/impl/SouthboundImpl.java