Remove ml2 resource extension success logging

This is the cause of a tremendous amount of logs, for no
perceivable gain.  A normal dvr run in the gate shows this debug
message around 120K times, which is way too much.

Closes-Bug: #1489952

Change-Id: I26fca8515d866a7cc1638d07fa33bc04479ae221
This commit is contained in:
Assaf Muller 2015-08-26 10:07:03 -04:00 committed by Matt Riedemann
parent 1c19e898c0
commit 5b27d290a0
1 changed files with 0 additions and 3 deletions

View File

@ -846,9 +846,6 @@ class ExtensionManager(stevedore.named.NamedExtensionManager):
{'name': driver.name, 'method': method_name})
raise ml2_exc.ExtensionDriverError(driver=driver.name)
LOG.debug("%(method)s succeeded for driver %(driver)s",
{'method': method_name, 'driver': driver.name})
def extend_network_dict(self, session, base_model, result):
"""Notify all extension drivers to extend network dictionary."""
self._call_on_dict_driver("extend_network_dict", session, base_model,