+ 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 2026-03-18 10:31:01.719 1 INFO neutron.common.config [-] Logging enabled! 2026-03-18 10:31:01.720 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.2.dev36 2026-03-18 10:31:01.720 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-03-18 10:31:01.720 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-18 10:31:03.361 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-18 10:31:03.363 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-18 10:31:03.367 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-18 10:31:03.368 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-18 10:31:03.368 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-18 10:31:03.368 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-18 10:31:03.368 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-18 10:31:03.375 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-18 10:31:03.375 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-18 10:31:03.375 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-18 10:31:03.394 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-18 10:31:03.395 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-18 10:31:03.395 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-18 10:31:03.413 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-18 10:31:03.414 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-18 10:31:03.414 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-18 10:31:03.414 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-18 10:31:03.707 1 INFO neutron.plugins.ml2.managers [None req-f3469f69-ebc2-4a0e-8c96-97fd6a4cdee6 - - - - - -] Initializing driver for type 'vlan' 2026-03-18 10:31:03.875 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f3469f69-ebc2-4a0e-8c96-97fd6a4cdee6 - - - - - -] VlanTypeDriver initialization complete 2026-03-18 10:31:03.876 1 INFO neutron.plugins.ml2.managers [None req-f3469f69-ebc2-4a0e-8c96-97fd6a4cdee6 - - - - - -] Initializing driver for type 'vxlan' 2026-03-18 10:31:03.876 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f3469f69-ebc2-4a0e-8c96-97fd6a4cdee6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-18 10:31:03.925 1 INFO neutron.plugins.ml2.managers [None req-f3469f69-ebc2-4a0e-8c96-97fd6a4cdee6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-18 10:31:03.926 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f3469f69-ebc2-4a0e-8c96-97fd6a4cdee6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-18 10:31:03.926 1 INFO neutron.plugins.ml2.managers [None req-f3469f69-ebc2-4a0e-8c96-97fd6a4cdee6 - - - - - -] Initializing extension driver 'port_security' 2026-03-18 10:31:03.926 1 INFO neutron.plugins.ml2.extensions.port_security [None req-f3469f69-ebc2-4a0e-8c96-97fd6a4cdee6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-18 10:31:03.926 1 INFO neutron.plugins.ml2.managers [None req-f3469f69-ebc2-4a0e-8c96-97fd6a4cdee6 - - - - - -] Initializing extension driver 'qos' 2026-03-18 10:31:03.927 1 INFO neutron.plugins.ml2.managers [None req-f3469f69-ebc2-4a0e-8c96-97fd6a4cdee6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-18 10:31:03.927 1 INFO neutron.plugins.ml2.managers [None req-f3469f69-ebc2-4a0e-8c96-97fd6a4cdee6 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-18 10:31:03.942 1 INFO neutron.quota [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded quota_driver: . 2026-03-18 10:31:03.943 1 INFO neutron.plugins.ml2.plugin [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Modular L2 Plugin initialization complete 2026-03-18 10:31:03.943 1 INFO neutron.plugins.ml2.managers [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-18 10:31:03.943 1 INFO neutron.plugins.ml2.managers [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-18 10:31:03.943 1 INFO neutron.plugins.ml2.managers [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Got port-security extension from driver 'port_security' 2026-03-18 10:31:03.944 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: qos 2026-03-18 10:31:03.955 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: router 2026-03-18 10:31:03.991 1 INFO neutron.services.service_base [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-18 10:31:03.992 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: segments 2026-03-18 10:31:04.056 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: trunk 2026-03-18 10:31:04.072 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: vpnaas 2026-03-18 10:31:04.105 1 WARNING stevedore.named [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-18 10:31:04.179 1 INFO neutron_vpnaas.services.vpn.plugin [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-18 10:31:04.180 1 INFO neutron.common.utils [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-18 10:31:04.180 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: taas 2026-03-18 10:31:04.201 1 WARNING stevedore.named [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-18 10:31:04.202 1 WARNING stevedore.named [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-18 10:31:04.229 1 INFO neutron_taas.services.taas.taas_plugin [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-18 10:31:04.230 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: tapmirror 2026-03-18 10:31:04.243 1 WARNING stevedore.named [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-18 10:31:04.244 1 WARNING stevedore.named [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-18 10:31:04.258 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-18 10:31:04.259 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: auto_allocate 2026-03-18 10:31:04.266 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: tag 2026-03-18 10:31:04.275 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: timestamp 2026-03-18 10:31:04.278 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: network_ip_availability 2026-03-18 10:31:04.282 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: flavors 2026-03-18 10:31:04.285 1 INFO neutron.manager [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loading Plugin: revisions 2026-03-18 10:31:04.287 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Initializing extension manager. 2026-03-18 10:31:04.289 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: address-group 2026-03-18 10:31:04.290 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: address-scope 2026-03-18 10:31:04.290 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-18 10:31:04.291 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: agent 2026-03-18 10:31:04.292 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: agent-resources-synced 2026-03-18 10:31:04.293 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: allowed-address-pairs 2026-03-18 10:31:04.293 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: auto-allocated-topology 2026-03-18 10:31:04.294 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: availability_zone 2026-03-18 10:31:04.294 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: availability_zone_filter 2026-03-18 10:31:04.295 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-18 10:31:04.295 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: default-subnetpools 2026-03-18 10:31:04.296 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-18 10:31:04.297 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: dns-integration 2026-03-18 10:31:04.297 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: dns-domain-ports 2026-03-18 10:31:04.298 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-18 10:31:04.298 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: dvr 2026-03-18 10:31:04.299 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-18 10:31:04.299 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: empty-string-filtering 2026-03-18 10:31:04.300 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-18 10:31:04.300 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-18 10:31:04.300 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: external-net 2026-03-18 10:31:04.301 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-18 10:31:04.301 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: extraroute 2026-03-18 10:31:04.302 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: extraroute-atomic 2026-03-18 10:31:04.302 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-18 10:31:04.303 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-18 10:31:04.303 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-18 10:31:04.303 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-18 10:31:04.304 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: fip-port-details 2026-03-18 10:31:04.304 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: flavors 2026-03-18 10:31:04.306 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-18 10:31:04.308 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: floatingip-pools 2026-03-18 10:31:04.309 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: ip_allocation 2026-03-18 10:31:04.310 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: ip-substring-filtering 2026-03-18 10:31:04.310 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: l2_adjacency 2026-03-18 10:31:04.311 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: router 2026-03-18 10:31:04.312 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-18 10:31:04.313 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-18 10:31:04.313 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-18 10:31:04.314 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: ext-gw-mode 2026-03-18 10:31:04.314 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: l3-ha 2026-03-18 10:31:04.315 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-18 10:31:04.315 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-18 10:31:04.315 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: l3-flavors 2026-03-18 10:31:04.316 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-18 10:31:04.317 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-18 10:31:04.318 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-18 10:31:04.319 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-18 10:31:04.320 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-18 10:31:04.321 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-18 10:31:04.322 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-18 10:31:04.322 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: multi-provider 2026-03-18 10:31:04.323 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: net-mtu 2026-03-18 10:31:04.323 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: net-mtu-writable 2026-03-18 10:31:04.324 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: network_availability_zone 2026-03-18 10:31:04.325 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: network_ha 2026-03-18 10:31:04.325 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: network-ip-availability 2026-03-18 10:31:04.326 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-18 10:31:04.326 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: pagination 2026-03-18 10:31:04.327 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: port-device-profile 2026-03-18 10:31:04.327 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-18 10:31:04.327 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-18 10:31:04.328 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-18 10:31:04.328 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: port-mac-override 2026-03-18 10:31:04.329 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-18 10:31:04.329 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-18 10:31:04.330 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-18 10:31:04.330 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: port-resource-request 2026-03-18 10:31:04.330 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: port-resource-request-groups 2026-03-18 10:31:04.331 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-18 10:31:04.331 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: binding 2026-03-18 10:31:04.332 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: binding-extended 2026-03-18 10:31:04.332 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: port-security 2026-03-18 10:31:04.333 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: project-id 2026-03-18 10:31:04.333 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: provider 2026-03-18 10:31:04.334 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-18 10:31:04.335 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos 2026-03-18 10:31:04.336 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-18 10:31:04.336 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-18 10:31:04.337 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos-default 2026-03-18 10:31:04.337 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos-fip 2026-03-18 10:31:04.337 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-18 10:31:04.338 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos-gateway-ip 2026-03-18 10:31:04.339 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos-port-network-policy 2026-03-18 10:31:04.339 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos-pps-minimum 2026-03-18 10:31:04.340 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-18 10:31:04.340 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos-pps 2026-03-18 10:31:04.341 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos-rule-type-details 2026-03-18 10:31:04.341 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-18 10:31:04.342 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: qos-rules-alias 2026-03-18 10:31:04.342 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: quota-check-limit 2026-03-18 10:31:04.343 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: quota-check-limit-default 2026-03-18 10:31:04.345 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: quotas 2026-03-18 10:31:04.347 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: quota_details 2026-03-18 10:31:04.348 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: rbac-policies 2026-03-18 10:31:04.349 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: rbac-address-group 2026-03-18 10:31:04.349 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: rbac-address-scope 2026-03-18 10:31:04.349 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: rbac-security-groups 2026-03-18 10:31:04.350 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: rbac-subnetpool 2026-03-18 10:31:04.350 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: revision-if-match 2026-03-18 10:31:04.351 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: standard-attr-revisions 2026-03-18 10:31:04.351 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: router_availability_zone 2026-03-18 10:31:04.352 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-18 10:31:04.353 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: security-groups-default-rules 2026-03-18 10:31:04.353 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-18 10:31:04.354 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-18 10:31:04.354 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-18 10:31:04.355 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-18 10:31:04.355 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-18 10:31:04.359 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: security-group 2026-03-18 10:31:04.360 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: segment 2026-03-18 10:31:04.360 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-18 10:31:04.361 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: service-type 2026-03-18 10:31:04.361 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: sorting 2026-03-18 10:31:04.361 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: standard-attr-segment 2026-03-18 10:31:04.362 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: standard-attr-description 2026-03-18 10:31:04.362 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: stateful-security-group 2026-03-18 10:31:04.363 1 WARNING neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-18 10:31:04.363 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-18 10:31:04.364 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: subnet-external-network 2026-03-18 10:31:04.364 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: subnet_onboard 2026-03-18 10:31:04.365 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-18 10:31:04.365 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: subnet-service-types 2026-03-18 10:31:04.366 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: subnet_allocation 2026-03-18 10:31:04.366 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-18 10:31:04.367 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: tag-creation 2026-03-18 10:31:04.367 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-18 10:31:04.370 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: standard-attr-tag 2026-03-18 10:31:04.371 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-18 10:31:04.372 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: trunk 2026-03-18 10:31:04.372 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: trunk-details 2026-03-18 10:31:04.372 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-18 10:31:04.373 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-18 10:31:04.374 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-18 10:31:04.374 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-18 10:31:04.376 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-18 10:31:04.377 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-18 10:31:04.377 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: vpn-flavors 2026-03-18 10:31:04.378 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: vpnaas 2026-03-18 10:31:04.379 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: taas 2026-03-18 10:31:04.380 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: tap-mirror 2026-03-18 10:31:04.381 1 INFO neutron.api.extensions [None req-aa4cdff0-b137-4724-8e1c-e8d55c8cd4ab - - - - - -] Loaded extension: taas-vlan-filter 2026-03-18 10:31:34.463 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-18 10:31:34.510 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-18 10:31:34.518 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-18 10:31:46.164 16 INFO neutron.db.l3_hamode_db [None req-69d3e35a-1aac-4e77-8ea3-63a8df012fa1 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-18 10:32:05.562 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 30dee515-adfc-4d2c-8098-104359094ef2 2026-03-18 10:32:06.949 16 INFO neutron.plugins.ml2.plugin [None req-a3fcc4ec-ee3a-421a-a225-164259d03461 - - - - - -] Attempt 1 to provision port 30dee515-adfc-4d2c-8098-104359094ef2 2026-03-18 10:32:07.496 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 30dee515-adfc-4d2c-8098-104359094ef2 2026-03-18 10:36:39.579 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port cf609ad5-a76f-4141-a84f-64664994ab7c 2026-03-18 10:36:40.100 13 INFO neutron.plugins.ml2.plugin [None req-d89806aa-cd75-4eec-9097-df6321520d12 - - - - - -] Attempt 1 to provision port cf609ad5-a76f-4141-a84f-64664994ab7c 2026-03-18 10:36:41.558 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port cf609ad5-a76f-4141-a84f-64664994ab7c 2026-03-18 10:36:41.784 13 INFO neutron.plugins.ml2.plugin [None req-289519e3-1ada-4882-b724-f0218b62e869 - - - - - -] Attempt 1 to provision port cf609ad5-a76f-4141-a84f-64664994ab7c 2026-03-18 10:36:46.639 13 INFO neutron.plugins.ml2.plugin [None req-0fbc6beb-9d03-4d68-9a81-a0dd93d3bf50 - - - - - -] Attempt 1 to provision port b6f559df-1ebf-48e9-bd7e-6642a6691f5a 2026-03-18 10:40:48.280 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port b6f559df-1ebf-48e9-bd7e-6642a6691f5a 2026-03-18 10:40:49.656 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port b6f559df-1ebf-48e9-bd7e-6642a6691f5a 2026-03-18 10:51:17.866 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 8381c0a7-670f-4c9d-b263-02efdf9fca83 2026-03-18 10:51:19.827 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 8381c0a7-670f-4c9d-b263-02efdf9fca83 2026-03-18 11:06:22.088 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port a4b1d3b5-ed1e-4e1c-b9c9-cf7863b9e62a 2026-03-18 11:06:24.101 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port a4b1d3b5-ed1e-4e1c-b9c9-cf7863b9e62a 2026-03-18 11:06:25.852 13 INFO neutron.plugins.ml2.plugin [None req-6adf466c-622e-4950-bb5b-44e292fea73e - - - - - -] Attempt 1 to provision port a4b1d3b5-ed1e-4e1c-b9c9-cf7863b9e62a 2026-03-18 11:06:25.950 13 INFO neutron.plugins.ml2.plugin [None req-6adf466c-622e-4950-bb5b-44e292fea73e - - - - - -] Attempt 1 to provision port 9c7afbf6-b298-4b50-bf3f-70a0f59780e2 2026-03-18 11:06:26.144 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 9c7afbf6-b298-4b50-bf3f-70a0f59780e2 2026-03-18 11:06:28.166 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 9c7afbf6-b298-4b50-bf3f-70a0f59780e2 2026-03-18 11:06:34.144 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 60e268b4-1ba1-44c8-842c-33a795adfa9c 2026-03-18 11:06:36.427 16 INFO neutron.plugins.ml2.plugin [None req-fbff6644-9767-4f4c-b6ab-af36fa1f2229 - - - - - -] Attempt 1 to provision port 0a9009e0-b909-4a1e-9143-4f45f07df157 2026-03-18 11:06:36.474 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 60e268b4-1ba1-44c8-842c-33a795adfa9c 2026-03-18 11:06:36.504 16 INFO neutron.plugins.ml2.plugin [None req-fbff6644-9767-4f4c-b6ab-af36fa1f2229 - - - - - -] Attempt 1 to provision port 60e268b4-1ba1-44c8-842c-33a795adfa9c 2026-03-18 11:06:36.713 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port a6e21a44-6b9c-4eed-bc9c-fc753f162b1f 2026-03-18 11:06:38.236 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 2644fe3b-098e-47b8-8bbc-95ceec35a882 2026-03-18 11:06:38.691 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port a6e21a44-6b9c-4eed-bc9c-fc753f162b1f 2026-03-18 11:06:40.262 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 1a75eaab-aa4a-4acc-9f1b-830a14ac97ee 2026-03-18 11:06:40.650 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 2644fe3b-098e-47b8-8bbc-95ceec35a882 2026-03-18 11:06:40.906 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 382d6729-0aa0-4c56-92ea-0effbbd38c8c 2026-03-18 11:06:42.172 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 1a75eaab-aa4a-4acc-9f1b-830a14ac97ee 2026-03-18 11:06:42.347 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 382d6729-0aa0-4c56-92ea-0effbbd38c8c 2026-03-18 11:06:48.228 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port dd2463c8-96e4-4aa4-bc4e-c9d86b4b105b 2026-03-18 11:06:50.232 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port dd2463c8-96e4-4aa4-bc4e-c9d86b4b105b 2026-03-18 11:06:55.875 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port cbf677c5-6158-4749-8445-af2c4b23ec75 2026-03-18 11:06:56.269 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port f8673d9d-a3e5-4a02-b72e-26d3034813d3 2026-03-18 11:06:56.502 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-97775289-ac2b-49ad-9021-3bf865d12cf0'] response: {'server_uuid': '4ad86613-42a4-48be-8684-b4d89ccc7be4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cbf677c5-6158-4749-8445-af2c4b23ec75', 'code': 200} 2026-03-18 11:06:57.023 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 1ad3a8e4-de1d-466c-b082-bccc139b2736 2026-03-18 11:06:58.233 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 1ad3a8e4-de1d-466c-b082-bccc139b2736 2026-03-18 11:06:58.521 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port cbf677c5-6158-4749-8445-af2c4b23ec75 2026-03-18 11:06:58.563 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc587c21-598b-4b5a-8941-894e8d4e95f4'] response: {'server_uuid': '2f164e3d-d9ea-415e-93cd-3b8db2f57a31', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f8673d9d-a3e5-4a02-b72e-26d3034813d3', 'code': 200} 2026-03-18 11:06:58.564 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc587c21-598b-4b5a-8941-894e8d4e95f4'] response: {'server_uuid': '37bc6aa1-0019-44eb-9fe7-16596709e4d5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1ad3a8e4-de1d-466c-b082-bccc139b2736', 'code': 200} 2026-03-18 11:06:58.792 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port f8673d9d-a3e5-4a02-b72e-26d3034813d3 2026-03-18 11:07:00.120 13 INFO neutron.plugins.ml2.plugin [None req-cc725441-ff6c-4e91-9879-0d0ee74701c9 - - - - - -] Attempt 1 to provision port c17fc58e-33c9-4278-a8b8-52eeb0bf4a62 2026-03-18 11:07:00.158 13 INFO neutron.plugins.ml2.plugin [None req-cc725441-ff6c-4e91-9879-0d0ee74701c9 - - - - - -] Attempt 1 to provision port 232bd39f-c954-4ce5-bff0-ad5646f34116 2026-03-18 11:07:00.185 13 INFO neutron.plugins.ml2.plugin [None req-cc725441-ff6c-4e91-9879-0d0ee74701c9 - - - - - -] Attempt 1 to provision port 1a17ce2a-2d71-4b67-87a8-8a7b71021075 2026-03-18 11:07:00.214 13 INFO neutron.plugins.ml2.plugin [None req-cc725441-ff6c-4e91-9879-0d0ee74701c9 - - - - - -] Attempt 1 to provision port 59315a47-cf97-4ad3-a96b-10a3cf2caa72 2026-03-18 11:07:00.239 13 INFO neutron.plugins.ml2.plugin [None req-cc725441-ff6c-4e91-9879-0d0ee74701c9 - - - - - -] Attempt 1 to provision port cbf677c5-6158-4749-8445-af2c4b23ec75 2026-03-18 11:07:00.316 13 INFO neutron.plugins.ml2.plugin [None req-cc725441-ff6c-4e91-9879-0d0ee74701c9 - - - - - -] Attempt 1 to provision port dd2463c8-96e4-4aa4-bc4e-c9d86b4b105b 2026-03-18 11:07:00.375 13 INFO neutron.plugins.ml2.plugin [None req-cc725441-ff6c-4e91-9879-0d0ee74701c9 - - - - - -] Attempt 1 to provision port 1a75eaab-aa4a-4acc-9f1b-830a14ac97ee 2026-03-18 11:07:00.438 13 INFO neutron.plugins.ml2.plugin [None req-cc725441-ff6c-4e91-9879-0d0ee74701c9 - - - - - -] Attempt 1 to provision port 1ad3a8e4-de1d-466c-b082-bccc139b2736 2026-03-18 11:07:00.515 13 INFO neutron.plugins.ml2.plugin [None req-cc725441-ff6c-4e91-9879-0d0ee74701c9 - - - - - -] Attempt 1 to provision port 0a9009e0-b909-4a1e-9143-4f45f07df157 2026-03-18 11:07:00.546 13 INFO neutron.plugins.ml2.plugin [None req-cc725441-ff6c-4e91-9879-0d0ee74701c9 - - - - - -] Attempt 1 to provision port f8673d9d-a3e5-4a02-b72e-26d3034813d3 2026-03-18 11:07:03.393 16 INFO neutron.plugins.ml2.plugin [None req-2835b51d-22f4-4325-bf62-8461119db3e9 - - - - - -] Attempt 1 to provision port c17fc58e-33c9-4278-a8b8-52eeb0bf4a62 2026-03-18 11:07:03.420 16 INFO neutron.plugins.ml2.plugin [None req-2835b51d-22f4-4325-bf62-8461119db3e9 - - - - - -] Attempt 1 to provision port d00c4368-68a6-42df-91ba-cbc4874ff16b 2026-03-18 11:07:05.357 16 INFO neutron.plugins.ml2.plugin [None req-189d874c-a9c4-4f2c-a16b-16ba69641ddd - - - - - -] Attempt 1 to provision port c17fc58e-33c9-4278-a8b8-52eeb0bf4a62 2026-03-18 11:07:07.951 13 INFO neutron.plugins.ml2.plugin [None req-98a47f06-c65f-4581-9cc7-e5d0bf68eadb - - - - - -] Attempt 1 to provision port f8673d9d-a3e5-4a02-b72e-26d3034813d3 2026-03-18 11:07:14.465 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port d00c4368-68a6-42df-91ba-cbc4874ff16b 2026-03-18 11:07:14.725 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 6935d806-e0bd-42ea-89d2-e5373c09a6ef 2026-03-18 11:07:15.126 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port c17fc58e-33c9-4278-a8b8-52eeb0bf4a62 2026-03-18 11:07:15.557 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 90404f04-6099-4ede-bb72-13a9e0f07540 2026-03-18 11:07:17.403 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port d00c4368-68a6-42df-91ba-cbc4874ff16b 2026-03-18 11:07:17.584 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 6935d806-e0bd-42ea-89d2-e5373c09a6ef 2026-03-18 11:07:17.732 13 INFO neutron.plugins.ml2.plugin [None req-847506ac-4eab-4eef-b2b1-1be45c4d157b - - - - - -] Attempt 1 to provision port 90404f04-6099-4ede-bb72-13a9e0f07540 2026-03-18 11:07:17.884 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port c17fc58e-33c9-4278-a8b8-52eeb0bf4a62 2026-03-18 11:07:18.108 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 90404f04-6099-4ede-bb72-13a9e0f07540 2026-03-18 11:07:21.321 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 7e0924a1-734c-4d6f-b09b-43070726caf3 2026-03-18 11:07:23.299 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 7e0924a1-734c-4d6f-b09b-43070726caf3 2026-03-18 11:07:25.871 16 INFO neutron.plugins.ml2.plugin [None req-7d88d0d3-0d54-400b-82a9-447952425a48 - - - - - -] Attempt 1 to provision port 5f5ea35f-14e5-4165-98fd-6a87b6bd8a9c 2026-03-18 11:07:25.899 16 INFO neutron.plugins.ml2.plugin [None req-7d88d0d3-0d54-400b-82a9-447952425a48 - - - - - -] Attempt 1 to provision port afcfac2a-d7bd-4f00-ba46-744fef22cda9 2026-03-18 11:07:25.927 16 INFO neutron.plugins.ml2.plugin [None req-7d88d0d3-0d54-400b-82a9-447952425a48 - - - - - -] Attempt 1 to provision port 5f85f2a3-e3fc-424f-bbc8-3e5b5b0c2a25 2026-03-18 11:07:25.946 16 INFO neutron.plugins.ml2.plugin [None req-7d88d0d3-0d54-400b-82a9-447952425a48 - - - - - -] Attempt 1 to provision port 90404f04-6099-4ede-bb72-13a9e0f07540 2026-03-18 11:07:26.489 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 460a0b35-5d4e-4a24-a942-81b4f9dcb866 2026-03-18 11:07:27.198 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-60abf7be-e630-42b6-abe1-25a420c5a71b'] response: {'server_uuid': '4479551e-6a56-416d-be55-659083a4264f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '460a0b35-5d4e-4a24-a942-81b4f9dcb866', 'code': 200} 2026-03-18 11:07:27.616 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 460a0b35-5d4e-4a24-a942-81b4f9dcb866 2026-03-18 11:07:29.599 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port f48c7974-933f-404f-b696-e57e062eb318 2026-03-18 11:07:30.872 13 INFO neutron.plugins.ml2.plugin [None req-6f7f41dd-9b63-44fa-b4fe-b479956cc4a4 - - - - - -] Attempt 1 to provision port 460a0b35-5d4e-4a24-a942-81b4f9dcb866 2026-03-18 11:07:30.912 13 INFO neutron.plugins.ml2.plugin [None req-6f7f41dd-9b63-44fa-b4fe-b479956cc4a4 - - - - - -] Attempt 1 to provision port f48c7974-933f-404f-b696-e57e062eb318 2026-03-18 11:07:30.944 13 INFO neutron.plugins.ml2.plugin [None req-6f7f41dd-9b63-44fa-b4fe-b479956cc4a4 - - - - - -] Attempt 1 to provision port 5f3dfa41-8ce5-47be-bcaf-7bd29d9c89f5 2026-03-18 11:07:30.967 13 INFO neutron.plugins.ml2.plugin [None req-6f7f41dd-9b63-44fa-b4fe-b479956cc4a4 - - - - - -] Attempt 1 to provision port f8673d9d-a3e5-4a02-b72e-26d3034813d3 2026-03-18 11:07:32.233 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port f48c7974-933f-404f-b696-e57e062eb318 2026-03-18 11:07:32.401 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port f8673d9d-a3e5-4a02-b72e-26d3034813d3 2026-03-18 11:07:32.599 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 090e6f3b-99e6-4bd4-9aaa-900d3195148d 2026-03-18 11:07:32.712 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c03a847-8c83-4442-b2e2-37de522dba4d'] response: {'server_uuid': '42860a41-0596-4e7a-9fcc-f2075e226b85', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '090e6f3b-99e6-4bd4-9aaa-900d3195148d', 'code': 200} 2026-03-18 11:07:33.579 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 090e6f3b-99e6-4bd4-9aaa-900d3195148d 2026-03-18 11:07:34.133 13 INFO neutron.plugins.ml2.plugin [None req-d82e93cb-4bcc-423d-a37e-66bef572805d - - - - - -] Attempt 1 to provision port 090e6f3b-99e6-4bd4-9aaa-900d3195148d 2026-03-18 11:07:34.264 13 INFO neutron.plugins.ml2.plugin [None req-d82e93cb-4bcc-423d-a37e-66bef572805d - - - - - -] Attempt 1 to provision port f48c7974-933f-404f-b696-e57e062eb318 2026-03-18 11:07:34.370 13 INFO neutron.plugins.ml2.plugin [None req-d82e93cb-4bcc-423d-a37e-66bef572805d - - - - - -] Attempt 1 to provision port 5f3dfa41-8ce5-47be-bcaf-7bd29d9c89f5 2026-03-18 11:07:35.693 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 5f5ea35f-14e5-4165-98fd-6a87b6bd8a9c 2026-03-18 11:07:36.265 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 5f85f2a3-e3fc-424f-bbc8-3e5b5b0c2a25 2026-03-18 11:07:36.896 13 INFO neutron.plugins.ml2.plugin [None req-aabbb3a5-f7c3-4ad6-aaf3-03d0228c5226 - - - - - -] Attempt 1 to provision port 090e6f3b-99e6-4bd4-9aaa-900d3195148d 2026-03-18 11:07:38.514 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 5f5ea35f-14e5-4165-98fd-6a87b6bd8a9c 2026-03-18 11:07:38.664 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 5f3dfa41-8ce5-47be-bcaf-7bd29d9c89f5 2026-03-18 11:07:38.952 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port afcfac2a-d7bd-4f00-ba46-744fef22cda9 2026-03-18 11:07:39.212 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 5f85f2a3-e3fc-424f-bbc8-3e5b5b0c2a25 2026-03-18 11:07:40.712 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 5f3dfa41-8ce5-47be-bcaf-7bd29d9c89f5 2026-03-18 11:07:40.917 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port afcfac2a-d7bd-4f00-ba46-744fef22cda9 2026-03-18 11:07:46.462 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 17ec3c3f-9142-4660-b93d-e7ad0d13e395 2026-03-18 11:07:47.385 16 INFO neutron.plugins.ml2.plugin [None req-b847ade4-df29-4948-a6ab-b9e3159dbc62 - - - - - -] Attempt 1 to provision port 17ec3c3f-9142-4660-b93d-e7ad0d13e395 2026-03-18 11:07:48.507 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 17ec3c3f-9142-4660-b93d-e7ad0d13e395 2026-03-18 11:07:50.536 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port daf8d80a-5be0-4446-bf34-397df4945a26 2026-03-18 11:07:52.471 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port daf8d80a-5be0-4446-bf34-397df4945a26 2026-03-18 11:07:55.275 13 INFO neutron.plugins.ml2.plugin [None req-2c26fba1-92de-4301-9466-2bc268d94c19 - - - - - -] Attempt 1 to provision port af006060-0d56-4e79-8712-799d8c9b3ef5 2026-03-18 11:07:55.344 13 INFO neutron.plugins.ml2.plugin [None req-2c26fba1-92de-4301-9466-2bc268d94c19 - - - - - -] Attempt 1 to provision port 17ec3c3f-9142-4660-b93d-e7ad0d13e395 2026-03-18 11:07:55.412 13 INFO neutron.plugins.ml2.plugin [None req-2c26fba1-92de-4301-9466-2bc268d94c19 - - - - - -] Attempt 1 to provision port a25d258a-e84a-49c8-bcae-70deec4677c5 2026-03-18 11:07:55.451 13 INFO neutron.plugins.ml2.plugin [None req-2c26fba1-92de-4301-9466-2bc268d94c19 - - - - - -] Attempt 1 to provision port 5e44e572-b746-41e8-94b7-b26038304039 2026-03-18 11:08:01.090 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 6e60f3b5-58bd-4748-9ca7-b34f4b958a95 2026-03-18 11:08:01.204 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-14737aed-38ce-4aa5-9cac-b4a8389bb994'] response: {'server_uuid': 'b5f01c60-e63d-4f26-b079-97bdf887e975', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6e60f3b5-58bd-4748-9ca7-b34f4b958a95', 'code': 200} 2026-03-18 11:08:02.532 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 6e60f3b5-58bd-4748-9ca7-b34f4b958a95 2026-03-18 11:08:04.684 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfc260b1-2c94-4e33-8ed6-d4109f514ba4'] response: {'server_uuid': '42860a41-0596-4e7a-9fcc-f2075e226b85', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '090e6f3b-99e6-4bd4-9aaa-900d3195148d', 'code': 200} 2026-03-18 11:08:07.148 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 5e44e572-b746-41e8-94b7-b26038304039 2026-03-18 11:08:07.444 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port af006060-0d56-4e79-8712-799d8c9b3ef5 2026-03-18 11:08:08.078 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 090e6f3b-99e6-4bd4-9aaa-900d3195148d 2026-03-18 11:08:08.260 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-32beb78c-dc5c-4505-9d79-53b47b6b1ade'] response: {'server_uuid': '42860a41-0596-4e7a-9fcc-f2075e226b85', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '090e6f3b-99e6-4bd4-9aaa-900d3195148d', 'code': 200} 2026-03-18 11:08:10.087 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 5e44e572-b746-41e8-94b7-b26038304039 2026-03-18 11:08:10.338 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port af006060-0d56-4e79-8712-799d8c9b3ef5 2026-03-18 11:08:10.507 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 090e6f3b-99e6-4bd4-9aaa-900d3195148d 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.500 16 ERROR neutron.plugins.ml2.managers 2026-03-18 11:08:15.503 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Failed to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 on host instance for vnic_type normal using segments [{'id': '01968c81-5872-4f55-ade4-9a499f6f7386', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': '1be582a0-6967-4560-92b2-fbf7cc074c55'}] 2026-03-18 11:08:15.503 16 INFO neutron.plugins.ml2.plugin [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Attempt 2 to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.519 16 ERROR neutron.plugins.ml2.managers 2026-03-18 11:08:15.521 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Failed to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 on host instance for vnic_type normal using segments [{'id': '01968c81-5872-4f55-ade4-9a499f6f7386', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': '1be582a0-6967-4560-92b2-fbf7cc074c55'}] 2026-03-18 11:08:15.521 16 INFO neutron.plugins.ml2.plugin [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Attempt 3 to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.554 16 ERROR neutron.plugins.ml2.managers 2026-03-18 11:08:15.556 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Failed to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 on host instance for vnic_type normal using segments [{'id': '01968c81-5872-4f55-ade4-9a499f6f7386', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': '1be582a0-6967-4560-92b2-fbf7cc074c55'}] 2026-03-18 11:08:15.557 16 INFO neutron.plugins.ml2.plugin [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Attempt 4 to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.576 16 ERROR neutron.plugins.ml2.managers 2026-03-18 11:08:15.579 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Failed to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 on host instance for vnic_type normal using segments [{'id': '01968c81-5872-4f55-ade4-9a499f6f7386', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': '1be582a0-6967-4560-92b2-fbf7cc074c55'}] 2026-03-18 11:08:15.579 16 INFO neutron.plugins.ml2.plugin [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Attempt 5 to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.597 16 ERROR neutron.plugins.ml2.managers 2026-03-18 11:08:15.600 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Failed to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 on host instance for vnic_type normal using segments [{'id': '01968c81-5872-4f55-ade4-9a499f6f7386', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': '1be582a0-6967-4560-92b2-fbf7cc074c55'}] 2026-03-18 11:08:15.600 16 INFO neutron.plugins.ml2.plugin [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Attempt 6 to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.621 16 ERROR neutron.plugins.ml2.managers 2026-03-18 11:08:15.623 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Failed to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 on host instance for vnic_type normal using segments [{'id': '01968c81-5872-4f55-ade4-9a499f6f7386', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': '1be582a0-6967-4560-92b2-fbf7cc074c55'}] 2026-03-18 11:08:15.623 16 INFO neutron.plugins.ml2.plugin [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Attempt 7 to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.635 16 ERROR neutron.plugins.ml2.managers 2026-03-18 11:08:15.637 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Failed to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 on host instance for vnic_type normal using segments [{'id': '01968c81-5872-4f55-ade4-9a499f6f7386', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': '1be582a0-6967-4560-92b2-fbf7cc074c55'}] 2026-03-18 11:08:15.637 16 INFO neutron.plugins.ml2.plugin [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Attempt 8 to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.654 16 ERROR neutron.plugins.ml2.managers 2026-03-18 11:08:15.656 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Failed to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 on host instance for vnic_type normal using segments [{'id': '01968c81-5872-4f55-ade4-9a499f6f7386', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': '1be582a0-6967-4560-92b2-fbf7cc074c55'}] 2026-03-18 11:08:15.656 16 INFO neutron.plugins.ml2.plugin [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Attempt 9 to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.668 16 ERROR neutron.plugins.ml2.managers 2026-03-18 11:08:15.669 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Failed to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 on host instance for vnic_type normal using segments [{'id': '01968c81-5872-4f55-ade4-9a499f6f7386', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': '1be582a0-6967-4560-92b2-fbf7cc074c55'}] 2026-03-18 11:08:15.669 16 INFO neutron.plugins.ml2.plugin [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Attempt 10 to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet bea1790a-67fa-4fa5-a590-b95e4b81ad49 could not be found. 2026-03-18 11:08:15.678 16 ERROR neutron.plugins.ml2.managers 2026-03-18 11:08:15.679 16 ERROR neutron.plugins.ml2.managers [None req-42224eda-bb5c-489b-aca2-2fe718cb01be - - - - - -] Failed to bind port 1c8eea01-8310-4df2-84cb-fc88668c73a6 on host instance for vnic_type normal using segments [{'id': '01968c81-5872-4f55-ade4-9a499f6f7386', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': '1be582a0-6967-4560-92b2-fbf7cc074c55'}] 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server [None req-c1059b09-3dc5-4543-b0ff-d4b1f2784b06 - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port 1c8eea01-8310-4df2-84cb-fc88668c73a6 could not be found. 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-03-18 11:08:16.263 13 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-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 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-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2808, in one 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1815, in one 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 760, in _only_one_row 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-03-18 11:08:16.263 13 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-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 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-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server raise self.value 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server raise self.value 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server raise self.value 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 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-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server raise self.value 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server raise self.value 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server raise self.value 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1664, in get_port 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-03-18 11:08:16.263 13 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-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port 1c8eea01-8310-4df2-84cb-fc88668c73a6 could not be found. 2026-03-18 11:08:16.263 13 ERROR oslo_messaging.rpc.server 2026-03-18 11:08:24.287 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 350ebf82-7b86-4a5e-ae44-eaded042cf8a 2026-03-18 11:08:24.869 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 06992281-cc02-464d-b381-fe9819d26b80 2026-03-18 11:08:26.211 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 06992281-cc02-464d-b381-fe9819d26b80 2026-03-18 11:08:32.033 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 96905cee-fd11-4543-9df2-60ae2e7f5534 2026-03-18 11:08:34.363 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-2942c454-1242-4fa4-8594-806ff007ed60'] response: {'server_uuid': '42860a41-0596-4e7a-9fcc-f2075e226b85', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '090e6f3b-99e6-4bd4-9aaa-900d3195148d', 'code': 200} 2026-03-18 11:08:38.049 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 89b4a3cf-b0b3-48ee-bb60-1df68c598cc9 2026-03-18 11:08:52.098 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 7d1d4c9f-4297-4dc3-b2dc-641ab51af17a 2026-03-18 11:08:52.603 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 44c1d18e-0d36-4945-8555-12488c07a8e2 2026-03-18 11:08:54.022 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 7d1d4c9f-4297-4dc3-b2dc-641ab51af17a 2026-03-18 11:08:54.237 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 44c1d18e-0d36-4945-8555-12488c07a8e2 2026-03-18 11:08:55.108 13 INFO neutron.plugins.ml2.plugin [None req-8efde50e-9cb3-424a-a431-6fcb6a14829d - - - - - -] Attempt 1 to provision port 44c1d18e-0d36-4945-8555-12488c07a8e2 2026-03-18 11:08:55.180 13 INFO neutron.plugins.ml2.plugin [None req-8efde50e-9cb3-424a-a431-6fcb6a14829d - - - - - -] Attempt 1 to provision port d6250f6b-8a21-4853-8a95-9b5787dedee2 2026-03-18 11:09:03.115 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 6f97b193-8ba7-4648-b334-65d61eaf53f5 2026-03-18 11:09:03.249 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-1bd5faec-2f0d-4308-8dcd-e292244a49aa'] response: {'server_uuid': '54d95f18-582d-4f10-b6fa-5e695817819b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6f97b193-8ba7-4648-b334-65d61eaf53f5', 'code': 200} 2026-03-18 11:09:03.750 13 INFO neutron.plugins.ml2.plugin [None req-45c2a3ea-9a3c-4c36-b872-f5e6f32a34ef - - - - - -] Attempt 1 to provision port 44c1d18e-0d36-4945-8555-12488c07a8e2 2026-03-18 11:09:03.824 13 INFO neutron.plugins.ml2.plugin [None req-45c2a3ea-9a3c-4c36-b872-f5e6f32a34ef - - - - - -] Attempt 1 to provision port 6f97b193-8ba7-4648-b334-65d61eaf53f5 2026-03-18 11:09:03.901 13 INFO neutron.plugins.ml2.plugin [None req-45c2a3ea-9a3c-4c36-b872-f5e6f32a34ef - - - - - -] Attempt 1 to provision port d74e4852-d30e-4f4e-b99a-38cd6d065e03 2026-03-18 11:09:04.014 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 6f97b193-8ba7-4648-b334-65d61eaf53f5 2026-03-18 11:09:08.065 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port d6250f6b-8a21-4853-8a95-9b5787dedee2 2026-03-18 11:09:10.019 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port d74e4852-d30e-4f4e-b99a-38cd6d065e03 2026-03-18 11:09:10.341 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port d6250f6b-8a21-4853-8a95-9b5787dedee2 2026-03-18 11:09:12.006 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port d74e4852-d30e-4f4e-b99a-38cd6d065e03 2026-03-18 11:09:15.819 13 INFO neutron.plugins.ml2.plugin [None req-04dcef3e-fca9-4233-b398-4e074ad6e5ae - - - - - -] Attempt 1 to provision port 851595a8-119e-4cc5-a399-f8299ac65e0d 2026-03-18 11:09:18.052 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 7e4c58cc-fd9a-4b6c-9187-f127b65d420c 2026-03-18 11:09:19.985 16 INFO neutron.plugins.ml2.plugin [None req-d2bd3091-2109-40db-a934-c98d2d7a3549 - - - - - -] Attempt 1 to provision port 195f0710-0293-4bdc-847f-1c12531b9e80 2026-03-18 11:09:20.102 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 195f0710-0293-4bdc-847f-1c12531b9e80 2026-03-18 11:09:20.293 16 INFO neutron.plugins.ml2.plugin [None req-d2bd3091-2109-40db-a934-c98d2d7a3549 - - - - - -] Attempt 1 to provision port cf5eb6ee-f5f7-4b74-b083-138b5bcfa533 2026-03-18 11:09:20.371 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 7e4c58cc-fd9a-4b6c-9187-f127b65d420c 2026-03-18 11:09:22.042 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 195f0710-0293-4bdc-847f-1c12531b9e80 2026-03-18 11:09:24.461 13 INFO neutron.plugins.ml2.plugin [None req-288b4eb5-f318-4cf6-a286-abebf5043871 - - - - - -] Attempt 1 to provision port 195f0710-0293-4bdc-847f-1c12531b9e80 2026-03-18 11:09:24.510 13 INFO neutron.plugins.ml2.plugin [None req-288b4eb5-f318-4cf6-a286-abebf5043871 - - - - - -] Attempt 1 to provision port cf5eb6ee-f5f7-4b74-b083-138b5bcfa533 2026-03-18 11:09:30.531 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port acf0da91-4c88-4fe1-8472-2883a58d8bf0 2026-03-18 11:09:30.634 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa454ab2-ffac-4161-b72e-e6d163a2f9aa'] response: {'server_uuid': '22ba155f-3130-44c3-b97e-5e38f306ac5d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'acf0da91-4c88-4fe1-8472-2883a58d8bf0', 'code': 200} 2026-03-18 11:09:32.024 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port acf0da91-4c88-4fe1-8472-2883a58d8bf0 2026-03-18 11:09:34.109 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 851595a8-119e-4cc5-a399-f8299ac65e0d 2026-03-18 11:09:34.400 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port cf5eb6ee-f5f7-4b74-b083-138b5bcfa533 2026-03-18 11:09:36.160 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 7a4f5b55-9bc1-465f-9c97-4875fea6a9bb 2026-03-18 11:09:36.585 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 851595a8-119e-4cc5-a399-f8299ac65e0d 2026-03-18 11:09:36.729 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port cf5eb6ee-f5f7-4b74-b083-138b5bcfa533 2026-03-18 11:09:38.279 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 7a4f5b55-9bc1-465f-9c97-4875fea6a9bb 2026-03-18 11:09:38.474 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 2fd79807-9ea5-4dbd-aa90-8af318d8d6db 2026-03-18 11:09:44.248 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port ba831351-68e1-4f67-9ecd-90cc298c0c49 2026-03-18 11:09:50.050 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 2aa80ab5-e892-4783-ac3c-1635f6302bbe 2026-03-18 11:09:54.039 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 1addcd00-47ea-483b-984f-e37b59ce73b4 2026-03-18 11:09:56.360 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 1addcd00-47ea-483b-984f-e37b59ce73b4 2026-03-18 11:09:56.612 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port e9e3963d-9a6d-4671-922a-5aeaa419a8b7 2026-03-18 11:09:58.069 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port e9e3963d-9a6d-4671-922a-5aeaa419a8b7 2026-03-18 11:10:00.041 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 24500e1d-2c9e-4a32-a810-ea6fb0797e7e 2026-03-18 11:10:02.082 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 24500e1d-2c9e-4a32-a810-ea6fb0797e7e 2026-03-18 11:10:04.024 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port cc901308-679d-43d9-b2cb-7f5d4d48137e 2026-03-18 11:10:05.200 16 INFO neutron.plugins.ml2.plugin [None req-3533fea7-4b11-4350-86c9-04cdac713a71 - - - - - -] Attempt 1 to provision port e9e3963d-9a6d-4671-922a-5aeaa419a8b7 2026-03-18 11:10:05.277 16 INFO neutron.plugins.ml2.plugin [None req-3533fea7-4b11-4350-86c9-04cdac713a71 - - - - - -] Attempt 1 to provision port bebb87f9-7682-49ec-9d48-0b2570c570de 2026-03-18 11:10:05.304 16 INFO neutron.plugins.ml2.plugin [None req-3533fea7-4b11-4350-86c9-04cdac713a71 - - - - - -] Attempt 1 to provision port 7f52ed3d-8e53-41ba-83c9-473ce9ed6d01 2026-03-18 11:10:05.332 16 INFO neutron.plugins.ml2.plugin [None req-3533fea7-4b11-4350-86c9-04cdac713a71 - - - - - -] Attempt 1 to provision port cc901308-679d-43d9-b2cb-7f5d4d48137e 2026-03-18 11:10:05.388 16 INFO neutron.plugins.ml2.plugin [None req-3533fea7-4b11-4350-86c9-04cdac713a71 - - - - - -] Attempt 1 to provision port 24500e1d-2c9e-4a32-a810-ea6fb0797e7e 2026-03-18 11:10:05.474 16 INFO neutron.plugins.ml2.plugin [None req-3533fea7-4b11-4350-86c9-04cdac713a71 - - - - - -] Attempt 1 to provision port 0068c27d-df84-4e88-b9e7-2088da5009c6 2026-03-18 11:10:06.004 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port cc901308-679d-43d9-b2cb-7f5d4d48137e 2026-03-18 11:10:08.573 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port de006a4a-87a8-4a44-abd2-d87f50ca4a30 2026-03-18 11:10:08.746 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-a07685a1-9e77-4756-9d03-f345ebae4a5f'] response: {'server_uuid': '53977c9e-9f9e-4f46-9eb1-15a75b057f65', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'de006a4a-87a8-4a44-abd2-d87f50ca4a30', 'code': 200} 2026-03-18 11:10:10.754 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port de006a4a-87a8-4a44-abd2-d87f50ca4a30 2026-03-18 11:10:11.046 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 99670614-c8cc-4af5-8691-47536b871582 2026-03-18 11:10:11.166 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f97ebb2-170a-4f18-b3c7-dc5edf1a6891'] response: {'server_uuid': 'adecb4fd-ac8c-45d7-985d-83c52e4afe08', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '99670614-c8cc-4af5-8691-47536b871582', 'code': 200} 2026-03-18 11:10:12.174 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 0068c27d-df84-4e88-b9e7-2088da5009c6 2026-03-18 11:10:12.426 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 9c35e0be-16b7-4013-8bc1-3b413cc89ccf 2026-03-18 11:10:12.730 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 7f52ed3d-8e53-41ba-83c9-473ce9ed6d01 2026-03-18 11:10:13.008 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 99670614-c8cc-4af5-8691-47536b871582 2026-03-18 11:10:14.151 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 0068c27d-df84-4e88-b9e7-2088da5009c6 2026-03-18 11:10:14.399 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 9c35e0be-16b7-4013-8bc1-3b413cc89ccf 2026-03-18 11:10:14.544 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 7f52ed3d-8e53-41ba-83c9-473ce9ed6d01 2026-03-18 11:10:14.805 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port bebb87f9-7682-49ec-9d48-0b2570c570de 2026-03-18 11:10:16.020 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port bebb87f9-7682-49ec-9d48-0b2570c570de 2026-03-18 11:10:17.810 13 INFO neutron.plugins.ml2.plugin [None req-18222eec-9ec2-4f19-a8d3-0a6294516757 - - - - - -] Attempt 1 to provision port 9c35e0be-16b7-4013-8bc1-3b413cc89ccf 2026-03-18 11:10:17.864 13 INFO neutron.plugins.ml2.plugin [None req-18222eec-9ec2-4f19-a8d3-0a6294516757 - - - - - -] Attempt 1 to provision port 99670614-c8cc-4af5-8691-47536b871582 2026-03-18 11:10:17.919 13 INFO neutron.plugins.ml2.plugin [None req-18222eec-9ec2-4f19-a8d3-0a6294516757 - - - - - -] Attempt 1 to provision port de006a4a-87a8-4a44-abd2-d87f50ca4a30 2026-03-18 11:10:17.973 13 INFO neutron.plugins.ml2.plugin [None req-18222eec-9ec2-4f19-a8d3-0a6294516757 - - - - - -] Attempt 1 to provision port bebb87f9-7682-49ec-9d48-0b2570c570de 2026-03-18 11:10:18.040 13 INFO neutron.plugins.ml2.plugin [None req-18222eec-9ec2-4f19-a8d3-0a6294516757 - - - - - -] Attempt 1 to provision port e9e3963d-9a6d-4671-922a-5aeaa419a8b7 2026-03-18 11:10:18.096 13 INFO neutron.plugins.ml2.plugin [None req-18222eec-9ec2-4f19-a8d3-0a6294516757 - - - - - -] Attempt 1 to provision port 7f52ed3d-8e53-41ba-83c9-473ce9ed6d01 2026-03-18 11:10:18.144 13 INFO neutron.plugins.ml2.plugin [None req-18222eec-9ec2-4f19-a8d3-0a6294516757 - - - - - -] Attempt 1 to provision port cc901308-679d-43d9-b2cb-7f5d4d48137e 2026-03-18 11:10:18.207 13 INFO neutron.plugins.ml2.plugin [None req-18222eec-9ec2-4f19-a8d3-0a6294516757 - - - - - -] Attempt 1 to provision port 24500e1d-2c9e-4a32-a810-ea6fb0797e7e 2026-03-18 11:10:18.275 13 INFO neutron.plugins.ml2.plugin [None req-18222eec-9ec2-4f19-a8d3-0a6294516757 - - - - - -] Attempt 1 to provision port 0068c27d-df84-4e88-b9e7-2088da5009c6 2026-03-18 11:10:23.306 13 INFO neutron.plugins.ml2.plugin [None req-4627db46-8413-43b1-bd5c-3c20c73633d4 - - - - - -] Attempt 1 to provision port 7f52ed3d-8e53-41ba-83c9-473ce9ed6d01 2026-03-18 11:10:23.362 13 INFO neutron.plugins.ml2.plugin [None req-4627db46-8413-43b1-bd5c-3c20c73633d4 - - - - - -] Attempt 1 to provision port bebb87f9-7682-49ec-9d48-0b2570c570de 2026-03-18 11:10:23.569 13 INFO neutron.plugins.ml2.plugin [None req-4627db46-8413-43b1-bd5c-3c20c73633d4 - - - - - -] Attempt 1 to provision port de006a4a-87a8-4a44-abd2-d87f50ca4a30 2026-03-18 11:10:23.639 13 INFO neutron.plugins.ml2.plugin [None req-4627db46-8413-43b1-bd5c-3c20c73633d4 - - - - - -] Attempt 1 to provision port 0068c27d-df84-4e88-b9e7-2088da5009c6 2026-03-18 11:10:26.143 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port a164f874-91e8-4b86-ac25-79779efcdc0e 2026-03-18 11:10:26.273 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-5dba792a-ae9a-43c2-a327-de06be5a569a'] response: {'server_uuid': '11afa3d4-1369-4a3d-b231-c9347b06d3f7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a164f874-91e8-4b86-ac25-79779efcdc0e', 'code': 200} 2026-03-18 11:10:27.104 13 INFO neutron.plugins.ml2.plugin [None req-c2c95ee0-31b3-4fe8-972d-7062dacfac43 - - - - - -] Attempt 1 to provision port 7f52ed3d-8e53-41ba-83c9-473ce9ed6d01 2026-03-18 11:10:27.170 13 INFO neutron.plugins.ml2.plugin [None req-c2c95ee0-31b3-4fe8-972d-7062dacfac43 - - - - - -] Attempt 1 to provision port 0068c27d-df84-4e88-b9e7-2088da5009c6 2026-03-18 11:10:28.063 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port a164f874-91e8-4b86-ac25-79779efcdc0e 2026-03-18 11:10:28.559 16 INFO neutron.plugins.ml2.plugin [None req-c450c951-3a8d-4ab1-bf94-e5343d15dbe2 - - - - - -] Attempt 1 to provision port a164f874-91e8-4b86-ac25-79779efcdc0e 2026-03-18 11:10:38.243 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ffa20bf-7e82-4980-b6d0-858295af9b36'] response: {'server_uuid': 'adecb4fd-ac8c-45d7-985d-83c52e4afe08', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '99670614-c8cc-4af5-8691-47536b871582', 'code': 200} 2026-03-18 11:10:46.068 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 2509ce9c-06d6-49c4-b0b9-eff468e807b7 2026-03-18 11:10:46.116 13 INFO neutron.plugins.ml2.plugin [None req-abc023fc-0853-428c-8221-46f065b0690c - - - - - -] Attempt 1 to provision port 2509ce9c-06d6-49c4-b0b9-eff468e807b7 2026-03-18 11:11:00.173 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 1a45758c-5b92-4691-8395-b326c6976129 2026-03-18 11:11:01.187 16 INFO neutron.plugins.ml2.plugin [None req-8223e92f-17fa-4d37-a9bc-91a060ec3dc9 - - - - - -] Attempt 1 to provision port 1a45758c-5b92-4691-8395-b326c6976129 2026-03-18 11:11:02.030 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 1a45758c-5b92-4691-8395-b326c6976129 2026-03-18 11:11:04.147 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 39a3ca93-48e9-418f-b3ab-1d8f31ead3cc 2026-03-18 11:11:06.029 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 39a3ca93-48e9-418f-b3ab-1d8f31ead3cc 2026-03-18 11:11:08.164 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port b4beb053-5a17-444e-8e43-3128737e99be 2026-03-18 11:11:10.106 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 3f6bb5dc-52bd-48fa-976f-c560e8bea068 2026-03-18 11:11:10.425 13 INFO neutron.plugins.ml2.plugin [None req-eaa73226-08e9-4501-bc42-a2bfbc11b37b - - - - - -] Attempt 1 to provision port 0eab1b5b-ad23-4700-990d-a16052713a9d 2026-03-18 11:11:10.457 13 INFO neutron.plugins.ml2.plugin [None req-eaa73226-08e9-4501-bc42-a2bfbc11b37b - - - - - -] Attempt 1 to provision port 3f6bb5dc-52bd-48fa-976f-c560e8bea068 2026-03-18 11:11:10.540 13 INFO neutron.plugins.ml2.plugin [None req-eaa73226-08e9-4501-bc42-a2bfbc11b37b - - - - - -] Attempt 1 to provision port 2f1ad517-c8d7-4ddc-a7ca-5b28f020c058 2026-03-18 11:11:10.554 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port b4beb053-5a17-444e-8e43-3128737e99be 2026-03-18 11:11:10.569 13 INFO neutron.plugins.ml2.plugin [None req-eaa73226-08e9-4501-bc42-a2bfbc11b37b - - - - - -] Attempt 1 to provision port 03babd11-cc25-4411-bc89-2d285a9e189d 2026-03-18 11:11:10.606 13 INFO neutron.plugins.ml2.plugin [None req-eaa73226-08e9-4501-bc42-a2bfbc11b37b - - - - - -] Attempt 1 to provision port c738b840-7919-4adc-b7b2-2ecebc792077 2026-03-18 11:11:10.632 13 INFO neutron.plugins.ml2.plugin [None req-eaa73226-08e9-4501-bc42-a2bfbc11b37b - - - - - -] Attempt 1 to provision port 1a45758c-5b92-4691-8395-b326c6976129 2026-03-18 11:11:12.068 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 3f6bb5dc-52bd-48fa-976f-c560e8bea068 2026-03-18 11:11:13.798 13 INFO neutron.plugins.ml2.plugin [None req-761ee887-ff5b-459f-bcc2-b87079a8f36c - - - - - -] Attempt 1 to provision port 03babd11-cc25-4411-bc89-2d285a9e189d 2026-03-18 11:11:13.822 13 INFO neutron.plugins.ml2.plugin [None req-761ee887-ff5b-459f-bcc2-b87079a8f36c - - - - - -] Attempt 1 to provision port 0eab1b5b-ad23-4700-990d-a16052713a9d 2026-03-18 11:11:13.859 13 INFO neutron.plugins.ml2.plugin [None req-761ee887-ff5b-459f-bcc2-b87079a8f36c - - - - - -] Attempt 1 to provision port 3f6bb5dc-52bd-48fa-976f-c560e8bea068 2026-03-18 11:11:13.913 13 INFO neutron.plugins.ml2.plugin [None req-761ee887-ff5b-459f-bcc2-b87079a8f36c - - - - - -] Attempt 1 to provision port 5792abc7-f189-46f8-80ca-c20f2fca5efd 2026-03-18 11:11:16.656 13 INFO neutron.plugins.ml2.plugin [None req-33478949-a4df-4657-8ccc-2a4deb47faa0 - - - - - -] Attempt 1 to provision port 03babd11-cc25-4411-bc89-2d285a9e189d 2026-03-18 11:11:16.686 13 INFO neutron.plugins.ml2.plugin [None req-33478949-a4df-4657-8ccc-2a4deb47faa0 - - - - - -] Attempt 1 to provision port 0eab1b5b-ad23-4700-990d-a16052713a9d 2026-03-18 11:11:23.379 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 8f606e4f-29b6-4121-9c5c-b856907cf7b7 2026-03-18 11:11:23.505 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b359b2fb-7f6d-40a2-aa9e-cfb86bfeb323'] response: {'server_uuid': '137bafa7-e69b-444b-9a6b-778fc35f92ec', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8f606e4f-29b6-4121-9c5c-b856907cf7b7', 'code': 200} 2026-03-18 11:11:25.473 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 8f606e4f-29b6-4121-9c5c-b856907cf7b7 2026-03-18 11:11:25.947 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 4f285c78-8e7d-480f-81ad-1e94cc187a0b 2026-03-18 11:11:26.233 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-55a0eb0b-478c-4425-a91e-5a5547f2eb46'] response: {'server_uuid': '3f59f1e5-dfec-49d4-85d7-a9d4eaead067', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4f285c78-8e7d-480f-81ad-1e94cc187a0b', 'code': 200} 2026-03-18 11:11:26.579 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 03babd11-cc25-4411-bc89-2d285a9e189d 2026-03-18 11:11:26.979 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 2f1ad517-c8d7-4ddc-a7ca-5b28f020c058 2026-03-18 11:11:27.748 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 5792abc7-f189-46f8-80ca-c20f2fca5efd 2026-03-18 11:11:28.247 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 2f1ad517-c8d7-4ddc-a7ca-5b28f020c058 2026-03-18 11:11:28.422 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 0eab1b5b-ad23-4700-990d-a16052713a9d 2026-03-18 11:11:28.811 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 4f285c78-8e7d-480f-81ad-1e94cc187a0b 2026-03-18 11:11:29.003 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 03babd11-cc25-4411-bc89-2d285a9e189d 2026-03-18 11:11:29.855 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 0eab1b5b-ad23-4700-990d-a16052713a9d 2026-03-18 11:11:30.107 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 5792abc7-f189-46f8-80ca-c20f2fca5efd 2026-03-18 11:11:50.092 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fe3a9e8-5ebe-46ef-a813-9684ce825fa9'] response: {'server_uuid': '137bafa7-e69b-444b-9a6b-778fc35f92ec', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8f606e4f-29b6-4121-9c5c-b856907cf7b7', 'code': 200} 2026-03-18 11:12:20.904 13 INFO neutron.plugins.ml2.plugin [None req-d992bba0-228c-41ee-bd9f-dcf59e44db1f - - - - - -] Attempt 1 to provision port e27a7ae8-4bc0-456b-bc53-b10bbc45fb00 2026-03-18 11:12:27.899 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port e27a7ae8-4bc0-456b-bc53-b10bbc45fb00 2026-03-18 11:12:28.144 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b917fffe-48e5-41ed-bd60-1fb120d5759e'] response: {'server_uuid': '3f59f1e5-dfec-49d4-85d7-a9d4eaead067', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e27a7ae8-4bc0-456b-bc53-b10bbc45fb00', 'code': 200} 2026-03-18 11:12:29.821 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port e27a7ae8-4bc0-456b-bc53-b10bbc45fb00 2026-03-18 11:12:32.346 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port e27a7ae8-4bc0-456b-bc53-b10bbc45fb00 2026-03-18 11:12:59.220 13 INFO neutron.plugins.ml2.plugin [None req-b65826db-e572-491c-89c4-3a3568b64d5a - - - - - -] Attempt 1 to provision port 796450c4-b5e7-4e29-b2a3-8e3abbd19cf3 2026-03-18 11:13:07.435 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 796450c4-b5e7-4e29-b2a3-8e3abbd19cf3 2026-03-18 11:13:07.644 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c53d8d11-b69f-4741-9074-1c65c69af8fc'] response: {'server_uuid': '3f59f1e5-dfec-49d4-85d7-a9d4eaead067', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '796450c4-b5e7-4e29-b2a3-8e3abbd19cf3', 'code': 200} 2026-03-18 11:13:08.082 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 796450c4-b5e7-4e29-b2a3-8e3abbd19cf3 2026-03-18 11:13:20.396 16 INFO neutron.plugins.ml2.plugin [None req-537d0233-b410-4d1c-a80d-9c5f90e80e5f - - - - - -] Attempt 1 to provision port 22e6ad06-4d61-4820-85d6-67feaa4fbd13 2026-03-18 11:13:26.101 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 22e6ad06-4d61-4820-85d6-67feaa4fbd13 2026-03-18 11:13:26.221 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d482df30-eed9-409f-84a6-c01575e4efbb'] response: {'server_uuid': '3f59f1e5-dfec-49d4-85d7-a9d4eaead067', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '22e6ad06-4d61-4820-85d6-67feaa4fbd13', 'code': 200} 2026-03-18 11:13:28.082 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 22e6ad06-4d61-4820-85d6-67feaa4fbd13 2026-03-18 11:13:30.751 13 INFO neutron.plugins.ml2.plugin [None req-ed7c7696-13f3-41f7-bbc6-3f9d6c0b269c - - - - - -] Attempt 1 to provision port 796450c4-b5e7-4e29-b2a3-8e3abbd19cf3 2026-03-18 11:13:44.103 13 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 22e6ad06-4d61-4820-85d6-67feaa4fbd13 2026-03-18 11:13:45.354 13 INFO neutron.plugins.ml2.plugin [None req-db3bdd4d-3e0c-47b7-a510-4ae81105608e - - - - - -] Attempt 1 to provision port 22e6ad06-4d61-4820-85d6-67feaa4fbd13 2026-03-18 11:13:46.111 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 22e6ad06-4d61-4820-85d6-67feaa4fbd13 2026-03-18 11:13:54.099 16 INFO neutron.plugins.ml2.plugin [None req-29c5297a-9e8c-4aad-b576-28ffe941e9fa - - - - - -] Attempt 1 to provision port 796450c4-b5e7-4e29-b2a3-8e3abbd19cf3 2026-03-18 11:13:54.722 13 INFO neutron.plugins.ml2.plugin [None req-526a5826-bbf0-47e7-a758-8b70ef3bfa7d - - - - - -] Attempt 1 to provision port 796450c4-b5e7-4e29-b2a3-8e3abbd19cf3 2026-03-18 11:19:28.878 13 INFO neutron.plugins.ml2.plugin [None req-b3fb4f50-cefd-4fc2-9cb9-24de24a5a9c7 - - - - - -] Attempt 1 to provision port cf609ad5-a76f-4141-a84f-64664994ab7c 2026-03-18 11:19:28.930 13 INFO neutron.plugins.ml2.plugin [None req-b3fb4f50-cefd-4fc2-9cb9-24de24a5a9c7 - - - - - -] Attempt 1 to provision port 30dee515-adfc-4d2c-8098-104359094ef2 2026-03-18 11:19:28.984 13 INFO neutron.plugins.ml2.plugin [None req-b3fb4f50-cefd-4fc2-9cb9-24de24a5a9c7 - - - - - -] Attempt 1 to provision port b6f559df-1ebf-48e9-bd7e-6642a6691f5a