Hello


I'm trying to deploy Openstack with OVN(Open Virtual Network)

I'm following this guide page: https://www.server-world.info/en/note?os=Ubuntu_20.04&p=openstack_wallaby2&f=14


My problem is, I can't create new instance due to port binding failure

nova-compute log from compute node sayss:


"nova.exception.PortBindingFailed: Binding failed for port "", please check neutron logs for more information."





This is output of "tail /var/log/ovn/ovn-controller.log" on that compute node


2022-08-31T17:14:05.249Z|00306|rconn|WARN|unix:/var/run/openvswitch/br-int.mgmt: connection dropped (Broken pipe)

2022-08-31T17:14:05.250Z|00230|rconn(ovn_pinctrl0)|WARN|unix:/var/run/openvswitch/br-int.mgmt: connection dropped (Broken pipe)

2022-08-31T17:14:13.256Z|00307|rconn|WARN|unix:/var/run/openvswitch/br-int.mgmt: connection dropped (Broken pipe)

2022-08-31T17:14:13.258Z|00231|rconn(ovn_pinctrl0)|WARN|unix:/var/run/openvswitch/br-int.mgmt: connection dropped (Protocol error)


ovsdb-server log has nothing interesting


This is output of "tail /var/log/openvswitch/ovs-vswitchd.log"


2022-08-31T17:13:49.233Z|00667|rconn|WARN|br-int<->unix#388: connection dropped (Protocol error)

2022-08-31T17:13:49.233Z|00668|rconn|WARN|br-int<->unix#389: connection dropped (Protocol error)

2022-08-31T17:13:54.021Z|00669|rconn|WARN|br-int<->tcp:127.0.0.1:6633: connection failed (Connection refused)

2022-08-31T17:13:57.240Z|00670|vconn|WARN|Dropped 13 log messages in last 56 seconds (most recently, 8 seconds ago) due to excessive rate

2022-08-31T17:13:57.240Z|00671|vconn|WARN|unix#390: version negotiation failed (we support versions 0x01, 0x04, 0x05, peer supports version 0x06)

2022-08-31T17:13:57.240Z|00672|rconn|WARN|br-int<->unix#390: connection dropped (Protocol error)

2022-08-31T17:13:57.242Z|00673|rconn|WARN|br-int<->unix#391: connection dropped (Protocol error)

2022-08-31T17:14:02.032Z|00674|rconn|WARN|br-int<->tcp:127.0.0.1:6633: connection failed (Connection refused)

2022-08-31T17:14:05.249Z|00675|rconn|WARN|br-int<->unix#392: connection dropped (Protocol error)

2022-08-31T17:14:05.250Z|00676|rconn|WARN|br-int<->unix#393: connection dropped (Protocol error)

2022-08-31T17:14:10.045Z|00677|rconn|WARN|br-int<->tcp:127.0.0.1:6633: connection failed (Connection refused)

2022-08-31T17:14:13.256Z|00678|rconn|WARN|br-int<->unix#394: connection dropped (Protocol error)

2022-08-31T17:14:13.258Z|00679|rconn|WARN|br-int<->unix#395: connection dropped (Protocol error)


Whats happening here?


Help!


Thank you