Re: [Openstack] Neutron VLANs issue

2014-08-06 Thread Andrew Mann
You most likely need to configure the Cisco switch so that both switch ports connected to eth1 on each sysyem are trunk ports and accept the full range of tenant vlans. Something like: conf t int eth1/0 switchport mode trunk switchport trunk allow vlan 100-199 (repeat for the second port) On We

[Openstack] Neutron VLANs issue

2014-08-06 Thread Umar Draz
Dear All, I have 2 node Openstack setup on Ubuntu 14.04 Controller+Network and Compute Node, I am using Neutron with ml2 (vlan). Both nodes have 2 NICs eth0 - Public with br-ex eth1 - Local with br-inet Both nodes' local ethernet (eth1) connected with each other without any switch. They were b