Fix IidCodec broken by new yangtools 91/67191/3
authorVishal Thapar <vishal.thapar@ericsson.com>
Tue, 16 Jan 2018 06:42:09 +0000 (12:12 +0530)
committerStephen Kitt <skitt@redhat.com>
Tue, 16 Jan 2018 10:14:39 +0000 (11:14 +0100)
commit5ee31ea1bcc0fb382c607f67d38caa771cb5d8e7
tree0ce2224eec8b08449bb59411715ecb0f6127bfb2
parent0d5aac55f83f745656f047a8af1a4b63568882ce
Fix IidCodec broken by new yangtools

There are multiple versions of network-topology loaded
and yangtools can't tell which one to use. It has ramifications
beyond just OVSDB, but this fixes functionality issues in
OVSDB.

Root issue is two different files with different versions
bundled together. It may not have been issue earlier but is now.

Change-Id: Ibc7f8387c5b84cb6e1c0e8a69454acb661a4acc4
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/InstanceIdentifierCodec.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/InstanceIdentifierCodecTest.java