diff --git a/neutron/plugins/ml2/drivers/l2pop/mech_driver.py b/neutron/plugins/ml2/drivers/l2pop/mech_driver.py index 77642a84723..6ab022a6ed3 100644 --- a/neutron/plugins/ml2/drivers/l2pop/mech_driver.py +++ b/neutron/plugins/ml2/drivers/l2pop/mech_driver.py @@ -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