Merge "Don't log ipam driver on every IP allocation"

This commit is contained in:
Jenkins 2017-06-16 23:04:17 +00:00 committed by Gerrit Code Review
commit 607c1810db
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ class Pool(object):
"""
ipam_driver_name = cfg.CONF.ipam_driver
mgr = manager.NeutronManager
LOG.debug("Loading ipam driver: %s", ipam_driver_name)
driver_class = mgr.load_class_for_provider('neutron.ipam_drivers',
ipam_driver_name)
return driver_class(subnet_pool, context)