It’s possible to allocate multiple VLAN ranges to one physical network, an interface or a bridge, when using Quantum with the Linux bridge agent or the Open vSwitch agent. It’s not possible to define different names for one physical network. Thank Robert Kukura for the hint. The following snippet is an example for usage with the Linux bridge agent.
[VLANS] tenant_network_type = vlan network_vlan_ranges = physnet0:100:200,physnet0:500:550 [LINUX_BRIDGE] physical_interface_mappings = physnet0:eth0,physnet1:eth1
Last updated by at .
Pingback: OpenStack Community Weekly Newsletter (Dec 14-21) » The OpenStack Blog