]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
OVSDB python binding should use row.delete() to remove rows
authorGal Sagie <gal.sagie@huawei.com>
Thu, 9 Apr 2015 15:57:52 +0000 (18:57 +0300)
committerGal Sagie <gal.sagie@huawei.com>
Thu, 9 Apr 2015 16:00:49 +0000 (19:00 +0300)
commitdc31fecdd978a8c56d33bc0f1672e680e273111d
treed515b1766ded11bca4e4c1e7b7073a47bfdc7b4b
parent483de6313fab5913f9e68eb24afe65c36bd9b623
OVSDB python binding should use row.delete() to remove rows

The OVS python IDL recognize a delete event when delete() is called
on the row, this should be used to remove rows from the db

Change-Id: I50c94a4f089659d78f8881653cd55d4ef069cdc1
Closes-Bug: #1442217
neutron/agent/ovsdb/native/commands.py