[Openstack-operators] how to mix tagged and untagged on provider vlans?

Ronald van der Pol Ronald.vanderPol at rvdp.org
Sun Nov 10 13:52:35 UTC 2013


On Ubuntu Havana I want a couple of tenant networks that each use
their own VLAN and each are connected to the public internet. So,
tenantA: vlan 1 + internet
tenantB: vlan 2 + internet
etc

I have this in ovs_neutron_plugin.ini:

[OVS]
tenant_network_type = vlan
network_vlan_ranges = testbed:100:105,internet:500:500
integration_bridge = br-int
bridge_mappings = testbed:br-eth1,internet:br-ex

The testbed/br-eth1 VLAN networks work fine with eth1 in trunk
mode.

However, br-ex has eth0 in untagged mode. How can I set this
up? I do not want/need NAT for the VMs.

	rvdp



More information about the OpenStack-operators mailing list