Merge "Removed unused variable pools"

This commit is contained in:
Zuul
2019-12-18 15:33:35 +00:00
committed by Gerrit Code Review

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