I've installed OpenStack (zed) on a Raspberry Pi cluster using kolla-ansible (version tagged for zed), and all containers are healthy except the neutron_server which is suspended in 'health: starting' state.
Network related part of OpenStack seems not to work (snippet form running init-runonce):
There are four Raspberry Pi 4B in the cluster (2 x 4GB RAM and 2 x 8GB RAM). They run Debian 11 (bullseaye). Kolla-ansible has been used for the installation strictly following the guidelines form https://docs.openstack.org/kolla-ansible/zed/user/quickstart.html.
I could try to install other versions but maybe there's a smarter ways to cope with the problem. Any suggestion will be welcome.