Comment 13 for bug 1881424

Revision history for this message
Terry Wilson (otherwiseguy) wrote :

If I had to guess we ended up with a name collision that maybe ends up mattering? The indexing patch adds an ovsdb_connection propert, and uses self._ovsdb_connection to be the underlying variable. the OvsIdl class in neutron/agent/ovsdb/native/connection happens to store a string in self._ovsdb_connection (for absolutely no reason, it is never used outside of __init__). I'm going to post a patch to neutron that just removes the self\. from that and can you see if it helps you?