Comment 8 for bug 1492021

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-bgpvpn (master)

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 address hidden>
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