Configuring OpenStack setup with ML2-VLAN on single NIC?
I find the below document in Devstack to configure OpenStack using single NIC - Mitaka release
http://docs.openstack.org/developer/devstack/guides/neutron.html#using-devstack-with-neutron-networking (http://docs.openstack.org/developer/d...)
All went well but by the time I tried to configure the setup with ML2-VLAN; then I couldn't able to launch the VM instance as compute node throws as error "Binding on port failed";
My question is: Is it possible to have OpenStack setup using ML2-VLAN on single NIC?
If so then can you please share me the local.conf file of controller and compute node. Thanks