<div dir="ltr">Hi,<div><br></div><div>I have done 3 node deployment of openstack liberty on cent os 7 and configured neutron with ml2 and ovs. when am trying to spin up instances getting neutron error unable to bind port to  host am pasting logs files and ml2 conf file below</div><div><br></div><div>These are the steps followed to create ovs bridges</div><div><br></div><div><div>I have 2 physical interface eth0 is management and eth1 is trunk for all public/vlan/vxlan traffic</div><div> ovs-vsctl add-br br-uplink</div><div>ovs-vsctl add-br br-vlan</div><div> ovs-vsctl add-br br-int</div><div> ovs-vsctl add-port br-uplink eth1 -- set port eth1 vlan_mode=trunk trunk=100,101,200,201,4000</div><div> ovs-vsctl add-port br-vlan patch-to-uplink -- set Interface patch-to-uplink type=patch options:peer=patch-to-vlan</div><div> ovs-vsctl add-port br-uplink patch-to-vlan -- set Interface patch-to-vlan type=patch options:peer=patch-to-uplink</div><div> #</div><div>vs-vsctl add-port br-uplink l3vxlan tag=4000 -- set Interface l3vxlan type=internal</div><div> ip addr add 10.255.255.XXX/24 dev l3vxlan</div><div>ip link set dev l3vxlan up</div><div> ip link set dev l3vxlan mtu 1600</div></div><div><br></div><div>Neutron log: <a href="http://paste.ubuntu.com/14508309/">http://paste.ubuntu.com/14508309/</a></div><div><br></div><div>OVS log network node:  <a href="http://paste.ubuntu.com/14508422/">http://paste.ubuntu.com/14508422/</a></div><div><br></div><div>ovs-vsctl show output: <a href="http://paste.ubuntu.com/14508685/">http://paste.ubuntu.com/14508685/</a><br></div><div><br></div><div><br></div><div>Thanks</div><div><br></div><div><br></div></div>