+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-07-16 07:35:16.190 1 INFO neutron.common.config [-] Logging enabled! 2026-07-16 07:35:16.190 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.5.dev6 2026-07-16 07:35:16.190 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-16 07:35:16.190 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-16 07:35:17.126 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-16 07:35:17.128 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-16 07:35:17.131 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-16 07:35:17.132 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-16 07:35:17.132 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-16 07:35:17.132 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-16 07:35:17.133 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 07:35:17.139 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 07:35:17.139 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 07:35:17.139 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-16 07:35:17.158 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-16 07:35:17.159 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-16 07:35:17.159 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-16 07:35:17.195 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-16 07:35:17.195 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-16 07:35:17.195 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-16 07:35:17.195 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-16 07:35:17.489 1 INFO neutron.plugins.ml2.managers [None req-73e51daa-7934-4535-bdec-ecd7dbe07f41 - - - - - -] Initializing driver for type 'vlan' 2026-07-16 07:35:17.670 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-73e51daa-7934-4535-bdec-ecd7dbe07f41 - - - - - -] VlanTypeDriver initialization complete 2026-07-16 07:35:17.670 1 INFO neutron.plugins.ml2.managers [None req-73e51daa-7934-4535-bdec-ecd7dbe07f41 - - - - - -] Initializing driver for type 'vxlan' 2026-07-16 07:35:17.671 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-73e51daa-7934-4535-bdec-ecd7dbe07f41 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-16 07:35:17.732 1 INFO neutron.plugins.ml2.managers [None req-73e51daa-7934-4535-bdec-ecd7dbe07f41 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-16 07:35:17.733 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-73e51daa-7934-4535-bdec-ecd7dbe07f41 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-16 07:35:17.733 1 INFO neutron.plugins.ml2.managers [None req-73e51daa-7934-4535-bdec-ecd7dbe07f41 - - - - - -] Initializing extension driver 'port_security' 2026-07-16 07:35:17.733 1 INFO neutron.plugins.ml2.extensions.port_security [None req-73e51daa-7934-4535-bdec-ecd7dbe07f41 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-16 07:35:17.733 1 INFO neutron.plugins.ml2.managers [None req-73e51daa-7934-4535-bdec-ecd7dbe07f41 - - - - - -] Initializing extension driver 'qos' 2026-07-16 07:35:17.733 1 INFO neutron.plugins.ml2.managers [None req-73e51daa-7934-4535-bdec-ecd7dbe07f41 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-16 07:35:17.734 1 INFO neutron.plugins.ml2.managers [None req-73e51daa-7934-4535-bdec-ecd7dbe07f41 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-16 07:35:17.748 1 INFO neutron.quota [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded quota_driver: . 2026-07-16 07:35:17.749 1 INFO neutron.plugins.ml2.plugin [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Modular L2 Plugin initialization complete 2026-07-16 07:35:17.749 1 INFO neutron.plugins.ml2.managers [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-16 07:35:17.749 1 INFO neutron.plugins.ml2.managers [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-16 07:35:17.749 1 INFO neutron.plugins.ml2.managers [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Got port-security extension from driver 'port_security' 2026-07-16 07:35:17.750 1 INFO neutron.extensions.vlantransparent [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Disabled vlantransparent extension. 2026-07-16 07:35:17.750 1 INFO neutron.extensions.qinq [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Disabled VLAN QinQ extension. 2026-07-16 07:35:17.750 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: qos 2026-07-16 07:35:17.766 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: router 2026-07-16 07:35:17.805 1 INFO neutron.services.service_base [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-16 07:35:17.806 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: segments 2026-07-16 07:35:17.875 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: trunk 2026-07-16 07:35:17.889 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: vpnaas 2026-07-16 07:35:17.927 1 WARNING stevedore.named [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-16 07:35:17.928 1 WARNING stevedore.named [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 07:35:18.158 1 INFO neutron_vpnaas.services.vpn.plugin [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-16 07:35:18.159 1 INFO neutron.common.utils [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-16 07:35:18.159 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: taas 2026-07-16 07:35:18.180 1 WARNING stevedore.named [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 07:35:18.206 1 INFO neutron_taas.services.taas.taas_plugin [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-16 07:35:18.206 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: tapmirror 2026-07-16 07:35:18.219 1 WARNING stevedore.named [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 07:35:18.236 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-16 07:35:18.236 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: auto_allocate 2026-07-16 07:35:18.244 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: tag 2026-07-16 07:35:18.250 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: timestamp 2026-07-16 07:35:18.253 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: network_ip_availability 2026-07-16 07:35:18.257 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: flavors 2026-07-16 07:35:18.260 1 INFO neutron.manager [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loading Plugin: revisions 2026-07-16 07:35:18.263 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Initializing extension manager. 2026-07-16 07:35:18.265 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: address-group 2026-07-16 07:35:18.265 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: address-scope 2026-07-16 07:35:18.266 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-16 07:35:18.267 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: agent 2026-07-16 07:35:18.267 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: agent-resources-synced 2026-07-16 07:35:18.269 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: allowed-address-pairs 2026-07-16 07:35:18.269 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: auto-allocated-topology 2026-07-16 07:35:18.270 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: availability_zone 2026-07-16 07:35:18.270 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: availability_zone_filter 2026-07-16 07:35:18.271 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-16 07:35:18.271 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: default-subnetpools 2026-07-16 07:35:18.273 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-16 07:35:18.273 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: dns-integration 2026-07-16 07:35:18.274 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: dns-domain-ports 2026-07-16 07:35:18.274 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-16 07:35:18.275 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: dvr 2026-07-16 07:35:18.275 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-16 07:35:18.276 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: empty-string-filtering 2026-07-16 07:35:18.276 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-16 07:35:18.277 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-16 07:35:18.277 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: external-net 2026-07-16 07:35:18.278 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-16 07:35:18.278 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: extraroute 2026-07-16 07:35:18.278 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: extraroute-atomic 2026-07-16 07:35:18.279 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-16 07:35:18.279 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-16 07:35:18.280 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-16 07:35:18.280 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-16 07:35:18.281 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: fip-port-details 2026-07-16 07:35:18.281 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: flavors 2026-07-16 07:35:18.282 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-16 07:35:18.283 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: floatingip-pools 2026-07-16 07:35:18.284 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: ip_allocation 2026-07-16 07:35:18.284 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: ip-substring-filtering 2026-07-16 07:35:18.285 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: l2_adjacency 2026-07-16 07:35:18.286 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: router 2026-07-16 07:35:18.287 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-16 07:35:18.288 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-16 07:35:18.288 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-16 07:35:18.289 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: ext-gw-mode 2026-07-16 07:35:18.289 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: l3-ha 2026-07-16 07:35:18.290 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-16 07:35:18.290 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-16 07:35:18.291 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: l3-flavors 2026-07-16 07:35:18.292 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-16 07:35:18.292 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-16 07:35:18.294 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-16 07:35:18.296 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-16 07:35:18.297 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-16 07:35:18.298 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-16 07:35:18.298 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-16 07:35:18.299 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: multi-provider 2026-07-16 07:35:18.299 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: net-mtu 2026-07-16 07:35:18.300 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: net-mtu-writable 2026-07-16 07:35:18.300 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: network_availability_zone 2026-07-16 07:35:18.301 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: network_ha 2026-07-16 07:35:18.302 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: network-ip-availability 2026-07-16 07:35:18.302 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-16 07:35:18.303 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: pagination 2026-07-16 07:35:18.303 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: port-device-profile 2026-07-16 07:35:18.304 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-16 07:35:18.304 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-16 07:35:18.305 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-16 07:35:18.305 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: port-mac-override 2026-07-16 07:35:18.306 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-16 07:35:18.306 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-16 07:35:18.307 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-16 07:35:18.307 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: port-resource-request 2026-07-16 07:35:18.308 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: port-resource-request-groups 2026-07-16 07:35:18.308 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-16 07:35:18.309 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: binding 2026-07-16 07:35:18.310 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: binding-extended 2026-07-16 07:35:18.310 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: port-security 2026-07-16 07:35:18.311 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: project-id 2026-07-16 07:35:18.311 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: provider 2026-07-16 07:35:18.312 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-16 07:35:18.314 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos 2026-07-16 07:35:18.314 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-16 07:35:18.315 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-16 07:35:18.315 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos-default 2026-07-16 07:35:18.316 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos-fip 2026-07-16 07:35:18.316 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-16 07:35:18.317 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos-gateway-ip 2026-07-16 07:35:18.317 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos-port-network-policy 2026-07-16 07:35:18.318 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos-pps-minimum 2026-07-16 07:35:18.318 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-16 07:35:18.319 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos-pps 2026-07-16 07:35:18.320 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos-rule-type-details 2026-07-16 07:35:18.320 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-16 07:35:18.321 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: qos-rules-alias 2026-07-16 07:35:18.321 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: quota-check-limit 2026-07-16 07:35:18.322 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: quota-check-limit-default 2026-07-16 07:35:18.324 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: quotas 2026-07-16 07:35:18.327 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: quota_details 2026-07-16 07:35:18.328 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: rbac-policies 2026-07-16 07:35:18.329 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: rbac-address-group 2026-07-16 07:35:18.329 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: rbac-address-scope 2026-07-16 07:35:18.330 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: rbac-security-groups 2026-07-16 07:35:18.330 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: rbac-subnetpool 2026-07-16 07:35:18.331 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: revision-if-match 2026-07-16 07:35:18.331 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: standard-attr-revisions 2026-07-16 07:35:18.332 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: router_availability_zone 2026-07-16 07:35:18.332 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-16 07:35:18.334 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: security-groups-default-rules 2026-07-16 07:35:18.334 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-16 07:35:18.335 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-16 07:35:18.335 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-16 07:35:18.336 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-16 07:35:18.336 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-16 07:35:18.342 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: security-group 2026-07-16 07:35:18.343 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: segment 2026-07-16 07:35:18.344 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-16 07:35:18.344 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: service-type 2026-07-16 07:35:18.345 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: sorting 2026-07-16 07:35:18.345 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: standard-attr-segment 2026-07-16 07:35:18.346 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: standard-attr-description 2026-07-16 07:35:18.346 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: stateful-security-group 2026-07-16 07:35:18.347 1 WARNING neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-16 07:35:18.347 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-16 07:35:18.348 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: subnet-external-network 2026-07-16 07:35:18.348 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: subnet_onboard 2026-07-16 07:35:18.349 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-16 07:35:18.349 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: subnet-service-types 2026-07-16 07:35:18.350 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: subnet_allocation 2026-07-16 07:35:18.351 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-16 07:35:18.351 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: tag-creation 2026-07-16 07:35:18.352 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-16 07:35:18.356 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: standard-attr-tag 2026-07-16 07:35:18.356 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-16 07:35:18.357 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: trunk 2026-07-16 07:35:18.358 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: trunk-details 2026-07-16 07:35:18.358 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-16 07:35:18.358 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-16 07:35:18.359 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-16 07:35:18.360 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-16 07:35:18.361 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-16 07:35:18.362 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-16 07:35:18.363 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: vpn-flavors 2026-07-16 07:35:18.364 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: vpnaas 2026-07-16 07:35:18.365 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: taas 2026-07-16 07:35:18.366 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: tap-mirror 2026-07-16 07:35:18.367 1 INFO neutron.api.extensions [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Loaded extension: taas-vlan-filter 2026-07-16 07:35:18.370 1 INFO oslo_service.backend.eventlet.service [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Starting 2 workers 2026-07-16 07:35:18.376 1 INFO oslo_service.backend.eventlet.service [None req-90d50f93-405e-4926-b1b6-876a622b414b - - - - - -] Starting 1 workers 2026-07-16 07:35:59.781 12 INFO neutron.db.l3_hamode_db [None req-22e4dce5-eed6-4f74-b82c-25236d0b120a - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 07:36:21.278 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 9e937365-6dd0-49f2-8432-6887c0dd88c7 2026-07-16 07:36:22.807 11 INFO neutron.plugins.ml2.plugin [None req-604d6f39-5e1d-44bf-8dbe-7ce98f62a423 - - - - - -] Attempt 1 to provision port 9e937365-6dd0-49f2-8432-6887c0dd88c7 2026-07-16 07:36:23.098 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 9e937365-6dd0-49f2-8432-6887c0dd88c7 2026-07-16 07:36:24.502 11 INFO neutron.plugins.ml2.plugin [None req-9fdd242f-d4b4-4398-b482-4f2648fdfcb8 - - - - - -] Attempt 1 to provision port 9e937365-6dd0-49f2-8432-6887c0dd88c7 2026-07-16 07:40:51.236 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 6f53e803-a61a-48db-97f8-f0072b7a06b8 2026-07-16 07:40:51.335 11 INFO neutron.plugins.ml2.plugin [None req-d1e5f65e-a8ac-481b-95c7-3e3741f91917 - - - - - -] Attempt 1 to provision port 6f53e803-a61a-48db-97f8-f0072b7a06b8 2026-07-16 07:40:52.998 12 INFO neutron.plugins.ml2.plugin [None req-d8976215-eca2-466b-b8e2-8c566947759f - - - - - -] Attempt 1 to provision port 6f53e803-a61a-48db-97f8-f0072b7a06b8 2026-07-16 07:40:53.222 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 6f53e803-a61a-48db-97f8-f0072b7a06b8 2026-07-16 07:40:58.108 11 INFO neutron.plugins.ml2.plugin [None req-36038c72-0c1a-4623-92ee-289461400afb - - - - - -] Attempt 1 to provision port 26712075-8ff9-4b12-ac9f-a86eb096a9a7 2026-07-16 07:44:38.021 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 26712075-8ff9-4b12-ac9f-a86eb096a9a7 2026-07-16 07:44:39.452 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 26712075-8ff9-4b12-ac9f-a86eb096a9a7 2026-07-16 07:55:05.897 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 0f4fc1f0-e672-49fd-8351-68526794b201 2026-07-16 07:55:07.877 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 0f4fc1f0-e672-49fd-8351-68526794b201 2026-07-16 08:11:38.486 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port c04a629b-ad58-43b3-8650-9596c3c26ed2 2026-07-16 08:11:39.438 12 INFO neutron.plugins.ml2.plugin [None req-fe0b9461-7c59-40ea-89db-48b3861f01ec - - - - - -] Attempt 1 to provision port c04a629b-ad58-43b3-8650-9596c3c26ed2 2026-07-16 08:11:40.442 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port c04a629b-ad58-43b3-8650-9596c3c26ed2 2026-07-16 08:11:42.452 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 9ba10792-eaa0-4c56-826f-7dd08f10ea21 2026-07-16 08:11:44.509 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 073e412a-2d12-4d38-b6f8-3b377c6182c6 2026-07-16 08:11:44.833 12 INFO neutron.plugins.ml2.plugin [None req-e989793a-40ba-48c7-a65b-33db6c05ba65 - - - - - -] Attempt 1 to provision port 9ba10792-eaa0-4c56-826f-7dd08f10ea21 2026-07-16 08:11:46.436 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 073e412a-2d12-4d38-b6f8-3b377c6182c6 2026-07-16 08:11:48.304 12 INFO neutron.plugins.ml2.plugin [None req-3f629f8d-245c-4a26-95a7-0a7c970b509b - - - - - -] Attempt 1 to provision port 38a0aa56-f313-442e-ab6c-9d64e3660e1d 2026-07-16 08:11:48.346 12 INFO neutron.plugins.ml2.plugin [None req-3f629f8d-245c-4a26-95a7-0a7c970b509b - - - - - -] Attempt 1 to provision port c04a629b-ad58-43b3-8650-9596c3c26ed2 2026-07-16 08:11:48.429 12 INFO neutron.plugins.ml2.plugin [None req-3f629f8d-245c-4a26-95a7-0a7c970b509b - - - - - -] Attempt 1 to provision port 9ba10792-eaa0-4c56-826f-7dd08f10ea21 2026-07-16 08:11:48.496 12 INFO neutron.plugins.ml2.plugin [None req-3f629f8d-245c-4a26-95a7-0a7c970b509b - - - - - -] Attempt 1 to provision port fe0c85be-f250-478d-b032-48dacc29f59d 2026-07-16 08:11:48.535 12 INFO neutron.plugins.ml2.plugin [None req-3f629f8d-245c-4a26-95a7-0a7c970b509b - - - - - -] Attempt 1 to provision port 47f13ee6-b1b2-44f7-b812-4bc3fb214fdb 2026-07-16 08:11:48.558 12 INFO neutron.plugins.ml2.plugin [None req-3f629f8d-245c-4a26-95a7-0a7c970b509b - - - - - -] Attempt 1 to provision port 073e412a-2d12-4d38-b6f8-3b377c6182c6 2026-07-16 08:11:52.547 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 8016383b-20e2-448c-af0f-daafb304f38f 2026-07-16 08:11:52.936 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port d97beaf3-1f95-497a-848c-2bcadd4afb0e 2026-07-16 08:11:54.462 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 8016383b-20e2-448c-af0f-daafb304f38f 2026-07-16 08:11:54.687 12 INFO neutron.plugins.ml2.plugin [None req-65396e31-816f-4be6-a6f6-225447d79248 - - - - - -] Attempt 1 to provision port d97beaf3-1f95-497a-848c-2bcadd4afb0e 2026-07-16 08:11:55.098 12 INFO neutron.plugins.ml2.plugin [None req-d91cec5a-7799-4999-9f46-b14044841f6c - - - - - -] Attempt 1 to provision port 38a0aa56-f313-442e-ab6c-9d64e3660e1d 2026-07-16 08:11:55.128 12 INFO neutron.plugins.ml2.plugin [None req-d91cec5a-7799-4999-9f46-b14044841f6c - - - - - -] Attempt 1 to provision port 47f13ee6-b1b2-44f7-b812-4bc3fb214fdb 2026-07-16 08:11:55.153 12 INFO neutron.plugins.ml2.plugin [None req-d91cec5a-7799-4999-9f46-b14044841f6c - - - - - -] Attempt 1 to provision port 073e412a-2d12-4d38-b6f8-3b377c6182c6 2026-07-16 08:11:56.476 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 0c537b44-f5c9-430f-9066-e280dd7aa424 2026-07-16 08:11:58.515 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 0c537b44-f5c9-430f-9066-e280dd7aa424 2026-07-16 08:12:01.532 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 6cc1ba57-91de-4dbc-916e-9fbdc9c8544a 2026-07-16 08:12:01.850 11 INFO neutron.plugins.ml2.plugin [None req-466baf37-8a82-4352-b9b9-1b6645d35232 - - - - - -] Attempt 1 to provision port 38a0aa56-f313-442e-ab6c-9d64e3660e1d 2026-07-16 08:12:01.871 11 INFO neutron.plugins.ml2.plugin [None req-466baf37-8a82-4352-b9b9-1b6645d35232 - - - - - -] Attempt 1 to provision port 70d99170-6820-4025-bbd1-6476f50cbe90 2026-07-16 08:12:01.895 11 INFO neutron.plugins.ml2.plugin [None req-466baf37-8a82-4352-b9b9-1b6645d35232 - - - - - -] Attempt 1 to provision port 940c4bed-0b10-4859-87fd-090978a0bae3 2026-07-16 08:12:01.898 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 87afba41-b2fc-4abc-ba62-644987413ec3 2026-07-16 08:12:01.912 11 INFO neutron.plugins.ml2.plugin [None req-466baf37-8a82-4352-b9b9-1b6645d35232 - - - - - -] Attempt 1 to provision port 6cc1ba57-91de-4dbc-916e-9fbdc9c8544a 2026-07-16 08:12:01.951 11 INFO neutron.plugins.ml2.plugin [None req-466baf37-8a82-4352-b9b9-1b6645d35232 - - - - - -] Attempt 1 to provision port 47f13ee6-b1b2-44f7-b812-4bc3fb214fdb 2026-07-16 08:12:02.278 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 046bdf4e-8d5b-455f-b869-c5e97ad6bc4c 2026-07-16 08:12:02.776 12 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-2bf0611e-ec6f-41df-9336-ba4cd2c67a5b'] response: {'server_uuid': '4ef0f5a7-1755-490e-b517-112429bfb042', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '87afba41-b2fc-4abc-ba62-644987413ec3', 'code': 200} 2026-07-16 08:12:03.948 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 6cc1ba57-91de-4dbc-916e-9fbdc9c8544a 2026-07-16 08:12:04.142 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 87afba41-b2fc-4abc-ba62-644987413ec3 2026-07-16 08:12:04.332 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 046bdf4e-8d5b-455f-b869-c5e97ad6bc4c 2026-07-16 08:12:04.913 12 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-1335d7e7-c735-47c8-8878-15a85b1d7c89'] response: {'server_uuid': '6484bb88-6ac6-492d-888d-cee23af0cca1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '046bdf4e-8d5b-455f-b869-c5e97ad6bc4c', 'code': 200} 2026-07-16 08:12:06.296 12 INFO neutron.plugins.ml2.plugin [None req-e8c0e33a-631f-4fe7-bdeb-6dd2b3503623 - - - - - -] Attempt 1 to provision port 940c4bed-0b10-4859-87fd-090978a0bae3 2026-07-16 08:12:06.333 12 INFO neutron.plugins.ml2.plugin [None req-e8c0e33a-631f-4fe7-bdeb-6dd2b3503623 - - - - - -] Attempt 1 to provision port 6cc1ba57-91de-4dbc-916e-9fbdc9c8544a 2026-07-16 08:12:06.406 12 INFO neutron.plugins.ml2.plugin [None req-e8c0e33a-631f-4fe7-bdeb-6dd2b3503623 - - - - - -] Attempt 1 to provision port 47f13ee6-b1b2-44f7-b812-4bc3fb214fdb 2026-07-16 08:12:11.331 11 INFO neutron.plugins.ml2.plugin [None req-f1ab15ea-ec8d-4d50-b78a-904bcb9dc982 - - - - - -] Attempt 1 to provision port 87afba41-b2fc-4abc-ba62-644987413ec3 2026-07-16 08:12:11.419 11 INFO neutron.plugins.ml2.plugin [None req-f1ab15ea-ec8d-4d50-b78a-904bcb9dc982 - - - - - -] Attempt 1 to provision port 10e8d0e1-0d90-4601-92cc-ba486e0382c8 2026-07-16 08:12:11.449 11 INFO neutron.plugins.ml2.plugin [None req-f1ab15ea-ec8d-4d50-b78a-904bcb9dc982 - - - - - -] Attempt 1 to provision port 940c4bed-0b10-4859-87fd-090978a0bae3 2026-07-16 08:12:11.477 11 INFO neutron.plugins.ml2.plugin [None req-f1ab15ea-ec8d-4d50-b78a-904bcb9dc982 - - - - - -] Attempt 1 to provision port 046bdf4e-8d5b-455f-b869-c5e97ad6bc4c 2026-07-16 08:12:13.209 11 INFO neutron.plugins.ml2.plugin [None req-c5e46d80-beeb-484d-8960-ab0b1b6df5e2 - - - - - -] Attempt 1 to provision port 940c4bed-0b10-4859-87fd-090978a0bae3 2026-07-16 08:12:16.385 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 364b0ab4-76b4-4e72-9d0a-7a78e1513bcc 2026-07-16 08:12:17.052 11 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-bd09e17f-bec2-43d4-ac0a-e684a6647dad'] response: {'server_uuid': 'f8ac6e28-6218-4faa-879a-59efaf54ed56', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '364b0ab4-76b4-4e72-9d0a-7a78e1513bcc', 'code': 200} 2026-07-16 08:12:18.003 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 364b0ab4-76b4-4e72-9d0a-7a78e1513bcc 2026-07-16 08:12:25.217 12 INFO neutron.plugins.ml2.plugin [None req-90a06694-1a65-44ae-847b-51e1d8de4a3b - - - - - -] Attempt 1 to provision port 175670b5-38a0-4507-91eb-3dfd9c11bea6 2026-07-16 08:12:26.015 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 8a0791cd-f472-478f-9307-6e47ef778924 2026-07-16 08:12:26.409 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 38a0aa56-f313-442e-ab6c-9d64e3660e1d 2026-07-16 08:12:26.748 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 175670b5-38a0-4507-91eb-3dfd9c11bea6 2026-07-16 08:12:26.961 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port fe0c85be-f250-478d-b032-48dacc29f59d 2026-07-16 08:12:27.873 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 8a0791cd-f472-478f-9307-6e47ef778924 2026-07-16 08:12:28.088 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 38a0aa56-f313-442e-ab6c-9d64e3660e1d 2026-07-16 08:12:28.329 11 INFO neutron.plugins.ml2.plugin [None req-496a9211-3e2f-49ca-842b-48006d27fb17 - - - - - -] Attempt 1 to provision port fe0c85be-f250-478d-b032-48dacc29f59d 2026-07-16 08:12:28.894 12 INFO neutron.plugins.ml2.plugin [None req-62190d87-74b5-468b-ae22-1dc418765e51 - - - - - -] Attempt 1 to provision port 3a76ce23-da80-4260-a9b6-f431f770e7d2 2026-07-16 08:12:28.920 12 INFO neutron.plugins.ml2.plugin [None req-62190d87-74b5-468b-ae22-1dc418765e51 - - - - - -] Attempt 1 to provision port 02ab5912-44fb-4843-9e44-b6f8160c06d2 2026-07-16 08:12:28.950 12 INFO neutron.plugins.ml2.plugin [None req-62190d87-74b5-468b-ae22-1dc418765e51 - - - - - -] Attempt 1 to provision port 175670b5-38a0-4507-91eb-3dfd9c11bea6 2026-07-16 08:12:30.671 11 INFO neutron.plugins.ml2.plugin [None req-fccd3382-746a-4f04-b15f-c1b05aed6a79 - - - - - -] Attempt 1 to provision port 02ab5912-44fb-4843-9e44-b6f8160c06d2 2026-07-16 08:12:33.646 12 INFO neutron.plugins.ml2.plugin [None req-2f9b44f6-a893-4446-84e9-406ced8c8e84 - - - - - -] Attempt 1 to provision port 02ab5912-44fb-4843-9e44-b6f8160c06d2 2026-07-16 08:12:38.754 12 INFO neutron.plugins.ml2.plugin [None req-461bf516-44b9-45fd-8aa0-6118856048fb - - - - - -] Attempt 1 to provision port 87afba41-b2fc-4abc-ba62-644987413ec3 2026-07-16 08:12:38.809 12 INFO neutron.plugins.ml2.plugin [None req-461bf516-44b9-45fd-8aa0-6118856048fb - - - - - -] Attempt 1 to provision port 4f82b32e-53c5-4ced-b5c0-eb1566e8a650 2026-07-16 08:12:39.055 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 4f82b32e-53c5-4ced-b5c0-eb1566e8a650 2026-07-16 08:12:39.237 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 371d5329-ee10-43d6-a0ac-0f8974d3c0c3 2026-07-16 08:12:39.343 11 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-801dfeeb-0013-4076-89d1-9d295e5439b4'] response: {'server_uuid': '2bcad955-77aa-4880-a790-6e7e97fd857a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '371d5329-ee10-43d6-a0ac-0f8974d3c0c3', 'code': 200} 2026-07-16 08:12:39.616 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 87afba41-b2fc-4abc-ba62-644987413ec3 2026-07-16 08:12:39.872 11 INFO neutron.plugins.ml2.plugin [None req-fab51f8b-fafc-484c-871f-5333aebbad9c - - - - - -] Attempt 1 to provision port 420c23e3-70d2-4c88-aede-a2159b01e3c5 2026-07-16 08:12:40.655 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 371d5329-ee10-43d6-a0ac-0f8974d3c0c3 2026-07-16 08:12:40.858 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 420c23e3-70d2-4c88-aede-a2159b01e3c5 2026-07-16 08:12:41.054 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 4f82b32e-53c5-4ced-b5c0-eb1566e8a650 2026-07-16 08:12:42.464 11 INFO neutron.plugins.ml2.plugin [None req-42a205d5-50b3-4175-868b-a7d9d8b58e70 - - - - - -] Attempt 1 to provision port 704498f8-b628-41eb-8263-57dc87f861e0 2026-07-16 08:12:42.504 11 INFO neutron.plugins.ml2.plugin [None req-42a205d5-50b3-4175-868b-a7d9d8b58e70 - - - - - -] Attempt 1 to provision port f9846e41-bd0c-4a30-8bf9-e2caba2810a3 2026-07-16 08:12:42.556 11 INFO neutron.plugins.ml2.plugin [None req-42a205d5-50b3-4175-868b-a7d9d8b58e70 - - - - - -] Attempt 1 to provision port 4f82b32e-53c5-4ced-b5c0-eb1566e8a650 2026-07-16 08:12:45.168 12 INFO neutron.plugins.ml2.plugin [None req-26486ef5-2bbc-4c39-945b-117502cc1082 - - - - - -] Attempt 1 to provision port f9846e41-bd0c-4a30-8bf9-e2caba2810a3 2026-07-16 08:12:46.741 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 3a76ce23-da80-4260-a9b6-f431f770e7d2 2026-07-16 08:12:47.049 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 02ab5912-44fb-4843-9e44-b6f8160c06d2 2026-07-16 08:12:48.289 12 INFO neutron.plugins.ml2.plugin [None req-1983ea13-5cd8-4189-b09c-9db48d34f676 - - - - - -] Attempt 1 to provision port fbb7381a-2b19-4015-856d-f1b92f0b3c76 2026-07-16 08:12:48.316 12 INFO neutron.plugins.ml2.plugin [None req-1983ea13-5cd8-4189-b09c-9db48d34f676 - - - - - -] Attempt 1 to provision port f9846e41-bd0c-4a30-8bf9-e2caba2810a3 2026-07-16 08:12:49.424 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 3a76ce23-da80-4260-a9b6-f431f770e7d2 2026-07-16 08:12:49.683 12 INFO neutron.plugins.ml2.plugin [None req-de657772-24c2-45c2-8396-0955acadbe8b - - - - - -] Attempt 1 to provision port 9967bc15-610e-4ed6-a86b-bdc8ded5d769 2026-07-16 08:12:49.814 12 INFO neutron.notifiers.nova [None req-de657772-24c2-45c2-8396-0955acadbe8b - - - - - -] Nova event matching ['req-2b1f2356-e6ba-45b5-8dbe-a8c007655af3'] response: {'server_uuid': '66cf94c3-5089-4dfc-8f8b-fb257858e027', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9967bc15-610e-4ed6-a86b-bdc8ded5d769', 'code': 200} 2026-07-16 08:12:50.183 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port b86b8766-3e8b-4513-a4cd-37be8040aba9 2026-07-16 08:12:51.998 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 9967bc15-610e-4ed6-a86b-bdc8ded5d769 2026-07-16 08:12:52.268 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port b86b8766-3e8b-4513-a4cd-37be8040aba9 2026-07-16 08:12:53.323 11 INFO neutron.plugins.ml2.plugin [None req-11deb706-db02-44e2-9a83-efd64db00125 - - - - - -] Attempt 1 to provision port 9967bc15-610e-4ed6-a86b-bdc8ded5d769 2026-07-16 08:12:53.437 11 INFO neutron.plugins.ml2.plugin [None req-11deb706-db02-44e2-9a83-efd64db00125 - - - - - -] Attempt 1 to provision port b4f2004a-f19c-4163-8309-cb2839684944 2026-07-16 08:12:53.475 11 INFO neutron.plugins.ml2.plugin [None req-11deb706-db02-44e2-9a83-efd64db00125 - - - - - -] Attempt 1 to provision port 4ee06c96-8af2-474f-8c64-7c70e3e5fa8e 2026-07-16 08:12:53.780 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 4ee06c96-8af2-474f-8c64-7c70e3e5fa8e 2026-07-16 08:12:55.799 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 704498f8-b628-41eb-8263-57dc87f861e0 2026-07-16 08:12:56.087 11 INFO neutron.plugins.ml2.plugin [None req-343a1536-3815-4f87-a2bd-9ea4497dc0b5 - - - - - -] Attempt 1 to provision port 4ee06c96-8af2-474f-8c64-7c70e3e5fa8e 2026-07-16 08:12:57.846 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 11fdab7c-7f44-4bb8-8d2e-6873f93e400d 2026-07-16 08:12:58.168 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 704498f8-b628-41eb-8263-57dc87f861e0 2026-07-16 08:12:58.316 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port f9846e41-bd0c-4a30-8bf9-e2caba2810a3 2026-07-16 08:12:58.574 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port cfdf1ba9-bafd-4de5-b135-c506a2fc86f8 2026-07-16 08:12:59.681 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 11fdab7c-7f44-4bb8-8d2e-6873f93e400d 2026-07-16 08:12:59.836 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port f9846e41-bd0c-4a30-8bf9-e2caba2810a3 2026-07-16 08:13:00.014 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port cfdf1ba9-bafd-4de5-b135-c506a2fc86f8 2026-07-16 08:13:00.064 12 INFO neutron.plugins.ml2.plugin [None req-aeb70f35-5185-427c-84c6-0c8aca806b66 - - - - - -] Attempt 1 to provision port 11fdab7c-7f44-4bb8-8d2e-6873f93e400d 2026-07-16 08:13:00.112 12 INFO neutron.plugins.ml2.plugin [None req-aeb70f35-5185-427c-84c6-0c8aca806b66 - - - - - -] Attempt 1 to provision port 4ee06c96-8af2-474f-8c64-7c70e3e5fa8e 2026-07-16 08:13:00.162 12 INFO neutron.plugins.ml2.plugin [None req-aeb70f35-5185-427c-84c6-0c8aca806b66 - - - - - -] Attempt 1 to provision port b4f2004a-f19c-4163-8309-cb2839684944 2026-07-16 08:13:02.275 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port e254be37-69d7-4b9a-b695-1d7b70b674f5 2026-07-16 08:13:02.403 11 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-cf822ab0-ede2-4cf8-b832-21bab88c57c7'] response: {'server_uuid': '8818ac8f-818d-4522-bcc3-88e39368de6a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e254be37-69d7-4b9a-b695-1d7b70b674f5', 'code': 200} 2026-07-16 08:13:03.920 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port e254be37-69d7-4b9a-b695-1d7b70b674f5 2026-07-16 08:13:04.330 11 INFO neutron.plugins.ml2.plugin [None req-f69278b7-ceed-4989-bcff-e2b5312c0fce - - - - - -] Attempt 1 to provision port de845ed7-8305-43d9-a6f8-d600e0f96817 2026-07-16 08:13:04.354 11 INFO neutron.plugins.ml2.plugin [None req-f69278b7-ceed-4989-bcff-e2b5312c0fce - - - - - -] Attempt 1 to provision port 11fdab7c-7f44-4bb8-8d2e-6873f93e400d 2026-07-16 08:13:04.435 11 INFO neutron.plugins.ml2.plugin [None req-f69278b7-ceed-4989-bcff-e2b5312c0fce - - - - - -] Attempt 1 to provision port b4f2004a-f19c-4163-8309-cb2839684944 2026-07-16 08:13:05.781 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port b4f2004a-f19c-4163-8309-cb2839684944 2026-07-16 08:13:06.201 11 INFO neutron.plugins.ml2.plugin [None req-9151edd7-d8c1-426e-8681-2bf5e4e94be4 - - - - - -] Attempt 1 to provision port fbb7381a-2b19-4015-856d-f1b92f0b3c76 2026-07-16 08:13:07.586 11 INFO neutron.plugins.ml2.plugin [None req-89be43d2-71f8-407e-aa98-2a01f1b50073 - - - - - -] Attempt 1 to provision port 94a99829-c4db-4191-92cb-299d1594428b 2026-07-16 08:13:07.627 11 INFO neutron.plugins.ml2.plugin [None req-89be43d2-71f8-407e-aa98-2a01f1b50073 - - - - - -] Attempt 1 to provision port b4f2004a-f19c-4163-8309-cb2839684944 2026-07-16 08:13:07.681 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port b4f2004a-f19c-4163-8309-cb2839684944 2026-07-16 08:13:07.702 11 INFO neutron.plugins.ml2.plugin [None req-89be43d2-71f8-407e-aa98-2a01f1b50073 - - - - - -] Attempt 1 to provision port de845ed7-8305-43d9-a6f8-d600e0f96817 2026-07-16 08:13:07.904 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port fbb7381a-2b19-4015-856d-f1b92f0b3c76 2026-07-16 08:13:09.509 12 INFO neutron.plugins.ml2.plugin [None req-f88e3649-5c27-4a49-bda0-274a940b2d2f - - - - - -] Attempt 1 to provision port e254be37-69d7-4b9a-b695-1d7b70b674f5 2026-07-16 08:13:09.560 12 INFO neutron.plugins.ml2.plugin [None req-f88e3649-5c27-4a49-bda0-274a940b2d2f - - - - - -] Attempt 1 to provision port de845ed7-8305-43d9-a6f8-d600e0f96817 2026-07-16 08:13:10.220 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port f3c0dfd3-388a-4ec0-ad52-f51e8c0a5cfa 2026-07-16 08:13:10.304 11 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-2e1027b2-b4c5-45ba-9b67-26c769bcdd72'] response: {'server_uuid': '99ca44f1-a576-42b4-a641-9dd35c591ff4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f3c0dfd3-388a-4ec0-ad52-f51e8c0a5cfa', 'code': 200} 2026-07-16 08:13:11.478 11 INFO neutron.plugins.ml2.plugin [None req-22a047de-70a9-4c12-b179-b205fd2ef625 - - - - - -] Attempt 1 to provision port f3c0dfd3-388a-4ec0-ad52-f51e8c0a5cfa 2026-07-16 08:13:11.689 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port f3c0dfd3-388a-4ec0-ad52-f51e8c0a5cfa 2026-07-16 08:13:13.715 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 94a99829-c4db-4191-92cb-299d1594428b 2026-07-16 08:13:13.792 11 WARNING neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Concurrent port binding operations failed on port de845ed7-8305-43d9-a6f8-d600e0f96817 2026-07-16 08:13:13.796 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 2 to bind port de845ed7-8305-43d9-a6f8-d600e0f96817 2026-07-16 08:13:15.710 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port de845ed7-8305-43d9-a6f8-d600e0f96817 2026-07-16 08:13:15.974 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 94a99829-c4db-4191-92cb-299d1594428b 2026-07-16 08:13:17.697 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port de845ed7-8305-43d9-a6f8-d600e0f96817 2026-07-16 08:13:33.773 11 INFO neutron.plugins.ml2.plugin [None req-415ac023-78d2-42a3-845e-7959df64eaa7 - - - - - -] Attempt 1 to provision port 7c95b4bf-b0b0-4d6e-a8eb-350baa4d971c 2026-07-16 08:13:42.321 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 9c74d8b3-1e80-4385-8bbe-126409ab4bbf 2026-07-16 08:13:42.433 12 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-0a4399af-4212-4eb1-a44e-630015d4db0f'] response: {'server_uuid': '1300401f-6a23-4494-9b7f-27f053c195d3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9c74d8b3-1e80-4385-8bbe-126409ab4bbf', 'code': 200} 2026-07-16 08:13:44.381 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port f3c0dfd3-388a-4ec0-ad52-f51e8c0a5cfa 2026-07-16 08:13:44.471 12 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-f13f48c2-459e-4f23-9023-cc9854f751bf'] response: {'server_uuid': '99ca44f1-a576-42b4-a641-9dd35c591ff4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f3c0dfd3-388a-4ec0-ad52-f51e8c0a5cfa', 'code': 200} 2026-07-16 08:13:44.708 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 9c74d8b3-1e80-4385-8bbe-126409ab4bbf 2026-07-16 08:13:45.726 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port f3c0dfd3-388a-4ec0-ad52-f51e8c0a5cfa 2026-07-16 08:13:46.504 12 INFO neutron.notifiers.nova [None req-a99e50c7-43f6-4256-834d-de4c69a0cba5 - - - - - -] Nova event matching ['req-10a9386f-b38d-4b87-97ab-d22aee5e718e'] response: {'server_uuid': '99ca44f1-a576-42b4-a641-9dd35c591ff4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f3c0dfd3-388a-4ec0-ad52-f51e8c0a5cfa', 'code': 200} 2026-07-16 08:14:10.114 12 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-3badc184-4941-4cdd-be51-c14e0b8cd233'] response: {'server_uuid': '99ca44f1-a576-42b4-a641-9dd35c591ff4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f3c0dfd3-388a-4ec0-ad52-f51e8c0a5cfa', 'code': 200} 2026-07-16 08:14:21.994 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 08076bbb-59e6-4155-a1e6-415d5d145b25 2026-07-16 08:14:22.379 11 INFO neutron.plugins.ml2.plugin [None req-e4c1ab70-356f-46b8-896b-2209105ca7c7 - - - - - -] Attempt 1 to provision port 08076bbb-59e6-4155-a1e6-415d5d145b25 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server [None req-385264a1-879b-4ede-aec3-62f6e2d871d2 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 40ce504d-fbc5-4efa-99c0-509ca9c1e413: This subnet is being modified by another concurrent operation. 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server raise self.value 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server raise self.value 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server raise self.value 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server raise self.value 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server raise self.value 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server raise self.value 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1660, in create_port 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1625, in _create_port_db 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1574, in create_port_db 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server raise exception 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 40ce504d-fbc5-4efa-99c0-509ca9c1e413: This subnet is being modified by another concurrent operation. 2026-07-16 08:14:34.681 11 ERROR oslo_messaging.rpc.server 2026-07-16 08:14:53.777 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 2d5a0fa6-4e32-453c-a623-b2ccca832beb 2026-07-16 08:14:55.764 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 2d5a0fa6-4e32-453c-a623-b2ccca832beb 2026-07-16 08:14:56.044 12 INFO neutron.plugins.ml2.plugin [None req-f3d27c2d-423d-4dee-985f-a66482b1a962 - - - - - -] Attempt 1 to provision port 2d5a0fa6-4e32-453c-a623-b2ccca832beb 2026-07-16 08:15:07.978 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port b8c8e565-f33f-4984-ba2c-32f261d60dc6 2026-07-16 08:15:19.748 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 039515c6-0956-4315-b3df-d986a69e34c8 2026-07-16 08:15:19.854 12 INFO neutron.plugins.ml2.plugin [None req-e33d6aad-909b-4cc0-99db-23ebe3fe7e8b - - - - - -] Attempt 1 to provision port 039515c6-0956-4315-b3df-d986a69e34c8 2026-07-16 08:15:22.008 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 039515c6-0956-4315-b3df-d986a69e34c8 2026-07-16 08:15:22.194 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 673c8453-926d-4354-b96b-5d68534d4f48 2026-07-16 08:15:27.803 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port b9ef74e4-3631-46e0-8ece-3d1a32073b25 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.600 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:32.603 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [{'id': '15601115-e292-4777-b685-33606cc2f579', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 529, 'network_id': '42731ac4-252e-48d3-86b8-dd5ed191c377'}] 2026-07-16 08:15:32.603 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 2 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.620 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:32.623 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [{'id': '15601115-e292-4777-b685-33606cc2f579', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 529, 'network_id': '42731ac4-252e-48d3-86b8-dd5ed191c377'}] 2026-07-16 08:15:32.623 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 3 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.637 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:32.638 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [{'id': '15601115-e292-4777-b685-33606cc2f579', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 529, 'network_id': '42731ac4-252e-48d3-86b8-dd5ed191c377'}] 2026-07-16 08:15:32.639 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 4 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.651 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:32.654 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [{'id': '15601115-e292-4777-b685-33606cc2f579', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 529, 'network_id': '42731ac4-252e-48d3-86b8-dd5ed191c377'}] 2026-07-16 08:15:32.654 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 5 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.668 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:32.670 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [{'id': '15601115-e292-4777-b685-33606cc2f579', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 529, 'network_id': '42731ac4-252e-48d3-86b8-dd5ed191c377'}] 2026-07-16 08:15:32.670 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 6 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.684 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:32.686 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [{'id': '15601115-e292-4777-b685-33606cc2f579', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 529, 'network_id': '42731ac4-252e-48d3-86b8-dd5ed191c377'}] 2026-07-16 08:15:32.686 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 7 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.700 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:32.702 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [{'id': '15601115-e292-4777-b685-33606cc2f579', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 529, 'network_id': '42731ac4-252e-48d3-86b8-dd5ed191c377'}] 2026-07-16 08:15:32.703 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 8 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.721 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:32.723 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [{'id': '15601115-e292-4777-b685-33606cc2f579', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 529, 'network_id': '42731ac4-252e-48d3-86b8-dd5ed191c377'}] 2026-07-16 08:15:32.723 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 9 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.749 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:32.750 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [{'id': '15601115-e292-4777-b685-33606cc2f579', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 529, 'network_id': '42731ac4-252e-48d3-86b8-dd5ed191c377'}] 2026-07-16 08:15:32.750 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 10 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:32.762 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:32.763 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [{'id': '15601115-e292-4777-b685-33606cc2f579', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 529, 'network_id': '42731ac4-252e-48d3-86b8-dd5ed191c377'}] 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.312 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:33.313 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [] 2026-07-16 08:15:33.313 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 2 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.321 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:33.322 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [] 2026-07-16 08:15:33.323 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 3 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.333 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:33.335 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [] 2026-07-16 08:15:33.335 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 4 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.343 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:33.344 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [] 2026-07-16 08:15:33.345 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 5 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.355 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:33.357 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [] 2026-07-16 08:15:33.358 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 6 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.366 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:33.367 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [] 2026-07-16 08:15:33.367 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 7 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.376 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:33.378 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [] 2026-07-16 08:15:33.378 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 8 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.386 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:33.388 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [] 2026-07-16 08:15:33.389 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 9 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.397 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:33.398 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [] 2026-07-16 08:15:33.398 11 INFO neutron.plugins.ml2.plugin [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Attempt 10 to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2c3a34ef-7375-4fe5-bfea-d565d0716478 could not be found. 2026-07-16 08:15:33.406 11 ERROR neutron.plugins.ml2.managers 2026-07-16 08:15:33.407 11 ERROR neutron.plugins.ml2.managers [None req-4d5858d2-a949-4d20-acf3-7549a900985e - - - - - -] Failed to bind port dd721a43-26f0-4619-a3dc-8fd2423b5547 on host instance for vnic_type normal using segments [] 2026-07-16 08:15:45.764 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 25d7fd42-7dff-4e8b-b99c-178bf07cc0ff 2026-07-16 08:15:46.368 11 INFO neutron.plugins.ml2.plugin [None req-a0adee03-4138-459b-992a-14cc3fb1dfe5 - - - - - -] Attempt 1 to provision port 25d7fd42-7dff-4e8b-b99c-178bf07cc0ff 2026-07-16 08:15:47.834 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 2257824e-7a33-4d0a-bf6b-ed2b99682f76 2026-07-16 08:15:48.193 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 25d7fd42-7dff-4e8b-b99c-178bf07cc0ff 2026-07-16 08:15:49.822 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 2257824e-7a33-4d0a-bf6b-ed2b99682f76 2026-07-16 08:15:50.015 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 10439451-1968-4f43-b42c-177ac0dced3d 2026-07-16 08:15:51.993 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 5c10ccc4-7e03-4eb7-94c5-80a1e5b131ca 2026-07-16 08:15:52.304 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 10439451-1968-4f43-b42c-177ac0dced3d 2026-07-16 08:15:53.774 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 5c10ccc4-7e03-4eb7-94c5-80a1e5b131ca 2026-07-16 08:15:55.790 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 14c572f8-8355-4526-9fb9-812ea101b2e2 2026-07-16 08:15:58.918 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 34da8ab7-c6f0-43c2-84d8-e794f106563c 2026-07-16 08:15:59.023 11 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-47c1934f-b08d-4d63-8834-4e40fe3105df'] response: {'server_uuid': '275573b9-f7d8-4d81-ae94-9c0af91f04a5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '34da8ab7-c6f0-43c2-84d8-e794f106563c', 'code': 200} 2026-07-16 08:15:59.264 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 14c572f8-8355-4526-9fb9-812ea101b2e2 2026-07-16 08:16:00.065 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 34da8ab7-c6f0-43c2-84d8-e794f106563c 2026-07-16 08:16:00.280 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port b79d2c13-8800-4731-85f6-0cbc4748c2cc 2026-07-16 08:16:01.124 12 INFO neutron.plugins.ml2.plugin [None req-6a365e58-9394-4a91-804b-82fb3807b4dc - - - - - -] Attempt 1 to provision port 25d7fd42-7dff-4e8b-b99c-178bf07cc0ff 2026-07-16 08:16:01.168 12 INFO neutron.plugins.ml2.plugin [None req-6a365e58-9394-4a91-804b-82fb3807b4dc - - - - - -] Attempt 1 to provision port 37f95e9e-7175-439f-b8f3-c527f7c45c84 2026-07-16 08:16:01.190 12 INFO neutron.plugins.ml2.plugin [None req-6a365e58-9394-4a91-804b-82fb3807b4dc - - - - - -] Attempt 1 to provision port 556f542b-b5ff-4d4e-87e1-a1d59c8c3f1a 2026-07-16 08:16:01.211 12 INFO neutron.plugins.ml2.plugin [None req-6a365e58-9394-4a91-804b-82fb3807b4dc - - - - - -] Attempt 1 to provision port 10439451-1968-4f43-b42c-177ac0dced3d 2026-07-16 08:16:01.250 12 INFO neutron.plugins.ml2.plugin [None req-6a365e58-9394-4a91-804b-82fb3807b4dc - - - - - -] Attempt 1 to provision port 04d87416-c5a2-4f26-8783-91122aad2765 2026-07-16 08:16:01.272 12 INFO neutron.plugins.ml2.plugin [None req-6a365e58-9394-4a91-804b-82fb3807b4dc - - - - - -] Attempt 1 to provision port 14c572f8-8355-4526-9fb9-812ea101b2e2 2026-07-16 08:16:01.316 12 INFO neutron.plugins.ml2.plugin [None req-6a365e58-9394-4a91-804b-82fb3807b4dc - - - - - -] Attempt 1 to provision port 55b20c82-c48c-43b3-9106-ace5a8b61467 2026-07-16 08:16:01.334 12 INFO neutron.plugins.ml2.plugin [None req-6a365e58-9394-4a91-804b-82fb3807b4dc - - - - - -] Attempt 1 to provision port b79d2c13-8800-4731-85f6-0cbc4748c2cc 2026-07-16 08:16:01.992 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port b79d2c13-8800-4731-85f6-0cbc4748c2cc 2026-07-16 08:16:04.191 12 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-dfe386f3-cf18-47b8-943b-ad7ad9c41051'] response: {'server_uuid': '275573b9-f7d8-4d81-ae94-9c0af91f04a5', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '34da8ab7-c6f0-43c2-84d8-e794f106563c', 'code': 200} 2026-07-16 08:16:06.684 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 37f95e9e-7175-439f-b8f3-c527f7c45c84 2026-07-16 08:16:06.941 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 55b20c82-c48c-43b3-9106-ace5a8b61467 2026-07-16 08:16:07.167 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 840daaf3-a903-401c-9b85-ef84c85f62ca 2026-07-16 08:16:07.255 12 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-69b636d0-cfb8-4fa9-8157-c5dbd1b1aa68'] response: {'server_uuid': '7e38eda3-9cd3-45bc-9a70-287ed5360fab', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '840daaf3-a903-401c-9b85-ef84c85f62ca', 'code': 200} 2026-07-16 08:16:07.562 12 INFO neutron.plugins.ml2.plugin [None req-f994c455-fe3b-484b-a588-6e9dff286320 - - - - - -] Attempt 1 to provision port 37f95e9e-7175-439f-b8f3-c527f7c45c84 2026-07-16 08:16:07.616 12 INFO neutron.plugins.ml2.plugin [None req-f994c455-fe3b-484b-a588-6e9dff286320 - - - - - -] Attempt 1 to provision port 556f542b-b5ff-4d4e-87e1-a1d59c8c3f1a 2026-07-16 08:16:07.642 12 INFO neutron.plugins.ml2.plugin [None req-f994c455-fe3b-484b-a588-6e9dff286320 - - - - - -] Attempt 1 to provision port 10439451-1968-4f43-b42c-177ac0dced3d 2026-07-16 08:16:07.687 12 INFO neutron.plugins.ml2.plugin [None req-f994c455-fe3b-484b-a588-6e9dff286320 - - - - - -] Attempt 1 to provision port 04d87416-c5a2-4f26-8783-91122aad2765 2026-07-16 08:16:07.710 12 INFO neutron.plugins.ml2.plugin [None req-f994c455-fe3b-484b-a588-6e9dff286320 - - - - - -] Attempt 1 to provision port 14c572f8-8355-4526-9fb9-812ea101b2e2 2026-07-16 08:16:07.757 12 INFO neutron.plugins.ml2.plugin [None req-f994c455-fe3b-484b-a588-6e9dff286320 - - - - - -] Attempt 1 to provision port 388796a8-8857-4089-ac6b-b0d107c9f099 2026-07-16 08:16:07.789 12 INFO neutron.plugins.ml2.plugin [None req-f994c455-fe3b-484b-a588-6e9dff286320 - - - - - -] Attempt 1 to provision port 65b70b69-92c1-4680-b85f-27c68affc762 2026-07-16 08:16:07.816 12 INFO neutron.plugins.ml2.plugin [None req-f994c455-fe3b-484b-a588-6e9dff286320 - - - - - -] Attempt 1 to provision port 840daaf3-a903-401c-9b85-ef84c85f62ca 2026-07-16 08:16:07.891 12 INFO neutron.plugins.ml2.plugin [None req-f994c455-fe3b-484b-a588-6e9dff286320 - - - - - -] Attempt 1 to provision port b79d2c13-8800-4731-85f6-0cbc4748c2cc 2026-07-16 08:16:08.023 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 37f95e9e-7175-439f-b8f3-c527f7c45c84 2026-07-16 08:16:08.326 11 INFO neutron.plugins.ml2.plugin [None req-a84b86fb-1078-411f-8db5-c467d632dda4 - - - - - -] Attempt 1 to provision port 55b20c82-c48c-43b3-9106-ace5a8b61467 2026-07-16 08:16:08.512 11 INFO neutron.plugins.ml2.plugin [None req-a84b86fb-1078-411f-8db5-c467d632dda4 - - - - - -] Attempt 1 to provision port 840daaf3-a903-401c-9b85-ef84c85f62ca 2026-07-16 08:16:10.066 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 388796a8-8857-4089-ac6b-b0d107c9f099 2026-07-16 08:16:10.319 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 65b70b69-92c1-4680-b85f-27c68affc762 2026-07-16 08:16:10.593 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 04d87416-c5a2-4f26-8783-91122aad2765 2026-07-16 08:16:10.954 12 INFO neutron.plugins.ml2.plugin [None req-39914ca3-689e-4699-875e-b45f80020815 - - - - - -] Attempt 1 to provision port 556f542b-b5ff-4d4e-87e1-a1d59c8c3f1a 2026-07-16 08:16:12.287 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 388796a8-8857-4089-ac6b-b0d107c9f099 2026-07-16 08:16:12.445 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 65b70b69-92c1-4680-b85f-27c68affc762 2026-07-16 08:16:12.597 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 556f542b-b5ff-4d4e-87e1-a1d59c8c3f1a 2026-07-16 08:16:12.772 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 04d87416-c5a2-4f26-8783-91122aad2765 2026-07-16 08:16:13.310 12 INFO neutron.plugins.ml2.plugin [None req-2023cc37-d110-495c-ac6f-a0653b2a9614 - - - - - -] Attempt 1 to provision port 556f542b-b5ff-4d4e-87e1-a1d59c8c3f1a 2026-07-16 08:16:13.384 12 INFO neutron.plugins.ml2.plugin [None req-2023cc37-d110-495c-ac6f-a0653b2a9614 - - - - - -] Attempt 1 to provision port 10439451-1968-4f43-b42c-177ac0dced3d 2026-07-16 08:16:13.456 12 INFO neutron.plugins.ml2.plugin [None req-2023cc37-d110-495c-ac6f-a0653b2a9614 - - - - - -] Attempt 1 to provision port 04d87416-c5a2-4f26-8783-91122aad2765 2026-07-16 08:16:13.508 12 INFO neutron.plugins.ml2.plugin [None req-2023cc37-d110-495c-ac6f-a0653b2a9614 - - - - - -] Attempt 1 to provision port 14c572f8-8355-4526-9fb9-812ea101b2e2 2026-07-16 08:16:13.559 12 INFO neutron.plugins.ml2.plugin [None req-2023cc37-d110-495c-ac6f-a0653b2a9614 - - - - - -] Attempt 1 to provision port 65b70b69-92c1-4680-b85f-27c68affc762 2026-07-16 08:16:13.612 12 INFO neutron.plugins.ml2.plugin [None req-2023cc37-d110-495c-ac6f-a0653b2a9614 - - - - - -] Attempt 1 to provision port 840daaf3-a903-401c-9b85-ef84c85f62ca 2026-07-16 08:16:13.664 12 INFO neutron.plugins.ml2.plugin [None req-2023cc37-d110-495c-ac6f-a0653b2a9614 - - - - - -] Attempt 1 to provision port b79d2c13-8800-4731-85f6-0cbc4748c2cc 2026-07-16 08:16:17.743 12 INFO neutron.plugins.ml2.plugin [None req-52c520c7-4101-4e82-9880-cbb6ef6f1116 - - - - - -] Attempt 1 to provision port 556f542b-b5ff-4d4e-87e1-a1d59c8c3f1a 2026-07-16 08:16:17.818 12 INFO neutron.plugins.ml2.plugin [None req-52c520c7-4101-4e82-9880-cbb6ef6f1116 - - - - - -] Attempt 1 to provision port 04d87416-c5a2-4f26-8783-91122aad2765 2026-07-16 08:16:17.891 12 INFO neutron.plugins.ml2.plugin [None req-52c520c7-4101-4e82-9880-cbb6ef6f1116 - - - - - -] Attempt 1 to provision port 65b70b69-92c1-4680-b85f-27c68affc762 2026-07-16 08:16:18.063 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 31948d73-7d37-4eae-adfe-4c79816a4e2b 2026-07-16 08:16:20.119 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 9a441635-9817-4dc1-8ecf-e552263e71a6 2026-07-16 08:16:20.507 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 31948d73-7d37-4eae-adfe-4c79816a4e2b 2026-07-16 08:16:22.182 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port bdf2f4d9-5358-4256-b1d1-c557d7e07c72 2026-07-16 08:16:22.313 11 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-7bb12e00-1d67-480d-bd83-8026d002a822'] response: {'server_uuid': '13ec1591-3866-4e1e-b781-69a0318cdc54', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bdf2f4d9-5358-4256-b1d1-c557d7e07c72', 'code': 200} 2026-07-16 08:16:22.712 11 INFO neutron.plugins.ml2.plugin [None req-ef1a11fe-05a4-4308-975f-668c016fb8ad - - - - - -] Attempt 1 to provision port 9a441635-9817-4dc1-8ecf-e552263e71a6 2026-07-16 08:16:24.194 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port bdf2f4d9-5358-4256-b1d1-c557d7e07c72 2026-07-16 08:16:24.415 11 INFO neutron.plugins.ml2.plugin [None req-f3b9a567-1ca6-4e6a-80fd-3c2f5455a4c8 - - - - - -] Attempt 1 to provision port 96c320a1-9314-461c-8115-daec42feb237 2026-07-16 08:16:25.066 11 INFO neutron.plugins.ml2.plugin [None req-25952137-f9a3-4e87-8fb4-fcb75a83f7ee - - - - - -] Attempt 1 to provision port 556f542b-b5ff-4d4e-87e1-a1d59c8c3f1a 2026-07-16 08:16:25.117 11 INFO neutron.plugins.ml2.plugin [None req-25952137-f9a3-4e87-8fb4-fcb75a83f7ee - - - - - -] Attempt 1 to provision port 04d87416-c5a2-4f26-8783-91122aad2765 2026-07-16 08:16:25.189 11 INFO neutron.plugins.ml2.plugin [None req-25952137-f9a3-4e87-8fb4-fcb75a83f7ee - - - - - -] Attempt 1 to provision port 9a441635-9817-4dc1-8ecf-e552263e71a6 2026-07-16 08:16:25.256 11 INFO neutron.plugins.ml2.plugin [None req-863f3d9c-9411-4f8e-a6e2-0b7262e22813 - - - - - -] Attempt 1 to provision port 764c3d48-95c6-4d2e-8f98-0fd36f73bba1 2026-07-16 08:16:25.278 11 INFO neutron.plugins.ml2.plugin [None req-863f3d9c-9411-4f8e-a6e2-0b7262e22813 - - - - - -] Attempt 1 to provision port 8ed23a91-5d37-4d4e-af3f-bb637bc10a96 2026-07-16 08:16:25.299 11 INFO neutron.plugins.ml2.plugin [None req-863f3d9c-9411-4f8e-a6e2-0b7262e22813 - - - - - -] Attempt 1 to provision port 65b70b69-92c1-4680-b85f-27c68affc762 2026-07-16 08:16:26.130 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 96c320a1-9314-461c-8115-daec42feb237 2026-07-16 08:16:28.349 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 7db7e15f-20a2-4477-aa24-c744f15ee40e 2026-07-16 08:16:30.149 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 7db7e15f-20a2-4477-aa24-c744f15ee40e 2026-07-16 08:16:31.984 12 INFO neutron.plugins.ml2.plugin [None req-99303a0e-10e3-4634-81dd-654752798b73 - - - - - -] Attempt 1 to provision port f3ec7af4-eca0-4bff-a599-df4cf7fdb770 2026-07-16 08:16:32.012 12 INFO neutron.plugins.ml2.plugin [None req-99303a0e-10e3-4634-81dd-654752798b73 - - - - - -] Attempt 1 to provision port bdf2f4d9-5358-4256-b1d1-c557d7e07c72 2026-07-16 08:16:32.056 12 INFO neutron.plugins.ml2.plugin [None req-99303a0e-10e3-4634-81dd-654752798b73 - - - - - -] Attempt 1 to provision port 7db7e15f-20a2-4477-aa24-c744f15ee40e 2026-07-16 08:16:32.091 12 INFO neutron.plugins.ml2.plugin [None req-99303a0e-10e3-4634-81dd-654752798b73 - - - - - -] Attempt 1 to provision port 9a441635-9817-4dc1-8ecf-e552263e71a6 2026-07-16 08:16:32.131 12 INFO neutron.plugins.ml2.plugin [None req-99303a0e-10e3-4634-81dd-654752798b73 - - - - - -] Attempt 1 to provision port 840daaf3-a903-401c-9b85-ef84c85f62ca 2026-07-16 08:16:32.168 12 INFO neutron.plugins.ml2.plugin [None req-99303a0e-10e3-4634-81dd-654752798b73 - - - - - -] Attempt 1 to provision port 764c3d48-95c6-4d2e-8f98-0fd36f73bba1 2026-07-16 08:16:35.667 12 INFO neutron.plugins.ml2.plugin [None req-bce6ecaf-bbc9-488e-87d4-5baeaebce721 - - - - - -] Attempt 1 to provision port dd9ce26d-92a0-4eb8-87b3-53e3aa63730d 2026-07-16 08:16:35.697 12 INFO neutron.plugins.ml2.plugin [None req-bce6ecaf-bbc9-488e-87d4-5baeaebce721 - - - - - -] Attempt 1 to provision port 7db7e15f-20a2-4477-aa24-c744f15ee40e 2026-07-16 08:16:35.749 12 INFO neutron.plugins.ml2.plugin [None req-bce6ecaf-bbc9-488e-87d4-5baeaebce721 - - - - - -] Attempt 1 to provision port 764c3d48-95c6-4d2e-8f98-0fd36f73bba1 2026-07-16 08:16:35.775 12 INFO neutron.plugins.ml2.plugin [None req-bce6ecaf-bbc9-488e-87d4-5baeaebce721 - - - - - -] Attempt 1 to provision port f3ec7af4-eca0-4bff-a599-df4cf7fdb770 2026-07-16 08:16:37.115 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 79a9bcc2-b571-423f-97b7-4c654da2ea4e 2026-07-16 08:16:37.210 11 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-1624284a-5807-4bb7-981d-ed0c639828d6'] response: {'server_uuid': '63e6726f-6d42-424b-a61b-eb3a718121cc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '79a9bcc2-b571-423f-97b7-4c654da2ea4e', 'code': 200} 2026-07-16 08:16:37.612 12 INFO neutron.plugins.ml2.plugin [None req-38a33f1e-2e07-426d-bc7f-19988d7b4f72 - - - - - -] Attempt 1 to provision port f3ec7af4-eca0-4bff-a599-df4cf7fdb770 2026-07-16 08:16:37.636 12 INFO neutron.plugins.ml2.plugin [None req-38a33f1e-2e07-426d-bc7f-19988d7b4f72 - - - - - -] Attempt 1 to provision port 764c3d48-95c6-4d2e-8f98-0fd36f73bba1 2026-07-16 08:16:38.103 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 8ed23a91-5d37-4d4e-af3f-bb637bc10a96 2026-07-16 08:16:38.320 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 764c3d48-95c6-4d2e-8f98-0fd36f73bba1 2026-07-16 08:16:38.560 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 79a9bcc2-b571-423f-97b7-4c654da2ea4e 2026-07-16 08:16:39.561 12 INFO neutron.plugins.ml2.plugin [None req-3ecd206f-074a-4786-b783-a7715a126cc5 - - - - - -] Attempt 1 to provision port 79a9bcc2-b571-423f-97b7-4c654da2ea4e 2026-07-16 08:16:39.613 12 INFO neutron.plugins.ml2.plugin [None req-3ecd206f-074a-4786-b783-a7715a126cc5 - - - - - -] Attempt 1 to provision port f3ec7af4-eca0-4bff-a599-df4cf7fdb770 2026-07-16 08:16:40.086 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port f3ec7af4-eca0-4bff-a599-df4cf7fdb770 2026-07-16 08:16:40.331 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port dd9ce26d-92a0-4eb8-87b3-53e3aa63730d 2026-07-16 08:16:40.613 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 8ed23a91-5d37-4d4e-af3f-bb637bc10a96 2026-07-16 08:16:42.067 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port dd9ce26d-92a0-4eb8-87b3-53e3aa63730d 2026-07-16 08:16:57.876 12 INFO neutron.plugins.ml2.plugin [None req-f703cedc-2a02-44c7-a200-6f9ef0218ae3 - - - - - -] Attempt 1 to provision port 1b275cf2-4748-4b31-8d4d-71314b3e6a78 2026-07-16 08:17:20.633 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port c4fe75cf-7f70-4617-9f53-75c5aaa1d0ec 2026-07-16 08:17:20.843 11 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-b6dadf9d-c5bd-43ba-a506-2b54bf1a203f'] response: {'server_uuid': 'f7efd66e-e5a1-4b8e-9e38-2adad464b7fd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c4fe75cf-7f70-4617-9f53-75c5aaa1d0ec', 'code': 200} 2026-07-16 08:17:22.169 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port c4fe75cf-7f70-4617-9f53-75c5aaa1d0ec 2026-07-16 08:18:01.440 12 INFO neutron.plugins.ml2.plugin [None req-a402f3dc-8578-4422-a139-1b0a4765838a - - - - - -] Attempt 1 to provision port e7c3ba6b-bdaf-4483-8e9b-3326afb44eba 2026-07-16 08:18:06.146 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port e7c3ba6b-bdaf-4483-8e9b-3326afb44eba 2026-07-16 08:18:06.250 11 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-54c17184-40e6-42e6-8346-5da0197e4cb1'] response: {'server_uuid': 'f7efd66e-e5a1-4b8e-9e38-2adad464b7fd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e7c3ba6b-bdaf-4483-8e9b-3326afb44eba', 'code': 200} 2026-07-16 08:18:08.122 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port e7c3ba6b-bdaf-4483-8e9b-3326afb44eba 2026-07-16 08:18:10.645 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port e7c3ba6b-bdaf-4483-8e9b-3326afb44eba 2026-07-16 08:18:34.626 12 INFO neutron.plugins.ml2.plugin [None req-3ac9df6c-dc5e-4805-bb73-11a49f1c4549 - - - - - -] Attempt 1 to provision port 5af8506e-c73e-4436-a4e8-f2997c6cc2a3 2026-07-16 08:18:41.707 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 5af8506e-c73e-4436-a4e8-f2997c6cc2a3 2026-07-16 08:18:41.933 12 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-dba2e0a5-cdb9-488a-9bee-8271c89fc93c'] response: {'server_uuid': 'f7efd66e-e5a1-4b8e-9e38-2adad464b7fd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5af8506e-c73e-4436-a4e8-f2997c6cc2a3', 'code': 200} 2026-07-16 08:18:42.298 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 5af8506e-c73e-4436-a4e8-f2997c6cc2a3 2026-07-16 08:18:54.423 11 INFO neutron.plugins.ml2.plugin [None req-3fb363e5-c36c-45a8-9b6d-7d265bc2b2ac - - - - - -] Attempt 1 to provision port fe37f942-cf13-4dd3-9341-bd2c85f11ee3 2026-07-16 08:19:00.334 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port fe37f942-cf13-4dd3-9341-bd2c85f11ee3 2026-07-16 08:19:00.454 12 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-a92df33d-ab56-4836-a870-3b23da4b3c12'] response: {'server_uuid': 'f7efd66e-e5a1-4b8e-9e38-2adad464b7fd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fe37f942-cf13-4dd3-9341-bd2c85f11ee3', 'code': 200} 2026-07-16 08:19:02.308 11 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port fe37f942-cf13-4dd3-9341-bd2c85f11ee3 2026-07-16 08:19:04.156 11 INFO neutron.plugins.ml2.plugin [None req-bcee336c-33f8-471f-9504-109a473f83a5 - - - - - -] Attempt 1 to provision port 5af8506e-c73e-4436-a4e8-f2997c6cc2a3 2026-07-16 08:19:04.342 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 5af8506e-c73e-4436-a4e8-f2997c6cc2a3 2026-07-16 08:19:18.348 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port fe37f942-cf13-4dd3-9341-bd2c85f11ee3 2026-07-16 08:19:18.787 11 INFO neutron.plugins.ml2.plugin [None req-82a37eb2-9771-4dcc-9f7a-c61f1d6f4f1b - - - - - -] Attempt 1 to provision port fe37f942-cf13-4dd3-9341-bd2c85f11ee3 2026-07-16 08:19:20.122 11 INFO neutron.plugins.ml2.plugin [None req-06ecf068-87b9-4893-a1c5-cc040144bc97 - - - - - -] Attempt 1 to provision port fe37f942-cf13-4dd3-9341-bd2c85f11ee3 2026-07-16 08:19:20.381 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port fe37f942-cf13-4dd3-9341-bd2c85f11ee3 2026-07-16 08:19:28.350 12 INFO neutron.plugins.ml2.plugin [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Attempt 1 to provision port 5af8506e-c73e-4436-a4e8-f2997c6cc2a3 2026-07-16 08:19:28.569 11 INFO neutron.plugins.ml2.plugin [None req-825b2148-7870-4e36-b6bc-80d45180be7f - - - - - -] Attempt 1 to provision port 5af8506e-c73e-4436-a4e8-f2997c6cc2a3 2026-07-16 08:19:56.528 11 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-80bc7653-ed56-4c16-acfd-47cd63eb10b7'] response: {'server_uuid': 'f7efd66e-e5a1-4b8e-9e38-2adad464b7fd', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c4fe75cf-7f70-4617-9f53-75c5aaa1d0ec', 'code': 200} 2026-07-16 08:20:12.610 11 INFO neutron.notifiers.nova [None req-6f83b61f-b474-47ac-af84-339dbf5a23bd - - - - - -] Nova event matching ['req-4e660079-d3b3-4871-a640-28b0fe1e1ff7'] response: {'server_uuid': '7e38eda3-9cd3-45bc-9a70-287ed5360fab', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '840daaf3-a903-401c-9b85-ef84c85f62ca', 'code': 200}