2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00
Files
openvswitch/python/ovs
Terry Wilson 9435b0b8e6 Handle refTable values with setkey()
For columns like QoS.queues where we have a map containing refTable
values, assigning w/ __setattr__ e.g. qos.queues={1: $queue_row}
works, but using using qos.setkey('queues', 1, $queue_row) results
in an Exception. The opdat argument can essentially just be the
JSON representation of the map column instead of trying to build
it.

Signed-off-by: Terry Wilson <twilson@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
2020-03-20 08:47:53 -07:00
..
2020-03-20 08:47:53 -07:00
2019-12-20 12:23:06 -08:00
2017-03-08 21:11:48 -08:00
2019-12-20 12:23:06 -08:00
2019-12-20 12:23:06 -08:00
2019-12-20 12:23:06 -08:00
2019-02-12 14:30:19 -08:00
2019-12-20 12:23:06 -08:00
2019-01-11 08:45:04 -08:00
2019-12-20 12:23:06 -08:00