Tell 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_INTERFACECreate the bridge for the
DATA_INTERFACEand addDATA_INTERFACEto it, the same way you did on the network node:# ovs-vsctl add-br br-DATA_INTERFACE # ovs-vsctl add-port br-DATA_INTERFACE DATA_INTERFACE
Return to the general OVS instructions.

