tacker/tacker/common
Nguyen Hai 94d53dc596 Switched to pyroute2.config.asyncio.asyncio_config
To monkey patch socket module for pyroute2, we call eventlet_config.
In recent releases of the library, this becomes deprecated. Instead, we
should now use asyncio_config() to patch stdlib.

When building module index for tacker docs, it creates a warning,
treated as error: Please use pyroute2.config.asyncio.asyncio_config

Closes-Bug: #1761925
Change-Id: I8f21cfa02e1201f4968ec0ce1fb6865ef591678d
2018-04-07 15:06:31 +00:00
..
container Implementation containerized VNF in Kubernetes type 2018-02-02 16:43:46 +09:00
__init__.py rename neutron/common to tacker/common 2014-07-04 18:20:50 +09:00
clients.py Implement NSD Support part 2 2017-01-25 23:15:40 +05:30
cmd_executer.py Remove log translations 2017-07-07 00:19:36 -04:00
config.py Remove log translations 2017-07-07 00:19:36 -04:00
constants.py Remove unused constants 2018-01-11 17:50:08 +09:00
driver_manager.py Remove log translations 2017-07-07 00:19:36 -04:00
eventlet_utils.py Switched to pyroute2.config.asyncio.asyncio_config 2018-04-07 15:06:31 +00:00
exceptions.py fix various typos in different messages 2018-02-10 22:01:04 +01:00
log.py Remove log translations 2017-07-07 00:19:36 -04:00
rpc.py Fix the deprecated usage of "get_transport" 2017-12-05 21:44:36 +08:00
test_lib.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
topics.py Implement vim status update in conductor 2017-06-20 11:47:16 +08:00
utils.py Replace six.iteritems() with .items() 2017-07-11 11:13:06 +05:30