Merge "Implement check_vlan_transparency to return True in L2population mech driver"

This commit is contained in:
Jenkins 2016-08-27 00:39:39 +00:00 committed by Gerrit Code Review
commit 99eab4b8da
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ class L2populationMechanismDriver(api.MechanismDriver):
ip_address=ip['ip_address'])
for ip in port['fixed_ips']]
def check_vlan_transparency(self, context):
"""L2population driver vlan transparency support."""
return True
def delete_port_postcommit(self, context):
port = context.current
agent_host = context.host