+ 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 /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet 2026-04-29 02:35:01.164 1 INFO neutron.common.config [-] Logging enabled! 2026-04-29 02:35:01.165 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev161 2026-04-29 02:35:01.165 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-04-29 02:35:01.165 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-29 02:35:02.384 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-29 02:35:02.386 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-29 02:35:02.390 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-29 02:35:02.391 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-29 02:35:02.391 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-29 02:35:02.391 1 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-04-29 02:35:02.391 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-04-29 02:35:02.391 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-29 02:35:02.398 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-29 02:35:02.398 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-29 02:35:02.398 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-29 02:35:02.416 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-29 02:35:02.417 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-29 02:35:02.417 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-29 02:35:02.435 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-29 02:35:02.435 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-29 02:35:02.435 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-29 02:35:02.435 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-29 02:35:02.750 1 INFO neutron.plugins.ml2.managers [None req-1f1b1af5-9212-44b5-b177-ab7df13f99de - - - - - -] Initializing driver for type 'vlan' 2026-04-29 02:35:02.903 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1f1b1af5-9212-44b5-b177-ab7df13f99de - - - - - -] VlanTypeDriver initialization complete 2026-04-29 02:35:02.903 1 INFO neutron.plugins.ml2.managers [None req-1f1b1af5-9212-44b5-b177-ab7df13f99de - - - - - -] Initializing driver for type 'vxlan' 2026-04-29 02:35:02.904 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1f1b1af5-9212-44b5-b177-ab7df13f99de - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-29 02:35:02.952 1 INFO neutron.plugins.ml2.managers [None req-1f1b1af5-9212-44b5-b177-ab7df13f99de - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-29 02:35:02.952 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1f1b1af5-9212-44b5-b177-ab7df13f99de - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-29 02:35:02.952 1 INFO neutron.plugins.ml2.managers [None req-1f1b1af5-9212-44b5-b177-ab7df13f99de - - - - - -] Initializing extension driver 'port_security' 2026-04-29 02:35:02.952 1 INFO neutron.plugins.ml2.extensions.port_security [None req-1f1b1af5-9212-44b5-b177-ab7df13f99de - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-29 02:35:02.952 1 INFO neutron.plugins.ml2.managers [None req-1f1b1af5-9212-44b5-b177-ab7df13f99de - - - - - -] Initializing extension driver 'qos' 2026-04-29 02:35:02.953 1 INFO neutron.plugins.ml2.managers [None req-1f1b1af5-9212-44b5-b177-ab7df13f99de - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-29 02:35:02.953 1 INFO neutron.plugins.ml2.managers [None req-1f1b1af5-9212-44b5-b177-ab7df13f99de - - - - - -] Initializing mechanism driver 'l2population' 2026-04-29 02:35:02.968 1 INFO neutron.quota [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded quota_driver: . 2026-04-29 02:35:02.968 1 INFO neutron.plugins.ml2.plugin [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Modular L2 Plugin initialization complete 2026-04-29 02:35:02.969 1 INFO neutron.plugins.ml2.managers [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-29 02:35:02.969 1 INFO neutron.plugins.ml2.managers [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-29 02:35:02.969 1 INFO neutron.plugins.ml2.managers [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Got port-security extension from driver 'port_security' 2026-04-29 02:35:02.969 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: qos 2026-04-29 02:35:02.981 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: router 2026-04-29 02:35:03.016 1 INFO neutron.services.service_base [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-29 02:35:03.016 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: segments 2026-04-29 02:35:03.089 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: trunk 2026-04-29 02:35:03.101 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: vpnaas 2026-04-29 02:35:03.134 1 WARNING stevedore.named [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-29 02:35:03.209 1 INFO neutron_vpnaas.services.vpn.plugin [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-29 02:35:03.210 1 INFO neutron.common.utils [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-29 02:35:03.210 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: taas 2026-04-29 02:35:03.234 1 WARNING stevedore.named [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-29 02:35:03.260 1 INFO neutron_taas.services.taas.taas_plugin [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-29 02:35:03.261 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: tapmirror 2026-04-29 02:35:03.405 1 WARNING stevedore.named [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-29 02:35:03.420 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-29 02:35:03.421 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: auto_allocate 2026-04-29 02:35:03.426 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: tag 2026-04-29 02:35:03.434 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: timestamp 2026-04-29 02:35:03.436 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: network_ip_availability 2026-04-29 02:35:03.440 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: flavors 2026-04-29 02:35:03.444 1 INFO neutron.manager [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loading Plugin: revisions 2026-04-29 02:35:03.448 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Initializing extension manager. 2026-04-29 02:35:03.449 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: address-group 2026-04-29 02:35:03.450 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: address-scope 2026-04-29 02:35:03.451 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-29 02:35:03.451 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: agent 2026-04-29 02:35:03.452 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: agent-resources-synced 2026-04-29 02:35:03.453 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: allowed-address-pairs 2026-04-29 02:35:03.454 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: auto-allocated-topology 2026-04-29 02:35:03.454 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: availability_zone 2026-04-29 02:35:03.455 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: availability_zone_filter 2026-04-29 02:35:03.455 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-29 02:35:03.456 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: default-subnetpools 2026-04-29 02:35:03.457 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-29 02:35:03.458 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: dns-integration 2026-04-29 02:35:03.458 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: dns-domain-ports 2026-04-29 02:35:03.459 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-29 02:35:03.459 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: dvr 2026-04-29 02:35:03.460 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-29 02:35:03.460 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: empty-string-filtering 2026-04-29 02:35:03.461 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-29 02:35:03.461 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-29 02:35:03.462 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: external-net 2026-04-29 02:35:03.462 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-29 02:35:03.463 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: extraroute 2026-04-29 02:35:03.463 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: extraroute-atomic 2026-04-29 02:35:03.464 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-29 02:35:03.464 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-29 02:35:03.465 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-29 02:35:03.465 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-29 02:35:03.466 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: fip-port-details 2026-04-29 02:35:03.466 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: flavors 2026-04-29 02:35:03.468 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-29 02:35:03.468 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: floatingip-pools 2026-04-29 02:35:03.469 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: ip_allocation 2026-04-29 02:35:03.469 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: ip-substring-filtering 2026-04-29 02:35:03.470 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: l2_adjacency 2026-04-29 02:35:03.471 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: router 2026-04-29 02:35:03.472 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-29 02:35:03.473 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-29 02:35:03.474 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-29 02:35:03.474 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: ext-gw-mode 2026-04-29 02:35:03.474 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: l3-ha 2026-04-29 02:35:03.475 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-29 02:35:03.475 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-29 02:35:03.476 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: l3-flavors 2026-04-29 02:35:03.477 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-29 02:35:03.477 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-29 02:35:03.479 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-29 02:35:03.480 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-29 02:35:03.481 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-29 02:35:03.482 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-29 02:35:03.482 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-29 02:35:03.483 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: multi-provider 2026-04-29 02:35:03.483 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: net-mtu 2026-04-29 02:35:03.483 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: net-mtu-writable 2026-04-29 02:35:03.484 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: network_availability_zone 2026-04-29 02:35:03.484 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: network_ha 2026-04-29 02:35:03.485 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: network-ip-availability 2026-04-29 02:35:03.486 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: network-ip-availability-details 2026-04-29 02:35:03.487 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-29 02:35:03.487 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: pagination 2026-04-29 02:35:03.488 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: port-device-profile 2026-04-29 02:35:03.488 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-29 02:35:03.489 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-29 02:35:03.489 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-29 02:35:03.489 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: port-mac-override 2026-04-29 02:35:03.490 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-29 02:35:03.490 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-29 02:35:03.491 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-29 02:35:03.491 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: port-resource-request 2026-04-29 02:35:03.492 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: port-resource-request-groups 2026-04-29 02:35:03.492 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-29 02:35:03.493 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: binding 2026-04-29 02:35:03.494 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: binding-extended 2026-04-29 02:35:03.494 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: port-security 2026-04-29 02:35:03.495 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: project-id 2026-04-29 02:35:03.495 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: provider 2026-04-29 02:35:03.496 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-29 02:35:03.497 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos 2026-04-29 02:35:03.498 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-29 02:35:03.499 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-29 02:35:03.501 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos-default 2026-04-29 02:35:03.502 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos-fip 2026-04-29 02:35:03.503 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-29 02:35:03.504 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos-gateway-ip 2026-04-29 02:35:03.505 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos-port-network-policy 2026-04-29 02:35:03.506 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos-pps-minimum 2026-04-29 02:35:03.508 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-29 02:35:03.509 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos-pps 2026-04-29 02:35:03.510 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos-rule-type-details 2026-04-29 02:35:03.511 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-29 02:35:03.512 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: qos-rules-alias 2026-04-29 02:35:03.513 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: quota-check-limit 2026-04-29 02:35:03.513 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: quota-check-limit-default 2026-04-29 02:35:03.517 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: quotas 2026-04-29 02:35:03.520 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: quota_details 2026-04-29 02:35:03.521 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: rbac-policies 2026-04-29 02:35:03.522 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: rbac-address-group 2026-04-29 02:35:03.522 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: rbac-address-scope 2026-04-29 02:35:03.523 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: rbac-security-groups 2026-04-29 02:35:03.523 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: rbac-subnetpool 2026-04-29 02:35:03.524 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: revision-if-match 2026-04-29 02:35:03.524 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: standard-attr-revisions 2026-04-29 02:35:03.525 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: router_availability_zone 2026-04-29 02:35:03.525 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-04-29 02:35:03.526 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-29 02:35:03.527 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: security-groups-default-rules 2026-04-29 02:35:03.528 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-29 02:35:03.528 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-29 02:35:03.529 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-29 02:35:03.529 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-29 02:35:03.530 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-29 02:35:03.534 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: security-group 2026-04-29 02:35:03.535 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: segment 2026-04-29 02:35:03.535 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-29 02:35:03.536 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: service-type 2026-04-29 02:35:03.536 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: sorting 2026-04-29 02:35:03.537 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: standard-attr-segment 2026-04-29 02:35:03.537 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: standard-attr-description 2026-04-29 02:35:03.538 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: stateful-security-group 2026-04-29 02:35:03.538 1 WARNING neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-29 02:35:03.539 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-29 02:35:03.539 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: subnet-external-network 2026-04-29 02:35:03.540 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: subnet_onboard 2026-04-29 02:35:03.540 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-29 02:35:03.541 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: subnet-service-types 2026-04-29 02:35:03.541 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: subnet_allocation 2026-04-29 02:35:03.542 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-29 02:35:03.542 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: tag-creation 2026-04-29 02:35:03.543 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-29 02:35:03.546 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: standard-attr-tag 2026-04-29 02:35:03.547 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-29 02:35:03.547 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: trunk 2026-04-29 02:35:03.548 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: trunk-details 2026-04-29 02:35:03.548 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-29 02:35:03.548 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-29 02:35:03.549 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-29 02:35:03.550 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-29 02:35:03.551 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-29 02:35:03.552 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-29 02:35:03.552 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: vpn-flavors 2026-04-29 02:35:03.554 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: vpnaas 2026-04-29 02:35:03.555 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: taas 2026-04-29 02:35:03.556 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: tap-mirror 2026-04-29 02:35:03.556 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: tap-mirror-both-direction 2026-04-29 02:35:03.557 1 INFO neutron.api.extensions [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Loaded extension: taas-vlan-filter 2026-04-29 02:35:03.560 1 WARNING oslo_service.backend._threading.service [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-04-29 02:35:03.566 1 WARNING oslo_service.backend._threading.service [None req-9d9215a5-81c5-474b-8552-34f6fe00e38d - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-04-29 02:35:33.649 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-29 02:35:33.690 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-29 02:35:33.694 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-29 02:35:50.811 13 INFO neutron.db.l3_hamode_db [None req-a4b5e5cb-61cb-4c92-bc5f-3e6b894f5d05 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-29 02:36:06.629 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port e8beb2ea-504d-4055-892e-f9e9e8a19242 2026-04-29 02:36:07.054 13 INFO neutron.plugins.ml2.plugin [None req-559ee304-1c5a-4be1-9254-99bece657f4d - - - - - -] Attempt 1 to provision port e8beb2ea-504d-4055-892e-f9e9e8a19242 2026-04-29 02:36:08.539 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port e8beb2ea-504d-4055-892e-f9e9e8a19242 2026-04-29 02:36:08.714 13 INFO neutron.plugins.ml2.plugin [None req-1cbaec32-b9e3-4271-a9b2-56c9461dfcf7 - - - - - -] Attempt 1 to provision port e8beb2ea-504d-4055-892e-f9e9e8a19242 2026-04-29 02:40:42.640 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port cc82ef9a-c52f-4e45-af4c-cb5d6b8e1c20 2026-04-29 02:40:43.908 16 INFO neutron.plugins.ml2.plugin [None req-a5878f53-2fc1-49f9-b6ef-4a58199410f4 - - - - - -] Attempt 1 to provision port cc82ef9a-c52f-4e45-af4c-cb5d6b8e1c20 2026-04-29 02:40:44.635 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port cc82ef9a-c52f-4e45-af4c-cb5d6b8e1c20 2026-04-29 02:40:45.570 16 INFO neutron.plugins.ml2.plugin [None req-54198ed2-671e-41cc-b2cc-ba58127da799 - - - - - -] Attempt 1 to provision port cc82ef9a-c52f-4e45-af4c-cb5d6b8e1c20 2026-04-29 02:40:50.002 16 INFO neutron.plugins.ml2.plugin [None req-c5aeafe1-2c39-47cb-a84e-4445e3b1d7a8 - - - - - -] Attempt 1 to provision port af224ef7-aefd-4ee2-8636-116fb98ec560 2026-04-29 02:44:37.280 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port af224ef7-aefd-4ee2-8636-116fb98ec560 2026-04-29 02:44:38.681 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port af224ef7-aefd-4ee2-8636-116fb98ec560 2026-04-29 02:54:50.890 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port bdb09ee6-a604-41b1-93ce-30489e8ec239 2026-04-29 02:54:52.865 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port bdb09ee6-a604-41b1-93ce-30489e8ec239 2026-04-29 03:03:10.127 13 INFO neutron.plugins.ml2.plugin [None req-ea1b37c2-327a-464a-8a02-c331f808e5f6 - - - - - -] Attempt 1 to provision port cc82ef9a-c52f-4e45-af4c-cb5d6b8e1c20 2026-04-29 03:03:10.177 13 INFO neutron.plugins.ml2.plugin [None req-ea1b37c2-327a-464a-8a02-c331f808e5f6 - - - - - -] Attempt 1 to provision port e8beb2ea-504d-4055-892e-f9e9e8a19242 2026-04-29 03:03:10.223 13 INFO neutron.plugins.ml2.plugin [None req-ea1b37c2-327a-464a-8a02-c331f808e5f6 - - - - - -] Attempt 1 to provision port af224ef7-aefd-4ee2-8636-116fb98ec560 2026-04-29 03:10:41.165 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port bbe1b4a9-2a56-494c-a8ed-9453c5ba27db 2026-04-29 03:10:41.892 13 INFO neutron.plugins.ml2.plugin [None req-5c7b0834-4553-42d5-951d-4c0bd109c141 - - - - - -] Attempt 1 to provision port bbe1b4a9-2a56-494c-a8ed-9453c5ba27db 2026-04-29 03:10:41.945 13 INFO neutron.plugins.ml2.plugin [None req-5c7b0834-4553-42d5-951d-4c0bd109c141 - - - - - -] Attempt 1 to provision port 485a7d3c-39df-4b30-bfb8-0caac70eb314 2026-04-29 03:10:43.154 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port bbe1b4a9-2a56-494c-a8ed-9453c5ba27db 2026-04-29 03:10:45.183 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 92406c78-d131-4126-a9db-3aa1d362c58a 2026-04-29 03:10:47.159 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 92406c78-d131-4126-a9db-3aa1d362c58a 2026-04-29 03:10:49.266 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port db808dac-c08b-4745-8d56-6c299b42f020 2026-04-29 03:10:49.740 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port bad1c61b-d9f9-43d5-a134-ff4a4637e564 2026-04-29 03:10:51.126 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port db808dac-c08b-4745-8d56-6c299b42f020 2026-04-29 03:10:51.321 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port bad1c61b-d9f9-43d5-a134-ff4a4637e564 2026-04-29 03:10:51.395 16 INFO neutron.plugins.ml2.plugin [None req-629d777e-9b2d-4764-8c9e-c2523dc974fe - - - - - -] Attempt 1 to provision port ab2c97d1-eb1e-4b60-92c8-8b349a28e5c3 2026-04-29 03:10:51.425 16 INFO neutron.plugins.ml2.plugin [None req-629d777e-9b2d-4764-8c9e-c2523dc974fe - - - - - -] Attempt 1 to provision port c2be7af8-ba58-4acd-9ca0-e9f5e4598d3b 2026-04-29 03:10:51.451 16 INFO neutron.plugins.ml2.plugin [None req-629d777e-9b2d-4764-8c9e-c2523dc974fe - - - - - -] Attempt 1 to provision port 92406c78-d131-4126-a9db-3aa1d362c58a 2026-04-29 03:10:56.377 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 7901effc-99fd-4309-b61b-77a28ac75b4b 2026-04-29 03:10:56.803 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 59bc9b90-a9a4-46d6-b6f3-743f4eb6bacc 2026-04-29 03:10:56.997 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-92453e9d-db76-4028-8324-ae1ee8984f6b'] response: {'server_uuid': '1d839219-f237-4935-a32e-3eb7db0ee4ba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7901effc-99fd-4309-b61b-77a28ac75b4b', 'code': 200} 2026-04-29 03:10:57.213 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 27c6fa5f-5ef3-42b4-9ac4-03222a529a2d 2026-04-29 03:10:58.244 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 7901effc-99fd-4309-b61b-77a28ac75b4b 2026-04-29 03:10:58.455 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 59bc9b90-a9a4-46d6-b6f3-743f4eb6bacc 2026-04-29 03:10:59.034 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-87f08f1a-476c-4968-94f4-c14b00aca9f3'] response: {'server_uuid': '913544e2-d0b4-475a-b313-e3f9766c64a2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '59bc9b90-a9a4-46d6-b6f3-743f4eb6bacc', 'code': 200} 2026-04-29 03:11:03.472 13 INFO neutron.plugins.ml2.plugin [None req-e9892bde-2e58-4a87-afe7-7465c567b744 - - - - - -] Attempt 1 to provision port bbe1b4a9-2a56-494c-a8ed-9453c5ba27db 2026-04-29 03:11:03.550 13 INFO neutron.plugins.ml2.plugin [None req-e9892bde-2e58-4a87-afe7-7465c567b744 - - - - - -] Attempt 1 to provision port 485a7d3c-39df-4b30-bfb8-0caac70eb314 2026-04-29 03:11:03.576 13 INFO neutron.plugins.ml2.plugin [None req-e9892bde-2e58-4a87-afe7-7465c567b744 - - - - - -] Attempt 1 to provision port a12635f3-1410-438c-a47b-f63eedaa52f1 2026-04-29 03:11:03.608 13 INFO neutron.plugins.ml2.plugin [None req-e9892bde-2e58-4a87-afe7-7465c567b744 - - - - - -] Attempt 1 to provision port 7901effc-99fd-4309-b61b-77a28ac75b4b 2026-04-29 03:11:03.657 13 INFO neutron.plugins.ml2.plugin [None req-e9892bde-2e58-4a87-afe7-7465c567b744 - - - - - -] Attempt 1 to provision port c2be7af8-ba58-4acd-9ca0-e9f5e4598d3b 2026-04-29 03:11:03.978 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port fce89666-eb1f-4c5c-bff8-3a752f663c9f 2026-04-29 03:11:06.105 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port fce89666-eb1f-4c5c-bff8-3a752f663c9f 2026-04-29 03:11:06.331 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port b22270d3-a67f-4052-a1ee-b0b6d5d5143d 2026-04-29 03:11:08.091 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port b22270d3-a67f-4052-a1ee-b0b6d5d5143d 2026-04-29 03:11:09.434 16 INFO neutron.plugins.ml2.plugin [None req-8dca9f8f-eaa3-467e-b71b-ddeff950ad8c - - - - - -] Attempt 1 to provision port cd80efaf-99f9-490f-b13f-085fbdca4a85 2026-04-29 03:11:09.458 16 INFO neutron.plugins.ml2.plugin [None req-8dca9f8f-eaa3-467e-b71b-ddeff950ad8c - - - - - -] Attempt 1 to provision port b22270d3-a67f-4052-a1ee-b0b6d5d5143d 2026-04-29 03:11:16.644 16 INFO neutron.plugins.ml2.plugin [None req-b3ea2ffd-2d02-42d1-ac00-db8b39c99eb2 - - - - - -] Attempt 1 to provision port b22270d3-a67f-4052-a1ee-b0b6d5d5143d 2026-04-29 03:11:16.689 16 INFO neutron.plugins.ml2.plugin [None req-b3ea2ffd-2d02-42d1-ac00-db8b39c99eb2 - - - - - -] Attempt 1 to provision port cd80efaf-99f9-490f-b13f-085fbdca4a85 2026-04-29 03:11:16.725 16 INFO neutron.plugins.ml2.plugin [None req-b3ea2ffd-2d02-42d1-ac00-db8b39c99eb2 - - - - - -] Attempt 1 to provision port 875326e5-a761-493a-b325-55e14850c49e 2026-04-29 03:11:16.747 16 INFO neutron.plugins.ml2.plugin [None req-b3ea2ffd-2d02-42d1-ac00-db8b39c99eb2 - - - - - -] Attempt 1 to provision port 4270830a-745d-4af7-9440-66caf5142f62 2026-04-29 03:11:17.974 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port c669876d-f2e5-4c8c-b65d-eca40a354937 2026-04-29 03:11:20.085 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port fc4436aa-c794-4e22-b5ec-72e352e6bebb 2026-04-29 03:11:20.450 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port c669876d-f2e5-4c8c-b65d-eca40a354937 2026-04-29 03:11:21.276 13 INFO neutron.plugins.ml2.plugin [None req-7844c118-0385-4f4a-b2df-a41ba73f2e76 - - - - - -] Attempt 1 to provision port fc4436aa-c794-4e22-b5ec-72e352e6bebb 2026-04-29 03:11:21.398 13 INFO neutron.plugins.ml2.plugin [None req-7844c118-0385-4f4a-b2df-a41ba73f2e76 - - - - - -] Attempt 1 to provision port ebbe3e06-b115-42e7-94fe-b263edd8431e 2026-04-29 03:11:22.029 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port fc4436aa-c794-4e22-b5ec-72e352e6bebb 2026-04-29 03:11:24.022 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 485a7d3c-39df-4b30-bfb8-0caac70eb314 2026-04-29 03:11:25.843 16 INFO neutron.plugins.ml2.plugin [None req-412941ba-9c6e-466c-85f0-e7f4aff11c00 - - - - - -] Attempt 1 to provision port fc4436aa-c794-4e22-b5ec-72e352e6bebb 2026-04-29 03:11:25.926 16 INFO neutron.plugins.ml2.plugin [None req-412941ba-9c6e-466c-85f0-e7f4aff11c00 - - - - - -] Attempt 1 to provision port ebbe3e06-b115-42e7-94fe-b263edd8431e 2026-04-29 03:11:25.968 16 INFO neutron.plugins.ml2.plugin [None req-412941ba-9c6e-466c-85f0-e7f4aff11c00 - - - - - -] Attempt 1 to provision port cd80efaf-99f9-490f-b13f-085fbdca4a85 2026-04-29 03:11:26.645 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port ab2c97d1-eb1e-4b60-92c8-8b349a28e5c3 2026-04-29 03:11:26.903 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 485a7d3c-39df-4b30-bfb8-0caac70eb314 2026-04-29 03:11:27.088 16 INFO neutron.plugins.ml2.plugin [None req-d5d8e21e-a39e-47f0-85d2-a23800be44aa - - - - - -] Attempt 1 to provision port ebbe3e06-b115-42e7-94fe-b263edd8431e 2026-04-29 03:11:27.126 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port d589b06e-cbb6-4d01-b72f-bd1578150ec4 2026-04-29 03:11:27.483 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 4270830a-745d-4af7-9440-66caf5142f62 2026-04-29 03:11:27.695 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d07afb0-2cfd-47c8-a80f-493c31f0f22c'] response: {'server_uuid': '54b2a8eb-82ce-440e-8c77-504f21ad8c61', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd589b06e-cbb6-4d01-b72f-bd1578150ec4', 'code': 200} 2026-04-29 03:11:29.518 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port ab2c97d1-eb1e-4b60-92c8-8b349a28e5c3 2026-04-29 03:11:29.699 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port cd80efaf-99f9-490f-b13f-085fbdca4a85 2026-04-29 03:11:29.910 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 04a0b24d-9f9d-4697-a6fc-18caa0e1369b 2026-04-29 03:11:30.031 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e25c6b9-e35e-4f93-a3c7-05bcd9a9d243'] response: {'server_uuid': 'c583725b-9e7f-4b51-a73f-633c2aaba179', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '04a0b24d-9f9d-4697-a6fc-18caa0e1369b', 'code': 200} 2026-04-29 03:11:30.468 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port d589b06e-cbb6-4d01-b72f-bd1578150ec4 2026-04-29 03:11:30.883 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 4270830a-745d-4af7-9440-66caf5142f62 2026-04-29 03:11:31.228 13 INFO neutron.plugins.ml2.plugin [None req-d7a52e44-64c8-43aa-ad9d-ed6348b1b44f - - - - - -] Attempt 1 to provision port 7901effc-99fd-4309-b61b-77a28ac75b4b 2026-04-29 03:11:31.640 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 7901effc-99fd-4309-b61b-77a28ac75b4b 2026-04-29 03:11:31.918 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 04a0b24d-9f9d-4697-a6fc-18caa0e1369b 2026-04-29 03:11:33.636 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 875326e5-a761-493a-b325-55e14850c49e 2026-04-29 03:11:34.008 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port ebbe3e06-b115-42e7-94fe-b263edd8431e 2026-04-29 03:11:35.070 13 INFO neutron.plugins.ml2.plugin [None req-8b96616b-405d-4177-b047-775c9d5166f0 - - - - - -] Attempt 1 to provision port 7901effc-99fd-4309-b61b-77a28ac75b4b 2026-04-29 03:11:35.771 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 7901effc-99fd-4309-b61b-77a28ac75b4b 2026-04-29 03:11:35.957 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 875326e5-a761-493a-b325-55e14850c49e 2026-04-29 03:11:36.126 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port ebbe3e06-b115-42e7-94fe-b263edd8431e 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server [None req-c4a56bcc-306e-4858-aa07-6625dd750bb9 - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port f3b8589a-921f-415c-9131-0cd3e06aa9ee could not be found. 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 298, in _get_port 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py", line 209, in get_by_id 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2815, in one 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1840, in one 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 772, in _only_one_row 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-04-29 03:11:38.123 16 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-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 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-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server raise self.value 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server raise self.value 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server raise self.value 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 337, in get_dhcp_port 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server raise self.value 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server raise self.value 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server raise self.value 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1159, in wrapper 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1680, in get_port 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1159, in wrapper 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 301, in _get_port 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port f3b8589a-921f-415c-9131-0cd3e06aa9ee could not be found. 2026-04-29 03:11:38.123 16 ERROR oslo_messaging.rpc.server 2026-04-29 03:11:49.660 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 709461cf-e363-437e-8d48-620f8cb265ed 2026-04-29 03:11:51.742 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 709461cf-e363-437e-8d48-620f8cb265ed 2026-04-29 03:11:51.947 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 4d2a77a4-1deb-4609-a2c1-7ebfc39759ea 2026-04-29 03:11:53.975 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 4d2a77a4-1deb-4609-a2c1-7ebfc39759ea 2026-04-29 03:11:54.805 16 INFO neutron.plugins.ml2.plugin [None req-43c87e77-dff0-4940-b3fd-295f199d2411 - - - - - -] Attempt 1 to provision port 79adda1b-d1e1-4dcd-a192-bdc025aecd27 2026-04-29 03:11:54.835 16 INFO neutron.plugins.ml2.plugin [None req-43c87e77-dff0-4940-b3fd-295f199d2411 - - - - - -] Attempt 1 to provision port 4d2a77a4-1deb-4609-a2c1-7ebfc39759ea 2026-04-29 03:11:57.929 16 INFO neutron.plugins.ml2.plugin [None req-21c181da-c5f1-4d07-9cf4-16ca212dc08e - - - - - -] Attempt 1 to provision port 79adda1b-d1e1-4dcd-a192-bdc025aecd27 2026-04-29 03:12:00.167 16 INFO neutron.plugins.ml2.plugin [None req-2e2136f0-dbfe-4f57-97db-d49929569646 - - - - - -] Attempt 1 to provision port 8f526d88-04f7-4a71-824d-7f9e401d37aa 2026-04-29 03:12:00.181 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 756996f9-514e-4719-ad95-9f9dbf6d3bde 2026-04-29 03:12:00.269 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e7c7c88-7f36-42d4-958b-45717bd51d05'] response: {'server_uuid': '0e7a5eca-5ae3-47f7-a6bb-f5f9ace5f9c4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '756996f9-514e-4719-ad95-9f9dbf6d3bde', 'code': 200} 2026-04-29 03:12:01.658 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 756996f9-514e-4719-ad95-9f9dbf6d3bde 2026-04-29 03:12:02.881 16 INFO neutron.plugins.ml2.plugin [None req-ec77f798-3d3f-4096-b2ce-fd594ad5598c - - - - - -] Attempt 1 to provision port 756996f9-514e-4719-ad95-9f9dbf6d3bde 2026-04-29 03:12:05.702 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 79adda1b-d1e1-4dcd-a192-bdc025aecd27 2026-04-29 03:12:06.067 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 8f526d88-04f7-4a71-824d-7f9e401d37aa 2026-04-29 03:12:06.174 13 INFO neutron.plugins.ml2.plugin [None req-e367342c-a76a-4c55-ab51-7ba03d6c121d - - - - - -] Attempt 1 to provision port fd8d9bf8-13a8-4602-b08d-ac8255cdd8db 2026-04-29 03:12:07.712 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 79adda1b-d1e1-4dcd-a192-bdc025aecd27 2026-04-29 03:12:07.915 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 8f526d88-04f7-4a71-824d-7f9e401d37aa 2026-04-29 03:12:21.814 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 2d29aecd-a319-4059-a698-e9de3b8bfc0a 2026-04-29 03:12:22.085 16 INFO neutron.plugins.ml2.plugin [None req-f7b4b64f-0681-4c5d-80fa-5e85daea4712 - - - - - -] Attempt 1 to provision port 2d29aecd-a319-4059-a698-e9de3b8bfc0a 2026-04-29 03:12:23.736 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 2d29aecd-a319-4059-a698-e9de3b8bfc0a 2026-04-29 03:12:23.922 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port e916cd0e-b64a-4de6-b5ee-975d4363a242 2026-04-29 03:12:25.646 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port e916cd0e-b64a-4de6-b5ee-975d4363a242 2026-04-29 03:12:28.366 16 INFO neutron.plugins.ml2.plugin [None req-43025c5b-19d9-4860-95a5-e83e6fb8dc0d - - - - - -] Attempt 1 to provision port 2d29aecd-a319-4059-a698-e9de3b8bfc0a 2026-04-29 03:12:28.429 16 INFO neutron.plugins.ml2.plugin [None req-43025c5b-19d9-4860-95a5-e83e6fb8dc0d - - - - - -] Attempt 1 to provision port 26bc37e4-5a67-446d-aafe-212b73aebc16 2026-04-29 03:12:34.182 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 8996f3b4-7fca-43e5-b6a4-3d6001fd0b33 2026-04-29 03:12:34.293 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c03be70f-0a16-431e-a6b8-7d7337b70757'] response: {'server_uuid': 'f8fe8193-a8f2-4d2b-8c6f-8bb71817e2a6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8996f3b4-7fca-43e5-b6a4-3d6001fd0b33', 'code': 200} 2026-04-29 03:12:35.695 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 8996f3b4-7fca-43e5-b6a4-3d6001fd0b33 2026-04-29 03:12:39.413 13 INFO neutron.plugins.ml2.plugin [None req-800fd152-5b2c-4a2d-8eef-aebe272ed078 - - - - - -] Attempt 1 to provision port 8996f3b4-7fca-43e5-b6a4-3d6001fd0b33 2026-04-29 03:12:39.465 13 INFO neutron.plugins.ml2.plugin [None req-800fd152-5b2c-4a2d-8eef-aebe272ed078 - - - - - -] Attempt 1 to provision port 26bc37e4-5a67-446d-aafe-212b73aebc16 2026-04-29 03:12:39.594 13 INFO neutron.plugins.ml2.plugin [None req-800fd152-5b2c-4a2d-8eef-aebe272ed078 - - - - - -] Attempt 1 to provision port ba697f62-c6b7-446e-b01e-2fed4b33ebd8 2026-04-29 03:12:39.699 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 26bc37e4-5a67-446d-aafe-212b73aebc16 2026-04-29 03:12:39.864 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port ba697f62-c6b7-446e-b01e-2fed4b33ebd8 2026-04-29 03:12:41.768 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 26bc37e4-5a67-446d-aafe-212b73aebc16 2026-04-29 03:12:41.978 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port ba697f62-c6b7-446e-b01e-2fed4b33ebd8 2026-04-29 03:12:49.773 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 1f4858e7-0ac0-47d3-9795-87d32ca07f1e 2026-04-29 03:12:51.650 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 1f4858e7-0ac0-47d3-9795-87d32ca07f1e 2026-04-29 03:12:53.774 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port d1600ec6-0638-41b5-82c2-12878c44ee08 2026-04-29 03:13:07.948 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-77bc4bd1-6f14-445c-89fd-0006decd2539'] response: {'server_uuid': 'f8fe8193-a8f2-4d2b-8c6f-8bb71817e2a6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8996f3b4-7fca-43e5-b6a4-3d6001fd0b33', 'code': 200} 2026-04-29 03:13:10.219 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 8996f3b4-7fca-43e5-b6a4-3d6001fd0b33 2026-04-29 03:13:10.327 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8c74ee1-1803-4dcb-a3c7-c3488e71a162'] response: {'server_uuid': 'f8fe8193-a8f2-4d2b-8c6f-8bb71817e2a6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8996f3b4-7fca-43e5-b6a4-3d6001fd0b33', 'code': 200} 2026-04-29 03:13:11.751 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 8996f3b4-7fca-43e5-b6a4-3d6001fd0b33 2026-04-29 03:13:13.681 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port cb2d5a49-9c1b-4700-977a-eab4eb66c445 2026-04-29 03:13:15.661 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port cb2d5a49-9c1b-4700-977a-eab4eb66c445 2026-04-29 03:13:17.725 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 07b930b1-3e5c-4858-ba1e-2524f38a17df 2026-04-29 03:13:18.042 16 INFO neutron.plugins.ml2.plugin [None req-926ad751-ddb3-4b94-805f-a7001f42c72a - - - - - -] Attempt 1 to provision port 07b930b1-3e5c-4858-ba1e-2524f38a17df 2026-04-29 03:13:18.056 16 INFO neutron.plugins.ml2.plugin [None req-926ad751-ddb3-4b94-805f-a7001f42c72a - - - - - -] Attempt 1 to provision port cb2d5a49-9c1b-4700-977a-eab4eb66c445 2026-04-29 03:13:21.668 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port a51bf629-c56b-4fbe-89f9-35455f682137 2026-04-29 03:13:25.749 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 1fafa237-87e7-4917-8b69-10e730392cc5 2026-04-29 03:13:27.812 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 1fafa237-87e7-4917-8b69-10e730392cc5 2026-04-29 03:13:28.001 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 0be2d4e9-06b0-419f-bb64-062434b0f3d4 2026-04-29 03:13:29.962 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 75eb67d8-f520-40f0-84e8-41a7fa2924b6 2026-04-29 03:13:30.312 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 0be2d4e9-06b0-419f-bb64-062434b0f3d4 2026-04-29 03:13:31.779 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 75eb67d8-f520-40f0-84e8-41a7fa2924b6 2026-04-29 03:13:33.865 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port feb7ca76-ab6c-4906-a117-54354a234c23 2026-04-29 03:13:35.714 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port feb7ca76-ab6c-4906-a117-54354a234c23 2026-04-29 03:13:38.976 13 INFO neutron.plugins.ml2.plugin [None req-9fdc3803-2d48-4b16-ad48-18c60566bed2 - - - - - -] Attempt 1 to provision port fb607ed3-cdf6-4547-84a8-791325ab661e 2026-04-29 03:13:39.005 13 INFO neutron.plugins.ml2.plugin [None req-9fdc3803-2d48-4b16-ad48-18c60566bed2 - - - - - -] Attempt 1 to provision port feb7ca76-ab6c-4906-a117-54354a234c23 2026-04-29 03:13:39.053 13 INFO neutron.plugins.ml2.plugin [None req-9fdc3803-2d48-4b16-ad48-18c60566bed2 - - - - - -] Attempt 1 to provision port 0be2d4e9-06b0-419f-bb64-062434b0f3d4 2026-04-29 03:13:39.098 13 INFO neutron.plugins.ml2.plugin [None req-9fdc3803-2d48-4b16-ad48-18c60566bed2 - - - - - -] Attempt 1 to provision port 95c551c5-bb99-4259-86f4-4208fe30bec3 2026-04-29 03:13:39.122 13 INFO neutron.plugins.ml2.plugin [None req-9fdc3803-2d48-4b16-ad48-18c60566bed2 - - - - - -] Attempt 1 to provision port 75eb67d8-f520-40f0-84e8-41a7fa2924b6 2026-04-29 03:13:39.171 13 INFO neutron.plugins.ml2.plugin [None req-9fdc3803-2d48-4b16-ad48-18c60566bed2 - - - - - -] Attempt 1 to provision port 49c5cf62-09ee-4b89-bd3f-5e70ced11967 2026-04-29 03:13:42.253 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 4bb342ad-2be9-4aef-9a81-f8f40863c112 2026-04-29 03:13:42.369 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca2c5f22-d20e-4baf-9b1c-129be102819b'] response: {'server_uuid': '316f9f67-1701-4b8d-ba27-24ae9a4be6d6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4bb342ad-2be9-4aef-9a81-f8f40863c112', 'code': 200} 2026-04-29 03:13:43.988 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port fb607ed3-cdf6-4547-84a8-791325ab661e 2026-04-29 03:13:44.272 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 49c5cf62-09ee-4b89-bd3f-5e70ced11967 2026-04-29 03:13:44.585 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 95c551c5-bb99-4259-86f4-4208fe30bec3 2026-04-29 03:13:44.841 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 4bb342ad-2be9-4aef-9a81-f8f40863c112 2026-04-29 03:13:45.016 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port a59f97a9-9b6e-49c8-8fa8-471944b82db4 2026-04-29 03:13:46.614 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port a59f97a9-9b6e-49c8-8fa8-471944b82db4 2026-04-29 03:13:46.773 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port fb607ed3-cdf6-4547-84a8-791325ab661e 2026-04-29 03:13:46.993 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 49c5cf62-09ee-4b89-bd3f-5e70ced11967 2026-04-29 03:13:47.219 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 95c551c5-bb99-4259-86f4-4208fe30bec3 2026-04-29 03:13:50.442 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 05d33338-5f5a-4121-b91b-16831c8e6a6d 2026-04-29 03:13:50.667 16 INFO neutron.plugins.ml2.plugin [None req-58d9e29a-091b-4308-b9d2-6a75aa8bb808 - - - - - -] Attempt 1 to provision port 95c551c5-bb99-4259-86f4-4208fe30bec3 2026-04-29 03:13:50.726 16 INFO neutron.plugins.ml2.plugin [None req-58d9e29a-091b-4308-b9d2-6a75aa8bb808 - - - - - -] Attempt 1 to provision port 75eb67d8-f520-40f0-84e8-41a7fa2924b6 2026-04-29 03:13:50.780 16 INFO neutron.plugins.ml2.plugin [None req-58d9e29a-091b-4308-b9d2-6a75aa8bb808 - - - - - -] Attempt 1 to provision port a59f97a9-9b6e-49c8-8fa8-471944b82db4 2026-04-29 03:13:50.825 16 INFO neutron.plugins.ml2.plugin [None req-58d9e29a-091b-4308-b9d2-6a75aa8bb808 - - - - - -] Attempt 1 to provision port fb607ed3-cdf6-4547-84a8-791325ab661e 2026-04-29 03:13:50.878 16 INFO neutron.plugins.ml2.plugin [None req-58d9e29a-091b-4308-b9d2-6a75aa8bb808 - - - - - -] Attempt 1 to provision port feb7ca76-ab6c-4906-a117-54354a234c23 2026-04-29 03:13:50.920 16 INFO neutron.plugins.ml2.plugin [None req-58d9e29a-091b-4308-b9d2-6a75aa8bb808 - - - - - -] Attempt 1 to provision port 4bb342ad-2be9-4aef-9a81-f8f40863c112 2026-04-29 03:13:50.961 16 INFO neutron.plugins.ml2.plugin [None req-58d9e29a-091b-4308-b9d2-6a75aa8bb808 - - - - - -] Attempt 1 to provision port 0be2d4e9-06b0-419f-bb64-062434b0f3d4 2026-04-29 03:13:50.999 16 INFO neutron.plugins.ml2.plugin [None req-58d9e29a-091b-4308-b9d2-6a75aa8bb808 - - - - - -] Attempt 1 to provision port 49c5cf62-09ee-4b89-bd3f-5e70ced11967 2026-04-29 03:13:52.409 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 05d33338-5f5a-4121-b91b-16831c8e6a6d 2026-04-29 03:13:56.470 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port d7e480c1-1b3f-4cdb-88f7-cf0740516616 2026-04-29 03:13:56.565 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-37b12360-3986-4b21-88a5-32272530821d'] response: {'server_uuid': 'f161c824-9f01-4247-bf98-d1a557844de7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd7e480c1-1b3f-4cdb-88f7-cf0740516616', 'code': 200} 2026-04-29 03:13:58.533 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port d7e480c1-1b3f-4cdb-88f7-cf0740516616 2026-04-29 03:14:01.510 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 4f930c37-683b-4ef1-97ce-9df7c27a5313 2026-04-29 03:14:01.607 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f0cef8b-da28-4f8e-b063-32877d72cfe4'] response: {'server_uuid': 'b688973d-96e2-4611-8b67-860942fdfc86', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4f930c37-683b-4ef1-97ce-9df7c27a5313', 'code': 200} 2026-04-29 03:14:01.856 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 1723efe8-40e8-4209-8952-7656a1323f4f 2026-04-29 03:14:02.645 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 4f930c37-683b-4ef1-97ce-9df7c27a5313 2026-04-29 03:14:02.873 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 1723efe8-40e8-4209-8952-7656a1323f4f 2026-04-29 03:14:05.897 13 INFO neutron.plugins.ml2.plugin [None req-79c0fca1-48ef-4093-8dc4-c6b71b5b4c0e - - - - - -] Attempt 1 to provision port acf6c237-f738-48a2-a662-b4c1cf9c52c7 2026-04-29 03:14:05.927 13 INFO neutron.plugins.ml2.plugin [None req-79c0fca1-48ef-4093-8dc4-c6b71b5b4c0e - - - - - -] Attempt 1 to provision port a6e35066-75a1-4b36-a008-9143f5555209 2026-04-29 03:14:05.959 13 INFO neutron.plugins.ml2.plugin [None req-79c0fca1-48ef-4093-8dc4-c6b71b5b4c0e - - - - - -] Attempt 1 to provision port 95c551c5-bb99-4259-86f4-4208fe30bec3 2026-04-29 03:14:06.087 13 INFO neutron.plugins.ml2.plugin [None req-79c0fca1-48ef-4093-8dc4-c6b71b5b4c0e - - - - - -] Attempt 1 to provision port 75eb67d8-f520-40f0-84e8-41a7fa2924b6 2026-04-29 03:14:06.241 13 INFO neutron.plugins.ml2.plugin [None req-79c0fca1-48ef-4093-8dc4-c6b71b5b4c0e - - - - - -] Attempt 1 to provision port d7e480c1-1b3f-4cdb-88f7-cf0740516616 2026-04-29 03:14:06.357 13 INFO neutron.plugins.ml2.plugin [None req-79c0fca1-48ef-4093-8dc4-c6b71b5b4c0e - - - - - -] Attempt 1 to provision port fb607ed3-cdf6-4547-84a8-791325ab661e 2026-04-29 03:14:06.454 13 INFO neutron.plugins.ml2.plugin [None req-79c0fca1-48ef-4093-8dc4-c6b71b5b4c0e - - - - - -] Attempt 1 to provision port feb7ca76-ab6c-4906-a117-54354a234c23 2026-04-29 03:14:06.511 13 INFO neutron.plugins.ml2.plugin [None req-79c0fca1-48ef-4093-8dc4-c6b71b5b4c0e - - - - - -] Attempt 1 to provision port 4f930c37-683b-4ef1-97ce-9df7c27a5313 2026-04-29 03:14:06.576 13 INFO neutron.plugins.ml2.plugin [None req-79c0fca1-48ef-4093-8dc4-c6b71b5b4c0e - - - - - -] Attempt 1 to provision port 4bb342ad-2be9-4aef-9a81-f8f40863c112 2026-04-29 03:14:06.672 13 INFO neutron.plugins.ml2.plugin [None req-79c0fca1-48ef-4093-8dc4-c6b71b5b4c0e - - - - - -] Attempt 1 to provision port 0be2d4e9-06b0-419f-bb64-062434b0f3d4 2026-04-29 03:14:06.799 13 INFO neutron.plugins.ml2.plugin [None req-79c0fca1-48ef-4093-8dc4-c6b71b5b4c0e - - - - - -] Attempt 1 to provision port 49c5cf62-09ee-4b89-bd3f-5e70ced11967 2026-04-29 03:14:06.880 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 5a59cc00-86dd-42af-9e39-966eab144622 2026-04-29 03:14:06.884 13 INFO neutron.plugins.ml2.plugin [None req-79c0fca1-48ef-4093-8dc4-c6b71b5b4c0e - - - - - -] Attempt 1 to provision port 1723efe8-40e8-4209-8952-7656a1323f4f 2026-04-29 03:14:08.719 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port a6e35066-75a1-4b36-a008-9143f5555209 2026-04-29 03:14:08.980 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 5a59cc00-86dd-42af-9e39-966eab144622 2026-04-29 03:14:09.169 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port acf6c237-f738-48a2-a662-b4c1cf9c52c7 2026-04-29 03:14:10.669 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port a6e35066-75a1-4b36-a008-9143f5555209 2026-04-29 03:14:10.871 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port acf6c237-f738-48a2-a662-b4c1cf9c52c7 2026-04-29 03:14:13.028 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 0ed6c02e-75a6-4548-82c2-33dfa2fbf904 2026-04-29 03:14:14.951 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 0ed6c02e-75a6-4548-82c2-33dfa2fbf904 2026-04-29 03:14:16.401 16 INFO neutron.plugins.ml2.plugin [None req-b1723903-b87a-4c7c-8656-67b7aa05b303 - - - - - -] Attempt 1 to provision port 0c8d6d30-dc5d-446f-bd82-645ee5837eef 2026-04-29 03:14:16.431 16 INFO neutron.plugins.ml2.plugin [None req-b1723903-b87a-4c7c-8656-67b7aa05b303 - - - - - -] Attempt 1 to provision port 0ed6c02e-75a6-4548-82c2-33dfa2fbf904 2026-04-29 03:14:16.493 16 INFO neutron.plugins.ml2.plugin [None req-b1723903-b87a-4c7c-8656-67b7aa05b303 - - - - - -] Attempt 1 to provision port 95c551c5-bb99-4259-86f4-4208fe30bec3 2026-04-29 03:14:19.172 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 947bc597-af4b-471d-8470-4f9f1a98fec5 2026-04-29 03:14:19.273 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-084623c6-2bf3-4255-9855-8b6d926c20f8'] response: {'server_uuid': '16ed4d62-e11e-4438-bc7a-591272c9b15c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '947bc597-af4b-471d-8470-4f9f1a98fec5', 'code': 200} 2026-04-29 03:14:20.680 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 947bc597-af4b-471d-8470-4f9f1a98fec5 2026-04-29 03:14:23.426 16 INFO neutron.plugins.ml2.plugin [None req-43469047-d54e-477c-88eb-6dea84781d18 - - - - - -] Attempt 1 to provision port 947bc597-af4b-471d-8470-4f9f1a98fec5 2026-04-29 03:14:23.479 16 INFO neutron.plugins.ml2.plugin [None req-43469047-d54e-477c-88eb-6dea84781d18 - - - - - -] Attempt 1 to provision port 95c551c5-bb99-4259-86f4-4208fe30bec3 2026-04-29 03:14:23.529 16 INFO neutron.plugins.ml2.plugin [None req-43469047-d54e-477c-88eb-6dea84781d18 - - - - - -] Attempt 1 to provision port 4b8d5ad6-b1a1-4b42-bda9-a34835c17cdc 2026-04-29 03:14:23.685 16 INFO neutron.plugins.ml2.plugin [None req-43469047-d54e-477c-88eb-6dea84781d18 - - - - - -] Attempt 1 to provision port d7e480c1-1b3f-4cdb-88f7-cf0740516616 2026-04-29 03:14:24.640 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 0c8d6d30-dc5d-446f-bd82-645ee5837eef 2026-04-29 03:14:24.888 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 4b8d5ad6-b1a1-4b42-bda9-a34835c17cdc 2026-04-29 03:14:26.623 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 0c8d6d30-dc5d-446f-bd82-645ee5837eef 2026-04-29 03:14:33.224 13 INFO neutron.plugins.ml2.plugin [None req-4d6053a4-2bcf-40a0-9c8e-1a683c6f2b9b - - - - - -] Attempt 1 to provision port 00a4ebe6-ac67-448d-8be9-01bf4f16052f 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-29 03:14:40.114 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-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-29 03:14:40.114 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-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.114 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-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.114 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-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.114 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-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.114 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-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.114 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-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.114 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-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1207, in get_subnet 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.114 16 ERROR neutron.plugins.ml2.managers 2026-04-29 03:14:40.116 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Failed to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 on host instance for vnic_type normal using segments [] 2026-04-29 03:14:40.116 16 INFO neutron.plugins.ml2.plugin [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Attempt 2 to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-29 03:14:40.124 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-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-29 03:14:40.124 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-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.124 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-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.124 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-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.124 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-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.124 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-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.124 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-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.124 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-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1207, in get_subnet 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.124 16 ERROR neutron.plugins.ml2.managers 2026-04-29 03:14:40.126 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Failed to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 on host instance for vnic_type normal using segments [] 2026-04-29 03:14:40.126 16 INFO neutron.plugins.ml2.plugin [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Attempt 3 to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-29 03:14:40.137 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-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-29 03:14:40.137 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-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.137 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-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.137 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-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.137 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-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.137 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-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.137 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-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.137 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-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1207, in get_subnet 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.137 16 ERROR neutron.plugins.ml2.managers 2026-04-29 03:14:40.138 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Failed to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 on host instance for vnic_type normal using segments [] 2026-04-29 03:14:40.138 16 INFO neutron.plugins.ml2.plugin [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Attempt 4 to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-29 03:14:40.148 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-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-29 03:14:40.148 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-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.148 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-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.148 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-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.148 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-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.148 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-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.148 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-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.148 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-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1207, in get_subnet 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.148 16 ERROR neutron.plugins.ml2.managers 2026-04-29 03:14:40.150 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Failed to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 on host instance for vnic_type normal using segments [] 2026-04-29 03:14:40.150 16 INFO neutron.plugins.ml2.plugin [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Attempt 5 to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-29 03:14:40.157 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-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-29 03:14:40.157 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-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.157 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-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.157 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-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.157 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-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.157 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-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.157 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-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.157 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-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1207, in get_subnet 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.157 16 ERROR neutron.plugins.ml2.managers 2026-04-29 03:14:40.158 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Failed to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 on host instance for vnic_type normal using segments [] 2026-04-29 03:14:40.158 16 INFO neutron.plugins.ml2.plugin [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Attempt 6 to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-29 03:14:40.167 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-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-29 03:14:40.167 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-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.167 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-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.167 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-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.167 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-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.167 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-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.167 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-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.167 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-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1207, in get_subnet 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.167 16 ERROR neutron.plugins.ml2.managers 2026-04-29 03:14:40.170 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Failed to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 on host instance for vnic_type normal using segments [] 2026-04-29 03:14:40.171 16 INFO neutron.plugins.ml2.plugin [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Attempt 7 to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-29 03:14:40.185 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-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-29 03:14:40.185 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-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.185 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-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.185 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-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.185 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-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.185 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-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.185 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-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.185 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-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1207, in get_subnet 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.185 16 ERROR neutron.plugins.ml2.managers 2026-04-29 03:14:40.187 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Failed to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 on host instance for vnic_type normal using segments [] 2026-04-29 03:14:40.187 16 INFO neutron.plugins.ml2.plugin [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Attempt 8 to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-29 03:14:40.201 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-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-29 03:14:40.201 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-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.201 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-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.201 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-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.201 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-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.201 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-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.201 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-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.201 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-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1207, in get_subnet 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.201 16 ERROR neutron.plugins.ml2.managers 2026-04-29 03:14:40.203 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Failed to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 on host instance for vnic_type normal using segments [] 2026-04-29 03:14:40.204 16 INFO neutron.plugins.ml2.plugin [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Attempt 9 to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-29 03:14:40.212 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-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-29 03:14:40.212 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-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.212 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-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.212 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-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.212 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-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.212 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-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.212 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-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.212 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-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1207, in get_subnet 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.212 16 ERROR neutron.plugins.ml2.managers 2026-04-29 03:14:40.215 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Failed to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 on host instance for vnic_type normal using segments [] 2026-04-29 03:14:40.215 16 INFO neutron.plugins.ml2.plugin [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Attempt 10 to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 870, in _bind_port_level 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-29 03:14:40.221 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-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-04-29 03:14:40.221 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-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.221 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-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.221 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-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.221 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-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.221 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-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.221 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-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-29 03:14:40.221 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-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1207, in get_subnet 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 285, in _get_subnet_object 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet d1410082-6ea7-4928-9740-08d0c891f63d could not be found. 2026-04-29 03:14:40.221 16 ERROR neutron.plugins.ml2.managers 2026-04-29 03:14:40.222 16 ERROR neutron.plugins.ml2.managers [None req-c94c8ce1-ef7f-4c65-bb21-a9f0b4c8e1ae - - - - - -] Failed to bind port a49979c6-6ee5-49d3-b448-d0b369a853f0 on host instance for vnic_type normal using segments [] 2026-04-29 03:14:55.180 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port f6881147-6978-4ef1-8fd9-b192382a82d9 2026-04-29 03:14:55.296 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-6af8c3c9-1230-457a-ae59-3c769675b499'] response: {'server_uuid': '9f801f71-32fb-409b-90bd-65a8bfc198df', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f6881147-6978-4ef1-8fd9-b192382a82d9', 'code': 200} 2026-04-29 03:14:56.644 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port f6881147-6978-4ef1-8fd9-b192382a82d9 2026-04-29 03:14:59.219 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 007874a2-140c-4b4c-9802-ae6de038c3ff 2026-04-29 03:14:59.348 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a18c75b-3f9f-4672-8e65-58b4ebf76247'] response: {'server_uuid': '7495e713-1964-40c2-993f-bb86697a4930', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '007874a2-140c-4b4c-9802-ae6de038c3ff', 'code': 200} 2026-04-29 03:15:00.694 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 007874a2-140c-4b4c-9802-ae6de038c3ff 2026-04-29 03:15:42.710 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 49c093c8-dcd5-486b-814a-51f2824926c3 2026-04-29 03:15:42.824 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-712b0e0a-b58e-4fba-8d9b-ed2297547e94'] response: {'server_uuid': '9f801f71-32fb-409b-90bd-65a8bfc198df', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '49c093c8-dcd5-486b-814a-51f2824926c3', 'code': 200} 2026-04-29 03:15:44.755 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port b3fc05d9-d28f-4f94-be28-cfc606b2f8b9 2026-04-29 03:15:45.081 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 49c093c8-dcd5-486b-814a-51f2824926c3 2026-04-29 03:15:45.452 16 INFO neutron.plugins.ml2.plugin [None req-536ecd96-b7fa-4950-b578-df55ff4a2cfb - - - - - -] Attempt 1 to provision port cd681200-0a76-4a21-8e7a-b8bf3d799f47 2026-04-29 03:15:45.475 16 INFO neutron.plugins.ml2.plugin [None req-536ecd96-b7fa-4950-b578-df55ff4a2cfb - - - - - -] Attempt 1 to provision port b3fc05d9-d28f-4f94-be28-cfc606b2f8b9 2026-04-29 03:15:47.344 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port b3fc05d9-d28f-4f94-be28-cfc606b2f8b9 2026-04-29 03:15:47.597 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 0221b7e9-c8eb-48c8-92be-aafc505b7189 2026-04-29 03:15:47.919 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 49c093c8-dcd5-486b-814a-51f2824926c3 2026-04-29 03:15:48.274 13 INFO neutron.plugins.ml2.plugin [None req-ae9228b5-8049-4a0c-b8f4-7b2d054324da - - - - - -] Attempt 1 to provision port cd681200-0a76-4a21-8e7a-b8bf3d799f47 2026-04-29 03:15:48.298 13 INFO neutron.plugins.ml2.plugin [None req-ae9228b5-8049-4a0c-b8f4-7b2d054324da - - - - - -] Attempt 1 to provision port b3fc05d9-d28f-4f94-be28-cfc606b2f8b9 2026-04-29 03:15:48.800 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 0221b7e9-c8eb-48c8-92be-aafc505b7189 2026-04-29 03:15:49.284 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 49c093c8-dcd5-486b-814a-51f2824926c3 2026-04-29 03:15:50.667 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 34deefab-c4a7-48f6-bb9c-8944c16de949 2026-04-29 03:15:51.563 16 INFO neutron.plugins.ml2.plugin [None req-53d7bf01-3069-4e63-9e8d-57465565a657 - - - - - -] Attempt 1 to provision port 35b4343d-0a1d-4f4d-b900-18e8b1ebd813 2026-04-29 03:15:51.605 16 INFO neutron.plugins.ml2.plugin [None req-53d7bf01-3069-4e63-9e8d-57465565a657 - - - - - -] Attempt 1 to provision port cd681200-0a76-4a21-8e7a-b8bf3d799f47 2026-04-29 03:15:51.654 16 INFO neutron.plugins.ml2.plugin [None req-53d7bf01-3069-4e63-9e8d-57465565a657 - - - - - -] Attempt 1 to provision port 59afac58-6c99-4848-98fa-d03c6f1292c7 2026-04-29 03:15:52.716 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 34deefab-c4a7-48f6-bb9c-8944c16de949 2026-04-29 03:15:54.834 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 52c5950e-ba64-4c27-bc30-3c5ed3723e06 2026-04-29 03:15:56.760 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 52c5950e-ba64-4c27-bc30-3c5ed3723e06 2026-04-29 03:16:00.512 13 INFO neutron.plugins.ml2.plugin [None req-14fcb2f5-a948-4b8b-94b4-71b70ae96101 - - - - - -] Attempt 1 to provision port 52c5950e-ba64-4c27-bc30-3c5ed3723e06 2026-04-29 03:16:00.571 13 INFO neutron.plugins.ml2.plugin [None req-14fcb2f5-a948-4b8b-94b4-71b70ae96101 - - - - - -] Attempt 1 to provision port cd681200-0a76-4a21-8e7a-b8bf3d799f47 2026-04-29 03:16:00.594 13 INFO neutron.plugins.ml2.plugin [None req-14fcb2f5-a948-4b8b-94b4-71b70ae96101 - - - - - -] Attempt 1 to provision port c2bde371-ef5b-46c3-937d-53c5ca9f555c 2026-04-29 03:16:03.719 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 02bec4b1-5522-4c3e-98b7-19fcc51c356e 2026-04-29 03:16:03.876 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca41120e-7e11-47d8-b050-e63c32f2e1b4'] response: {'server_uuid': '69f50d62-c70c-4ecb-ba8a-dac5c63d6ce3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '02bec4b1-5522-4c3e-98b7-19fcc51c356e', 'code': 200} 2026-04-29 03:16:04.693 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 02bec4b1-5522-4c3e-98b7-19fcc51c356e 2026-04-29 03:16:06.733 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 59afac58-6c99-4848-98fa-d03c6f1292c7 2026-04-29 03:16:07.025 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port cd681200-0a76-4a21-8e7a-b8bf3d799f47 2026-04-29 03:16:08.778 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port cd681200-0a76-4a21-8e7a-b8bf3d799f47 2026-04-29 03:16:08.974 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 59afac58-6c99-4848-98fa-d03c6f1292c7 2026-04-29 03:16:09.137 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 35b4343d-0a1d-4f4d-b900-18e8b1ebd813 2026-04-29 03:16:09.462 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port c2bde371-ef5b-46c3-937d-53c5ca9f555c 2026-04-29 03:16:09.560 13 INFO neutron.plugins.ml2.plugin [None req-ba006608-ab23-4d4c-b833-973ce52df1ac - - - - - -] Attempt 1 to provision port a50c5671-76d9-4d24-b587-c0ab0ae8bf92 2026-04-29 03:16:10.684 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 35b4343d-0a1d-4f4d-b900-18e8b1ebd813 2026-04-29 03:16:10.846 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port c2bde371-ef5b-46c3-937d-53c5ca9f555c 2026-04-29 03:16:16.247 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port a50c5671-76d9-4d24-b587-c0ab0ae8bf92 2026-04-29 03:16:16.360 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-a081c5f6-c6fe-4a91-95de-51b7fa152be4'] response: {'server_uuid': '9f801f71-32fb-409b-90bd-65a8bfc198df', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a50c5671-76d9-4d24-b587-c0ab0ae8bf92', 'code': 200} 2026-04-29 03:16:16.883 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port a50c5671-76d9-4d24-b587-c0ab0ae8bf92 2026-04-29 03:16:21.029 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3b99802-fcf3-4d07-b527-fc256b5ccd4d'] response: {'server_uuid': '69f50d62-c70c-4ecb-ba8a-dac5c63d6ce3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '02bec4b1-5522-4c3e-98b7-19fcc51c356e', 'code': 200} 2026-04-29 03:16:34.894 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 66af80bf-fabc-46ee-b093-6a6c417a813c 2026-04-29 03:16:34.999 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a25e150-2cf9-4c16-bc1e-3f5376822f04'] response: {'server_uuid': '9f801f71-32fb-409b-90bd-65a8bfc198df', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '66af80bf-fabc-46ee-b093-6a6c417a813c', 'code': 200} 2026-04-29 03:16:36.858 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 66af80bf-fabc-46ee-b093-6a6c417a813c 2026-04-29 03:16:39.245 16 INFO neutron.plugins.ml2.plugin [None req-1d3c4a2e-729c-4195-848e-3c1455a3d13e - - - - - -] Attempt 1 to provision port a50c5671-76d9-4d24-b587-c0ab0ae8bf92 2026-04-29 03:16:52.980 16 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port 66af80bf-fabc-46ee-b093-6a6c417a813c 2026-04-29 03:16:53.147 13 INFO neutron.plugins.ml2.plugin [None req-252fbbdf-add7-4f81-92b2-7f758fd31f05 - - - - - -] Attempt 1 to provision port 66af80bf-fabc-46ee-b093-6a6c417a813c 2026-04-29 03:16:54.557 13 INFO neutron.plugins.ml2.plugin [None req-d675553d-f527-4d31-86bb-9f56bb8a168f - - - - - -] Attempt 1 to provision port 66af80bf-fabc-46ee-b093-6a6c417a813c 2026-04-29 03:17:04.966 13 INFO neutron.plugins.ml2.plugin [None req-380f512b-4d6c-494c-9d36-046ce1401486 - - - - - -] Attempt 1 to provision port a50c5671-76d9-4d24-b587-c0ab0ae8bf92 2026-04-29 03:17:05.506 16 INFO neutron.plugins.ml2.plugin [None req-2c0523f0-c776-4b7b-87c5-4a34bd5450bd - - - - - -] Attempt 1 to provision port a50c5671-76d9-4d24-b587-c0ab0ae8bf92 2026-04-29 03:17:31.066 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-62ea273b-17dc-4eed-9d7d-c4f539a1a988'] response: {'server_uuid': '9f801f71-32fb-409b-90bd-65a8bfc198df', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f6881147-6978-4ef1-8fd9-b192382a82d9', 'code': 200}