Configure OVS to use VLANS. Edit the
/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.inifile:[ovs] tenant_network_type = vlan network_vlan_ranges = physnet1:1:4094 bridge_mappings = physnet1:br-DATA_INTERFACE
Create the bridge for
DATA_INTERFACEand addDATA_INTERFACEto it:# ovs-vsctl add-br br-DATA_INTERFACE # ovs-vsctl add-port br-DATA_INTERFACE DATA_INTERFACE
Transfer the IP address for
DATA_INTERFACEto the bridge in the same way that you transferred theEXTERNAL_INTERFACEIP address tobr-ex. However, do not turn on promiscuous mode.Return to the OVS general instruction.

