python/ovs/db/idl: make SchemaHelper accept schema in json form
authorIsaku Yamahata <yamahata@valinux.co.jp>
Thu, 13 Sep 2012 02:27:30 +0000 (11:27 +0900)
committerBen Pfaff <blp@nicira.com>
Thu, 13 Sep 2012 03:45:18 +0000 (20:45 -0700)
commite15ad8e6e3104a41fd3007a12a80a5b35ea71399
tree13d175e7daada67092e8cc5a6aa6c70da5215614
parent7698e31d6a3467948224f056183427f4b8f2d4d9
python/ovs/db/idl: make SchemaHelper accept schema in json form

This is needed when using schema that was retrieved from ovsdb by get_schema
method.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
python/ovs/db/idl.py