Comment 3 for bug 1635067

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

Reviewed: https://review.openstack.org/392212
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-openvswitch/commit/?id=f832f1073d47a430111c59563962922dfe37a0a5
Submitter: Jenkins
Branch: master

commit f832f1073d47a430111c59563962922dfe37a0a5
Author: Matt Rae <email address hidden>
Date: Thu Mar 16 01:32:42 2017 -0700

    Add support of a linuxbridge bridge in data-port config

    When configuring data-port parameter with "ovs-bridge:linuxbridge"
    a veth pair will be created to connect these two bridges. Name of
    these virtual interfaces will be "veth-ovsbridge_name" and
    "veth-linuxbridge_name".

    Problem: When deploying neutron-openvswitch charm on a node contain
    only one interface, we are not able to connect an ovs Bridge to
    the physical interface because it is assigned to juju Bridge.

    Change-Id: I5be72b9cc5948f5f791d522d1b46fd27e7303613
    Closes-Bug:#1635067