Reviewed: https://review.openstack.org/353704 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=676770ba759c9ab41461b337847d1b47e2319fae Submitter: Jenkins Branch: master
commit 676770ba759c9ab41461b337847d1b47e2319fae Author: Erik Colnick <[email protected]> Date: Wed Aug 10 06:58:59 2016 -0600 Implement check_vlan_transparency to return True in L2population mech driver As the L2population mechanism driver does not impact VLAN transparency support, this patch overrides the check_vlan_transparency method from the MechanismDriver base class and returns 'True', In this way, inclusion of the L2population mechanism driver in the list of configured mechanism_drivers does not prevent the creation of VLAN transparent networks. Change-Id: I8b26e899180544e2ad49ef470b9624015fd4d5de Closes-Bug: #1611920 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1611920 Title: l2population mechanism driver should not prevent creation of a vlan transparent network Status in neutron: Fix Released Bug description: The l2population mechanism driver does not override the MechanismDriver base class check_vlan_transparent method. This results in the inability to create vlan-transparent networks when the l2populiation mechanism driver is included in the mechanism_drivers configuration list. The l2population mechanism driver has no impact on vlan transparency and thus it should not prevent the creation of a vlan-transparent network. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1611920/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

