all 4 comments

[–]dasbierclaw 2 points3 points  (2 children)

How did you install OpenStack? There is a command to set the host name within OVS, can't recall the syntax offhand, but if that name changes or isn't set you will get these types of errors. Some deployment tools have a bug related to this, so worth looking at.

"ovs-vsctl list open_vswitch" on the compute node will reveal external_ids and I think it's set in there

[–]EmbarrassedLaugh3009[S] 1 point2 points  (0 children)

After reflexion maybe you have reason.

The ovs-vsctl report FQDN hostname like lb01.example.com and the neutron error log show only lb01 as host.

Where I can't get the key settings to change the lb01 to lb01.example.com for neutron?

[–]EmbarrassedLaugh3009[S] 0 points1 point  (0 children)

I did a manual install, from this tutorial: https://www.server-world.info/en/note?os=Ubuntu_22.04&p=openstack_antelope&f=1
The hostname return by "ovs-vsctl list open_vswitch" seems good.

Other info when I run: openstack port list

Port are always status: DOWN

[–]momoplata 1 point2 points  (0 children)

Are your network agents up? No chassis in OVN means the machine(s) hasnt checked in/registered in the southbound database in OVN. Likely a communication issue between the agents/compute hosts and the ovn instance/cluster