+ 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-05-21 16:09:11.404 1 INFO neutron.common.config [-] Logging enabled! 2026-05-21 16:09:11.405 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev7 2026-05-21 16:09:11.405 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-21 16:09:11.405 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-21 16:09:12.368 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-21 16:09:12.371 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-21 16:09:12.374 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-21 16:09:12.375 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-21 16:09:12.375 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-21 16:09:12.375 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-21 16:09:12.375 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-21 16:09:12.381 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-21 16:09:12.381 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-21 16:09:12.382 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-21 16:09:12.400 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-21 16:09:12.401 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-21 16:09:12.401 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-21 16:09:12.436 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-21 16:09:12.436 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-21 16:09:12.436 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-21 16:09:12.436 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-21 16:09:12.722 1 INFO neutron.plugins.ml2.managers [None req-a1172698-89e3-4f34-892b-5b7128c73311 - - - - - -] Initializing driver for type 'vlan' 2026-05-21 16:09:12.853 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a1172698-89e3-4f34-892b-5b7128c73311 - - - - - -] VlanTypeDriver initialization complete 2026-05-21 16:09:12.853 1 INFO neutron.plugins.ml2.managers [None req-a1172698-89e3-4f34-892b-5b7128c73311 - - - - - -] Initializing driver for type 'vxlan' 2026-05-21 16:09:12.853 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a1172698-89e3-4f34-892b-5b7128c73311 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-21 16:09:12.896 1 INFO neutron.plugins.ml2.managers [None req-a1172698-89e3-4f34-892b-5b7128c73311 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-21 16:09:12.897 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a1172698-89e3-4f34-892b-5b7128c73311 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-21 16:09:12.897 1 INFO neutron.plugins.ml2.managers [None req-a1172698-89e3-4f34-892b-5b7128c73311 - - - - - -] Initializing extension driver 'port_security' 2026-05-21 16:09:12.897 1 INFO neutron.plugins.ml2.extensions.port_security [None req-a1172698-89e3-4f34-892b-5b7128c73311 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-21 16:09:12.897 1 INFO neutron.plugins.ml2.managers [None req-a1172698-89e3-4f34-892b-5b7128c73311 - - - - - -] Initializing extension driver 'qos' 2026-05-21 16:09:12.898 1 INFO neutron.plugins.ml2.managers [None req-a1172698-89e3-4f34-892b-5b7128c73311 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-21 16:09:12.898 1 INFO neutron.plugins.ml2.managers [None req-a1172698-89e3-4f34-892b-5b7128c73311 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-21 16:09:12.911 1 INFO neutron.quota [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded quota_driver: . 2026-05-21 16:09:12.911 1 INFO neutron.plugins.ml2.plugin [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Modular L2 Plugin initialization complete 2026-05-21 16:09:12.912 1 INFO neutron.plugins.ml2.managers [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-21 16:09:12.912 1 INFO neutron.plugins.ml2.managers [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-21 16:09:12.912 1 INFO neutron.plugins.ml2.managers [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-21 16:09:12.912 1 INFO neutron.extensions.vlantransparent [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Disabled vlantransparent extension. 2026-05-21 16:09:12.912 1 INFO neutron.extensions.qinq [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Disabled VLAN QinQ extension. 2026-05-21 16:09:12.913 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: qos 2026-05-21 16:09:12.923 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: router 2026-05-21 16:09:12.960 1 INFO neutron.services.service_base [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-21 16:09:12.961 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: segments 2026-05-21 16:09:13.042 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: trunk 2026-05-21 16:09:13.055 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: vpnaas 2026-05-21 16:09:13.087 1 WARNING stevedore.named [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-21 16:09:13.087 1 WARNING stevedore.named [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-21 16:09:13.285 1 INFO neutron_vpnaas.services.vpn.plugin [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-21 16:09:13.286 1 INFO neutron.common.utils [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-21 16:09:13.286 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: taas 2026-05-21 16:09:13.306 1 WARNING stevedore.named [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-21 16:09:13.333 1 INFO neutron_taas.services.taas.taas_plugin [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-21 16:09:13.333 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: tapmirror 2026-05-21 16:09:13.342 1 WARNING stevedore.named [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-21 16:09:13.356 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-21 16:09:13.356 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: auto_allocate 2026-05-21 16:09:13.362 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: tag 2026-05-21 16:09:13.369 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: timestamp 2026-05-21 16:09:13.371 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: network_ip_availability 2026-05-21 16:09:13.374 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: flavors 2026-05-21 16:09:13.377 1 INFO neutron.manager [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loading Plugin: revisions 2026-05-21 16:09:13.380 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Initializing extension manager. 2026-05-21 16:09:13.381 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: address-group 2026-05-21 16:09:13.382 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: address-scope 2026-05-21 16:09:13.382 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-21 16:09:13.383 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: agent 2026-05-21 16:09:13.383 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: agent-resources-synced 2026-05-21 16:09:13.384 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-21 16:09:13.385 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-21 16:09:13.386 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: availability_zone 2026-05-21 16:09:13.386 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: availability_zone_filter 2026-05-21 16:09:13.387 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-21 16:09:13.387 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: default-subnetpools 2026-05-21 16:09:13.388 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-21 16:09:13.389 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: dns-integration 2026-05-21 16:09:13.389 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: dns-domain-ports 2026-05-21 16:09:13.390 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-21 16:09:13.390 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: dvr 2026-05-21 16:09:13.391 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-21 16:09:13.391 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: empty-string-filtering 2026-05-21 16:09:13.392 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-21 16:09:13.392 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-21 16:09:13.393 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: external-net 2026-05-21 16:09:13.393 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-21 16:09:13.394 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: extraroute 2026-05-21 16:09:13.394 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: extraroute-atomic 2026-05-21 16:09:13.395 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-21 16:09:13.395 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-21 16:09:13.396 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-21 16:09:13.396 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-21 16:09:13.397 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: fip-port-details 2026-05-21 16:09:13.398 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: flavors 2026-05-21 16:09:13.399 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-21 16:09:13.399 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: floatingip-pools 2026-05-21 16:09:13.400 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: ip_allocation 2026-05-21 16:09:13.400 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-21 16:09:13.401 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: l2_adjacency 2026-05-21 16:09:13.402 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: router 2026-05-21 16:09:13.403 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-21 16:09:13.404 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-21 16:09:13.404 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-21 16:09:13.405 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: ext-gw-mode 2026-05-21 16:09:13.405 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: l3-ha 2026-05-21 16:09:13.406 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-21 16:09:13.406 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-21 16:09:13.407 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: l3-flavors 2026-05-21 16:09:13.407 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-21 16:09:13.408 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-21 16:09:13.410 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-21 16:09:13.411 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-21 16:09:13.411 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-21 16:09:13.412 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-21 16:09:13.413 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-21 16:09:13.414 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: multi-provider 2026-05-21 16:09:13.414 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: net-mtu 2026-05-21 16:09:13.414 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: net-mtu-writable 2026-05-21 16:09:13.415 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: network_availability_zone 2026-05-21 16:09:13.415 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: network_ha 2026-05-21 16:09:13.416 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: network-ip-availability 2026-05-21 16:09:13.417 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-21 16:09:13.417 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: pagination 2026-05-21 16:09:13.418 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: port-device-profile 2026-05-21 16:09:13.418 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-21 16:09:13.419 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-21 16:09:13.419 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-21 16:09:13.420 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: port-mac-override 2026-05-21 16:09:13.420 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-21 16:09:13.421 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-21 16:09:13.421 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-21 16:09:13.422 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: port-resource-request 2026-05-21 16:09:13.422 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-21 16:09:13.423 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-21 16:09:13.423 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: binding 2026-05-21 16:09:13.424 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: binding-extended 2026-05-21 16:09:13.424 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: port-security 2026-05-21 16:09:13.425 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: project-id 2026-05-21 16:09:13.425 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: provider 2026-05-21 16:09:13.426 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-21 16:09:13.427 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos 2026-05-21 16:09:13.428 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-21 16:09:13.429 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-21 16:09:13.429 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos-default 2026-05-21 16:09:13.430 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos-fip 2026-05-21 16:09:13.431 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-21 16:09:13.431 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-21 16:09:13.432 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-21 16:09:13.432 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-21 16:09:13.433 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-21 16:09:13.433 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos-pps 2026-05-21 16:09:13.434 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-21 16:09:13.434 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-21 16:09:13.435 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: qos-rules-alias 2026-05-21 16:09:13.435 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: quota-check-limit 2026-05-21 16:09:13.436 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-21 16:09:13.438 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: quotas 2026-05-21 16:09:13.440 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: quota_details 2026-05-21 16:09:13.441 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: rbac-policies 2026-05-21 16:09:13.442 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: rbac-address-group 2026-05-21 16:09:13.442 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: rbac-address-scope 2026-05-21 16:09:13.443 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: rbac-security-groups 2026-05-21 16:09:13.443 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-21 16:09:13.444 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: revision-if-match 2026-05-21 16:09:13.444 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-21 16:09:13.445 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: router_availability_zone 2026-05-21 16:09:13.445 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-21 16:09:13.447 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-21 16:09:13.447 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-21 16:09:13.448 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-21 16:09:13.448 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-21 16:09:13.449 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-21 16:09:13.449 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-21 16:09:13.453 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: security-group 2026-05-21 16:09:13.454 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: segment 2026-05-21 16:09:13.454 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-21 16:09:13.455 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: service-type 2026-05-21 16:09:13.455 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: sorting 2026-05-21 16:09:13.456 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: standard-attr-segment 2026-05-21 16:09:13.456 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: standard-attr-description 2026-05-21 16:09:13.457 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: stateful-security-group 2026-05-21 16:09:13.457 1 WARNING neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-21 16:09:13.458 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-21 16:09:13.458 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: subnet-external-network 2026-05-21 16:09:13.459 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: subnet_onboard 2026-05-21 16:09:13.459 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-21 16:09:13.460 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: subnet-service-types 2026-05-21 16:09:13.460 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: subnet_allocation 2026-05-21 16:09:13.461 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-21 16:09:13.461 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: tag-creation 2026-05-21 16:09:13.462 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-21 16:09:13.465 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: standard-attr-tag 2026-05-21 16:09:13.466 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-21 16:09:13.466 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: trunk 2026-05-21 16:09:13.467 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: trunk-details 2026-05-21 16:09:13.467 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-21 16:09:13.468 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-21 16:09:13.468 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-21 16:09:13.469 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-21 16:09:13.470 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-21 16:09:13.471 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-21 16:09:13.471 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: vpn-flavors 2026-05-21 16:09:13.473 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: vpnaas 2026-05-21 16:09:13.474 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: taas 2026-05-21 16:09:13.475 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: tap-mirror 2026-05-21 16:09:13.475 1 INFO neutron.api.extensions [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-21 16:09:13.478 1 INFO oslo_service.backend.eventlet.service [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Starting 2 workers 2026-05-21 16:09:13.482 1 INFO oslo_service.backend.eventlet.service [None req-9234d2bb-e27b-4a8e-8c6a-7eb3ac9eee02 - - - - - -] Starting 1 workers 2026-05-21 16:09:54.245 11 INFO neutron.db.l3_hamode_db [None req-1ba4b0a7-e629-4eb9-817d-bd61feb5848c - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:10:07.608 11 INFO neutron.plugins.ml2.plugin [None req-f2120891-81fb-4c95-827b-2cad6ed9ddef - - - - - -] Attempt 1 to provision port 99e068b2-7856-4c31-b6de-a7106a767a2d 2026-05-21 16:10:07.794 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 99e068b2-7856-4c31-b6de-a7106a767a2d 2026-05-21 16:10:09.293 11 INFO neutron.plugins.ml2.plugin [None req-5044a1b7-2fd3-459c-8350-81af6fc44fcb - - - - - -] Attempt 1 to provision port 99e068b2-7856-4c31-b6de-a7106a767a2d 2026-05-21 16:10:09.707 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 99e068b2-7856-4c31-b6de-a7106a767a2d 2026-05-21 16:14:33.335 11 INFO neutron.plugins.ml2.plugin [None req-d96b0f82-db20-4448-942f-5b2342eb96c0 - - - - - -] Attempt 1 to provision port f8c56e63-5937-42eb-95af-f6dbf9391a55 2026-05-21 16:14:33.912 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port f8c56e63-5937-42eb-95af-f6dbf9391a55 2026-05-21 16:14:35.014 11 INFO neutron.plugins.ml2.plugin [None req-1c30afb7-09e6-4836-a7c6-a71bcee693d4 - - - - - -] Attempt 1 to provision port f8c56e63-5937-42eb-95af-f6dbf9391a55 2026-05-21 16:14:39.983 11 INFO neutron.plugins.ml2.plugin [None req-f573d4fc-574f-4668-bdb8-0c1c0821c418 - - - - - -] Attempt 1 to provision port f90df9be-c24e-43dc-b0ba-4d72629b3668 2026-05-21 16:18:06.620 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port f90df9be-c24e-43dc-b0ba-4d72629b3668 2026-05-21 16:18:08.029 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port f90df9be-c24e-43dc-b0ba-4d72629b3668 2026-05-21 16:26:16.334 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 182a6d51-1864-4498-88cc-b2b63f801c21 2026-05-21 16:26:18.316 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 182a6d51-1864-4498-88cc-b2b63f801c21 2026-05-21 16:42:00.946 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port b772c993-11f4-4e3e-8b09-8e64737c978d 2026-05-21 16:42:01.533 11 INFO neutron.plugins.ml2.plugin [None req-698e0f26-3dda-4c1a-a861-5c048c69b587 - - - - - -] Attempt 1 to provision port b772c993-11f4-4e3e-8b09-8e64737c978d 2026-05-21 16:42:02.895 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port b772c993-11f4-4e3e-8b09-8e64737c978d 2026-05-21 16:42:04.894 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 31ef264c-8e2b-4478-b7cb-43d2dcd2ae8f 2026-05-21 16:42:06.956 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 31ef264c-8e2b-4478-b7cb-43d2dcd2ae8f 2026-05-21 16:42:07.092 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port b8d9ebdc-09e3-4df5-9c36-c2be4a4ba82d 2026-05-21 16:42:08.918 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port b8d9ebdc-09e3-4df5-9c36-c2be4a4ba82d 2026-05-21 16:42:10.376 12 INFO neutron.plugins.ml2.plugin [None req-984d9d4b-418a-425a-9c5d-3c359b16543e - - - - - -] Attempt 1 to provision port c9c19558-0010-468c-9180-de17c442aae2 2026-05-21 16:42:10.432 12 INFO neutron.plugins.ml2.plugin [None req-984d9d4b-418a-425a-9c5d-3c359b16543e - - - - - -] Attempt 1 to provision port b772c993-11f4-4e3e-8b09-8e64737c978d 2026-05-21 16:42:10.499 12 INFO neutron.plugins.ml2.plugin [None req-984d9d4b-418a-425a-9c5d-3c359b16543e - - - - - -] Attempt 1 to provision port b8d9ebdc-09e3-4df5-9c36-c2be4a4ba82d 2026-05-21 16:42:10.510 12 INFO neutron.plugins.ml2.plugin [None req-984d9d4b-418a-425a-9c5d-3c359b16543e - - - - - -] Attempt 1 to provision port 4cfd0595-e895-4071-b5ee-3f377aee8f62 2026-05-21 16:42:10.534 12 INFO neutron.plugins.ml2.plugin [None req-984d9d4b-418a-425a-9c5d-3c359b16543e - - - - - -] Attempt 1 to provision port 31ef264c-8e2b-4478-b7cb-43d2dcd2ae8f 2026-05-21 16:42:12.970 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port b9ae466f-da5d-4a4b-8fb3-b834b366ee2b 2026-05-21 16:42:13.322 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port ad858ce0-db41-4376-85af-bbe6d585b82d 2026-05-21 16:42:13.643 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 37bbab82-9f91-4bd8-bbe3-feb4d04c9472 2026-05-21 16:42:14.892 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port b9ae466f-da5d-4a4b-8fb3-b834b366ee2b 2026-05-21 16:42:15.207 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 37bbab82-9f91-4bd8-bbe3-feb4d04c9472 2026-05-21 16:42:15.523 11 INFO neutron.plugins.ml2.plugin [None req-e747781a-d31f-4f5d-a34f-1fd7db728e12 - - - - - -] Attempt 1 to provision port ad858ce0-db41-4376-85af-bbe6d585b82d 2026-05-21 16:42:16.930 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port ffb9b5d9-0833-470e-976f-6f791dbf8e2a 2026-05-21 16:42:17.262 12 INFO neutron.plugins.ml2.plugin [None req-f6fb9775-860e-4547-95b3-c3a37812b8f7 - - - - - -] Attempt 1 to provision port c9c19558-0010-468c-9180-de17c442aae2 2026-05-21 16:42:17.275 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 007eb93c-d72c-4343-a207-022119d3b806 2026-05-21 16:42:17.301 12 INFO neutron.plugins.ml2.plugin [None req-f6fb9775-860e-4547-95b3-c3a37812b8f7 - - - - - -] Attempt 1 to provision port d4b19eea-66d9-493f-a2db-22959f2f6f08 2026-05-21 16:42:17.330 12 INFO neutron.plugins.ml2.plugin [None req-f6fb9775-860e-4547-95b3-c3a37812b8f7 - - - - - -] Attempt 1 to provision port 37bbab82-9f91-4bd8-bbe3-feb4d04c9472 2026-05-21 16:42:18.975 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port ffb9b5d9-0833-470e-976f-6f791dbf8e2a 2026-05-21 16:42:19.167 11 INFO neutron.plugins.ml2.plugin [None req-888031e5-3241-4f69-8666-b45fb5279b56 - - - - - -] Attempt 1 to provision port 007eb93c-d72c-4343-a207-022119d3b806 2026-05-21 16:42:21.498 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 6c272e42-3dc0-4be1-8545-cfe9042730f0 2026-05-21 16:42:21.858 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 37e8087d-c97f-4942-934a-1d0b395a7cba 2026-05-21 16:42:22.379 11 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-fb4451d2-9c62-4611-9e02-f44bc9058a37'] response: {'server_uuid': 'aa3e7a31-e23f-45de-bc47-dda8fd8f84d7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '37e8087d-c97f-4942-934a-1d0b395a7cba', 'code': 200} 2026-05-21 16:42:23.330 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 6c272e42-3dc0-4be1-8545-cfe9042730f0 2026-05-21 16:42:23.492 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 37e8087d-c97f-4942-934a-1d0b395a7cba 2026-05-21 16:42:25.361 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port bc140acd-bb47-4a14-b38d-d6e3be38dba4 2026-05-21 16:42:27.047 11 INFO neutron.plugins.ml2.plugin [None req-a329a802-364f-4294-8aaf-2b8274b2c8db - - - - - -] Attempt 1 to provision port dbcb368b-708f-4c4d-9476-c074ffd76803 2026-05-21 16:42:27.086 11 INFO neutron.plugins.ml2.plugin [None req-a329a802-364f-4294-8aaf-2b8274b2c8db - - - - - -] Attempt 1 to provision port bc140acd-bb47-4a14-b38d-d6e3be38dba4 2026-05-21 16:42:27.158 11 INFO neutron.plugins.ml2.plugin [None req-a329a802-364f-4294-8aaf-2b8274b2c8db - - - - - -] Attempt 1 to provision port 856703dd-d368-4377-bf22-cab714b89dfd 2026-05-21 16:42:27.188 11 INFO neutron.plugins.ml2.plugin [None req-a329a802-364f-4294-8aaf-2b8274b2c8db - - - - - -] Attempt 1 to provision port 6c272e42-3dc0-4be1-8545-cfe9042730f0 2026-05-21 16:42:27.267 11 INFO neutron.plugins.ml2.plugin [None req-a329a802-364f-4294-8aaf-2b8274b2c8db - - - - - -] Attempt 1 to provision port c9c19558-0010-468c-9180-de17c442aae2 2026-05-21 16:42:27.487 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port bc140acd-bb47-4a14-b38d-d6e3be38dba4 2026-05-21 16:42:29.837 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 987ddf4b-5e50-473e-957c-e05d06d69bee 2026-05-21 16:42:30.299 12 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-edb76095-4930-4e12-bd7f-8e857363b836'] response: {'server_uuid': 'fda4acc3-4156-40a0-9c63-2338e7016e04', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '987ddf4b-5e50-473e-957c-e05d06d69bee', 'code': 200} 2026-05-21 16:42:32.289 12 INFO neutron.plugins.ml2.plugin [None req-ff448103-86bd-4861-89fb-4ab52e3cd839 - - - - - -] Attempt 1 to provision port dbcb368b-708f-4c4d-9476-c074ffd76803 2026-05-21 16:42:32.310 12 INFO neutron.plugins.ml2.plugin [None req-ff448103-86bd-4861-89fb-4ab52e3cd839 - - - - - -] Attempt 1 to provision port 37bbab82-9f91-4bd8-bbe3-feb4d04c9472 2026-05-21 16:42:32.375 12 INFO neutron.plugins.ml2.plugin [None req-ff448103-86bd-4861-89fb-4ab52e3cd839 - - - - - -] Attempt 1 to provision port 987ddf4b-5e50-473e-957c-e05d06d69bee 2026-05-21 16:42:32.421 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port d58eb020-4138-4042-a398-a8e971e90391 2026-05-21 16:42:32.432 12 INFO neutron.plugins.ml2.plugin [None req-ff448103-86bd-4861-89fb-4ab52e3cd839 - - - - - -] Attempt 1 to provision port d4b19eea-66d9-493f-a2db-22959f2f6f08 2026-05-21 16:42:32.456 12 INFO neutron.plugins.ml2.plugin [None req-ff448103-86bd-4861-89fb-4ab52e3cd839 - - - - - -] Attempt 1 to provision port 6c272e42-3dc0-4be1-8545-cfe9042730f0 2026-05-21 16:42:32.514 12 INFO neutron.plugins.ml2.plugin [None req-ff448103-86bd-4861-89fb-4ab52e3cd839 - - - - - -] Attempt 1 to provision port d58eb020-4138-4042-a398-a8e971e90391 2026-05-21 16:42:32.547 11 INFO neutron.notifiers.nova [None req-a4cd273d-01ba-495b-9eeb-32e98de04962 - - - - - -] Nova event matching ['req-5d4776c4-6d32-4a19-b1ca-564f63e1a1ee'] response: {'server_uuid': '27cd7910-bdb9-4142-a2eb-917dfbee6cbc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd58eb020-4138-4042-a398-a8e971e90391', 'code': 200} 2026-05-21 16:42:32.935 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 0cb8673c-3d7e-4c16-93e5-ced23b384776 2026-05-21 16:42:33.403 11 INFO neutron.plugins.ml2.plugin [None req-39607b75-9820-4e0e-adb5-95d43762e5d9 - - - - - -] Attempt 1 to provision port 987ddf4b-5e50-473e-957c-e05d06d69bee 2026-05-21 16:42:34.138 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port d58eb020-4138-4042-a398-a8e971e90391 2026-05-21 16:42:34.339 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 0cb8673c-3d7e-4c16-93e5-ced23b384776 2026-05-21 16:42:34.576 11 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-54990215-cabc-4eff-b38e-ccc45f78d046'] response: {'server_uuid': 'baf2fd17-a9d3-47b2-84e2-e1446dc260bb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0cb8673c-3d7e-4c16-93e5-ced23b384776', 'code': 200} 2026-05-21 16:42:36.811 12 INFO neutron.plugins.ml2.plugin [None req-1a5d9abc-cc9a-46bb-9d4c-115651a90c9e - - - - - -] Attempt 1 to provision port 0cb8673c-3d7e-4c16-93e5-ced23b384776 2026-05-21 16:42:36.887 12 INFO neutron.plugins.ml2.plugin [None req-1a5d9abc-cc9a-46bb-9d4c-115651a90c9e - - - - - -] Attempt 1 to provision port 856703dd-d368-4377-bf22-cab714b89dfd 2026-05-21 16:42:36.926 12 INFO neutron.plugins.ml2.plugin [None req-1a5d9abc-cc9a-46bb-9d4c-115651a90c9e - - - - - -] Attempt 1 to provision port bc140acd-bb47-4a14-b38d-d6e3be38dba4 2026-05-21 16:42:36.974 12 INFO neutron.plugins.ml2.plugin [None req-1a5d9abc-cc9a-46bb-9d4c-115651a90c9e - - - - - -] Attempt 1 to provision port 11d49014-2e87-4ff9-8b6c-2254262a93c0 2026-05-21 16:42:38.467 11 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-fbc44776-7592-488f-9086-888c47117880'] response: {'server_uuid': '27cd7910-bdb9-4142-a2eb-917dfbee6cbc', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd58eb020-4138-4042-a398-a8e971e90391', 'code': 200} 2026-05-21 16:42:40.515 11 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-ad43a9eb-c0d5-4fb5-8d5b-5d4c99abcd06'] response: {'server_uuid': 'baf2fd17-a9d3-47b2-84e2-e1446dc260bb', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0cb8673c-3d7e-4c16-93e5-ced23b384776', 'code': 200} 2026-05-21 16:42:40.940 12 INFO neutron.plugins.ml2.plugin [None req-fc80676b-3d5b-4452-830d-ac446edee91b - - - - - -] Attempt 1 to provision port d28c356d-1e89-4c02-975a-1857d51a3168 2026-05-21 16:42:40.977 12 INFO neutron.plugins.ml2.plugin [None req-fc80676b-3d5b-4452-830d-ac446edee91b - - - - - -] Attempt 1 to provision port d4b19eea-66d9-493f-a2db-22959f2f6f08 2026-05-21 16:42:41.019 12 INFO neutron.plugins.ml2.plugin [None req-fc80676b-3d5b-4452-830d-ac446edee91b - - - - - -] Attempt 1 to provision port 987ddf4b-5e50-473e-957c-e05d06d69bee 2026-05-21 16:42:43.447 12 INFO neutron.plugins.ml2.plugin [None req-f5deff45-c225-45d9-9f72-729e7a360804 - - - - - -] Attempt 1 to provision port dbcb368b-708f-4c4d-9476-c074ffd76803 2026-05-21 16:42:43.470 12 INFO neutron.plugins.ml2.plugin [None req-f5deff45-c225-45d9-9f72-729e7a360804 - - - - - -] Attempt 1 to provision port 856703dd-d368-4377-bf22-cab714b89dfd 2026-05-21 16:42:43.499 12 INFO neutron.plugins.ml2.plugin [None req-f5deff45-c225-45d9-9f72-729e7a360804 - - - - - -] Attempt 1 to provision port d4b19eea-66d9-493f-a2db-22959f2f6f08 2026-05-21 16:42:47.485 11 INFO neutron.plugins.ml2.plugin [None req-a7a730ce-f4f1-4e14-8001-e15565ddb1cc - - - - - -] Attempt 1 to provision port dbcb368b-708f-4c4d-9476-c074ffd76803 2026-05-21 16:42:47.520 11 INFO neutron.plugins.ml2.plugin [None req-a7a730ce-f4f1-4e14-8001-e15565ddb1cc - - - - - -] Attempt 1 to provision port 3d90cc31-9947-48cd-bcc7-bd489472003b 2026-05-21 16:42:47.548 11 INFO neutron.plugins.ml2.plugin [None req-a7a730ce-f4f1-4e14-8001-e15565ddb1cc - - - - - -] Attempt 1 to provision port 99e068b2-7856-4c31-b6de-a7106a767a2d 2026-05-21 16:42:47.598 11 INFO neutron.plugins.ml2.plugin [None req-a7a730ce-f4f1-4e14-8001-e15565ddb1cc - - - - - -] Attempt 1 to provision port d28c356d-1e89-4c02-975a-1857d51a3168 2026-05-21 16:42:52.325 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 88ecc509-64b8-466f-bf94-af380fb77c5f 2026-05-21 16:42:52.716 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port d28c356d-1e89-4c02-975a-1857d51a3168 2026-05-21 16:42:52.979 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port dbcb368b-708f-4c4d-9476-c074ffd76803 2026-05-21 16:42:53.274 11 INFO neutron.plugins.ml2.plugin [None req-211a4c2e-a064-4cfe-adb9-96590f4d1e24 - - - - - -] Attempt 1 to provision port d4f187d2-b6eb-4ac1-b84c-47cfaa4fd9c8 2026-05-21 16:42:53.599 12 INFO neutron.plugins.ml2.plugin [None req-2575729a-26b4-4c29-a612-58222271fe2d - - - - - -] Attempt 1 to provision port d4f187d2-b6eb-4ac1-b84c-47cfaa4fd9c8 2026-05-21 16:42:54.477 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 88ecc509-64b8-466f-bf94-af380fb77c5f 2026-05-21 16:42:54.724 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port d28c356d-1e89-4c02-975a-1857d51a3168 2026-05-21 16:42:54.876 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port dbcb368b-708f-4c4d-9476-c074ffd76803 2026-05-21 16:42:55.081 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port d4f187d2-b6eb-4ac1-b84c-47cfaa4fd9c8 2026-05-21 16:42:59.925 12 INFO neutron.plugins.ml2.plugin [None req-923f72f4-be8f-4e3c-bdef-809f98a1bade - - - - - -] Attempt 1 to provision port 35dc295d-5a34-4cb9-9f97-b2f4fd6fd741 2026-05-21 16:42:59.957 12 INFO neutron.plugins.ml2.plugin [None req-923f72f4-be8f-4e3c-bdef-809f98a1bade - - - - - -] Attempt 1 to provision port d4f187d2-b6eb-4ac1-b84c-47cfaa4fd9c8 2026-05-21 16:43:03.636 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 333c0bb8-a2bd-4e8e-bc90-1204a5be4a6a 2026-05-21 16:43:03.771 11 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-0ae2e683-8197-42c7-bf5d-6be16caf0e67'] response: {'server_uuid': '416f5396-75c6-4e95-9600-17e98e4994bb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '333c0bb8-a2bd-4e8e-bc90-1204a5be4a6a', 'code': 200} 2026-05-21 16:43:04.880 12 INFO neutron.plugins.ml2.plugin [None req-00e711db-07b9-49a7-ae6e-b7ffa8a54bcd - - - - - -] Attempt 1 to provision port 35dc295d-5a34-4cb9-9f97-b2f4fd6fd741 2026-05-21 16:43:04.902 12 INFO neutron.plugins.ml2.plugin [None req-00e711db-07b9-49a7-ae6e-b7ffa8a54bcd - - - - - -] Attempt 1 to provision port c62866af-c022-4412-a3a5-a84d381166f6 2026-05-21 16:43:04.909 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 333c0bb8-a2bd-4e8e-bc90-1204a5be4a6a 2026-05-21 16:43:06.979 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 8b9506b4-ff89-40cf-989f-0d2e832b0232 2026-05-21 16:43:09.072 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 35dc295d-5a34-4cb9-9f97-b2f4fd6fd741 2026-05-21 16:43:09.307 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 8b9506b4-ff89-40cf-989f-0d2e832b0232 2026-05-21 16:43:09.479 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port c62866af-c022-4412-a3a5-a84d381166f6 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server [None req-d126090b-ca9c-4661-af92-cb059f2b9501 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet a00c297a-c2bf-4737-bf5c-b6df8bee319b: This subnet is being modified by another concurrent operation. 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server raise self.value 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-05-21 16:43:10.067 12 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-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server raise exception 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet a00c297a-c2bf-4737-bf5c-b6df8bee319b: This subnet is being modified by another concurrent operation. 2026-05-21 16:43:10.067 12 ERROR oslo_messaging.rpc.server 2026-05-21 16:43:10.498 12 INFO neutron.plugins.ml2.plugin [None req-a9631bca-335d-4781-a97c-a192de65154b - - - - - -] Attempt 1 to provision port 8b9506b4-ff89-40cf-989f-0d2e832b0232 2026-05-21 16:43:11.088 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 35dc295d-5a34-4cb9-9f97-b2f4fd6fd741 2026-05-21 16:43:11.245 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port c62866af-c022-4412-a3a5-a84d381166f6 2026-05-21 16:43:17.126 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 92207b08-bc1c-4ae1-af28-313c6faa78c0 2026-05-21 16:43:17.535 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 13cec6f7-4b8d-4abc-9aa6-302b90cdd7f9 2026-05-21 16:43:17.983 11 INFO neutron.plugins.ml2.plugin [None req-ee760bbd-8db5-4b6b-bbb0-8d06d304420e - - - - - -] Attempt 1 to provision port 13cec6f7-4b8d-4abc-9aa6-302b90cdd7f9 2026-05-21 16:43:19.117 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 92207b08-bc1c-4ae1-af28-313c6faa78c0 2026-05-21 16:43:19.293 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 13cec6f7-4b8d-4abc-9aa6-302b90cdd7f9 2026-05-21 16:43:21.977 12 INFO neutron.plugins.ml2.plugin [None req-65af1337-f448-478b-9f3d-d58304cd60cd - - - - - -] Attempt 1 to provision port 13cec6f7-4b8d-4abc-9aa6-302b90cdd7f9 2026-05-21 16:43:22.033 12 INFO neutron.plugins.ml2.plugin [None req-65af1337-f448-478b-9f3d-d58304cd60cd - - - - - -] Attempt 1 to provision port 140f339a-89ba-4ce9-adb4-3bde36e66c31 2026-05-21 16:43:29.547 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 01cda825-b718-4538-b010-314509e8249a 2026-05-21 16:43:29.658 12 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-8a37a30a-f9ed-45f4-8a65-97c87acc9fdd'] response: {'server_uuid': '3d4b04b6-8171-4449-913d-23e4085aeff9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '01cda825-b718-4538-b010-314509e8249a', 'code': 200} 2026-05-21 16:43:30.370 12 INFO neutron.plugins.ml2.plugin [None req-401cc43f-145a-4d07-aca9-ccd470e5856f - - - - - -] Attempt 1 to provision port 13cec6f7-4b8d-4abc-9aa6-302b90cdd7f9 2026-05-21 16:43:30.423 12 INFO neutron.plugins.ml2.plugin [None req-401cc43f-145a-4d07-aca9-ccd470e5856f - - - - - -] Attempt 1 to provision port 01cda825-b718-4538-b010-314509e8249a 2026-05-21 16:43:30.468 12 INFO neutron.plugins.ml2.plugin [None req-401cc43f-145a-4d07-aca9-ccd470e5856f - - - - - -] Attempt 1 to provision port 140f339a-89ba-4ce9-adb4-3bde36e66c31 2026-05-21 16:43:30.934 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 01cda825-b718-4538-b010-314509e8249a 2026-05-21 16:43:33.008 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 93850a52-6199-4c82-ac3d-1e5c37e7d011 2026-05-21 16:43:33.300 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 140f339a-89ba-4ce9-adb4-3bde36e66c31 2026-05-21 16:43:35.091 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 591256a0-f466-4f4d-a509-e59089b3c5d8 2026-05-21 16:43:35.430 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 93850a52-6199-4c82-ac3d-1e5c37e7d011 2026-05-21 16:43:35.617 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 140f339a-89ba-4ce9-adb4-3bde36e66c31 2026-05-21 16:43:36.467 12 INFO neutron.plugins.ml2.plugin [None req-33a217d6-f070-4cf8-9c06-553eaaf47924 - - - - - -] Attempt 1 to provision port e4ce26bb-f988-4fa8-9018-25ade67a684c 2026-05-21 16:43:36.652 12 INFO neutron.plugins.ml2.plugin [None req-33a217d6-f070-4cf8-9c06-553eaaf47924 - - - - - -] Attempt 1 to provision port d0dddb65-89ea-4e0b-ac6f-417c3a0ca3e4 2026-05-21 16:43:37.077 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 591256a0-f466-4f4d-a509-e59089b3c5d8 2026-05-21 16:43:37.364 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port e4ce26bb-f988-4fa8-9018-25ade67a684c 2026-05-21 16:43:39.714 11 INFO neutron.plugins.ml2.plugin [None req-f3335401-8b5d-4e5f-9089-1007343b2c87 - - - - - -] Attempt 1 to provision port e4ce26bb-f988-4fa8-9018-25ade67a684c 2026-05-21 16:43:39.783 11 INFO neutron.plugins.ml2.plugin [None req-f3335401-8b5d-4e5f-9089-1007343b2c87 - - - - - -] Attempt 1 to provision port d0dddb65-89ea-4e0b-ac6f-417c3a0ca3e4 2026-05-21 16:43:44.139 12 INFO neutron.plugins.ml2.plugin [None req-cca1cd7c-de91-4398-a749-13df45551ce3 - - - - - -] Attempt 1 to provision port 93850a52-6199-4c82-ac3d-1e5c37e7d011 2026-05-21 16:43:44.220 12 INFO neutron.plugins.ml2.plugin [None req-cca1cd7c-de91-4398-a749-13df45551ce3 - - - - - -] Attempt 1 to provision port 01cda825-b718-4538-b010-314509e8249a 2026-05-21 16:43:46.529 12 INFO neutron.plugins.ml2.plugin [None req-38572ada-6bd9-4922-b880-1801d8759edc - - - - - -] Attempt 1 to provision port d0dddb65-89ea-4e0b-ac6f-417c3a0ca3e4 2026-05-21 16:43:48.021 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port edfb1b50-c6ac-4b1b-ad37-123d9757af91 2026-05-21 16:43:48.116 12 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-02aeb3b2-3048-482e-a34a-72a87969d294'] response: {'server_uuid': 'f7b8af93-3372-498f-b9a0-a277ea18118f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'edfb1b50-c6ac-4b1b-ad37-123d9757af91', 'code': 200} 2026-05-21 16:43:48.419 12 INFO neutron.plugins.ml2.plugin [None req-fe5808e3-f243-4cfc-9467-9a653a7c5c32 - - - - - -] Attempt 1 to provision port 2976f5eb-2021-4908-82ce-b2ef4338621b 2026-05-21 16:43:48.486 12 INFO neutron.plugins.ml2.plugin [None req-fe5808e3-f243-4cfc-9467-9a653a7c5c32 - - - - - -] Attempt 1 to provision port d0dddb65-89ea-4e0b-ac6f-417c3a0ca3e4 2026-05-21 16:43:48.961 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port edfb1b50-c6ac-4b1b-ad37-123d9757af91 2026-05-21 16:43:50.988 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port adaeb902-d880-42f8-ac20-b45dd6a4acab 2026-05-21 16:43:51.395 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port f9467e50-26f7-410c-beee-b2d3ea3f1f4e 2026-05-21 16:43:53.136 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port adaeb902-d880-42f8-ac20-b45dd6a4acab 2026-05-21 16:43:53.390 12 INFO neutron.plugins.ml2.plugin [None req-96dd9a47-9a63-4209-b3be-11e10c66c396 - - - - - -] Attempt 1 to provision port f9467e50-26f7-410c-beee-b2d3ea3f1f4e 2026-05-21 16:43:54.055 12 INFO neutron.plugins.ml2.plugin [None req-60dee260-83df-499b-8232-de3b2cabb85a - - - - - -] Attempt 1 to provision port f9467e50-26f7-410c-beee-b2d3ea3f1f4e 2026-05-21 16:43:54.154 12 INFO neutron.plugins.ml2.plugin [None req-60dee260-83df-499b-8232-de3b2cabb85a - - - - - -] Attempt 1 to provision port b4f4fbbd-f49c-4f3c-827d-f8453543ba48 2026-05-21 16:43:54.182 12 INFO neutron.plugins.ml2.plugin [None req-60dee260-83df-499b-8232-de3b2cabb85a - - - - - -] Attempt 1 to provision port 140f339a-89ba-4ce9-adb4-3bde36e66c31 2026-05-21 16:43:57.054 11 INFO neutron.plugins.ml2.plugin [None req-0f1baea5-fec9-44bb-812b-9b29864a7367 - - - - - -] Attempt 1 to provision port cd7e0d86-10e0-4e6f-985f-22ff90c305e0 2026-05-21 16:43:59.056 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 54e2f43d-ad59-4199-a115-35d664a6626d 2026-05-21 16:43:59.364 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port cd7e0d86-10e0-4e6f-985f-22ff90c305e0 2026-05-21 16:43:59.523 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port d0dddb65-89ea-4e0b-ac6f-417c3a0ca3e4 2026-05-21 16:43:59.827 12 INFO neutron.plugins.ml2.plugin [None req-ba481bbf-4030-4f44-bc60-f06f80a74d05 - - - - - -] Attempt 1 to provision port 2976f5eb-2021-4908-82ce-b2ef4338621b 2026-05-21 16:44:00.669 11 INFO neutron.plugins.ml2.plugin [None req-51eff80b-6693-4836-adf0-4515213f2044 - - - - - -] Attempt 1 to provision port 093bcb4a-00d4-446a-b232-315a2b1958d6 2026-05-21 16:44:00.689 11 INFO neutron.plugins.ml2.plugin [None req-51eff80b-6693-4836-adf0-4515213f2044 - - - - - -] Attempt 1 to provision port 54e2f43d-ad59-4199-a115-35d664a6626d 2026-05-21 16:44:00.733 11 INFO neutron.plugins.ml2.plugin [None req-51eff80b-6693-4836-adf0-4515213f2044 - - - - - -] Attempt 1 to provision port f9467e50-26f7-410c-beee-b2d3ea3f1f4e 2026-05-21 16:44:00.784 11 INFO neutron.plugins.ml2.plugin [None req-51eff80b-6693-4836-adf0-4515213f2044 - - - - - -] Attempt 1 to provision port 140f339a-89ba-4ce9-adb4-3bde36e66c31 2026-05-21 16:44:00.831 11 INFO neutron.plugins.ml2.plugin [None req-51eff80b-6693-4836-adf0-4515213f2044 - - - - - -] Attempt 1 to provision port be6ea958-af34-4c05-9e10-f87e1a4b66b4 2026-05-21 16:44:00.853 11 INFO neutron.plugins.ml2.plugin [None req-51eff80b-6693-4836-adf0-4515213f2044 - - - - - -] Attempt 1 to provision port 01d7e275-808d-4262-982e-77c457ee68ad 2026-05-21 16:44:01.496 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 54e2f43d-ad59-4199-a115-35d664a6626d 2026-05-21 16:44:03.482 12 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-b62cf717-6b2d-4c83-8663-94872d1ae9af'] response: {'server_uuid': '3d4b04b6-8171-4449-913d-23e4085aeff9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '01cda825-b718-4538-b010-314509e8249a', 'code': 200} 2026-05-21 16:44:03.619 11 INFO neutron.plugins.ml2.plugin [None req-4dc22dbc-1dc7-4630-8645-cd93b1096578 - - - - - -] Attempt 1 to provision port 093bcb4a-00d4-446a-b232-315a2b1958d6 2026-05-21 16:44:03.656 11 INFO neutron.plugins.ml2.plugin [None req-4dc22dbc-1dc7-4630-8645-cd93b1096578 - - - - - -] Attempt 1 to provision port 54e2f43d-ad59-4199-a115-35d664a6626d 2026-05-21 16:44:03.732 11 INFO neutron.plugins.ml2.plugin [None req-4dc22dbc-1dc7-4630-8645-cd93b1096578 - - - - - -] Attempt 1 to provision port be6ea958-af34-4c05-9e10-f87e1a4b66b4 2026-05-21 16:44:05.546 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 01cda825-b718-4538-b010-314509e8249a 2026-05-21 16:44:05.825 12 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-873009d6-e0e4-40e8-a6d9-b08fa5843653'] response: {'server_uuid': '3d4b04b6-8171-4449-913d-23e4085aeff9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '01cda825-b718-4538-b010-314509e8249a', 'code': 200} 2026-05-21 16:44:06.626 11 INFO neutron.plugins.ml2.plugin [None req-fe858dfb-24e5-4d62-b719-80b9e5fbfa2e - - - - - -] Attempt 1 to provision port 093bcb4a-00d4-446a-b232-315a2b1958d6 2026-05-21 16:44:06.649 11 INFO neutron.plugins.ml2.plugin [None req-fe858dfb-24e5-4d62-b719-80b9e5fbfa2e - - - - - -] Attempt 1 to provision port be6ea958-af34-4c05-9e10-f87e1a4b66b4 2026-05-21 16:44:08.099 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 91d81e7f-fbe6-4868-b15f-846268e63412 2026-05-21 16:44:08.197 12 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-0c46f708-4275-4fcc-9fab-6fff5522b977'] response: {'server_uuid': '9716307e-1631-4fa3-8df1-015beb720110', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '91d81e7f-fbe6-4868-b15f-846268e63412', 'code': 200} 2026-05-21 16:44:08.467 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 7ac38eba-15b6-4f47-bd97-eac765e86270 2026-05-21 16:44:08.835 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 01cda825-b718-4538-b010-314509e8249a 2026-05-21 16:44:09.199 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 91d81e7f-fbe6-4868-b15f-846268e63412 2026-05-21 16:44:09.384 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 7ac38eba-15b6-4f47-bd97-eac765e86270 2026-05-21 16:44:11.331 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 6adf4dcf-aa0c-4333-af40-16f975100d0a 2026-05-21 16:44:12.227 12 INFO neutron.plugins.ml2.plugin [None req-65a68576-4389-434e-ace5-f941229069a9 - - - - - -] Attempt 1 to provision port 093bcb4a-00d4-446a-b232-315a2b1958d6 2026-05-21 16:44:12.263 12 INFO neutron.plugins.ml2.plugin [None req-65a68576-4389-434e-ace5-f941229069a9 - - - - - -] Attempt 1 to provision port cc49b1ce-bdf4-4322-80a2-736963b3f16f 2026-05-21 16:44:12.300 12 INFO neutron.plugins.ml2.plugin [None req-65a68576-4389-434e-ace5-f941229069a9 - - - - - -] Attempt 1 to provision port 6adf4dcf-aa0c-4333-af40-16f975100d0a 2026-05-21 16:44:12.379 12 INFO neutron.plugins.ml2.plugin [None req-65a68576-4389-434e-ace5-f941229069a9 - - - - - -] Attempt 1 to provision port 91d81e7f-fbe6-4868-b15f-846268e63412 2026-05-21 16:44:12.455 12 INFO neutron.plugins.ml2.plugin [None req-4ac0607b-bb38-4e6b-87c1-984bc4f247e0 - - - - - -] Attempt 1 to provision port d7634532-d39a-4ac3-bdb5-98b5eefea124 2026-05-21 16:44:12.957 11 WARNING neutron.plugins.ml2.plugin [None req-1b144610-0fa5-44c1-a53c-2e61af729e70 - - - - - -] Concurrent port binding operations failed on port be6ea958-af34-4c05-9e10-f87e1a4b66b4 2026-05-21 16:44:12.960 11 INFO neutron.plugins.ml2.plugin [None req-1b144610-0fa5-44c1-a53c-2e61af729e70 - - - - - -] Attempt 2 to bind port be6ea958-af34-4c05-9e10-f87e1a4b66b4 2026-05-21 16:44:13.262 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 093bcb4a-00d4-446a-b232-315a2b1958d6 2026-05-21 16:44:13.578 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 6adf4dcf-aa0c-4333-af40-16f975100d0a 2026-05-21 16:44:13.774 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port b4f4fbbd-f49c-4f3c-827d-f8453543ba48 2026-05-21 16:44:14.013 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port be6ea958-af34-4c05-9e10-f87e1a4b66b4 2026-05-21 16:44:14.260 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 01d7e275-808d-4262-982e-77c457ee68ad 2026-05-21 16:44:15.200 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 093bcb4a-00d4-446a-b232-315a2b1958d6 2026-05-21 16:44:15.366 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 01d7e275-808d-4262-982e-77c457ee68ad 2026-05-21 16:44:15.498 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port b4f4fbbd-f49c-4f3c-827d-f8453543ba48 2026-05-21 16:44:15.642 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port be6ea958-af34-4c05-9e10-f87e1a4b66b4 2026-05-21 16:44:17.107 11 INFO neutron.plugins.ml2.plugin [None req-cdcfe12b-c069-46cf-80e2-a8aa03aef650 - - - - - -] Attempt 1 to provision port cc49b1ce-bdf4-4322-80a2-736963b3f16f 2026-05-21 16:44:17.131 11 INFO neutron.plugins.ml2.plugin [None req-cdcfe12b-c069-46cf-80e2-a8aa03aef650 - - - - - -] Attempt 1 to provision port 6adf4dcf-aa0c-4333-af40-16f975100d0a 2026-05-21 16:44:17.711 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 71d792b1-ae1f-48e1-ab8d-27a1fd8005c2 2026-05-21 16:44:17.804 12 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-ff28dc51-3ed5-4a77-8dfa-a87ba26d106c'] response: {'server_uuid': 'cdf0e0f8-c16f-40e9-bc21-2bb4cfcbbcc2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '71d792b1-ae1f-48e1-ab8d-27a1fd8005c2', 'code': 200} 2026-05-21 16:44:18.986 11 INFO neutron.plugins.ml2.plugin [None req-a8a4cdde-ebbc-4859-963a-84a2fd1bcc21 - - - - - -] Attempt 1 to provision port cc49b1ce-bdf4-4322-80a2-736963b3f16f 2026-05-21 16:44:19.190 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 71d792b1-ae1f-48e1-ab8d-27a1fd8005c2 2026-05-21 16:44:21.213 11 INFO neutron.plugins.ml2.plugin [None req-073a9d66-b510-47a8-b2a0-f612dc0b6a1f - - - - - -] Attempt 1 to provision port cc49b1ce-bdf4-4322-80a2-736963b3f16f 2026-05-21 16:44:23.113 12 INFO neutron.plugins.ml2.plugin [None req-4f9e422d-b37e-4f52-a56a-54b67cec1e17 - - - - - -] Attempt 1 to provision port 71d792b1-ae1f-48e1-ab8d-27a1fd8005c2 2026-05-21 16:44:23.251 11 INFO neutron.plugins.ml2.plugin [None req-8f6ec2da-9338-4718-8ba4-05a6400592ce - - - - - -] Attempt 1 to provision port cc49b1ce-bdf4-4322-80a2-736963b3f16f 2026-05-21 16:44:23.532 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port d7634532-d39a-4ac3-bdb5-98b5eefea124 2026-05-21 16:44:25.220 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port cc49b1ce-bdf4-4322-80a2-736963b3f16f 2026-05-21 16:44:25.434 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port d7634532-d39a-4ac3-bdb5-98b5eefea124 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 16:44:48.188 12 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-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 16:44:48.188 12 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-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-21 16:44:48.188 12 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-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.188 12 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-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.188 12 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-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.188 12 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-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.188 12 ERROR neutron.plugins.ml2.managers 2026-05-21 16:44:48.190 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Failed to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 on host instance for vnic_type normal using segments [{'id': '090221f5-0efa-4ab8-910d-de10e2f88d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 319, 'network_id': '5b1609f5-d971-4e4c-b89b-553607ff6c86'}] 2026-05-21 16:44:48.191 12 INFO neutron.plugins.ml2.plugin [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Attempt 2 to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 16:44:48.200 12 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-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 16:44:48.200 12 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-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-21 16:44:48.200 12 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-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.200 12 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-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.200 12 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-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.200 12 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-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.200 12 ERROR neutron.plugins.ml2.managers 2026-05-21 16:44:48.201 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Failed to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 on host instance for vnic_type normal using segments [{'id': '090221f5-0efa-4ab8-910d-de10e2f88d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 319, 'network_id': '5b1609f5-d971-4e4c-b89b-553607ff6c86'}] 2026-05-21 16:44:48.201 12 INFO neutron.plugins.ml2.plugin [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Attempt 3 to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 16:44:48.210 12 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-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 16:44:48.210 12 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-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-21 16:44:48.210 12 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-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.210 12 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-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.210 12 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-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.210 12 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-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.210 12 ERROR neutron.plugins.ml2.managers 2026-05-21 16:44:48.211 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Failed to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 on host instance for vnic_type normal using segments [{'id': '090221f5-0efa-4ab8-910d-de10e2f88d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 319, 'network_id': '5b1609f5-d971-4e4c-b89b-553607ff6c86'}] 2026-05-21 16:44:48.211 12 INFO neutron.plugins.ml2.plugin [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Attempt 4 to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 16:44:48.220 12 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-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 16:44:48.220 12 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-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-21 16:44:48.220 12 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-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.220 12 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-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.220 12 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-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.220 12 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-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.220 12 ERROR neutron.plugins.ml2.managers 2026-05-21 16:44:48.221 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Failed to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 on host instance for vnic_type normal using segments [{'id': '090221f5-0efa-4ab8-910d-de10e2f88d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 319, 'network_id': '5b1609f5-d971-4e4c-b89b-553607ff6c86'}] 2026-05-21 16:44:48.222 12 INFO neutron.plugins.ml2.plugin [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Attempt 5 to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 16:44:48.229 12 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-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 16:44:48.229 12 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-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-21 16:44:48.229 12 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-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.229 12 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-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.229 12 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-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.229 12 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-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.229 12 ERROR neutron.plugins.ml2.managers 2026-05-21 16:44:48.230 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Failed to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 on host instance for vnic_type normal using segments [{'id': '090221f5-0efa-4ab8-910d-de10e2f88d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 319, 'network_id': '5b1609f5-d971-4e4c-b89b-553607ff6c86'}] 2026-05-21 16:44:48.231 12 INFO neutron.plugins.ml2.plugin [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Attempt 6 to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 16:44:48.240 12 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-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 16:44:48.240 12 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-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-21 16:44:48.240 12 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-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.240 12 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-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.240 12 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-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.240 12 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-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.240 12 ERROR neutron.plugins.ml2.managers 2026-05-21 16:44:48.241 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Failed to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 on host instance for vnic_type normal using segments [{'id': '090221f5-0efa-4ab8-910d-de10e2f88d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 319, 'network_id': '5b1609f5-d971-4e4c-b89b-553607ff6c86'}] 2026-05-21 16:44:48.241 12 INFO neutron.plugins.ml2.plugin [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Attempt 7 to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 16:44:48.259 12 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-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 16:44:48.259 12 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-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-21 16:44:48.259 12 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-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.259 12 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-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.259 12 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-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.259 12 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-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.259 12 ERROR neutron.plugins.ml2.managers 2026-05-21 16:44:48.260 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Failed to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 on host instance for vnic_type normal using segments [{'id': '090221f5-0efa-4ab8-910d-de10e2f88d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 319, 'network_id': '5b1609f5-d971-4e4c-b89b-553607ff6c86'}] 2026-05-21 16:44:48.261 12 INFO neutron.plugins.ml2.plugin [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Attempt 8 to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 16:44:48.269 12 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-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 16:44:48.269 12 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-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-21 16:44:48.269 12 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-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.269 12 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-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.269 12 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-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.269 12 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-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.269 12 ERROR neutron.plugins.ml2.managers 2026-05-21 16:44:48.270 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Failed to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 on host instance for vnic_type normal using segments [{'id': '090221f5-0efa-4ab8-910d-de10e2f88d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 319, 'network_id': '5b1609f5-d971-4e4c-b89b-553607ff6c86'}] 2026-05-21 16:44:48.271 12 INFO neutron.plugins.ml2.plugin [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Attempt 9 to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 16:44:48.281 12 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-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 16:44:48.281 12 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-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-21 16:44:48.281 12 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-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.281 12 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-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.281 12 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-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.281 12 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-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.281 12 ERROR neutron.plugins.ml2.managers 2026-05-21 16:44:48.283 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Failed to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 on host instance for vnic_type normal using segments [{'id': '090221f5-0efa-4ab8-910d-de10e2f88d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 319, 'network_id': '5b1609f5-d971-4e4c-b89b-553607ff6c86'}] 2026-05-21 16:44:48.283 12 INFO neutron.plugins.ml2.plugin [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Attempt 10 to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-21 16:44:48.293 12 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-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-21 16:44:48.293 12 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-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-21 16:44:48.293 12 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-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.293 12 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-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.293 12 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-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-21 16:44:48.293 12 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-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2f740fc9-24f9-4106-9e7c-3bd1b390d588 could not be found. 2026-05-21 16:44:48.293 12 ERROR neutron.plugins.ml2.managers 2026-05-21 16:44:48.295 12 ERROR neutron.plugins.ml2.managers [None req-6f9cb5ef-922c-4085-9d3f-ab1a80ac4b8f - - - - - -] Failed to bind port c221b8aa-9d7e-41f8-8b28-83b2398401b1 on host instance for vnic_type normal using segments [{'id': '090221f5-0efa-4ab8-910d-de10e2f88d66', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 319, 'network_id': '5b1609f5-d971-4e4c-b89b-553607ff6c86'}] 2026-05-21 16:44:55.780 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 53f0f3f0-800e-419b-9d02-7a1eab4c72ac 2026-05-21 16:44:55.923 12 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-5c4e9986-f9c5-4b29-a3fd-3d39bbc4c4b8'] response: {'server_uuid': 'c8dab99c-739c-4eaa-ac6f-278a25683b1d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '53f0f3f0-800e-419b-9d02-7a1eab4c72ac', 'code': 200} 2026-05-21 16:44:57.206 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 53f0f3f0-800e-419b-9d02-7a1eab4c72ac 2026-05-21 16:45:07.799 11 INFO neutron.plugins.ml2.plugin [None req-f1be55aa-5205-454e-bcb6-97afbcaa8591 - - - - - -] Attempt 1 to provision port 996f86ba-84fb-44e1-a9d2-3925e65be533 2026-05-21 16:45:21.424 11 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-7622b965-bad0-4f45-99d8-efc87d5dbff0'] response: {'server_uuid': 'c8dab99c-739c-4eaa-ac6f-278a25683b1d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '53f0f3f0-800e-419b-9d02-7a1eab4c72ac', 'code': 200} 2026-05-21 16:45:23.398 11 INFO neutron.plugins.ml2.plugin [None req-e2542f74-0ec3-4ca7-b98f-641cbc8b2963 - - - - - -] Attempt 1 to provision port dba829ce-df14-46f7-b449-b8dfb9c55748 2026-05-21 16:45:23.717 12 INFO neutron.plugins.ml2.plugin [None req-0323aa92-6f85-44c1-8f6d-528abc85af1e - - - - - -] Attempt 1 to provision port dba829ce-df14-46f7-b449-b8dfb9c55748 2026-05-21 16:45:25.211 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port dba829ce-df14-46f7-b449-b8dfb9c55748 2026-05-21 16:45:27.273 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 7ff69887-fc41-4ba5-8fe2-f02fbe96dce8 2026-05-21 16:45:31.319 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port b7bf43ff-8d58-408a-9c79-a75513356af1 2026-05-21 16:46:32.717 12 INFO neutron.plugins.ml2.plugin [None req-8cffe523-424d-4250-bb16-32e9ce19997a - - - - - -] Attempt 1 to provision port 5618d8a5-da5d-4a94-9790-15a83be85e9c 2026-05-21 16:46:33.241 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 5618d8a5-da5d-4a94-9790-15a83be85e9c 2026-05-21 16:46:35.270 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 4a51c32c-b268-44f3-b464-9cbcc4981707 2026-05-21 16:46:35.589 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port e21e9f32-6135-4038-8120-40d50427ac13 2026-05-21 16:46:37.234 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 4a51c32c-b268-44f3-b464-9cbcc4981707 2026-05-21 16:46:37.427 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port e21e9f32-6135-4038-8120-40d50427ac13 2026-05-21 16:46:39.250 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 1e50527d-63f4-45fe-9796-55c82cf59b55 2026-05-21 16:46:41.282 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 1e50527d-63f4-45fe-9796-55c82cf59b55 2026-05-21 16:46:43.293 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 5618d8a5-da5d-4a94-9790-15a83be85e9c 2026-05-21 16:46:44.898 12 INFO neutron.plugins.ml2.plugin [None req-33bbb75f-a8b3-48da-84f7-49eeffbed3df - - - - - -] Attempt 1 to provision port d1587d81-9e77-4e4a-9553-4a70ebdfd665 2026-05-21 16:46:44.922 12 INFO neutron.plugins.ml2.plugin [None req-33bbb75f-a8b3-48da-84f7-49eeffbed3df - - - - - -] Attempt 1 to provision port 40f36857-4ef6-4cf1-8d2e-bd6e58335ea7 2026-05-21 16:46:44.947 12 INFO neutron.plugins.ml2.plugin [None req-33bbb75f-a8b3-48da-84f7-49eeffbed3df - - - - - -] Attempt 1 to provision port 4a51c32c-b268-44f3-b464-9cbcc4981707 2026-05-21 16:46:44.998 12 INFO neutron.plugins.ml2.plugin [None req-33bbb75f-a8b3-48da-84f7-49eeffbed3df - - - - - -] Attempt 1 to provision port 5618d8a5-da5d-4a94-9790-15a83be85e9c 2026-05-21 16:46:45.044 12 INFO neutron.plugins.ml2.plugin [None req-33bbb75f-a8b3-48da-84f7-49eeffbed3df - - - - - -] Attempt 1 to provision port 1e50527d-63f4-45fe-9796-55c82cf59b55 2026-05-21 16:46:49.796 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port feeaeb1e-68f4-4e89-ab26-050684b6e144 2026-05-21 16:46:49.844 12 INFO neutron.plugins.ml2.plugin [None req-fee6618e-2a8a-4550-b64e-18caec2016b6 - - - - - -] Attempt 1 to provision port d1587d81-9e77-4e4a-9553-4a70ebdfd665 2026-05-21 16:46:49.866 12 INFO neutron.plugins.ml2.plugin [None req-fee6618e-2a8a-4550-b64e-18caec2016b6 - - - - - -] Attempt 1 to provision port e49fe820-9e56-42b6-89d5-681ee9958d39 2026-05-21 16:46:49.892 12 INFO neutron.plugins.ml2.plugin [None req-fee6618e-2a8a-4550-b64e-18caec2016b6 - - - - - -] Attempt 1 to provision port 4a51c32c-b268-44f3-b464-9cbcc4981707 2026-05-21 16:46:49.900 11 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-ab3f0973-9659-46d5-aac2-a284f5e1d73d'] response: {'server_uuid': 'b20a7bb4-9265-4858-ae74-6f57eab0ba10', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'feeaeb1e-68f4-4e89-ab26-050684b6e144', 'code': 200} 2026-05-21 16:46:49.947 12 INFO neutron.plugins.ml2.plugin [None req-fee6618e-2a8a-4550-b64e-18caec2016b6 - - - - - -] Attempt 1 to provision port feeaeb1e-68f4-4e89-ab26-050684b6e144 2026-05-21 16:46:50.006 12 INFO neutron.plugins.ml2.plugin [None req-fee6618e-2a8a-4550-b64e-18caec2016b6 - - - - - -] Attempt 1 to provision port 5618d8a5-da5d-4a94-9790-15a83be85e9c 2026-05-21 16:46:50.053 12 INFO neutron.plugins.ml2.plugin [None req-fee6618e-2a8a-4550-b64e-18caec2016b6 - - - - - -] Attempt 1 to provision port 1e50527d-63f4-45fe-9796-55c82cf59b55 2026-05-21 16:46:50.105 12 INFO neutron.plugins.ml2.plugin [None req-fee6618e-2a8a-4550-b64e-18caec2016b6 - - - - - -] Attempt 1 to provision port c6f94534-8553-475d-b409-2c9f4ff90a37 2026-05-21 16:46:51.257 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port feeaeb1e-68f4-4e89-ab26-050684b6e144 2026-05-21 16:46:53.286 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port d1587d81-9e77-4e4a-9553-4a70ebdfd665 2026-05-21 16:46:53.512 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port c6f94534-8553-475d-b409-2c9f4ff90a37 2026-05-21 16:46:53.786 12 INFO neutron.plugins.ml2.plugin [None req-8f007e22-7298-4d03-949b-a6d8fb83e60b - - - - - -] Attempt 1 to provision port d1587d81-9e77-4e4a-9553-4a70ebdfd665 2026-05-21 16:46:53.808 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 40f36857-4ef6-4cf1-8d2e-bd6e58335ea7 2026-05-21 16:46:53.839 12 INFO neutron.plugins.ml2.plugin [None req-8f007e22-7298-4d03-949b-a6d8fb83e60b - - - - - -] Attempt 1 to provision port e49fe820-9e56-42b6-89d5-681ee9958d39 2026-05-21 16:46:53.952 12 INFO neutron.plugins.ml2.plugin [None req-8f007e22-7298-4d03-949b-a6d8fb83e60b - - - - - -] Attempt 1 to provision port 4a51c32c-b268-44f3-b464-9cbcc4981707 2026-05-21 16:46:54.014 12 INFO neutron.plugins.ml2.plugin [None req-8f007e22-7298-4d03-949b-a6d8fb83e60b - - - - - -] Attempt 1 to provision port feeaeb1e-68f4-4e89-ab26-050684b6e144 2026-05-21 16:46:54.077 12 INFO neutron.plugins.ml2.plugin [None req-8f007e22-7298-4d03-949b-a6d8fb83e60b - - - - - -] Attempt 1 to provision port 1e50527d-63f4-45fe-9796-55c82cf59b55 2026-05-21 16:46:54.104 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port e49fe820-9e56-42b6-89d5-681ee9958d39 2026-05-21 16:46:54.140 12 INFO neutron.plugins.ml2.plugin [None req-8f007e22-7298-4d03-949b-a6d8fb83e60b - - - - - -] Attempt 1 to provision port c6f94534-8553-475d-b409-2c9f4ff90a37 2026-05-21 16:46:55.268 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port d1587d81-9e77-4e4a-9553-4a70ebdfd665 2026-05-21 16:46:55.459 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port c6f94534-8553-475d-b409-2c9f4ff90a37 2026-05-21 16:46:55.645 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 40f36857-4ef6-4cf1-8d2e-bd6e58335ea7 2026-05-21 16:46:55.796 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port e49fe820-9e56-42b6-89d5-681ee9958d39 2026-05-21 16:46:56.681 12 INFO neutron.plugins.ml2.plugin [None req-ff184e22-3bf1-434c-9404-cc5533468fa4 - - - - - -] Attempt 1 to provision port d1587d81-9e77-4e4a-9553-4a70ebdfd665 2026-05-21 16:46:56.753 12 INFO neutron.plugins.ml2.plugin [None req-3f727504-6f24-4638-a68b-01c1a355dd6b - - - - - -] Attempt 1 to provision port e49fe820-9e56-42b6-89d5-681ee9958d39 2026-05-21 16:46:56.945 12 INFO neutron.plugins.ml2.plugin [None req-3f727504-6f24-4638-a68b-01c1a355dd6b - - - - - -] Attempt 1 to provision port c6f94534-8553-475d-b409-2c9f4ff90a37 2026-05-21 16:46:58.820 12 INFO neutron.plugins.ml2.plugin [None req-2d08e3c9-82f5-455e-854c-69ac907528fa - - - - - -] Attempt 1 to provision port e49fe820-9e56-42b6-89d5-681ee9958d39 2026-05-21 16:46:58.868 12 INFO neutron.plugins.ml2.plugin [None req-2d08e3c9-82f5-455e-854c-69ac907528fa - - - - - -] Attempt 1 to provision port c6f94534-8553-475d-b409-2c9f4ff90a37 2026-05-21 16:47:00.125 12 INFO neutron.plugins.ml2.plugin [None req-c2f691ce-956a-49a7-a0f9-de7079bb2687 - - - - - -] Attempt 1 to provision port feeaeb1e-68f4-4e89-ab26-050684b6e144 2026-05-21 16:47:07.293 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port afc16c53-3659-4d11-914a-6f79a2bf04e8 2026-05-21 16:47:07.396 12 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-45aaaf17-d60c-4da2-ac22-6f633e0e6222'] response: {'server_uuid': '1558d99c-bdcf-47f2-b592-0ec836fa7533', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'afc16c53-3659-4d11-914a-6f79a2bf04e8', 'code': 200} 2026-05-21 16:47:09.266 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port afc16c53-3659-4d11-914a-6f79a2bf04e8 2026-05-21 16:47:34.307 12 INFO neutron.plugins.ml2.plugin [None req-7b4bead9-da15-480d-aa96-314996f78aa8 - - - - - -] Attempt 1 to provision port f5fdfed4-e955-4c40-83a7-4c52bee8a813 2026-05-21 16:47:50.574 12 INFO neutron.plugins.ml2.plugin [None req-984c9bf7-2837-43b8-87d4-f859a937c072 - - - - - -] Attempt 1 to provision port 28b4e46b-e829-49b0-8964-b358f3e495e1 2026-05-21 16:47:55.834 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 28b4e46b-e829-49b0-8964-b358f3e495e1 2026-05-21 16:47:55.985 12 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-a1c9d87d-a68f-4022-ac4c-bd17753cd2c4'] response: {'server_uuid': '4eff6871-61fb-4cd6-a852-c609dbb4f212', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '28b4e46b-e829-49b0-8964-b358f3e495e1', 'code': 200} 2026-05-21 16:47:57.279 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 28b4e46b-e829-49b0-8964-b358f3e495e1 2026-05-21 16:48:36.183 11 INFO neutron.plugins.ml2.plugin [None req-e8461f30-39e7-4c4e-92eb-86cd09915153 - - - - - -] Attempt 1 to provision port afded94a-a5da-46ae-a17d-88250f398d07 2026-05-21 16:48:41.349 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port afded94a-a5da-46ae-a17d-88250f398d07 2026-05-21 16:48:41.447 12 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-279d738e-0b39-44e3-b650-068050d91490'] response: {'server_uuid': '4eff6871-61fb-4cd6-a852-c609dbb4f212', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'afded94a-a5da-46ae-a17d-88250f398d07', 'code': 200} 2026-05-21 16:48:43.320 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port afded94a-a5da-46ae-a17d-88250f398d07 2026-05-21 16:48:45.839 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port afded94a-a5da-46ae-a17d-88250f398d07 2026-05-21 16:49:08.579 11 INFO neutron.plugins.ml2.plugin [None req-39001fea-135a-4dff-914c-fd7122b336df - - - - - -] Attempt 1 to provision port 3f91ffc7-8b72-430c-8fb7-5a4774cbbc2d 2026-05-21 16:49:16.933 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 3f91ffc7-8b72-430c-8fb7-5a4774cbbc2d 2026-05-21 16:49:17.087 11 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-c05f0c26-6752-475f-9525-0f5382a162bf'] response: {'server_uuid': '4eff6871-61fb-4cd6-a852-c609dbb4f212', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3f91ffc7-8b72-430c-8fb7-5a4774cbbc2d', 'code': 200} 2026-05-21 16:49:17.531 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 3f91ffc7-8b72-430c-8fb7-5a4774cbbc2d 2026-05-21 16:49:29.637 12 INFO neutron.plugins.ml2.plugin [None req-9edd57e2-d7b4-4bc3-a38e-2f104f80f3df - - - - - -] Attempt 1 to provision port c54a5219-7985-4a7b-b00d-413fbb668a5d 2026-05-21 16:49:35.555 11 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port c54a5219-7985-4a7b-b00d-413fbb668a5d 2026-05-21 16:49:35.750 11 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-7839765a-27dd-4e46-8728-1b27398a9b79'] response: {'server_uuid': '4eff6871-61fb-4cd6-a852-c609dbb4f212', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c54a5219-7985-4a7b-b00d-413fbb668a5d', 'code': 200} 2026-05-21 16:49:37.534 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port c54a5219-7985-4a7b-b00d-413fbb668a5d 2026-05-21 16:49:39.715 11 INFO neutron.plugins.ml2.plugin [None req-e19b0259-fef9-4d69-87e7-f4cafa143378 - - - - - -] Attempt 1 to provision port 3f91ffc7-8b72-430c-8fb7-5a4774cbbc2d 2026-05-21 16:49:53.386 11 INFO neutron.plugins.ml2.plugin [None req-882ae514-db41-48c2-8262-ab4b10b53cb7 - - - - - -] Attempt 1 to provision port c54a5219-7985-4a7b-b00d-413fbb668a5d 2026-05-21 16:49:53.651 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port c54a5219-7985-4a7b-b00d-413fbb668a5d 2026-05-21 16:49:54.735 12 INFO neutron.plugins.ml2.plugin [None req-145c43cc-047a-4876-b1f2-f4c8e5a2353e - - - - - -] Attempt 1 to provision port c54a5219-7985-4a7b-b00d-413fbb668a5d 2026-05-21 16:50:03.607 12 INFO neutron.plugins.ml2.plugin [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Attempt 1 to provision port 3f91ffc7-8b72-430c-8fb7-5a4774cbbc2d 2026-05-21 16:50:03.959 11 INFO neutron.plugins.ml2.plugin [None req-0fd7cc29-e4dc-41d4-a024-e37478975188 - - - - - -] Attempt 1 to provision port 3f91ffc7-8b72-430c-8fb7-5a4774cbbc2d 2026-05-21 16:50:31.736 11 INFO neutron.notifiers.nova [None req-7b94b703-9179-47d1-b81b-d143d439d8d9 - - - - - -] Nova event matching ['req-8636032a-dc25-4d77-ae29-1cef81387979'] response: {'server_uuid': '4eff6871-61fb-4cd6-a852-c609dbb4f212', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '28b4e46b-e829-49b0-8964-b358f3e495e1', 'code': 200}