Comment 6 for bug 1327294

Revision history for this message
cn (hichits) wrote :

After adding /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini , GRE tunnel is getting created in the control node but it did not fix GRE tunnel in the compute node.

Here is the output from control note

root@bxbdl-c220-5:~# ovs-vsctl show
cf3f9710-aba1-42fa-85dc-fffa695dd890
    Bridge br-ex
        Port phy-br-ex
            Interface phy-br-ex
        Port br-ex
            Interface br-ex
                type: internal
        Port "eth1"
            Interface "eth1"
    Bridge br-int
        Port patch-tun
            Interface patch-tun
                type: patch
                options: {peer=patch-int}
        Port br-int
            Interface br-int
                type: internal
        Port int-br-ex
            Interface int-br-ex
    Bridge br-tun
        Port br-tun
            Interface br-tun
                type: internal
        Port patch-int
            Interface patch-int
                type: patch
                options: {peer=patch-tun}
        Port "gre-1"
            Interface "gre-1"
                type: gre
                options: {in_key=flow, local_ip="10.86.146.9", out_key=flow, remote_ip="10.86.146.11"}
    ovs_version: "2.0.2"
root@bxbdl-c220-5:~#

Here is the output from compute node.

root@bxbdl-c220-4:~# ovs-vsctl show
f99a4758-2251-4662-8f0e-05221eab76c9
    Bridge br-tun
        Port patch-int
            Interface patch-int
                type: patch
                options: {peer=patch-tun}
        Port br-tun
            Interface br-tun
                type: internal
    Bridge br-int
        Port int-br-ex
            Interface int-br-ex
        Port br-int
            Interface br-int
                type: internal
    Bridge br-ex
        Port phy-br-ex
            Interface phy-br-ex
        Port br-ex
            Interface br-ex
                type: internal
        Port "eth1"
            Interface "eth1"
    ovs_version: "2.0.2"
root@bxbdl-c220-4:~#