yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #55862
[Bug 1616480] Re: Creation of vlan transparent network fails with SR-IOV mechanism driver
Reviewed: https://review.openstack.org/359919
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ee1a0588550409a98dabed96d5b935d70281cc8a
Submitter: Jenkins
Branch: master
commit ee1a0588550409a98dabed96d5b935d70281cc8a
Author: Erik Colnick <erik.colnick@xxxxxxx>
Date: Wed Aug 24 01:55:49 2016 -0600
Implement check_vlan_transparency to return True in SR-IOV mech driver
As the SR-IOV 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 SR-IOV mechanism driver in the list of
configured mechanism_drivers does not prevent the creation of
VLAN transparent networks.
Change-Id: Ie35ce63102e59891d040c01c847936f918e0d6ea
Closes-Bug: #1616480
** 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/1616480
Title:
Creation of vlan transparent network fails with SR-IOV mechanism
driver
Status in neutron:
Fix Released
Bug description:
When the SR-IOV mechanism driver (sriovnicswitch) is included in the
configured list of mechanism_drivers in ml2_conf.ini, attempts to
create a vlan transparent network ('neutron net-create --vlan-
transparent True <name>') fail. As the SR-IOV mechanism driver does
not impact vlan transparency support, it should override the
check_vlan_transparency method inherited from the MechanismDriver base
class and return True for that mechod.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1616480/+subscriptions
References