neutron/neutron/agent/ovsdb
Ihar Hrachyshka b09537d669 Removed ovsdbapp deprecation warnings
neutron/agent/ovsdb/impl_idl.py:47: DeprecationWarning: Class
'neutron.agent.ovsdb.native.connection.Connection' has moved to
'ovsdbapp.backend.ovs_idl.connection.Connection'

neutron/agent/ovsdb/impl_idl.py:57: DeprecationWarning:
neutron.agent.ovsdb.native.vlog.use_python_logger: moved to
ovsdbapp.backend.ovs_idl.vlog.use_python_logger

The patch disabled a bunch of pylint checks for an existing line because
otherwise it triggers pylint failures. The workaround will be removed
later when the old API of ovsdbapp is no longer referred to.

TrivialFix

Change-Id: If702b79152a67b04a262b37606e5649abd0057a1
2017-06-05 12:48:12 -07:00
..
native Use the ovsdbapp library 2017-04-20 20:13:48 -05:00
__init__.py Reorganize OVSDB API 2015-01-22 09:32:29 -06:00
api.py Use the ovsdbapp library 2017-04-20 20:13:48 -05:00
impl_idl.py Removed ovsdbapp deprecation warnings 2017-06-05 12:48:12 -07:00
impl_vsctl.py Use the ovsdbapp library 2017-04-20 20:13:48 -05:00