Added cluster aware mdsal utils class to net-virt.
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)
commitb389e97d10974cb3542f7f1fea528daa1dbbba99
tree998f47fbbf6545dd5c38932da37af0093a39144d
parent625bfdabba384cc3607da8279ef4ee052258fcbf
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