Merge "Removed unused variable pools"

This commit is contained in:
Zuul 2019-12-18 15:33:35 +00:00 committed by Gerrit Code Review
commit 524f72261c
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