+ 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-02-25 22:43:26.204 1 INFO neutron.common.config [-] Logging enabled! 2026-02-25 22:43:26.204 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.3.dev38 2026-02-25 22:43:26.204 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-02-25 22:43:26.205 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-25 22:43:27.369 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-25 22:43:27.372 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-25 22:43:27.375 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-25 22:43:27.376 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-25 22:43:27.376 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-25 22:43:27.377 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-25 22:43:27.377 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-25 22:43:27.383 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-25 22:43:27.383 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-25 22:43:27.384 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-25 22:43:27.403 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-25 22:43:27.404 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-25 22:43:27.404 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-25 22:43:27.442 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-25 22:43:27.442 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-25 22:43:27.442 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-25 22:43:27.442 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-25 22:43:27.727 1 INFO neutron.plugins.ml2.managers [None req-73d5a8cd-80bc-4240-b51b-ca649fd879b4 - - - - - -] Initializing driver for type 'vlan' 2026-02-25 22:43:27.888 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-73d5a8cd-80bc-4240-b51b-ca649fd879b4 - - - - - -] VlanTypeDriver initialization complete 2026-02-25 22:43:27.888 1 INFO neutron.plugins.ml2.managers [None req-73d5a8cd-80bc-4240-b51b-ca649fd879b4 - - - - - -] Initializing driver for type 'vxlan' 2026-02-25 22:43:27.889 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-73d5a8cd-80bc-4240-b51b-ca649fd879b4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-25 22:43:27.947 1 INFO neutron.plugins.ml2.managers [None req-73d5a8cd-80bc-4240-b51b-ca649fd879b4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-25 22:43:27.948 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-73d5a8cd-80bc-4240-b51b-ca649fd879b4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-25 22:43:27.948 1 INFO neutron.plugins.ml2.managers [None req-73d5a8cd-80bc-4240-b51b-ca649fd879b4 - - - - - -] Initializing extension driver 'port_security' 2026-02-25 22:43:27.948 1 INFO neutron.plugins.ml2.extensions.port_security [None req-73d5a8cd-80bc-4240-b51b-ca649fd879b4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-25 22:43:27.948 1 INFO neutron.plugins.ml2.managers [None req-73d5a8cd-80bc-4240-b51b-ca649fd879b4 - - - - - -] Initializing extension driver 'qos' 2026-02-25 22:43:27.948 1 INFO neutron.plugins.ml2.managers [None req-73d5a8cd-80bc-4240-b51b-ca649fd879b4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-25 22:43:27.948 1 INFO neutron.plugins.ml2.managers [None req-73d5a8cd-80bc-4240-b51b-ca649fd879b4 - - - - - -] Initializing mechanism driver 'l2population' 2026-02-25 22:43:27.961 1 INFO neutron.quota [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded quota_driver: . 2026-02-25 22:43:27.961 1 INFO neutron.plugins.ml2.plugin [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Modular L2 Plugin initialization complete 2026-02-25 22:43:27.962 1 INFO neutron.plugins.ml2.managers [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-25 22:43:27.962 1 INFO neutron.plugins.ml2.managers [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-25 22:43:27.962 1 INFO neutron.plugins.ml2.managers [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Got port-security extension from driver 'port_security' 2026-02-25 22:43:27.962 1 INFO neutron.extensions.vlantransparent [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Disabled vlantransparent extension. 2026-02-25 22:43:27.962 1 INFO neutron.extensions.qinq [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Disabled VLAN QinQ extension. 2026-02-25 22:43:27.963 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: qos 2026-02-25 22:43:27.973 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: router 2026-02-25 22:43:28.007 1 INFO neutron.services.service_base [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-25 22:43:28.007 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: segments 2026-02-25 22:43:28.071 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: trunk 2026-02-25 22:43:28.083 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: vpnaas 2026-02-25 22:43:28.114 1 WARNING stevedore.named [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-25 22:43:28.114 1 WARNING stevedore.named [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-25 22:43:28.334 1 INFO neutron_vpnaas.services.vpn.plugin [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-25 22:43:28.334 1 INFO neutron.common.utils [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-25 22:43:28.335 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: taas 2026-02-25 22:43:28.354 1 WARNING stevedore.named [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-25 22:43:28.355 1 WARNING stevedore.named [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-25 22:43:28.385 1 INFO neutron_taas.services.taas.taas_plugin [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-25 22:43:28.386 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: tapmirror 2026-02-25 22:43:28.397 1 WARNING stevedore.named [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-25 22:43:28.397 1 WARNING stevedore.named [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-25 22:43:28.416 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-25 22:43:28.417 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: auto_allocate 2026-02-25 22:43:28.424 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: tag 2026-02-25 22:43:28.434 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: timestamp 2026-02-25 22:43:28.437 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: network_ip_availability 2026-02-25 22:43:28.442 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: flavors 2026-02-25 22:43:28.446 1 INFO neutron.manager [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loading Plugin: revisions 2026-02-25 22:43:28.451 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Initializing extension manager. 2026-02-25 22:43:28.452 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: address-group 2026-02-25 22:43:28.453 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: address-scope 2026-02-25 22:43:28.454 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-25 22:43:28.455 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: agent 2026-02-25 22:43:28.456 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: agent-resources-synced 2026-02-25 22:43:28.457 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: allowed-address-pairs 2026-02-25 22:43:28.458 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: auto-allocated-topology 2026-02-25 22:43:28.459 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: availability_zone 2026-02-25 22:43:28.460 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: availability_zone_filter 2026-02-25 22:43:28.460 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-25 22:43:28.461 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: default-subnetpools 2026-02-25 22:43:28.463 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-25 22:43:28.463 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: dns-integration 2026-02-25 22:43:28.464 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: dns-domain-ports 2026-02-25 22:43:28.465 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-25 22:43:28.466 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: dvr 2026-02-25 22:43:28.466 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-25 22:43:28.467 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: empty-string-filtering 2026-02-25 22:43:28.468 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-25 22:43:28.469 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-25 22:43:28.469 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: external-net 2026-02-25 22:43:28.470 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-25 22:43:28.471 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: extraroute 2026-02-25 22:43:28.472 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: extraroute-atomic 2026-02-25 22:43:28.472 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-25 22:43:28.473 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-25 22:43:28.474 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-25 22:43:28.474 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-25 22:43:28.475 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: fip-port-details 2026-02-25 22:43:28.476 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: flavors 2026-02-25 22:43:28.478 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-25 22:43:28.479 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: floatingip-pools 2026-02-25 22:43:28.479 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: ip_allocation 2026-02-25 22:43:28.480 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: ip-substring-filtering 2026-02-25 22:43:28.481 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: l2_adjacency 2026-02-25 22:43:28.482 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: router 2026-02-25 22:43:28.484 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-25 22:43:28.485 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-25 22:43:28.486 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-25 22:43:28.487 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: ext-gw-mode 2026-02-25 22:43:28.488 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: l3-ha 2026-02-25 22:43:28.488 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-25 22:43:28.489 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-25 22:43:28.490 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: l3-flavors 2026-02-25 22:43:28.491 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-25 22:43:28.491 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-25 22:43:28.494 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-25 22:43:28.496 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-25 22:43:28.497 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-25 22:43:28.498 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-25 22:43:28.499 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-25 22:43:28.499 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: multi-provider 2026-02-25 22:43:28.500 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: net-mtu 2026-02-25 22:43:28.501 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: net-mtu-writable 2026-02-25 22:43:28.501 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: network_availability_zone 2026-02-25 22:43:28.502 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: network_ha 2026-02-25 22:43:28.503 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: network-ip-availability 2026-02-25 22:43:28.504 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-25 22:43:28.505 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: pagination 2026-02-25 22:43:28.506 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: port-device-profile 2026-02-25 22:43:28.506 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-25 22:43:28.507 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-25 22:43:28.507 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-25 22:43:28.508 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: port-mac-override 2026-02-25 22:43:28.508 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-25 22:43:28.509 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-25 22:43:28.509 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-25 22:43:28.509 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: port-resource-request 2026-02-25 22:43:28.510 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: port-resource-request-groups 2026-02-25 22:43:28.510 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-25 22:43:28.511 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: binding 2026-02-25 22:43:28.511 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: binding-extended 2026-02-25 22:43:28.512 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: port-security 2026-02-25 22:43:28.512 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: project-id 2026-02-25 22:43:28.513 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: provider 2026-02-25 22:43:28.513 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-25 22:43:28.515 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos 2026-02-25 22:43:28.516 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-25 22:43:28.516 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-25 22:43:28.517 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos-default 2026-02-25 22:43:28.517 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos-fip 2026-02-25 22:43:28.518 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-25 22:43:28.518 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos-gateway-ip 2026-02-25 22:43:28.518 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos-port-network-policy 2026-02-25 22:43:28.519 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos-pps-minimum 2026-02-25 22:43:28.519 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-25 22:43:28.520 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos-pps 2026-02-25 22:43:28.520 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos-rule-type-details 2026-02-25 22:43:28.521 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-25 22:43:28.521 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: qos-rules-alias 2026-02-25 22:43:28.522 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: quota-check-limit 2026-02-25 22:43:28.522 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: quota-check-limit-default 2026-02-25 22:43:28.524 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: quotas 2026-02-25 22:43:28.527 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: quota_details 2026-02-25 22:43:28.528 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: rbac-policies 2026-02-25 22:43:28.529 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: rbac-address-group 2026-02-25 22:43:28.529 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: rbac-address-scope 2026-02-25 22:43:28.529 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: rbac-security-groups 2026-02-25 22:43:28.530 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: rbac-subnetpool 2026-02-25 22:43:28.530 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: revision-if-match 2026-02-25 22:43:28.531 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: standard-attr-revisions 2026-02-25 22:43:28.531 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: router_availability_zone 2026-02-25 22:43:28.532 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-25 22:43:28.533 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: security-groups-default-rules 2026-02-25 22:43:28.534 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-25 22:43:28.534 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-25 22:43:28.535 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-25 22:43:28.535 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-25 22:43:28.536 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-25 22:43:28.539 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: security-group 2026-02-25 22:43:28.540 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: segment 2026-02-25 22:43:28.541 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-25 22:43:28.541 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: service-type 2026-02-25 22:43:28.542 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: sorting 2026-02-25 22:43:28.542 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: standard-attr-segment 2026-02-25 22:43:28.543 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: standard-attr-description 2026-02-25 22:43:28.543 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: stateful-security-group 2026-02-25 22:43:28.543 1 WARNING neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-25 22:43:28.544 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-25 22:43:28.544 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: subnet-external-network 2026-02-25 22:43:28.545 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: subnet_onboard 2026-02-25 22:43:28.545 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-25 22:43:28.546 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: subnet-service-types 2026-02-25 22:43:28.547 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: subnet_allocation 2026-02-25 22:43:28.547 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-25 22:43:28.548 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: tag-creation 2026-02-25 22:43:28.548 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-25 22:43:28.552 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: standard-attr-tag 2026-02-25 22:43:28.552 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-25 22:43:28.553 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: trunk 2026-02-25 22:43:28.554 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: trunk-details 2026-02-25 22:43:28.554 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-25 22:43:28.554 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-25 22:43:28.555 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-25 22:43:28.556 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-25 22:43:28.557 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-25 22:43:28.558 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-25 22:43:28.558 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: vpn-flavors 2026-02-25 22:43:28.560 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: vpnaas 2026-02-25 22:43:28.561 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: taas 2026-02-25 22:43:28.562 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: tap-mirror 2026-02-25 22:43:28.562 1 INFO neutron.api.extensions [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Loaded extension: taas-vlan-filter 2026-02-25 22:43:28.565 1 INFO oslo_service.backend.eventlet.service [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Starting 2 workers 2026-02-25 22:43:28.570 1 INFO oslo_service.backend.eventlet.service [None req-34b95fa2-1d92-4311-a416-2eaf4d7aaff9 - - - - - -] Starting 1 workers 2026-02-25 22:44:13.043 12 INFO neutron.db.l3_hamode_db [None req-90b5bdb1-6d0a-4901-864b-68999ac3f898 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-25 22:44:33.386 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port ef3350bb-abd0-4e97-bef1-da3a6f493382 2026-02-25 22:44:34.908 12 INFO neutron.plugins.ml2.plugin [None req-1633514f-313b-43b5-9381-30c5aaad72ad - - - - - -] Attempt 1 to provision port ef3350bb-abd0-4e97-bef1-da3a6f493382 2026-02-25 22:44:35.261 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port ef3350bb-abd0-4e97-bef1-da3a6f493382 2026-02-25 22:44:36.607 12 INFO neutron.plugins.ml2.plugin [None req-3726554f-ab44-4ba3-a31b-4d6a1f85de3e - - - - - -] Attempt 1 to provision port ef3350bb-abd0-4e97-bef1-da3a6f493382 2026-02-25 22:48:59.526 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port f6e55bfb-4c85-4f37-86f7-fd9675973a3b 2026-02-25 22:49:00.389 12 INFO neutron.plugins.ml2.plugin [None req-bf00247e-1090-4900-9f5f-dd9685c0ff3a - - - - - -] Attempt 1 to provision port f6e55bfb-4c85-4f37-86f7-fd9675973a3b 2026-02-25 22:49:01.432 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port f6e55bfb-4c85-4f37-86f7-fd9675973a3b 2026-02-25 22:49:02.065 12 INFO neutron.plugins.ml2.plugin [None req-be1e7b0a-7883-4c95-8fe2-f8bb09f50a1b - - - - - -] Attempt 1 to provision port f6e55bfb-4c85-4f37-86f7-fd9675973a3b 2026-02-25 22:49:07.220 12 INFO neutron.plugins.ml2.plugin [None req-f2be94a1-fdd8-4e4b-b0e6-257b489893b2 - - - - - -] Attempt 1 to provision port 9916837e-865b-4d96-84c0-bda6d4af9d9c 2026-02-25 22:53:04.286 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 9916837e-865b-4d96-84c0-bda6d4af9d9c 2026-02-25 22:53:05.724 11 INFO neutron.plugins.ml2.plugin [None req-463f10ab-8394-443b-ae25-0c4c6a6fbd36 - - - - - -] Attempt 1 to provision port 9916837e-865b-4d96-84c0-bda6d4af9d9c 2026-02-25 23:03:34.216 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port af8787a5-7794-4086-a85d-e8e96be8971b 2026-02-25 23:03:36.216 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port af8787a5-7794-4086-a85d-e8e96be8971b 2026-02-25 23:18:00.900 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port f2dcb583-9185-454f-9b90-765c5590bcb3 2026-02-25 23:18:02.933 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port f2dcb583-9185-454f-9b90-765c5590bcb3 2026-02-25 23:18:03.121 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 4af505e4-b02a-4e14-a4d0-a750e1c3d63d 2026-02-25 23:18:03.140 12 INFO neutron.plugins.ml2.plugin [None req-ff8ec62e-553a-4f78-a89e-a4fa4654f08d - - - - - -] Attempt 1 to provision port f2dcb583-9185-454f-9b90-765c5590bcb3 2026-02-25 23:18:03.195 12 INFO neutron.plugins.ml2.plugin [None req-ff8ec62e-553a-4f78-a89e-a4fa4654f08d - - - - - -] Attempt 1 to provision port 4af505e4-b02a-4e14-a4d0-a750e1c3d63d 2026-02-25 23:18:04.867 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 4af505e4-b02a-4e14-a4d0-a750e1c3d63d 2026-02-25 23:18:06.920 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 24edb87c-c6e4-431d-b718-2c446dd993df 2026-02-25 23:18:08.928 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 24edb87c-c6e4-431d-b718-2c446dd993df 2026-02-25 23:18:12.992 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 788f0869-c11e-480e-9ce7-49fcce1265f2 2026-02-25 23:18:13.436 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port b4959613-3b8e-4689-8b8b-9ef0d255dc9f 2026-02-25 23:18:13.809 11 INFO neutron.plugins.ml2.plugin [None req-d796c304-620c-4628-8b0f-05d2d68ea950 - - - - - -] Attempt 1 to provision port 4af505e4-b02a-4e14-a4d0-a750e1c3d63d 2026-02-25 23:18:13.894 11 INFO neutron.plugins.ml2.plugin [None req-d796c304-620c-4628-8b0f-05d2d68ea950 - - - - - -] Attempt 1 to provision port f9f5e43f-8907-4560-bbd7-8ebb795084df 2026-02-25 23:18:13.939 11 INFO neutron.plugins.ml2.plugin [None req-d796c304-620c-4628-8b0f-05d2d68ea950 - - - - - -] Attempt 1 to provision port 4c6b7e93-de41-4119-ad0a-438599305964 2026-02-25 23:18:13.945 11 INFO neutron.plugins.ml2.plugin [None req-d796c304-620c-4628-8b0f-05d2d68ea950 - - - - - -] Attempt 1 to provision port b4959613-3b8e-4689-8b8b-9ef0d255dc9f 2026-02-25 23:18:14.028 11 INFO neutron.plugins.ml2.plugin [None req-d796c304-620c-4628-8b0f-05d2d68ea950 - - - - - -] Attempt 1 to provision port b92440ad-34f6-4d9e-ae30-3cd104354cf0 2026-02-25 23:18:14.914 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 788f0869-c11e-480e-9ce7-49fcce1265f2 2026-02-25 23:18:15.173 12 INFO neutron.plugins.ml2.plugin [None req-f11ae0dd-d3fd-4d97-b229-b2d9c8a22bf1 - - - - - -] Attempt 1 to provision port b4959613-3b8e-4689-8b8b-9ef0d255dc9f 2026-02-25 23:18:15.470 12 INFO neutron.plugins.ml2.plugin [None req-f11ae0dd-d3fd-4d97-b229-b2d9c8a22bf1 - - - - - -] Attempt 1 to provision port 4c6b7e93-de41-4119-ad0a-438599305964 2026-02-25 23:18:16.936 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 02ec0cec-008d-45ec-9209-d62bf9a4927d 2026-02-25 23:18:17.353 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port bb72c059-0950-47f8-bc54-a1ffcb98d007 2026-02-25 23:18:18.943 12 INFO neutron.plugins.ml2.plugin [None req-38e112c4-a262-42c8-b536-625e5a251004 - - - - - -] Attempt 1 to provision port d8d849f3-cfd0-4e94-8ede-b3b44318aeb1 2026-02-25 23:18:18.967 12 INFO neutron.plugins.ml2.plugin [None req-38e112c4-a262-42c8-b536-625e5a251004 - - - - - -] Attempt 1 to provision port f9f5e43f-8907-4560-bbd7-8ebb795084df 2026-02-25 23:18:18.970 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port bb72c059-0950-47f8-bc54-a1ffcb98d007 2026-02-25 23:18:19.165 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 02ec0cec-008d-45ec-9209-d62bf9a4927d 2026-02-25 23:18:21.998 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port bcf64029-8c72-4c3d-8937-0831c8213a72 2026-02-25 23:18:22.344 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port e57894fb-ae6f-4321-8f5a-35cdc7306f95 2026-02-25 23:18:22.525 12 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-d6afd66e-2ab3-4c40-8ac0-250b83fabcee'] response: {'server_uuid': 'e65183ff-5ce7-4e11-8c4b-1689c639b122', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bcf64029-8c72-4c3d-8937-0831c8213a72', 'code': 200} 2026-02-25 23:18:22.766 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 05424203-792f-4445-89e8-32dbb3c86192 2026-02-25 23:18:24.368 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port bcf64029-8c72-4c3d-8937-0831c8213a72 2026-02-25 23:18:24.556 12 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-ab95c247-2c4c-4b07-8af0-c2aaceeb8dd5'] response: {'server_uuid': '742a1f4c-ba8e-4392-bf79-888fd3451596', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '05424203-792f-4445-89e8-32dbb3c86192', 'code': 200} 2026-02-25 23:18:24.560 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 34fee06d-ffb9-4f10-9b43-46ae06d81cee 2026-02-25 23:18:25.019 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port e57894fb-ae6f-4321-8f5a-35cdc7306f95 2026-02-25 23:18:25.274 12 INFO neutron.plugins.ml2.plugin [None req-444d664c-efb3-472e-aeb0-04560c923aeb - - - - - -] Attempt 1 to provision port 05424203-792f-4445-89e8-32dbb3c86192 2026-02-25 23:18:26.274 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 34fee06d-ffb9-4f10-9b43-46ae06d81cee 2026-02-25 23:18:28.286 11 INFO neutron.plugins.ml2.plugin [None req-248f527b-3b41-417f-9325-138c4937fff9 - - - - - -] Attempt 1 to provision port 34fee06d-ffb9-4f10-9b43-46ae06d81cee 2026-02-25 23:18:28.368 11 INFO neutron.plugins.ml2.plugin [None req-248f527b-3b41-417f-9325-138c4937fff9 - - - - - -] Attempt 1 to provision port f9f5e43f-8907-4560-bbd7-8ebb795084df 2026-02-25 23:18:28.408 11 INFO neutron.plugins.ml2.plugin [None req-248f527b-3b41-417f-9325-138c4937fff9 - - - - - -] Attempt 1 to provision port a797147b-504f-4535-bf86-5a7b43c8a839 2026-02-25 23:18:28.458 11 INFO neutron.plugins.ml2.plugin [None req-248f527b-3b41-417f-9325-138c4937fff9 - - - - - -] Attempt 1 to provision port d70efba1-8245-405f-8524-b9dc95d778fd 2026-02-25 23:18:28.500 11 INFO neutron.plugins.ml2.plugin [None req-248f527b-3b41-417f-9325-138c4937fff9 - - - - - -] Attempt 1 to provision port e57894fb-ae6f-4321-8f5a-35cdc7306f95 2026-02-25 23:18:28.868 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 4124d6c1-e780-4c4b-9bdd-e74e658d42f3 2026-02-25 23:18:28.975 12 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-f8bcaf56-462a-4ba3-9a4a-a4aba2099fa5'] response: {'server_uuid': 'efcb9e99-db53-4395-8be2-fa096d3bf28a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4124d6c1-e780-4c4b-9bdd-e74e658d42f3', 'code': 200} 2026-02-25 23:18:30.915 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 4124d6c1-e780-4c4b-9bdd-e74e658d42f3 2026-02-25 23:18:31.227 12 INFO neutron.plugins.ml2.plugin [None req-9e8aee9b-18cf-4bfe-b942-c079b6fea604 - - - - - -] Attempt 1 to provision port a1794e65-4754-42e5-839c-bebe16bca41f 2026-02-25 23:18:31.321 12 INFO neutron.notifiers.nova [None req-9e8aee9b-18cf-4bfe-b942-c079b6fea604 - - - - - -] Nova event matching ['req-4bff5a06-3e04-43dc-840c-e39361f36018'] response: {'server_uuid': '11efaa21-c134-4e06-a852-c6d42f3c3b64', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a1794e65-4754-42e5-839c-bebe16bca41f', 'code': 200} 2026-02-25 23:18:32.834 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port a1794e65-4754-42e5-839c-bebe16bca41f 2026-02-25 23:18:34.791 11 INFO neutron.plugins.ml2.plugin [None req-e674a21d-ae54-4460-9094-bf2bb7fcfc4e - - - - - -] Attempt 1 to provision port 34fee06d-ffb9-4f10-9b43-46ae06d81cee 2026-02-25 23:18:34.874 11 INFO neutron.plugins.ml2.plugin [None req-e674a21d-ae54-4460-9094-bf2bb7fcfc4e - - - - - -] Attempt 1 to provision port 4124d6c1-e780-4c4b-9bdd-e74e658d42f3 2026-02-25 23:18:34.886 12 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-943a8930-b37b-4c4c-8c90-1e003b561ef3'] response: {'server_uuid': 'efcb9e99-db53-4395-8be2-fa096d3bf28a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4124d6c1-e780-4c4b-9bdd-e74e658d42f3', 'code': 200} 2026-02-25 23:18:35.171 11 INFO neutron.plugins.ml2.plugin [None req-e674a21d-ae54-4460-9094-bf2bb7fcfc4e - - - - - -] Attempt 1 to provision port b4959613-3b8e-4689-8b8b-9ef0d255dc9f 2026-02-25 23:18:35.240 11 INFO neutron.plugins.ml2.plugin [None req-e674a21d-ae54-4460-9094-bf2bb7fcfc4e - - - - - -] Attempt 1 to provision port bcf64029-8c72-4c3d-8937-0831c8213a72 2026-02-25 23:18:35.291 11 INFO neutron.plugins.ml2.plugin [None req-e674a21d-ae54-4460-9094-bf2bb7fcfc4e - - - - - -] Attempt 1 to provision port a797147b-504f-4535-bf86-5a7b43c8a839 2026-02-25 23:18:35.314 11 INFO neutron.plugins.ml2.plugin [None req-e674a21d-ae54-4460-9094-bf2bb7fcfc4e - - - - - -] Attempt 1 to provision port d70efba1-8245-405f-8524-b9dc95d778fd 2026-02-25 23:18:35.347 11 INFO neutron.plugins.ml2.plugin [None req-e674a21d-ae54-4460-9094-bf2bb7fcfc4e - - - - - -] Attempt 1 to provision port b92440ad-34f6-4d9e-ae30-3cd104354cf0 2026-02-25 23:18:35.371 11 INFO neutron.plugins.ml2.plugin [None req-e674a21d-ae54-4460-9094-bf2bb7fcfc4e - - - - - -] Attempt 1 to provision port e57894fb-ae6f-4321-8f5a-35cdc7306f95 2026-02-25 23:18:35.410 11 INFO neutron.notifiers.nova [None req-e674a21d-ae54-4460-9094-bf2bb7fcfc4e - - - - - -] Nova event matching ['req-5c46e172-4fc8-401e-baa8-fdbb26149a67'] response: {'server_uuid': 'efcb9e99-db53-4395-8be2-fa096d3bf28a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4124d6c1-e780-4c4b-9bdd-e74e658d42f3', 'code': 200} 2026-02-25 23:18:35.439 11 INFO neutron.plugins.ml2.plugin [None req-e674a21d-ae54-4460-9094-bf2bb7fcfc4e - - - - - -] Attempt 1 to provision port a1794e65-4754-42e5-839c-bebe16bca41f 2026-02-25 23:18:38.991 11 INFO neutron.plugins.ml2.plugin [None req-310267b0-f961-4fab-8dde-56d38ab75893 - - - - - -] Attempt 1 to provision port d311a1bd-d68a-4ef8-90a5-78c8423dbe53 2026-02-25 23:18:39.022 11 INFO neutron.plugins.ml2.plugin [None req-310267b0-f961-4fab-8dde-56d38ab75893 - - - - - -] Attempt 1 to provision port b92440ad-34f6-4d9e-ae30-3cd104354cf0 2026-02-25 23:18:42.362 11 INFO neutron.plugins.ml2.plugin [None req-cda01640-465a-49c0-8a25-67ff28c34f7f - - - - - -] Attempt 1 to provision port d70efba1-8245-405f-8524-b9dc95d778fd 2026-02-25 23:18:42.382 11 INFO neutron.plugins.ml2.plugin [None req-cda01640-465a-49c0-8a25-67ff28c34f7f - - - - - -] Attempt 1 to provision port b92440ad-34f6-4d9e-ae30-3cd104354cf0 2026-02-25 23:18:46.354 11 INFO neutron.plugins.ml2.plugin [None req-f375a990-ca5d-46e4-bede-66a9a3c90c2d - - - - - -] Attempt 1 to provision port bcf64029-8c72-4c3d-8937-0831c8213a72 2026-02-25 23:18:46.434 11 INFO neutron.plugins.ml2.plugin [None req-f375a990-ca5d-46e4-bede-66a9a3c90c2d - - - - - -] Attempt 1 to provision port d70efba1-8245-405f-8524-b9dc95d778fd 2026-02-25 23:18:48.846 12 INFO neutron.plugins.ml2.plugin [None req-01b6bf61-0056-4d97-bdc3-970d0cad1988 - - - - - -] Attempt 1 to provision port 99cf16fd-5bce-43b7-92ea-ea909c938cc4 2026-02-25 23:18:48.869 12 INFO neutron.plugins.ml2.plugin [None req-01b6bf61-0056-4d97-bdc3-970d0cad1988 - - - - - -] Attempt 1 to provision port a1794e65-4754-42e5-839c-bebe16bca41f 2026-02-25 23:18:52.706 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port b92440ad-34f6-4d9e-ae30-3cd104354cf0 2026-02-25 23:18:53.001 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port d311a1bd-d68a-4ef8-90a5-78c8423dbe53 2026-02-25 23:18:54.962 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port d311a1bd-d68a-4ef8-90a5-78c8423dbe53 2026-02-25 23:18:55.126 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port d70efba1-8245-405f-8524-b9dc95d778fd 2026-02-25 23:18:55.440 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port b92440ad-34f6-4d9e-ae30-3cd104354cf0 2026-02-25 23:18:55.685 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 99cf16fd-5bce-43b7-92ea-ea909c938cc4 2026-02-25 23:18:55.909 11 INFO neutron.plugins.ml2.plugin [None req-13c7cc40-8d5e-424d-945e-e6e6633b2758 - - - - - -] Attempt 1 to provision port bcf64029-8c72-4c3d-8937-0831c8213a72 2026-02-25 23:18:56.760 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port d70efba1-8245-405f-8524-b9dc95d778fd 2026-02-25 23:18:56.958 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 99cf16fd-5bce-43b7-92ea-ea909c938cc4 2026-02-25 23:18:59.124 11 INFO neutron.plugins.ml2.plugin [None req-654dd404-323e-4eb7-9aa5-5f1f48d68e15 - - - - - -] Attempt 1 to provision port bcf64029-8c72-4c3d-8937-0831c8213a72 2026-02-25 23:19:03.063 12 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-09f8fb1c-286f-4d94-bbf4-9a9935d5f093'] response: {'server_uuid': '11efaa21-c134-4e06-a852-c6d42f3c3b64', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a1794e65-4754-42e5-839c-bebe16bca41f', 'code': 200} 2026-02-25 23:19:05.253 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port a1794e65-4754-42e5-839c-bebe16bca41f 2026-02-25 23:19:05.354 11 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-42074597-7c88-46e4-86ca-f56acb55046a'] response: {'server_uuid': '11efaa21-c134-4e06-a852-c6d42f3c3b64', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a1794e65-4754-42e5-839c-bebe16bca41f', 'code': 200} 2026-02-25 23:19:06.738 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port a1794e65-4754-42e5-839c-bebe16bca41f 2026-02-25 23:19:14.789 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port b00a0fa0-5c53-4611-a20a-b61914b383fb 2026-02-25 23:19:16.830 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 06d9e6af-66c3-4cf9-810a-3798d4b6c1fe 2026-02-25 23:19:17.158 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port b00a0fa0-5c53-4611-a20a-b61914b383fb 2026-02-25 23:19:18.752 12 INFO neutron.plugins.ml2.plugin [None req-4a06cbe9-65b7-497f-bf10-b4543edeab92 - - - - - -] Attempt 1 to provision port 06d9e6af-66c3-4cf9-810a-3798d4b6c1fe 2026-02-25 23:19:18.759 12 INFO neutron.plugins.ml2.plugin [None req-4a06cbe9-65b7-497f-bf10-b4543edeab92 - - - - - -] Attempt 1 to provision port 06d9e6af-66c3-4cf9-810a-3798d4b6c1fe 2026-02-25 23:19:18.809 12 INFO neutron.plugins.ml2.plugin [None req-4a06cbe9-65b7-497f-bf10-b4543edeab92 - - - - - -] Attempt 1 to provision port 94ca1c1a-e6bf-4253-833f-4acd0d899a7e 2026-02-25 23:19:22.464 12 INFO neutron.plugins.ml2.plugin [None req-8a16677b-ba90-4e03-8d1b-1ba012d43487 - - - - - -] Attempt 1 to provision port 06d9e6af-66c3-4cf9-810a-3798d4b6c1fe 2026-02-25 23:19:22.510 12 INFO neutron.plugins.ml2.plugin [None req-8a16677b-ba90-4e03-8d1b-1ba012d43487 - - - - - -] Attempt 1 to provision port 94ca1c1a-e6bf-4253-833f-4acd0d899a7e 2026-02-25 23:19:24.817 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 1d0c2701-339e-49dc-8c92-4b2183fe846a 2026-02-25 23:19:30.826 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 2b165c8f-d023-4362-a917-31f6b27d1281 2026-02-25 23:19:31.229 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port cbc10ca6-73cf-4660-a09f-d077d773efff 2026-02-25 23:19:33.600 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 2b165c8f-d023-4362-a917-31f6b27d1281 2026-02-25 23:19:33.809 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 8b847712-2c55-465e-bf61-2d6fe196d395 2026-02-25 23:19:33.968 11 INFO neutron.notifiers.nova [None req-6d63c458-5f4d-45ff-8ef6-5e56c2bfbfe5 - - - - - -] Nova event matching ['req-b9ce9f4a-af45-4e63-996d-6345d08c0681'] response: {'server_uuid': '2d10cfa0-93bd-4a52-986c-09e933f8efa0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8b847712-2c55-465e-bf61-2d6fe196d395', 'code': 200} 2026-02-25 23:19:34.742 12 INFO neutron.plugins.ml2.plugin [None req-7f6ebfe0-29cc-47f9-b542-a8cc26396ca9 - - - - - -] Attempt 1 to provision port 92d444cf-4939-44ee-bc81-d60d27cf36cd 2026-02-25 23:19:34.832 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 92d444cf-4939-44ee-bc81-d60d27cf36cd 2026-02-25 23:19:34.963 12 INFO neutron.plugins.ml2.plugin [None req-7f6ebfe0-29cc-47f9-b542-a8cc26396ca9 - - - - - -] Attempt 1 to provision port 926fcfef-55d3-47d7-abac-f495de10316e 2026-02-25 23:19:35.018 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 8b847712-2c55-465e-bf61-2d6fe196d395 2026-02-25 23:19:36.935 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 92d444cf-4939-44ee-bc81-d60d27cf36cd 2026-02-25 23:19:37.124 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 62cd1003-6c91-4618-96d9-a0f84532a26b 2026-02-25 23:19:37.494 12 INFO neutron.plugins.ml2.plugin [None req-ae89e1f9-c6ff-41a4-9a80-dbb4d2ce67af - - - - - -] Attempt 1 to provision port 94ca1c1a-e6bf-4253-833f-4acd0d899a7e 2026-02-25 23:19:37.850 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port f99c32a9-37fa-41f1-b619-1a40ee23fe60 2026-02-25 23:19:39.477 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 62cd1003-6c91-4618-96d9-a0f84532a26b 2026-02-25 23:19:39.562 12 INFO neutron.plugins.ml2.plugin [None req-91bb84b9-99d2-44ad-b191-d873ea511fcf - - - - - -] Attempt 1 to provision port 92d444cf-4939-44ee-bc81-d60d27cf36cd 2026-02-25 23:19:39.630 12 INFO neutron.plugins.ml2.plugin [None req-91bb84b9-99d2-44ad-b191-d873ea511fcf - - - - - -] Attempt 1 to provision port 926fcfef-55d3-47d7-abac-f495de10316e 2026-02-25 23:19:39.761 11 INFO neutron.plugins.ml2.plugin [None req-1623af32-7fe2-4302-941c-5379e52d5121 - - - - - -] Attempt 1 to provision port 94ca1c1a-e6bf-4253-833f-4acd0d899a7e 2026-02-25 23:19:39.971 11 INFO neutron.plugins.ml2.plugin [None req-1623af32-7fe2-4302-941c-5379e52d5121 - - - - - -] Attempt 1 to provision port f99c32a9-37fa-41f1-b619-1a40ee23fe60 2026-02-25 23:19:41.563 11 INFO neutron.notifiers.nova [None req-1cfc0c9c-7d6d-4379-827a-e772e404a0fc - - - - - -] Nova event matching ['req-0cc814f2-3d49-49f0-94f3-fbd998676f4a'] response: {'server_uuid': '2d10cfa0-93bd-4a52-986c-09e933f8efa0', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8b847712-2c55-465e-bf61-2d6fe196d395', 'code': 200} 2026-02-25 23:19:43.303 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 6a9c7525-a234-40c2-8d2a-7cdff63800db 2026-02-25 23:19:45.331 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 7bb5b4dd-979e-48a8-89cf-627db3e631f8 2026-02-25 23:19:45.602 12 INFO neutron.plugins.ml2.plugin [None req-a5864bd7-423a-4363-a4f5-13eeef942564 - - - - - -] Attempt 1 to provision port f67257e8-d09e-4313-9ef8-cb5569684a33 2026-02-25 23:19:45.623 12 INFO neutron.plugins.ml2.plugin [None req-a5864bd7-423a-4363-a4f5-13eeef942564 - - - - - -] Attempt 1 to provision port 6a9c7525-a234-40c2-8d2a-7cdff63800db 2026-02-25 23:19:45.747 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 6a9c7525-a234-40c2-8d2a-7cdff63800db 2026-02-25 23:19:47.276 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 7bb5b4dd-979e-48a8-89cf-627db3e631f8 2026-02-25 23:19:49.663 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 9992098c-91ca-4e36-a3bc-5df7e8735aa6 2026-02-25 23:19:50.365 11 INFO neutron.plugins.ml2.plugin [None req-671de2c8-68f0-4493-8222-7d0b0186b4f2 - - - - - -] Attempt 1 to provision port d8315f5b-045e-47d3-bce7-5b38dd230225 2026-02-25 23:19:50.398 11 INFO neutron.plugins.ml2.plugin [None req-671de2c8-68f0-4493-8222-7d0b0186b4f2 - - - - - -] Attempt 1 to provision port 9992098c-91ca-4e36-a3bc-5df7e8735aa6 2026-02-25 23:19:52.536 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port b90470e1-1645-4082-810a-b420e87b2d29 2026-02-25 23:19:52.638 11 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-95dbba38-5a7e-4bba-8342-bfd09e750627'] response: {'server_uuid': 'bebce811-9468-46cf-9f15-3923ffc2c55a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b90470e1-1645-4082-810a-b420e87b2d29', 'code': 200} 2026-02-25 23:19:52.861 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 9992098c-91ca-4e36-a3bc-5df7e8735aa6 2026-02-25 23:19:55.503 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port b6327d8e-7a8b-4eaf-ac64-9c9da4518b31 2026-02-25 23:19:55.787 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 926fcfef-55d3-47d7-abac-f495de10316e 2026-02-25 23:19:55.948 12 INFO neutron.plugins.ml2.plugin [None req-e840c534-1a64-447c-8d4d-37ecfd027df1 - - - - - -] Attempt 1 to provision port d8315f5b-045e-47d3-bce7-5b38dd230225 2026-02-25 23:19:56.010 12 INFO neutron.plugins.ml2.plugin [None req-e840c534-1a64-447c-8d4d-37ecfd027df1 - - - - - -] Attempt 1 to provision port 6a9c7525-a234-40c2-8d2a-7cdff63800db 2026-02-25 23:19:56.075 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 7cec6262-4267-4def-9868-128b05454011 2026-02-25 23:19:56.091 12 INFO neutron.plugins.ml2.plugin [None req-e840c534-1a64-447c-8d4d-37ecfd027df1 - - - - - -] Attempt 1 to provision port 7cec6262-4267-4def-9868-128b05454011 2026-02-25 23:19:56.193 11 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-dc9f3d52-40bb-4e71-9555-37eecadf2f04'] response: {'server_uuid': '0671838a-a794-4dd7-9c51-676114f86c5e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7cec6262-4267-4def-9868-128b05454011', 'code': 200} 2026-02-25 23:19:56.517 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port f67257e8-d09e-4313-9ef8-cb5569684a33 2026-02-25 23:19:56.719 12 INFO neutron.plugins.ml2.plugin [None req-e840c534-1a64-447c-8d4d-37ecfd027df1 - - - - - -] Attempt 1 to provision port f67257e8-d09e-4313-9ef8-cb5569684a33 2026-02-25 23:19:56.774 12 INFO neutron.plugins.ml2.plugin [None req-e840c534-1a64-447c-8d4d-37ecfd027df1 - - - - - -] Attempt 1 to provision port 9992098c-91ca-4e36-a3bc-5df7e8735aa6 2026-02-25 23:19:56.853 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port b90470e1-1645-4082-810a-b420e87b2d29 2026-02-25 23:19:57.086 11 INFO neutron.plugins.ml2.plugin [None req-33be317b-d660-4e0f-af3e-04f2b7c4188d - - - - - -] Attempt 1 to provision port 439ccf44-cc05-44b8-962b-d95587536002 2026-02-25 23:19:57.624 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port b6327d8e-7a8b-4eaf-ac64-9c9da4518b31 2026-02-25 23:19:57.789 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 926fcfef-55d3-47d7-abac-f495de10316e 2026-02-25 23:19:57.997 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 7cec6262-4267-4def-9868-128b05454011 2026-02-25 23:19:58.213 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port f67257e8-d09e-4313-9ef8-cb5569684a33 2026-02-25 23:19:58.428 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 439ccf44-cc05-44b8-962b-d95587536002 2026-02-25 23:20:00.768 11 INFO neutron.plugins.ml2.plugin [None req-e29396da-df60-48ae-8ff4-d5878d59d500 - - - - - -] Attempt 1 to provision port f67257e8-d09e-4313-9ef8-cb5569684a33 2026-02-25 23:20:00.851 11 INFO neutron.plugins.ml2.plugin [None req-e29396da-df60-48ae-8ff4-d5878d59d500 - - - - - -] Attempt 1 to provision port b6327d8e-7a8b-4eaf-ac64-9c9da4518b31 2026-02-25 23:20:00.909 11 INFO neutron.plugins.ml2.plugin [None req-e29396da-df60-48ae-8ff4-d5878d59d500 - - - - - -] Attempt 1 to provision port 926fcfef-55d3-47d7-abac-f495de10316e 2026-02-25 23:20:01.593 11 INFO neutron.plugins.ml2.plugin [None req-dfa648ce-e65f-4900-bfa3-98d7ead0c0d2 - - - - - -] Attempt 1 to provision port 3d35836d-f60e-46d2-aa2c-b7e45cf9c37b 2026-02-25 23:20:03.693 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port d8315f5b-045e-47d3-bce7-5b38dd230225 2026-02-25 23:20:04.000 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 5f574ee7-36a5-4555-90c2-609f8c5a5022 2026-02-25 23:20:04.320 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 3d35836d-f60e-46d2-aa2c-b7e45cf9c37b 2026-02-25 23:20:04.651 12 INFO neutron.plugins.ml2.plugin [None req-ceccef2f-22f1-4736-b921-bfdb3795fca1 - - - - - -] Attempt 1 to provision port f67257e8-d09e-4313-9ef8-cb5569684a33 2026-02-25 23:20:04.716 12 INFO neutron.plugins.ml2.plugin [None req-ceccef2f-22f1-4736-b921-bfdb3795fca1 - - - - - -] Attempt 1 to provision port 926fcfef-55d3-47d7-abac-f495de10316e 2026-02-25 23:20:04.781 12 INFO neutron.plugins.ml2.plugin [None req-ceccef2f-22f1-4736-b921-bfdb3795fca1 - - - - - -] Attempt 1 to provision port 439ccf44-cc05-44b8-962b-d95587536002 2026-02-25 23:20:05.830 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 5f574ee7-36a5-4555-90c2-609f8c5a5022 2026-02-25 23:20:07.965 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 355ea1a3-3ddd-48e9-93ba-5a11f8ec8209 2026-02-25 23:20:09.688 11 INFO neutron.plugins.ml2.plugin [None req-88b94c8d-7410-4990-82bb-32b918980ca0 - - - - - -] Attempt 1 to provision port 355ea1a3-3ddd-48e9-93ba-5a11f8ec8209 2026-02-25 23:20:09.691 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 355ea1a3-3ddd-48e9-93ba-5a11f8ec8209 2026-02-25 23:20:09.738 11 INFO neutron.plugins.ml2.plugin [None req-88b94c8d-7410-4990-82bb-32b918980ca0 - - - - - -] Attempt 1 to provision port a854a644-c98e-456e-a03c-e087495ab72d 2026-02-25 23:20:09.761 11 INFO neutron.plugins.ml2.plugin [None req-88b94c8d-7410-4990-82bb-32b918980ca0 - - - - - -] Attempt 1 to provision port b90470e1-1645-4082-810a-b420e87b2d29 2026-02-25 23:20:12.684 12 INFO neutron.plugins.ml2.plugin [None req-175f8994-b157-40a5-9d98-c6e0b10e0b4f - - - - - -] Attempt 1 to provision port 355ea1a3-3ddd-48e9-93ba-5a11f8ec8209 2026-02-25 23:20:12.744 12 INFO neutron.plugins.ml2.plugin [None req-175f8994-b157-40a5-9d98-c6e0b10e0b4f - - - - - -] Attempt 1 to provision port a854a644-c98e-456e-a03c-e087495ab72d 2026-02-25 23:20:15.647 11 INFO neutron.plugins.ml2.plugin [None req-3db7525a-f563-4388-a270-a78d20dbdc01 - - - - - -] Attempt 1 to provision port a854a644-c98e-456e-a03c-e087495ab72d 2026-02-25 23:20:15.680 11 INFO neutron.plugins.ml2.plugin [None req-3db7525a-f563-4388-a270-a78d20dbdc01 - - - - - -] Attempt 1 to provision port ab3725e8-97ba-43b0-a287-422dbf046d2e 2026-02-25 23:20:16.166 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port ce4fe95d-fce2-4986-8d14-b7840e1d94b5 2026-02-25 23:20:16.310 12 INFO neutron.notifiers.nova [None req-3b04b779-62fa-426e-b081-70abbb1c46fb - - - - - -] Nova event matching ['req-ffc1f50d-7b5f-4896-8a7d-737cfd040ecb'] response: {'server_uuid': '68cbf191-b156-41e9-b4c0-593d2546ba47', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ce4fe95d-fce2-4986-8d14-b7840e1d94b5', 'code': 200} 2026-02-25 23:20:17.681 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port ce4fe95d-fce2-4986-8d14-b7840e1d94b5 2026-02-25 23:20:18.647 12 INFO neutron.plugins.ml2.plugin [None req-b59f732a-4c2d-4e6a-8648-1da1a5ff8e31 - - - - - -] Attempt 1 to provision port a854a644-c98e-456e-a03c-e087495ab72d 2026-02-25 23:20:18.667 12 INFO neutron.plugins.ml2.plugin [None req-b59f732a-4c2d-4e6a-8648-1da1a5ff8e31 - - - - - -] Attempt 1 to provision port a7efcc82-ceed-4895-973f-f94b857b094f 2026-02-25 23:20:19.610 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port a854a644-c98e-456e-a03c-e087495ab72d 2026-02-25 23:20:20.663 12 INFO neutron.plugins.ml2.plugin [None req-a98c6ee5-c0c8-4039-a95a-7e06e127998d - - - - - -] Attempt 1 to provision port ce4fe95d-fce2-4986-8d14-b7840e1d94b5 2026-02-25 23:20:21.673 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port a854a644-c98e-456e-a03c-e087495ab72d 2026-02-25 23:20:21.870 12 INFO neutron.plugins.ml2.plugin [None req-3ab54703-82dd-4935-be6e-c662d0c09c9e - - - - - -] Attempt 1 to provision port ab3725e8-97ba-43b0-a287-422dbf046d2e 2026-02-25 23:20:23.655 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port ab3725e8-97ba-43b0-a287-422dbf046d2e 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server [None req-178f8b7e-94f5-4ab8-958e-7307a8735f20 - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port eeee1850-1470-40df-8bb5-9691ed79253d could not be found. 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 292, in _get_port 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py", line 211, in get_by_id 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2804, in one 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1808, in one 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 752, in _only_one_row 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server raise self.value 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server raise self.value 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server raise self.value 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 340, in get_dhcp_port 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server raise self.value 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server raise self.value 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server raise self.value 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1666, in get_port 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 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-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 295, in _get_port 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port eeee1850-1470-40df-8bb5-9691ed79253d could not be found. 2026-02-25 23:20:27.649 12 ERROR oslo_messaging.rpc.server 2026-02-25 23:20:37.720 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port b892e0aa-0373-434f-9ad1-1e406f71eaa5 2026-02-25 23:20:38.987 12 INFO neutron.plugins.ml2.plugin [None req-82409fe5-d26a-46d0-b976-ca828e103e79 - - - - - -] Attempt 1 to provision port b892e0aa-0373-434f-9ad1-1e406f71eaa5 2026-02-25 23:20:39.657 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port b892e0aa-0373-434f-9ad1-1e406f71eaa5 2026-02-25 23:20:58.211 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 80da030b-82bc-406a-9c06-fe71818f0d09 2026-02-25 23:20:58.329 12 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-ca6cffb5-12a7-44c9-a24f-58a90f4349c2'] response: {'server_uuid': 'eeb8c2d7-4a9e-42ee-9339-fae7f010115b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '80da030b-82bc-406a-9c06-fe71818f0d09', 'code': 200} 2026-02-25 23:20:59.227 12 INFO neutron.plugins.ml2.plugin [None req-d3d53eb8-73c9-4ab1-af3d-8a9d2387ce23 - - - - - -] Attempt 1 to provision port 80da030b-82bc-406a-9c06-fe71818f0d09 2026-02-25 23:20:59.629 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 80da030b-82bc-406a-9c06-fe71818f0d09 2026-02-25 23:21:13.711 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port df85c5be-2a22-4453-b44f-9ab0877792d4 2026-02-25 23:21:14.388 12 INFO neutron.plugins.ml2.plugin [None req-f0ca4ffa-8107-4d75-8613-9486419dc0f1 - - - - - -] Attempt 1 to provision port df85c5be-2a22-4453-b44f-9ab0877792d4 2026-02-25 23:21:15.708 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port df85c5be-2a22-4453-b44f-9ab0877792d4 2026-02-25 23:21:15.913 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 1a1f830b-09d7-469b-9406-88c0af1ecb94 2026-02-25 23:21:17.648 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 1a1f830b-09d7-469b-9406-88c0af1ecb94 2026-02-25 23:21:17.856 11 INFO neutron.plugins.ml2.plugin [None req-351bf7e6-830f-4937-813a-54f9937efb7a - - - - - -] Attempt 1 to provision port 13cfc666-23c1-4694-bc79-aaf023bff996 2026-02-25 23:21:17.879 11 INFO neutron.plugins.ml2.plugin [None req-351bf7e6-830f-4937-813a-54f9937efb7a - - - - - -] Attempt 1 to provision port d53d2a1c-1e93-494a-8de1-859ef568d594 2026-02-25 23:21:17.923 11 INFO neutron.plugins.ml2.plugin [None req-351bf7e6-830f-4937-813a-54f9937efb7a - - - - - -] Attempt 1 to provision port df85c5be-2a22-4453-b44f-9ab0877792d4 2026-02-25 23:21:20.092 11 INFO neutron.plugins.ml2.plugin [None req-330280e7-07f5-411c-972f-0456cf89c190 - - - - - -] Attempt 1 to provision port 13cfc666-23c1-4694-bc79-aaf023bff996 2026-02-25 23:21:21.318 12 INFO neutron.plugins.ml2.plugin [None req-91d1bedc-ecbf-4fd7-8f13-6933d043f8dc - - - - - -] Attempt 1 to provision port 13cfc666-23c1-4694-bc79-aaf023bff996 2026-02-25 23:21:28.776 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port f5747015-6efa-4db4-a1d6-1e51d528dc11 2026-02-25 23:21:28.928 11 INFO neutron.notifiers.nova [None req-0bf92d8c-5332-41ae-b499-64b63f1a7e4d - - - - - -] Nova event matching ['req-e979e6cd-eac4-4a18-b858-50f476e006ea'] response: {'server_uuid': '0725d316-86ca-450e-b24a-87da4f432f78', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f5747015-6efa-4db4-a1d6-1e51d528dc11', 'code': 200} 2026-02-25 23:21:29.846 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port f5747015-6efa-4db4-a1d6-1e51d528dc11 2026-02-25 23:21:31.860 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port d53d2a1c-1e93-494a-8de1-859ef568d594 2026-02-25 23:21:32.107 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 13cfc666-23c1-4694-bc79-aaf023bff996 2026-02-25 23:21:34.063 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port d53d2a1c-1e93-494a-8de1-859ef568d594 2026-02-25 23:21:34.222 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 13cfc666-23c1-4694-bc79-aaf023bff996 2026-02-25 23:22:05.867 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port fe53f0aa-8b1c-41b5-8936-e77fa0b56caa 2026-02-25 23:22:06.776 12 INFO neutron.plugins.ml2.plugin [None req-23664cc8-d695-4344-b750-7b288cc5143c - - - - - -] Attempt 1 to provision port fe53f0aa-8b1c-41b5-8936-e77fa0b56caa 2026-02-25 23:22:11.874 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 07146607-c52d-42c3-9df1-23b1fa1d05d2 2026-02-25 23:22:12.183 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 14bbe9b0-4893-4153-95b0-649bfbfbcc62 2026-02-25 23:22:13.877 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 07146607-c52d-42c3-9df1-23b1fa1d05d2 2026-02-25 23:22:14.094 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 14bbe9b0-4893-4153-95b0-649bfbfbcc62 2026-02-25 23:22:16.050 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 90c11503-69fd-4f66-a180-c30f1ca625e5 2026-02-25 23:22:17.508 12 INFO neutron.plugins.ml2.plugin [None req-cfdadd93-97c3-4d17-902e-28171b1ea145 - - - - - -] Attempt 1 to provision port 90c11503-69fd-4f66-a180-c30f1ca625e5 2026-02-25 23:22:17.560 12 INFO neutron.plugins.ml2.plugin [None req-cfdadd93-97c3-4d17-902e-28171b1ea145 - - - - - -] Attempt 1 to provision port 07146607-c52d-42c3-9df1-23b1fa1d05d2 2026-02-25 23:22:17.600 12 INFO neutron.plugins.ml2.plugin [None req-cfdadd93-97c3-4d17-902e-28171b1ea145 - - - - - -] Attempt 1 to provision port 713dcad8-02cf-4e90-9e6f-c778817e26f2 2026-02-25 23:22:18.013 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 90c11503-69fd-4f66-a180-c30f1ca625e5 2026-02-25 23:22:19.893 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port c26f28f7-f2fb-44a7-b0e3-269ea2336ed0 2026-02-25 23:22:21.865 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port c26f28f7-f2fb-44a7-b0e3-269ea2336ed0 2026-02-25 23:22:25.306 11 INFO neutron.plugins.ml2.plugin [None req-cfd0dd69-0a22-4941-bcad-ba230b177f11 - - - - - -] Attempt 1 to provision port c26f28f7-f2fb-44a7-b0e3-269ea2336ed0 2026-02-25 23:22:25.352 11 INFO neutron.plugins.ml2.plugin [None req-cfd0dd69-0a22-4941-bcad-ba230b177f11 - - - - - -] Attempt 1 to provision port 1734e4ee-bb65-4ff0-96c7-66d02e001589 2026-02-25 23:22:25.375 11 INFO neutron.plugins.ml2.plugin [None req-cfd0dd69-0a22-4941-bcad-ba230b177f11 - - - - - -] Attempt 1 to provision port 90c11503-69fd-4f66-a180-c30f1ca625e5 2026-02-25 23:22:25.421 11 INFO neutron.plugins.ml2.plugin [None req-cfd0dd69-0a22-4941-bcad-ba230b177f11 - - - - - -] Attempt 1 to provision port 07146607-c52d-42c3-9df1-23b1fa1d05d2 2026-02-25 23:22:25.460 11 INFO neutron.plugins.ml2.plugin [None req-cfd0dd69-0a22-4941-bcad-ba230b177f11 - - - - - -] Attempt 1 to provision port 713dcad8-02cf-4e90-9e6f-c778817e26f2 2026-02-25 23:22:25.481 11 INFO neutron.plugins.ml2.plugin [None req-cfd0dd69-0a22-4941-bcad-ba230b177f11 - - - - - -] Attempt 1 to provision port f4469710-5fc2-4985-89b1-24d1011b5e07 2026-02-25 23:22:26.413 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 6c0372ea-1fea-4368-8dc2-b72d7e95b8f8 2026-02-25 23:22:26.513 11 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-b5486f41-232d-4f50-a14b-51e72094f763'] response: {'server_uuid': 'e889e410-2109-443c-b599-6a653906a84f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6c0372ea-1fea-4368-8dc2-b72d7e95b8f8', 'code': 200} 2026-02-25 23:22:27.892 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 6c0372ea-1fea-4368-8dc2-b72d7e95b8f8 2026-02-25 23:22:29.954 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 1734e4ee-bb65-4ff0-96c7-66d02e001589 2026-02-25 23:22:30.020 11 INFO neutron.plugins.ml2.plugin [None req-2d2f2d15-edd7-4afe-a352-18d38b36114d - - - - - -] Attempt 1 to provision port 6c0372ea-1fea-4368-8dc2-b72d7e95b8f8 2026-02-25 23:22:30.068 11 INFO neutron.plugins.ml2.plugin [None req-2d2f2d15-edd7-4afe-a352-18d38b36114d - - - - - -] Attempt 1 to provision port 1734e4ee-bb65-4ff0-96c7-66d02e001589 2026-02-25 23:22:30.112 11 INFO neutron.plugins.ml2.plugin [None req-2d2f2d15-edd7-4afe-a352-18d38b36114d - - - - - -] Attempt 1 to provision port 90c11503-69fd-4f66-a180-c30f1ca625e5 2026-02-25 23:22:30.162 11 INFO neutron.plugins.ml2.plugin [None req-2d2f2d15-edd7-4afe-a352-18d38b36114d - - - - - -] Attempt 1 to provision port 07146607-c52d-42c3-9df1-23b1fa1d05d2 2026-02-25 23:22:30.257 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port bed7199c-04ce-4039-8100-5d1379fdda9b 2026-02-25 23:22:30.259 11 INFO neutron.plugins.ml2.plugin [None req-2d2f2d15-edd7-4afe-a352-18d38b36114d - - - - - -] Attempt 1 to provision port 713dcad8-02cf-4e90-9e6f-c778817e26f2 2026-02-25 23:22:30.552 12 INFO neutron.plugins.ml2.plugin [None req-434b7d59-9e2f-41e9-a847-63596d0b5c8d - - - - - -] Attempt 1 to provision port 713dcad8-02cf-4e90-9e6f-c778817e26f2 2026-02-25 23:22:30.759 12 INFO neutron.plugins.ml2.plugin [None req-434b7d59-9e2f-41e9-a847-63596d0b5c8d - - - - - -] Attempt 1 to provision port f4469710-5fc2-4985-89b1-24d1011b5e07 2026-02-25 23:22:31.887 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 1734e4ee-bb65-4ff0-96c7-66d02e001589 2026-02-25 23:22:32.059 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port bed7199c-04ce-4039-8100-5d1379fdda9b 2026-02-25 23:22:32.199 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 713dcad8-02cf-4e90-9e6f-c778817e26f2 2026-02-25 23:22:32.399 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port f4469710-5fc2-4985-89b1-24d1011b5e07 2026-02-25 23:22:34.592 11 INFO neutron.plugins.ml2.plugin [None req-43ae616a-5806-402d-a190-da4c1c97639f - - - - - -] Attempt 1 to provision port bed7199c-04ce-4039-8100-5d1379fdda9b 2026-02-25 23:22:34.650 11 INFO neutron.plugins.ml2.plugin [None req-d91a7c1d-2576-42b2-bebb-a0cd07de3501 - - - - - -] Attempt 1 to provision port 1734e4ee-bb65-4ff0-96c7-66d02e001589 2026-02-25 23:22:34.706 11 INFO neutron.plugins.ml2.plugin [None req-d91a7c1d-2576-42b2-bebb-a0cd07de3501 - - - - - -] Attempt 1 to provision port f4469710-5fc2-4985-89b1-24d1011b5e07 2026-02-25 23:22:34.757 11 INFO neutron.plugins.ml2.plugin [None req-d91a7c1d-2576-42b2-bebb-a0cd07de3501 - - - - - -] Attempt 1 to provision port c26f28f7-f2fb-44a7-b0e3-269ea2336ed0 2026-02-25 23:22:38.581 11 INFO neutron.plugins.ml2.plugin [None req-8cb761d4-8af7-4928-9695-b078013c3ec7 - - - - - -] Attempt 1 to provision port 1734e4ee-bb65-4ff0-96c7-66d02e001589 2026-02-25 23:22:38.633 11 INFO neutron.plugins.ml2.plugin [None req-8cb761d4-8af7-4928-9695-b078013c3ec7 - - - - - -] Attempt 1 to provision port c26f28f7-f2fb-44a7-b0e3-269ea2336ed0 2026-02-25 23:22:38.694 11 INFO neutron.plugins.ml2.plugin [None req-8cb761d4-8af7-4928-9695-b078013c3ec7 - - - - - -] Attempt 1 to provision port f4469710-5fc2-4985-89b1-24d1011b5e07 2026-02-25 23:22:38.747 11 INFO neutron.plugins.ml2.plugin [None req-8cb761d4-8af7-4928-9695-b078013c3ec7 - - - - - -] Attempt 1 to provision port 713dcad8-02cf-4e90-9e6f-c778817e26f2 2026-02-25 23:22:40.764 12 INFO neutron.plugins.ml2.plugin [None req-6a77424c-1b78-4a98-898d-3a279a9ba42d - - - - - -] Attempt 1 to provision port f4469710-5fc2-4985-89b1-24d1011b5e07 2026-02-25 23:22:40.916 12 INFO neutron.plugins.ml2.plugin [None req-6a77424c-1b78-4a98-898d-3a279a9ba42d - - - - - -] Attempt 1 to provision port 713dcad8-02cf-4e90-9e6f-c778817e26f2 2026-02-25 23:22:42.929 11 INFO neutron.plugins.ml2.plugin [None req-e3bbffb8-faef-4206-b52d-02c1872bcc91 - - - - - -] Attempt 1 to provision port 6c0372ea-1fea-4368-8dc2-b72d7e95b8f8 2026-02-25 23:22:43.002 11 INFO neutron.plugins.ml2.plugin [None req-e3bbffb8-faef-4206-b52d-02c1872bcc91 - - - - - -] Attempt 1 to provision port f4469710-5fc2-4985-89b1-24d1011b5e07 2026-02-25 23:22:43.921 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 403501b2-456c-4a26-8115-f0e2b940e328 2026-02-25 23:22:44.004 11 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-85fec206-a95b-44c2-b9cf-d77582aa45fc'] response: {'server_uuid': '699f6896-8e80-421c-91be-8476c7aaa8f7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '403501b2-456c-4a26-8115-f0e2b940e328', 'code': 200} 2026-02-25 23:22:44.301 11 INFO neutron.plugins.ml2.plugin [None req-0a990632-2a6a-4996-b2e7-0fb5bc9ad1fc - - - - - -] Attempt 1 to provision port 403501b2-456c-4a26-8115-f0e2b940e328 2026-02-25 23:22:45.918 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 403501b2-456c-4a26-8115-f0e2b940e328 2026-02-25 23:23:16.193 11 INFO neutron.plugins.ml2.plugin [None req-cf8e0819-19dd-40d8-93a0-eb71d299a15a - - - - - -] Attempt 1 to provision port d6a0355c-e956-4de0-8649-7ec80fcccfd7 2026-02-25 23:23:36.464 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port a5390c14-c136-4118-aa35-3795fbe548f5 2026-02-25 23:23:36.594 11 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-f176c611-a2dc-4405-9d74-31838a36cb97'] response: {'server_uuid': 'ba9d81f9-ef9c-4aa9-8fda-90ea1931ceb7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a5390c14-c136-4118-aa35-3795fbe548f5', 'code': 200} 2026-02-25 23:23:37.940 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port a5390c14-c136-4118-aa35-3795fbe548f5 2026-02-25 23:24:17.373 12 INFO neutron.plugins.ml2.plugin [None req-0d042d0d-4228-49c1-b418-6aa1f88f50cb - - - - - -] Attempt 1 to provision port cc9e5402-2cc8-4417-ae2b-0999d6c1c7d0 2026-02-25 23:24:21.989 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port cc9e5402-2cc8-4417-ae2b-0999d6c1c7d0 2026-02-25 23:24:22.104 11 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-5a167ea8-cefe-4f66-b829-6d8f590c192a'] response: {'server_uuid': 'ba9d81f9-ef9c-4aa9-8fda-90ea1931ceb7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cc9e5402-2cc8-4417-ae2b-0999d6c1c7d0', 'code': 200} 2026-02-25 23:24:23.988 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port cc9e5402-2cc8-4417-ae2b-0999d6c1c7d0 2026-02-25 23:24:26.489 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port cc9e5402-2cc8-4417-ae2b-0999d6c1c7d0 2026-02-25 23:24:53.301 12 INFO neutron.plugins.ml2.plugin [None req-098ed62f-e9cc-47fb-8430-8d4f75c8246c - - - - - -] Attempt 1 to provision port 9fcdf1ad-b8b0-4ccf-9617-1fc05b2417d4 2026-02-25 23:25:01.571 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 9fcdf1ad-b8b0-4ccf-9617-1fc05b2417d4 2026-02-25 23:25:01.723 12 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-ebd771f6-1ab7-4ca1-bc82-abaf62a0a074'] response: {'server_uuid': 'ba9d81f9-ef9c-4aa9-8fda-90ea1931ceb7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9fcdf1ad-b8b0-4ccf-9617-1fc05b2417d4', 'code': 200} 2026-02-25 23:25:02.161 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 9fcdf1ad-b8b0-4ccf-9617-1fc05b2417d4 2026-02-25 23:25:14.977 11 INFO neutron.plugins.ml2.plugin [None req-79bf824a-313e-4d14-be4e-207c403a179c - - - - - -] Attempt 1 to provision port 34f63ea8-0fb6-48ec-97d2-908f79b1b205 2026-02-25 23:25:22.242 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 34f63ea8-0fb6-48ec-97d2-908f79b1b205 2026-02-25 23:25:22.368 12 INFO neutron.notifiers.nova [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Nova event matching ['req-de04c5ae-c464-44cc-96b7-2e7d2ce0ffcd'] response: {'server_uuid': 'ba9d81f9-ef9c-4aa9-8fda-90ea1931ceb7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '34f63ea8-0fb6-48ec-97d2-908f79b1b205', 'code': 200} 2026-02-25 23:25:24.185 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 34f63ea8-0fb6-48ec-97d2-908f79b1b205 2026-02-25 23:25:25.598 11 INFO neutron.plugins.ml2.plugin [None req-9ecb918d-0463-4850-813b-a848949c8b8b - - - - - -] Attempt 1 to provision port 9fcdf1ad-b8b0-4ccf-9617-1fc05b2417d4 2026-02-25 23:25:26.224 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 9fcdf1ad-b8b0-4ccf-9617-1fc05b2417d4 2026-02-25 23:25:36.781 11 INFO neutron.plugins.ml2.plugin [None req-b77e3820-3db9-434c-bda7-9afe1008b734 - - - - - -] Attempt 1 to provision port 34f63ea8-0fb6-48ec-97d2-908f79b1b205 2026-02-25 23:25:38.126 11 INFO neutron.plugins.ml2.plugin [None req-109c20a8-c0a5-4947-89b0-190c079b6da3 - - - - - -] Attempt 1 to provision port 34f63ea8-0fb6-48ec-97d2-908f79b1b205 2026-02-25 23:25:38.219 12 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 34f63ea8-0fb6-48ec-97d2-908f79b1b205 2026-02-25 23:25:47.414 12 INFO neutron.plugins.ml2.plugin [None req-1209fc8a-bcf7-4bb4-86fd-2ab8c80a42ee - - - - - -] Attempt 1 to provision port 9fcdf1ad-b8b0-4ccf-9617-1fc05b2417d4 2026-02-25 23:25:48.212 11 INFO neutron.plugins.ml2.plugin [None req-2e4234cb-f633-409b-8ccb-210d35548777 - - - - - -] Attempt 1 to provision port 9fcdf1ad-b8b0-4ccf-9617-1fc05b2417d4