Configure the Neutron OVS plug-in for GRE tunneling on a dedicated compute node
  1. Tell the OVS plug-in to use GRE tunneling with a br-int integration bridge, a br-tun tunneling bridge, and a local IP for the tunnel of DATA_INTERFACE's IP Edit the /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini file:

    [ovs]
    tenant_network_type = gre
    tunnel_id_ranges = 1:1000
    enable_tunneling = True
    integration_bridge = br-int
    tunnel_bridge = br-tun
    local_ip = DATA_INTERFACE_IP
  2. Now, return to the general OVS instructions.

Log a bug against this page


loading table of contents...