To me looks like neutron-api is locking up everything.
openstack endpoint list returns all the correct endpoints.
openstack network list never completes
If I curl the endpoint urls externally or localhost on every neutron-api unit I eventually get
* Empty reply from server
* Connection #0 to host 127.0.0.1 left intact
curl: (52) Empty reply from server
I’ve been following this thread and based upon my learnings in there I deployed the ovn-chassis-2 (instead of ovn-chassis-1) in the hopes of being able to use bridge mappings to the bond instead of mac addresses. Anyone think this could be related?