Comment 8 for bug 1048681

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

Reviewed: https://review.openstack.org/14323
Committed: http://github.com/openstack/quantum/commit/95c4d0e82f92fdf6d2a4e93453df3b831193f54a
Submitter: Jenkins
Branch: master

commit 95c4d0e82f92fdf6d2a4e93453df3b831193f54a
Author: Akihiro MOTOKI <email address hidden>
Date: Fri Sep 28 22:05:50 2012 +0900

    Merge OVSVethInterfaceDriver into OVSInterfaceDriver

    Fixes bug 1049385

    Due to some issues using OVS internal interfaces across namespaces
    with OpenFlow controllers (bug 1048681), a patch introduced the
    OVSVethInterfaceDriver in addition to the base OVSInterfaceDriver.
    However, OVSVethInterfaceDriver is just a variation of OVSInterfaceDriver
    and the difference is how to create an interface (OVS internal vs veth).
    This patch merge OVSVethInterfaceDriver into OVSInterfaceDriver
    by introducing a new flag 'ovs_use_veth' (which defaults to False).

    Change-Id: Ie8b01e6776bf703f72a9e2a471b24e126f6e2322