Avoid unnecessary bridge Oper DS read 18/86818/5
authorChetan Arakere Gowdru <chetan.arakere@altencalsoftlabs.com>
Thu, 9 Jan 2020 07:03:00 +0000 (12:33 +0530)
committerxcheara <chetan.arakere@altencalsoftlabs.com>
Thu, 9 Jan 2020 13:00:50 +0000 (18:30 +0530)
commitafd99993f7e7f9cf23055da12656fbf0d601a132
tree03b9d74aa0eb98a1d94663cfdcfed95be2905c7a
parentbe1d1857fcd2337fee1cbae751d91306791c7442
Avoid unnecessary bridge Oper DS read

Description:
Avoid uncessary bridge Oper DS read just to get the bridge-name during
termination-point create and delete. The bridge name is already
available in the termination point parent node-id(/bridge/br-int) from
which bridge name can get fetched out.

Ex: "node-id": "ovsdb://uuid/d6f5d855-cdae-4275-bf4f-a71ee6e24ca3/bridge/br-int"

Signed-off-by: Chetan Arakere Gowdru <chetan.arakere@altencalsoftlabs.com>
Change-Id: I420face0c628f118b14c5c213756075a199ea6fa
Signed-off-by: Chetan Arakere Gowdru <chetan.arakere@altencalsoftlabs.com>
Signed-off-by: xcheara <chetan.arakere@altencalsoftlabs.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundUtil.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/TerminationPointCreateCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/TerminationPointDeleteCommand.java