I'm not sure why, but the default tenant network type was changed to vxlan.
[1]
You now need to specify Q_ML2_TENANT_NETWORK_TYPE=vlan
1.
https://github.com/openstack-dev/devstack/commit/8feaf6c9516094df58df84479d73779e87a79264
On Mon, Aug 18, 2014 at 9:35 AM, Parikshit Manur wrote:
> Hi All
When you don't specify it, the default network type is:
(from lib/neutron_plugins/ml2)
Q_ML2_TENANT_NETWORK_TYPE=${Q_ML2_TENANT_NETWORK_TYPE:-"vxlan"}
You can try specifying that as "vlan" in your local.conf file and see what
happens.
-Brian
BTW, this probably should have just gone to openst..