Re: [Openstack] [OpenStack] Re-using VLAN ranges acorss physnet in OVS Quantum plugin based setup

2013-03-31 Thread Aaron Rosen
Yes, this is fine because the vlans don't conflict on the same physical interface. Aaron On Sun, Mar 31, 2013 at 10:22 PM, Balamurugan V G wrote: > Hi, > > While using a OVS plugin based Quantum setup, will it be possible to go > beyond 4095 vlans by re-using them across multiple physnets. For

[Openstack] [OpenStack] Re-using VLAN ranges acorss physnet in OVS Quantum plugin based setup

2013-03-31 Thread Balamurugan V G
Hi, While using a OVS plugin based Quantum setup, will it be possible to go beyond 4095 vlans by re-using them across multiple physnets. For example, is something like the setting below possible? network_vlan_ranges = physnet1:1:4094, physnet2:1:4094, Or will this not be allowed due to conflicti