Merge "teach logger mech driver vlan transparency" into stable/ocata

This commit is contained in:
Jenkins 2017-06-15 21:31:45 +00:00 committed by Gerrit Code Review
commit d507dfb321
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ class LoggerMechanismDriver(api.MechanismDriver):
def delete_network_postcommit(self, context):
self._log_network_call("delete_network_postcommit", context)
def check_vlan_transparency(self, context):
self._log_network_call("check_vlan_transparency", context)
return True
def _log_subnet_call(self, method_name, context):
LOG.info(_("%(method)s called with subnet settings %(current)s "
"(original settings %(original)s)"),