neutron/neutron/agent/ovsdb/native
Terry Wilson 35fbe1c884 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
2015-04-17 16:16:10 -05:00
..
__init__.py Add native OVSDB implementation of OVSDB API 2015-03-20 13:40:35 +00:00
commands.py Fix native OVSDB db_get handling for UUID columns 2015-04-13 05:21:37 +00:00
connection.py allow OVSDB connection schema to be configurable 2015-04-13 09:31:52 +03:00
idlutils.py Correct typo for matching non-dict ovsdb rows 2015-04-17 16:16:10 -05:00