failed to bind port neutron
I have a 3 node Icehouse infrastructure (Controller,network,compute) running on Ubuntu 14.04. I have configured per instructions. When I try to start an instance, I get this is the server.log
2014-04-28 17:40:36.235 3123 WARNING neutron.plugins.ml2.managers [req-98f8f30f-0379-40a7-a2d5-67e94335f405 None] Failed to bind port bc63e9cf-1749-4c0b-8e6$
2014-04-28 17:40:36.714 3123 WARNING neutron.plugins.ml2.managers [req-98f8f30f-0379-40a7-a2d5-67e94335f405 None] Failed to bind port bc63e9cf-1749-4c0b-8e6$
$14 requested by agent ovs6edff4098749 on network 8c939d3a-e6cb-4ba1-8004-5444eb193f04 not bound, vif_type: binding_failed
Nothing in the openvswitch-agent.log
ovs-vsctl looks like this on network
Bridge br-int
Port "tapbc63e9cf-17"
tag: 4095
Interface "tapbc63e9cf-17"
type: internal
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port br-int
Interface br-int
type: internal
Port "qr-21ea5266-65"
tag: 4095
Interface "qr-21ea5266-65"
type: internal
Bridge br-tun
Port br-tun
Interface br-tun
type: internal
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port "gre-ac1e0019"
Interface "gre-ac1e0019"
type: gre
options: {in_key=flow, local_ip="172.30.0.40", out_key=flow, remote_ip="172.30.0.25"}
Bridge br-ex
Port "qg-d349ea60-eb"
Interface "qg-d349ea60-eb"
type: internal
Port br-ex
Interface br-ex
type: internal
Port "eth1"
Interface "eth1"
ovs_version: "2.0.1"
Any ideas?
Are you sure there is nothing in the ovs agent log? What does
sudo ovs-vsctl get interface tapbc63e9cf-17 ofport
give?