neutron/neutron/agent/ovsdb
Aaron Rosen 95b6a74af1 ovsdb: session.rpc never initialized
Previously, if idl.Transaction.commit_block() returned a status of
TRY_AGAIN we would check self.api.idl._session.rpc.status which would
result in an attribute error as rpc is None.

This patch fixes this attribute error by removing this unneeded check. In
addtion, the force_reconnect() is also removed as ovs.jsonrpc handles
reconnecting automatically for us.

Change-Id: Ibf3ce5cd3432845f8938a1d83637ecf59b14b5ca
Closes-bug: 1465889
2015-06-16 17:32:52 -07:00
..
native Allow users to run 'tox -epy34' 2015-05-11 16:09:51 +02:00
__init__.py Reorganize OVSDB API 2015-01-22 09:32:29 -06:00
api.py Make _val_to_py and _py_to_val not private 2015-06-05 12:23:47 +00:00
impl_idl.py ovsdb: session.rpc never initialized 2015-06-16 17:32:52 -07:00
impl_vsctl.py Merge "Python 3: do not index a dict_values object" 2015-06-08 09:35:22 +00:00