Configure the OVS plug-in to use GRE tunneling, the
br-intintegration bridge, thebr-tuntunneling bridge, and a local IP for theDATA_INTERFACEtunnel IP. Edit the/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.inifile:[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
Return to the general OVS instructions.

