+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/ovn.ini --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet 2026-04-23 22:28:30.558 1 INFO neutron.common.config [-] Logging enabled! 2026-04-23 22:28:30.559 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev155 2026-04-23 22:28:30.559 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-04-23 22:28:30.559 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 22:28:31.881 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-04-23 22:28:31.883 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 22:28:31.886 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 22:28:31.886 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-04-23 22:28:31.886 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-04-23 22:28:31.887 1 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-04-23 22:28:31.887 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-04-23 22:28:31.887 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 22:28:31.893 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 22:28:31.893 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 22:28:31.893 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-04-23 22:28:32.074 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-04-23 22:28:32.075 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-04-23 22:28:32.075 1 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-04-23 22:28:32.094 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 22:28:32.094 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 22:28:32.094 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-04-23 22:28:32.095 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-04-23 22:28:34.595 1 INFO neutron.plugins.ml2.managers [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 22:28:34.737 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 22:28:34.738 1 INFO neutron.plugins.ml2.managers [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 22:28:34.738 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 22:28:34.738 1 INFO neutron.plugins.ml2.managers [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 22:28:34.738 1 INFO neutron.plugins.ml2.extensions.port_security [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 22:28:34.738 1 INFO neutron.plugins.ml2.managers [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Initializing extension driver 'qos' 2026-04-23 22:28:34.738 1 INFO neutron.plugins.ml2.managers [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Initializing mechanism driver 'ovn' 2026-04-23 22:28:34.738 1 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Starting OVNMechanismDriver 2026-04-23 22:28:34.742 1 INFO neutron.services.logapi.drivers.ovn.driver [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] OVN logging driver registered 2026-04-23 22:28:34.751 1 INFO neutron.quota [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded quota_driver: . 2026-04-23 22:28:34.752 1 INFO neutron.plugins.ml2.plugin [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 22:28:34.752 1 INFO neutron.plugins.ml2.managers [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 22:28:34.752 1 INFO neutron.plugins.ml2.managers [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 22:28:34.752 1 INFO neutron.plugins.ml2.managers [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 22:28:34.753 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: qos 2026-04-23 22:28:34.763 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: ovn-router 2026-04-23 22:28:34.791 1 INFO neutron.services.ovn_l3.plugin [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Starting OVNL3RouterPlugin 2026-04-23 22:28:34.796 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: segments 2026-04-23 22:28:34.863 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: trunk 2026-04-23 22:28:34.873 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: log 2026-04-23 22:28:34.875 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: ovn-vpnaas 2026-04-23 22:28:34.923 1 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-04-23 22:28:34.924 1 WARNING stevedore.named [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-23 22:28:35.139 1 INFO neutron_vpnaas.services.vpn.plugin [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 22:28:35.139 1 INFO neutron.common.utils [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-04-23 22:28:35.139 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: taas 2026-04-23 22:28:35.158 1 WARNING stevedore.named [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-23 22:28:35.163 1 INFO neutron_taas.services.taas.taas_plugin [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 22:28:35.164 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: tapmirror 2026-04-23 22:28:35.172 1 WARNING stevedore.named [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-23 22:28:35.173 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 22:28:35.173 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 22:28:35.177 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: tag 2026-04-23 22:28:35.183 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: timestamp 2026-04-23 22:28:35.185 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 22:28:35.189 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: flavors 2026-04-23 22:28:35.192 1 INFO neutron.manager [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loading Plugin: revisions 2026-04-23 22:28:35.195 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Initializing extension manager. 2026-04-23 22:28:35.197 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: address-group 2026-04-23 22:28:35.198 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: address-scope 2026-04-23 22:28:35.198 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-04-23 22:28:35.199 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: agent 2026-04-23 22:28:35.199 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-04-23 22:28:35.200 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 22:28:35.201 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 22:28:35.202 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: availability_zone 2026-04-23 22:28:35.202 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-04-23 22:28:35.203 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 22:28:35.204 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 22:28:35.205 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 22:28:35.206 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: dns-integration 2026-04-23 22:28:35.206 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 22:28:35.207 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-04-23 22:28:35.208 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-04-23 22:28:35.208 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 22:28:35.209 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 22:28:35.209 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 22:28:35.209 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 22:28:35.210 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: external-net 2026-04-23 22:28:35.210 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 22:28:35.211 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: extraroute 2026-04-23 22:28:35.211 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 22:28:35.212 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 22:28:35.212 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 22:28:35.213 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 22:28:35.213 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 22:28:35.213 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: fip-port-details 2026-04-23 22:28:35.214 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: flavors 2026-04-23 22:28:35.215 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 22:28:35.216 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 22:28:35.216 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: ip_allocation 2026-04-23 22:28:35.217 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-04-23 22:28:35.217 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 22:28:35.218 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: router 2026-04-23 22:28:35.220 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 22:28:35.220 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: enable-default-route-bfd 2026-04-23 22:28:35.221 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-04-23 22:28:35.221 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 22:28:35.221 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: l3-ha 2026-04-23 22:28:35.222 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 22:28:35.222 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: external-gateway-multihoming 2026-04-23 22:28:35.223 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: l3-flavors 2026-04-23 22:28:35.223 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 22:28:35.224 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-04-23 22:28:35.226 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-04-23 22:28:35.227 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 22:28:35.228 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: logging 2026-04-23 22:28:35.229 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 22:28:35.229 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 22:28:35.230 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: multi-provider 2026-04-23 22:28:35.230 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: net-mtu 2026-04-23 22:28:35.231 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 22:28:35.231 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 22:28:35.232 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-04-23 22:28:35.233 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 22:28:35.233 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: network-ip-availability-details 2026-04-23 22:28:35.234 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 22:28:35.235 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: pagination 2026-04-23 22:28:35.235 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: port-device-profile 2026-04-23 22:28:35.236 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 22:28:35.236 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 22:28:35.237 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 22:28:35.237 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-04-23 22:28:35.237 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 22:28:35.238 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 22:28:35.238 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 22:28:35.239 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: port-resource-request 2026-04-23 22:28:35.239 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 22:28:35.240 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 22:28:35.240 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: binding 2026-04-23 22:28:35.241 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: binding-extended 2026-04-23 22:28:35.241 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: port-security 2026-04-23 22:28:35.242 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: project-id 2026-04-23 22:28:35.242 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: provider 2026-04-23 22:28:35.243 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qinq 2026-04-23 22:28:35.245 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos 2026-04-23 22:28:35.245 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 22:28:35.246 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 22:28:35.246 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos-default 2026-04-23 22:28:35.246 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos-fip 2026-04-23 22:28:35.247 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 22:28:35.247 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 22:28:35.248 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 22:28:35.248 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 22:28:35.249 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 22:28:35.249 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos-pps 2026-04-23 22:28:35.250 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 22:28:35.250 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 22:28:35.251 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 22:28:35.251 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 22:28:35.252 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 22:28:35.253 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: quotas 2026-04-23 22:28:35.254 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: quota_details 2026-04-23 22:28:35.255 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: rbac-policies 2026-04-23 22:28:35.256 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-04-23 22:28:35.256 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 22:28:35.257 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 22:28:35.257 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-04-23 22:28:35.257 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: revision-if-match 2026-04-23 22:28:35.258 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 22:28:35.259 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 22:28:35.259 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: router-enable-snat 2026-04-23 22:28:35.259 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 22:28:35.262 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 22:28:35.263 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 22:28:35.263 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-04-23 22:28:35.264 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 22:28:35.264 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 22:28:35.264 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 22:28:35.268 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: security-group 2026-04-23 22:28:35.269 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: segment 2026-04-23 22:28:35.270 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 22:28:35.270 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: service-type 2026-04-23 22:28:35.270 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: sorting 2026-04-23 22:28:35.271 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 22:28:35.272 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 22:28:35.272 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 22:28:35.272 1 WARNING neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 22:28:35.273 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-04-23 22:28:35.273 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 22:28:35.274 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-04-23 22:28:35.274 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 22:28:35.275 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 22:28:35.275 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 22:28:35.276 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 22:28:35.276 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: tag-creation 2026-04-23 22:28:35.277 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 22:28:35.280 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 22:28:35.280 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 22:28:35.281 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: trunk 2026-04-23 22:28:35.281 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: trunk-details 2026-04-23 22:28:35.282 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 22:28:35.282 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 22:28:35.283 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: vlan-transparent 2026-04-23 22:28:35.283 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 22:28:35.285 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-04-23 22:28:35.285 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 22:28:35.286 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 22:28:35.287 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: vpnaas 2026-04-23 22:28:35.288 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: taas 2026-04-23 22:28:35.289 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: tap-mirror 2026-04-23 22:28:35.290 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-04-23 22:28:35.290 1 INFO neutron.api.extensions [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 22:28:35.293 1 WARNING oslo_service.backend._threading.service [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-04-23 22:28:35.300 1 WARNING oslo_service.backend._threading.service [None req-90db18e0-6f49-461f-88ca-f17ceabfff74 - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-04-23 22:28:35.327 12 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for RpcWorker with retry 2026-04-23 22:28:35.342 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for RpcWorker with retry 2026-04-23 22:28:35.359 12 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] uWSGI is the only supported loader for the Neutron API; it provides, via ``uwsgi`` library, the worker ID. If other loader is used, a random hash ring node UUID will be provided 2026-04-23 22:28:35.362 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] tcp:10.99.212.5:6641: connecting... 2026-04-23 22:28:35.362 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] tcp:10.99.212.5:6641: connected 2026-04-23 22:28:35.372 15 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] uWSGI is the only supported loader for the Neutron API; it provides, via ``uwsgi`` library, the worker ID. If other loader is used, a random hash ring node UUID will be provided 2026-04-23 22:28:35.374 15 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] tcp:10.99.212.5:6641: connecting... 2026-04-23 22:28:35.375 15 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] tcp:10.99.212.5:6641: connected 2026-04-23 22:28:35.407 12 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] HashRing is empty, error: Hash Ring returned empty when hashing "b'77b6dc73-a617-4c3f-bc89-b5e3b2c9935a'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'77b6dc73-a617-4c3f-bc89-b5e3b2c9935a'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:35.417 12 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] HashRing is empty, error: Hash Ring returned empty when hashing "b'501a25a1-07b7-403f-bd2a-d07694424da5'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'501a25a1-07b7-403f-bd2a-d07694424da5'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:35.419 12 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] Getting OvsdbSbOvnIdl for RpcWorker with retry 2026-04-23 22:28:35.424 15 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] HashRing is empty, error: Hash Ring returned empty when hashing "b'77b6dc73-a617-4c3f-bc89-b5e3b2c9935a'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'77b6dc73-a617-4c3f-bc89-b5e3b2c9935a'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:35.433 15 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] HashRing is empty, error: Hash Ring returned empty when hashing "b'501a25a1-07b7-403f-bd2a-d07694424da5'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'501a25a1-07b7-403f-bd2a-d07694424da5'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:35.435 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] Getting OvsdbSbOvnIdl for RpcWorker with retry 2026-04-23 22:28:35.439 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] tcp:10.97.97.115:6642: connecting... 2026-04-23 22:28:35.439 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] tcp:10.97.97.115:6642: connected 2026-04-23 22:28:35.455 15 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] tcp:10.97.97.115:6642: connecting... 2026-04-23 22:28:35.455 15 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] tcp:10.97.97.115:6642: connected 2026-04-23 22:28:35.461 12 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] HashRing is empty, error: Hash Ring returned empty when hashing "b'53592b97-b056-4126-a053-be6873acf09b'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'53592b97-b056-4126-a053-be6873acf09b'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:35.468 12 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] HashRing is empty, error: Hash Ring returned empty when hashing "b'1e868203-f62e-4da2-84cd-37dc11c65de6'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'1e868203-f62e-4da2-84cd-37dc11c65de6'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:35.474 12 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] HashRing is empty, error: Hash Ring returned empty when hashing "b'a2794e0d-eb6a-4568-8cb0-ecbec4514ee3'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'a2794e0d-eb6a-4568-8cb0-ecbec4514ee3'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:35.475 12 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] RpcWorker process has finished the post initialization 2026-04-23 22:28:35.479 15 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] HashRing is empty, error: Hash Ring returned empty when hashing "b'53592b97-b056-4126-a053-be6873acf09b'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'53592b97-b056-4126-a053-be6873acf09b'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:35.486 15 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] HashRing is empty, error: Hash Ring returned empty when hashing "b'1e868203-f62e-4da2-84cd-37dc11c65de6'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'1e868203-f62e-4da2-84cd-37dc11c65de6'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:35.492 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] tcp:10.99.212.5:6641: connecting... 2026-04-23 22:28:35.492 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] tcp:10.99.212.5:6641: connected 2026-04-23 22:28:35.494 15 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] HashRing is empty, error: Hash Ring returned empty when hashing "b'a2794e0d-eb6a-4568-8cb0-ecbec4514ee3'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'a2794e0d-eb6a-4568-8cb0-ecbec4514ee3'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:35.496 15 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] RpcWorker process has finished the post initialization 2026-04-23 22:28:35.511 15 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] tcp:10.99.212.5:6641: connecting... 2026-04-23 22:28:35.511 15 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] tcp:10.99.212.5:6641: connected 2026-04-23 22:28:35.521 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] tcp:10.99.212.5:6641: connecting... 2026-04-23 22:28:35.521 12 INFO ovsdbapp.backend.ovs_idl.vlog [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] tcp:10.99.212.5:6641: connected 2026-04-23 22:28:35.542 15 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] tcp:10.99.212.5:6641: connecting... 2026-04-23 22:28:35.542 15 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] tcp:10.99.212.5:6641: connected 2026-04-23 22:28:36.210 15 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] HashRing is empty, error: Hash Ring returned empty when hashing "b'513dd755-6054-4c2c-845c-97e5996d4ac4'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'513dd755-6054-4c2c-845c-97e5996d4ac4'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:36.213 12 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] HashRing is empty, error: Hash Ring returned empty when hashing "b'513dd755-6054-4c2c-845c-97e5996d4ac4'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'513dd755-6054-4c2c-845c-97e5996d4ac4'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:36.217 15 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] HashRing is empty, error: Hash Ring returned empty when hashing "b'ddb1ec08-0fe3-4a5d-b78f-ca6ce0f82833'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'ddb1ec08-0fe3-4a5d-b78f-ca6ce0f82833'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:28:36.221 12 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] HashRing is empty, error: Hash Ring returned empty when hashing "b'ddb1ec08-0fe3-4a5d-b78f-ca6ce0f82833'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster: neutron.common.ovn.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'ddb1ec08-0fe3-4a5d-b78f-ca6ce0f82833'". All 0 nodes were found offline. This should never happen in a normal situation, please check the status of your cluster 2026-04-23 22:29:05.635 15 WARNING oslo_messaging.server [None req-d2058dab-786b-4c0e-8796-6e7f768206b1 - - - - - -] Possible hang: wait is waiting for stop to complete 2026-04-23 22:29:05.636 12 WARNING oslo_messaging.server [None req-f6015d5b-ad5e-4058-99e5-c83fffd7e95c - - - - - -] Possible hang: wait is waiting for stop to complete