Reviewed: https://review.openstack.org/281358 Committed: https://git.openstack.org/cgit/openstack/networking-bgpvpn/commit/?id=753fa2410639dca3957f0bffbb2e632181f00f77 Submitter: Jenkins Branch: master
commit 753fa2410639dca3957f0bffbb2e632181f00f77 Author: Thomas Morin <[email protected]> Date: Thu Sep 17 11:59:28 2015 +0200 OVS Agent extension for bagpipe driver This change introduces an OVS L2 agent extension that will now be used instead of the previous agent in ovs_bagpipe_neutron_agent.py which was inheriting from the Neutron OVS agent in a crude way, requiring duplicating the main() code. We also remove mention of the old bagpipe-openvswitch agent in the documentation and and adapt the devstack plugin so that old local.conf will still work. Change-Id: Ibf27e2b028efffa1e49207d39bfc9b13464180ad Closes-Bug: 1492021 Closes-Bug: 1531459 ** Changed in: bgpvpn 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/1492021 Title: bagpipe: do not overload the ovs agent Status in bgpvpn: Fix Released Status in neutron: New Bug description: the bagpipe driver works with its own agent that is an overload of the ovs agent. with the neutron liberty release, the ovs agent is extendable, thanks to this change : https://review.openstack.org/#/c/195439/ bagpipe should be able to leverage this extension framework to avoid the use of its own l2 ovs agent. To manage notifications about this bug go to: https://bugs.launchpad.net/bgpvpn/+bug/1492021/+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

