Removed unused variable pools

Change-Id: I8f3a22d2af3f34b368bae3465bf8433fe2d3e22b
This commit is contained in:
Chenjun Shen 2019-10-29 17:35:23 +01:00 committed by Stephen Finucane
parent c01b03e87c
commit 2b0613b208
1 changed files with 0 additions and 2 deletions

View File

@ -444,8 +444,6 @@ class ConnectionLock(DummyConnectionLock):
class Connection(object):
"""Connection object."""
pools = {}
def __init__(self, conf, url, purpose):
# NOTE(viktors): Parse config options
driver_conf = conf.oslo_messaging_rabbit