]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use ovsdb-api neutral column/value mappings
authorTerry Wilson <twilson@redhat.com>
Thu, 22 Jan 2015 10:07:50 +0000 (04:07 -0600)
committerTerry Wilson <twilson@redhat.com>
Wed, 11 Feb 2015 02:44:20 +0000 (02:44 +0000)
commit987b0028e0cef495a7ae05639d95dbfbb835e12a
tree9f6dc40cda313b972632ace744934303377930d1
parentb0108fb8b409a3feadf91c82b3a455a21e08a58a
Use ovsdb-api neutral column/value mappings

The format ('column:field', 'value') for map-type ovsdb values is
ovs-vsctl-specific. The updated implementation-neutral way to do
this is ('column', {'field': 'value'}).

Partially-Implements: blueprint vsctl-to-ovsdb
Change-Id: Icc917c97963204c01e0e9054cdcb9d8ec60f6ec1
neutron/tests/functional/agent/test_ovs_lib.py