]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Correct typo for matching non-dict ovsdb rows
authorTerry Wilson <twilson@redhat.com>
Fri, 17 Apr 2015 21:13:09 +0000 (16:13 -0500)
committerTerry Wilson <twilson@redhat.com>
Fri, 17 Apr 2015 21:16:10 +0000 (16:16 -0500)
commit35fbe1c884f7e91a27506ec782c6d379b804f4f9
tree7e4dc3139b43af97317bb9e19a1ace75b5cedeb2
parent354ae7c1d33de11f725a7e2146c33fbf905d612d
Correct typo for matching non-dict ovsdb rows

As can be seen just above, the correct operator for the equality
test is '=' and not '=='. This match isn't currently being used
in the neutron code, but will be used by the OVN driver.

The previous code would also raise NotImplemented when there was
no match.

Change-Id: I17ac85d1ad68d3e207225db300f65c0df1f6e1ad
neutron/agent/ovsdb/native/idlutils.py