Fixing the ColumnSchema as per RFC7047 for a enum variable. 26/4126/1
authorMadhu Venugopal <mavenugo@gmail.com>
Fri, 10 Jan 2014 05:06:34 +0000 (21:06 -0800)
committerMadhu Venugopal <mavenugo@gmail.com>
Fri, 10 Jan 2014 05:06:34 +0000 (21:06 -0800)
commit70110f65759da238a1fe1980bade88c3430234a2
tree671b576d55780f6ad11cd6ed7d834b7fb1cf93c8
parenta08d05ce3f84010a287d5f48fd1e79da1a4bf553
Fixing the ColumnSchema as per RFC7047 for a enum variable.

Enums are defined as a 1 or more atomic-type and hence the current Object[] is incorrect
and is causing deser issues with vtep schema. Fixing it with a more generic Object.
This will be properly accomodated when we have schema driven OVSDB approach is in place.

Change-Id: I0c1d2896ea34bbc3c358ca0d0818860908e0b1b1
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
ovsdb/src/main/java/org/opendaylight/ovsdb/lib/database/OvsdbType.java