Hello and thanks a lot for your help. I don't use OVN; perhaps I should. But it's a student project (20 hours, 2 servers by students), updated annually, and each version update brings big surprises. I want to do relatively simple things (classic OpenStack with external Active Directory (LDAP) accounts, VPNaaS, Designate, Ceph), so OVS suits me. But I can't seem to resolve this issue with instances lacking an AZ (even though, until now, instances created in Horizon have nova as their AZ, and there are no port binding problems). I had doubts about my installation, so I reformatted my servers, installed Ubuntu 24.04, redeployed Flamingo with kolla-ansible, and then, just to test, I ran the `init-runonce` script and tried the command given at the end of the script (`openstack server create .... demo1`). Logs in nova_compute ERROR: nova.compute.manager.......... _ensure_no_port_binding_failure(port)` The problem seems more serious: `openstack network agent list` returns no value. Well, I'll look into it... thanks anyway. Franck VEDEL
Le 6 mars 2026 à 00:38, Joel McLean <joel.mclean@micron21.com> a écrit :
Hello Franck,
You may not have had to ever set this up, if you only had a single AZ in the past, however in Flamingo you might need to define:
neutron_ovn_availability_zones: ["your_az_name1","your_az_name2",”etc”]
in globals.yaml
And then create your networks with –availability-zone-hint arguments.
Source: https://docs.openstack.org/neutron/latest/admin/config-az.html
We experienced a similar issue when testing Caracal, where, if this setting was not configured, routers could be deployed to any availability zone, and therefore not be able to properly communicate outside of their AZ. It might be that Flamingo is more explicit, and requires this configuration where it was optional in the past.
Kind Regards,
Joel McLean Cyber Security and Product Development Manager Australia’s First Tier IV Data Centre https://www.micron21.com/ 1300 769 972 <tel:1300%20769%20972> 03 9751 7618 <tel:03%209751%207618> 0407 888 429 <tel:0407%20888%20429> joel.mclean@micron21.com <mailto:joel.mclean@micron21.com>
<image001.png> Follow us on Twitter <https://twitter.com/micron21> and https://m21status.com <https://m21status.com/> for important service and system updates. This message is intended for the addressee named above. It may contain privileged or confidential information. If you are not the intended recipient of this message you must not use, copy, distribute or disclose it to anyone other than the addressee. If you have received this message in error please return the message to the sender by replying to it and then delete the message from your computer.
From: Franck VEDEL (UGA) <franck.vedel@univ-grenoble-alpes.fr> Sent: Friday, 6 March 2026 12:03 AM To: OpenStack Discuss <openstack-discuss@lists.openstack.org> Subject: [kolla-ansible][flamingo][horizon] Network creation problem
Hello everyone,
I have a production OpenStack cluster for ESM students running Epoxy, deployed with Kolla-Ansible, and everything is working perfectly. I’m very satisfied with this setup.
To prepare for upgrades, I set up a new test cluster in parallel using Kolla-Ansible, but this time with Flamingo.
Everything seemed fine until I tried to create a network and its subnet in Horizon. The network is created, but no availability zone is associated with it. As a result, I cannot launch instances on this network.
Could this be a change in the new OpenStack installation process that I missed? Or is this a bug? This is the first time I’ve encountered this issue. Is there a parameter that needs to be added in the Horizon override file (_9999-custom-settings.py) to handle this?
Thanks in advance for any guidance.
Franck VEDEL