+ 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-05-11 01:35:58.007 1 INFO neutron.common.config [-] Logging enabled! 2026-05-11 01:35:58.007 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev173 2026-05-11 01:35:58.007 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-11 01:35:58.007 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-11 01:35:59.227 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-11 01:35:59.229 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-11 01:35:59.232 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-11 01:35:59.233 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-11 01:35:59.233 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-11 01:35:59.233 1 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-05-11 01:35:59.233 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-05-11 01:35:59.233 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-11 01:35:59.239 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-11 01:35:59.240 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-11 01:35:59.240 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-11 01:35:59.258 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-11 01:35:59.259 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-11 01:35:59.259 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-11 01:35:59.277 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-11 01:35:59.277 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-11 01:35:59.277 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-11 01:35:59.277 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-11 01:35:59.582 1 INFO neutron.plugins.ml2.managers [None req-20d2d370-e259-49b3-a852-c770d9b5b799 - - - - - -] Initializing driver for type 'vlan' 2026-05-11 01:35:59.726 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-20d2d370-e259-49b3-a852-c770d9b5b799 - - - - - -] VlanTypeDriver initialization complete 2026-05-11 01:35:59.727 1 INFO neutron.plugins.ml2.managers [None req-20d2d370-e259-49b3-a852-c770d9b5b799 - - - - - -] Initializing driver for type 'vxlan' 2026-05-11 01:35:59.727 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-20d2d370-e259-49b3-a852-c770d9b5b799 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-11 01:35:59.778 1 INFO neutron.plugins.ml2.managers [None req-20d2d370-e259-49b3-a852-c770d9b5b799 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-11 01:35:59.779 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-20d2d370-e259-49b3-a852-c770d9b5b799 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-11 01:35:59.779 1 INFO neutron.plugins.ml2.managers [None req-20d2d370-e259-49b3-a852-c770d9b5b799 - - - - - -] Initializing extension driver 'port_security' 2026-05-11 01:35:59.779 1 INFO neutron.plugins.ml2.extensions.port_security [None req-20d2d370-e259-49b3-a852-c770d9b5b799 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-11 01:35:59.779 1 INFO neutron.plugins.ml2.managers [None req-20d2d370-e259-49b3-a852-c770d9b5b799 - - - - - -] Initializing extension driver 'qos' 2026-05-11 01:35:59.779 1 INFO neutron.plugins.ml2.managers [None req-20d2d370-e259-49b3-a852-c770d9b5b799 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-11 01:35:59.779 1 INFO neutron.plugins.ml2.managers [None req-20d2d370-e259-49b3-a852-c770d9b5b799 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-11 01:35:59.793 1 INFO neutron.quota [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded quota_driver: . 2026-05-11 01:35:59.794 1 INFO neutron.plugins.ml2.plugin [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Modular L2 Plugin initialization complete 2026-05-11 01:35:59.794 1 INFO neutron.plugins.ml2.managers [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-11 01:35:59.794 1 INFO neutron.plugins.ml2.managers [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-11 01:35:59.794 1 INFO neutron.plugins.ml2.managers [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-11 01:35:59.794 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: qos 2026-05-11 01:35:59.805 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: router 2026-05-11 01:35:59.839 1 INFO neutron.services.service_base [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-11 01:35:59.839 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: segments 2026-05-11 01:35:59.907 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: trunk 2026-05-11 01:35:59.919 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: vpnaas 2026-05-11 01:35:59.953 1 WARNING stevedore.named [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-11 01:36:00.032 1 INFO neutron_vpnaas.services.vpn.plugin [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-11 01:36:00.032 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: taas 2026-05-11 01:36:00.186 1 WARNING stevedore.named [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-11 01:36:00.211 1 INFO neutron_taas.services.taas.taas_plugin [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-11 01:36:00.211 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: tapmirror 2026-05-11 01:36:00.219 1 WARNING stevedore.named [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-11 01:36:00.233 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-11 01:36:00.233 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: auto_allocate 2026-05-11 01:36:00.239 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: tag 2026-05-11 01:36:00.245 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: timestamp 2026-05-11 01:36:00.247 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: network_ip_availability 2026-05-11 01:36:00.251 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: flavors 2026-05-11 01:36:00.268 1 INFO neutron.manager [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loading Plugin: revisions 2026-05-11 01:36:00.275 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Initializing extension manager. 2026-05-11 01:36:00.278 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: address-group 2026-05-11 01:36:00.280 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: address-scope 2026-05-11 01:36:00.281 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-11 01:36:00.283 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: agent 2026-05-11 01:36:00.284 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: agent-resources-synced 2026-05-11 01:36:00.286 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-11 01:36:00.288 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-11 01:36:00.289 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: availability_zone 2026-05-11 01:36:00.291 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: availability_zone_filter 2026-05-11 01:36:00.291 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-11 01:36:00.292 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: default-subnetpools 2026-05-11 01:36:00.295 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-11 01:36:00.296 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: dns-integration 2026-05-11 01:36:00.296 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: dns-domain-ports 2026-05-11 01:36:00.297 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-11 01:36:00.297 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: dvr 2026-05-11 01:36:00.298 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-11 01:36:00.298 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: empty-string-filtering 2026-05-11 01:36:00.299 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-11 01:36:00.299 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-11 01:36:00.300 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: external-net 2026-05-11 01:36:00.300 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-11 01:36:00.301 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: extraroute 2026-05-11 01:36:00.301 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: extraroute-atomic 2026-05-11 01:36:00.302 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: filter-validation 2026-05-11 01:36:00.302 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-11 01:36:00.303 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-11 01:36:00.303 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-11 01:36:00.304 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: fip-port-details 2026-05-11 01:36:00.304 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: flavors 2026-05-11 01:36:00.305 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-11 01:36:00.306 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: floatingip-pools 2026-05-11 01:36:00.306 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: ip_allocation 2026-05-11 01:36:00.307 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-11 01:36:00.307 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: l2_adjacency 2026-05-11 01:36:00.308 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: router 2026-05-11 01:36:00.310 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-11 01:36:00.310 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-11 01:36:00.311 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-11 01:36:00.312 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: ext-gw-mode 2026-05-11 01:36:00.312 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: l3-ha 2026-05-11 01:36:00.313 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-11 01:36:00.313 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-11 01:36:00.313 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: l3-flavors 2026-05-11 01:36:00.314 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-11 01:36:00.314 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-11 01:36:00.316 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-11 01:36:00.317 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-11 01:36:00.318 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-11 01:36:00.319 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-11 01:36:00.320 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-11 01:36:00.320 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: multi-provider 2026-05-11 01:36:00.320 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: net-mtu 2026-05-11 01:36:00.321 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: net-mtu-writable 2026-05-11 01:36:00.321 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: network_availability_zone 2026-05-11 01:36:00.322 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: network_ha 2026-05-11 01:36:00.322 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: network-ip-availability 2026-05-11 01:36:00.323 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: network-ip-availability-details 2026-05-11 01:36:00.324 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-11 01:36:00.324 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: pagination 2026-05-11 01:36:00.324 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: port-device-profile 2026-05-11 01:36:00.325 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-11 01:36:00.325 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-11 01:36:00.326 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-11 01:36:00.326 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: port-mac-override 2026-05-11 01:36:00.327 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-11 01:36:00.327 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-11 01:36:00.327 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-11 01:36:00.328 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: port-resource-request 2026-05-11 01:36:00.328 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-11 01:36:00.329 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-11 01:36:00.329 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: binding 2026-05-11 01:36:00.330 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: binding-extended 2026-05-11 01:36:00.330 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: port-security 2026-05-11 01:36:00.331 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: project-id 2026-05-11 01:36:00.331 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: provider 2026-05-11 01:36:00.332 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-11 01:36:00.335 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos 2026-05-11 01:36:00.335 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-11 01:36:00.336 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-11 01:36:00.336 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos-default 2026-05-11 01:36:00.337 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos-fip 2026-05-11 01:36:00.337 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-11 01:36:00.337 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-11 01:36:00.338 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-11 01:36:00.338 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-11 01:36:00.339 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-11 01:36:00.340 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos-pps 2026-05-11 01:36:00.340 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-11 01:36:00.341 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-11 01:36:00.341 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: qos-rules-alias 2026-05-11 01:36:00.342 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: quota-check-limit 2026-05-11 01:36:00.342 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-11 01:36:00.344 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: quotas 2026-05-11 01:36:00.347 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: quota_details 2026-05-11 01:36:00.348 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: rbac-policies 2026-05-11 01:36:00.348 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: rbac-address-group 2026-05-11 01:36:00.349 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: rbac-address-scope 2026-05-11 01:36:00.349 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: rbac-security-groups 2026-05-11 01:36:00.350 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-11 01:36:00.350 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: revision-if-match 2026-05-11 01:36:00.351 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-11 01:36:00.351 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: router_availability_zone 2026-05-11 01:36:00.352 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-05-11 01:36:00.352 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-11 01:36:00.354 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-11 01:36:00.354 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-11 01:36:00.355 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-11 01:36:00.356 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-11 01:36:00.356 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-11 01:36:00.357 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-11 01:36:00.361 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: security-group 2026-05-11 01:36:00.362 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: segment 2026-05-11 01:36:00.362 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-11 01:36:00.363 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: service-type 2026-05-11 01:36:00.364 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: sorting 2026-05-11 01:36:00.364 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: standard-attr-segment 2026-05-11 01:36:00.365 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: standard-attr-description 2026-05-11 01:36:00.366 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: stateful-security-group 2026-05-11 01:36:00.367 1 WARNING neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-11 01:36:00.367 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-11 01:36:00.368 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: subnet-external-network 2026-05-11 01:36:00.368 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: subnet_onboard 2026-05-11 01:36:00.369 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-11 01:36:00.369 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: subnet-service-types 2026-05-11 01:36:00.370 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: subnet_allocation 2026-05-11 01:36:00.371 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-11 01:36:00.371 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: tag-creation 2026-05-11 01:36:00.372 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-11 01:36:00.375 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: standard-attr-tag 2026-05-11 01:36:00.376 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-11 01:36:00.377 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: trunk 2026-05-11 01:36:00.377 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: trunk-details 2026-05-11 01:36:00.378 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-11 01:36:00.378 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-11 01:36:00.379 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-11 01:36:00.379 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-11 01:36:00.381 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-11 01:36:00.382 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-11 01:36:00.382 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: vpn-flavors 2026-05-11 01:36:00.384 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: vpnaas 2026-05-11 01:36:00.385 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: taas 2026-05-11 01:36:00.386 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: tap-mirror 2026-05-11 01:36:00.387 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-11 01:36:00.387 1 INFO neutron.api.extensions [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-11 01:36:00.390 1 WARNING oslo_service.backend._threading.service [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-11 01:36:00.396 1 WARNING oslo_service.backend._threading.service [None req-77ffe178-717f-48a0-8392-7747748545e3 - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-11 01:36:30.478 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-11 01:36:30.525 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-11 01:36:30.530 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-11 01:36:40.473 16 INFO neutron.db.l3_hamode_db [None req-ec2dbc16-7993-4ccb-871d-166804d152d5 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-11 01:36:58.662 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port ee426b96-4532-4c7a-98c7-cdb597407df2 2026-05-11 01:37:00.607 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port ee426b96-4532-4c7a-98c7-cdb597407df2 2026-05-11 01:37:01.396 16 INFO neutron.plugins.ml2.plugin [None req-a3fd115a-dce6-42c1-8f79-fde15e489b50 - - - - - -] Attempt 1 to provision port ee426b96-4532-4c7a-98c7-cdb597407df2 2026-05-11 01:41:40.666 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 0c49e880-44f9-49d9-a39e-7bd58bd5b849 2026-05-11 01:41:42.392 13 INFO neutron.plugins.ml2.plugin [None req-509531b8-385b-494c-afe0-c7f28aa8cdf7 - - - - - -] Attempt 1 to provision port 0c49e880-44f9-49d9-a39e-7bd58bd5b849 2026-05-11 01:41:42.656 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 0c49e880-44f9-49d9-a39e-7bd58bd5b849 2026-05-11 01:41:47.821 16 INFO neutron.plugins.ml2.plugin [None req-bcc2f570-2220-438a-b3a9-ce24a9b50f07 - - - - - -] Attempt 1 to provision port dc8d59d6-9ba9-4f1c-9709-47e16441e3b1 2026-05-11 01:45:55.312 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port dc8d59d6-9ba9-4f1c-9709-47e16441e3b1 2026-05-11 01:45:56.716 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port dc8d59d6-9ba9-4f1c-9709-47e16441e3b1 2026-05-11 01:57:03.013 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 5c305c72-57b2-4f71-a205-c782e8681a43 2026-05-11 01:57:04.985 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 5c305c72-57b2-4f71-a205-c782e8681a43 2026-05-11 02:04:02.434 13 INFO neutron.plugins.ml2.plugin [None req-3d8801f7-75b2-41fe-8955-4b009b4dc18e - - - - - -] Attempt 1 to provision port ee426b96-4532-4c7a-98c7-cdb597407df2 2026-05-11 02:04:02.481 13 INFO neutron.plugins.ml2.plugin [None req-3d8801f7-75b2-41fe-8955-4b009b4dc18e - - - - - -] Attempt 1 to provision port dc8d59d6-9ba9-4f1c-9709-47e16441e3b1 2026-05-11 02:04:02.530 13 INFO neutron.plugins.ml2.plugin [None req-3d8801f7-75b2-41fe-8955-4b009b4dc18e - - - - - -] Attempt 1 to provision port 0c49e880-44f9-49d9-a39e-7bd58bd5b849 2026-05-11 02:12:07.244 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 0907a191-23f4-4ddd-8652-74ffdf0ad493 2026-05-11 02:12:07.762 13 INFO neutron.plugins.ml2.plugin [None req-9671a509-a61f-47ab-9164-ab2941a8e62c - - - - - -] Attempt 1 to provision port 0907a191-23f4-4ddd-8652-74ffdf0ad493 2026-05-11 02:12:07.817 13 INFO neutron.plugins.ml2.plugin [None req-9671a509-a61f-47ab-9164-ab2941a8e62c - - - - - -] Attempt 1 to provision port c83c6414-4a82-4f83-9d82-36bd5c19539d 2026-05-11 02:12:09.295 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 0907a191-23f4-4ddd-8652-74ffdf0ad493 2026-05-11 02:12:11.467 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 3923ab3e-46bc-4277-8135-d9e187a459c9 2026-05-11 02:12:13.299 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 3923ab3e-46bc-4277-8135-d9e187a459c9 2026-05-11 02:12:15.540 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port e2aa6bc9-fcb2-4a7c-900d-1aec68414dc8 2026-05-11 02:12:16.279 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 20c26c64-76fe-47b9-80c0-8ed8fc303605 2026-05-11 02:12:17.392 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port e2aa6bc9-fcb2-4a7c-900d-1aec68414dc8 2026-05-11 02:12:17.559 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 20c26c64-76fe-47b9-80c0-8ed8fc303605 2026-05-11 02:12:17.771 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 5e669cf9-6cc7-4b03-b3a4-a128d5e18aed 2026-05-11 02:12:19.402 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 997c708f-1edb-42bd-a046-ad5789f6b10f 2026-05-11 02:12:19.976 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port df79411d-82e5-4583-9e71-e6b8abd66b1d 2026-05-11 02:12:20.396 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 5e669cf9-6cc7-4b03-b3a4-a128d5e18aed 2026-05-11 02:12:21.321 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port df79411d-82e5-4583-9e71-e6b8abd66b1d 2026-05-11 02:12:21.572 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 997c708f-1edb-42bd-a046-ad5789f6b10f 2026-05-11 02:12:23.280 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 7257df07-a3c8-4e24-ace9-5c2d285317b2 2026-05-11 02:12:25.298 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 7257df07-a3c8-4e24-ace9-5c2d285317b2 2026-05-11 02:12:27.812 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port b5d9d2e6-180a-45b4-9bd2-edaea21d22cd 2026-05-11 02:12:28.266 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-987a5531-6755-43c4-b7b3-de28240f3888'] response: {'server_uuid': '3d617050-8690-4076-83bf-481f7a3d2866', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b5d9d2e6-180a-45b4-9bd2-edaea21d22cd', 'code': 200} 2026-05-11 02:12:30.248 13 INFO neutron.plugins.ml2.plugin [None req-322b11bc-3390-4dc7-a956-1c906d4aa2f0 - - - - - -] Attempt 1 to provision port c9a8afcc-d5a1-433b-ab6d-33186b7e2d95 2026-05-11 02:12:30.306 13 INFO neutron.plugins.ml2.plugin [None req-322b11bc-3390-4dc7-a956-1c906d4aa2f0 - - - - - -] Attempt 1 to provision port 45ea08ea-d3a6-4604-9eab-576743eeae2a 2026-05-11 02:12:30.353 13 INFO neutron.plugins.ml2.plugin [None req-322b11bc-3390-4dc7-a956-1c906d4aa2f0 - - - - - -] Attempt 1 to provision port 7257df07-a3c8-4e24-ace9-5c2d285317b2 2026-05-11 02:12:30.412 13 INFO neutron.plugins.ml2.plugin [None req-322b11bc-3390-4dc7-a956-1c906d4aa2f0 - - - - - -] Attempt 1 to provision port 63ca6882-a8ef-4400-8ab9-6e5dea9da011 2026-05-11 02:12:30.443 13 INFO neutron.plugins.ml2.plugin [None req-322b11bc-3390-4dc7-a956-1c906d4aa2f0 - - - - - -] Attempt 1 to provision port d882c1d3-6c2e-42b6-8cd5-000a34f9f1e8 2026-05-11 02:12:30.473 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port b5d9d2e6-180a-45b4-9bd2-edaea21d22cd 2026-05-11 02:12:30.480 13 INFO neutron.plugins.ml2.plugin [None req-322b11bc-3390-4dc7-a956-1c906d4aa2f0 - - - - - -] Attempt 1 to provision port 3923ab3e-46bc-4277-8135-d9e187a459c9 2026-05-11 02:12:30.544 13 INFO neutron.plugins.ml2.plugin [None req-322b11bc-3390-4dc7-a956-1c906d4aa2f0 - - - - - -] Attempt 1 to provision port df79411d-82e5-4583-9e71-e6b8abd66b1d 2026-05-11 02:12:30.680 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port e393e466-6e22-4e6e-988d-dedd712a77a5 2026-05-11 02:12:30.833 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9eb2d686-d060-49fa-8c76-30f3a4941f0c'] response: {'server_uuid': '813d6993-a01c-475e-a02f-a89e01039c23', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e393e466-6e22-4e6e-988d-dedd712a77a5', 'code': 200} 2026-05-11 02:12:31.176 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 520440c2-2338-4893-993a-74edd9695c5d 2026-05-11 02:12:32.804 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port e393e466-6e22-4e6e-988d-dedd712a77a5 2026-05-11 02:12:32.874 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-48ecfc0a-b6da-4fff-8e25-a004fe1c5877'] response: {'server_uuid': '58ccce2b-5f82-454a-b6f7-81e13ff4bc6d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '520440c2-2338-4893-993a-74edd9695c5d', 'code': 200} 2026-05-11 02:12:33.064 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 520440c2-2338-4893-993a-74edd9695c5d 2026-05-11 02:12:33.757 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 8bbdabb9-3cbd-42a2-a918-536be129e675 2026-05-11 02:12:35.075 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-be9082b3-27b5-4d68-8065-5fc94466aad8'] response: {'server_uuid': '3b49a4f6-3ba0-44a9-a88b-c2a4c9cf6518', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8bbdabb9-3cbd-42a2-a918-536be129e675', 'code': 200} 2026-05-11 02:12:35.820 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 86f794d8-6a0f-41b0-8447-ea0dde11a422 2026-05-11 02:12:36.170 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 8bbdabb9-3cbd-42a2-a918-536be129e675 2026-05-11 02:12:37.701 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 86f794d8-6a0f-41b0-8447-ea0dde11a422 2026-05-11 02:12:39.244 13 INFO neutron.plugins.ml2.plugin [None req-5f93e400-be01-47db-82bd-59ee2a69816c - - - - - -] Attempt 1 to provision port ff5b2ee4-125d-4264-8c25-66e90dd7f6e5 2026-05-11 02:12:39.272 13 INFO neutron.plugins.ml2.plugin [None req-5f93e400-be01-47db-82bd-59ee2a69816c - - - - - -] Attempt 1 to provision port 86f794d8-6a0f-41b0-8447-ea0dde11a422 2026-05-11 02:12:39.319 13 INFO neutron.plugins.ml2.plugin [None req-5f93e400-be01-47db-82bd-59ee2a69816c - - - - - -] Attempt 1 to provision port d882c1d3-6c2e-42b6-8cd5-000a34f9f1e8 2026-05-11 02:12:39.342 13 INFO neutron.plugins.ml2.plugin [None req-5f93e400-be01-47db-82bd-59ee2a69816c - - - - - -] Attempt 1 to provision port 14e5b975-12ab-414f-bb0c-7712809435b1 2026-05-11 02:12:39.368 13 INFO neutron.plugins.ml2.plugin [None req-5f93e400-be01-47db-82bd-59ee2a69816c - - - - - -] Attempt 1 to provision port c9a8afcc-d5a1-433b-ab6d-33186b7e2d95 2026-05-11 02:12:45.129 13 INFO neutron.plugins.ml2.plugin [None req-b0ba1cb2-9b50-4e35-b848-ae74a5d95af7 - - - - - -] Attempt 1 to provision port 63ca6882-a8ef-4400-8ab9-6e5dea9da011 2026-05-11 02:12:45.162 13 INFO neutron.plugins.ml2.plugin [None req-b0ba1cb2-9b50-4e35-b848-ae74a5d95af7 - - - - - -] Attempt 1 to provision port 520440c2-2338-4893-993a-74edd9695c5d 2026-05-11 02:12:45.226 13 INFO neutron.plugins.ml2.plugin [None req-b0ba1cb2-9b50-4e35-b848-ae74a5d95af7 - - - - - -] Attempt 1 to provision port c9a8afcc-d5a1-433b-ab6d-33186b7e2d95 2026-05-11 02:12:51.699 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port e12c6d68-49af-4f48-8312-35cd8038edca 2026-05-11 02:12:53.654 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port e12c6d68-49af-4f48-8312-35cd8038edca 2026-05-11 02:12:55.694 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port caa12eb4-f4c1-4aa0-9ddf-73e82addd5c7 2026-05-11 02:12:56.455 16 INFO neutron.plugins.ml2.plugin [None req-1d60b18c-c19c-4fcd-824a-3fca2cfd540d - - - - - -] Attempt 1 to provision port 834c0af1-f40d-4e22-8a69-25232e7bb704 2026-05-11 02:12:56.513 16 INFO neutron.plugins.ml2.plugin [None req-1d60b18c-c19c-4fcd-824a-3fca2cfd540d - - - - - -] Attempt 1 to provision port caa12eb4-f4c1-4aa0-9ddf-73e82addd5c7 2026-05-11 02:12:57.787 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port caa12eb4-f4c1-4aa0-9ddf-73e82addd5c7 2026-05-11 02:12:57.962 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 14e5b975-12ab-414f-bb0c-7712809435b1 2026-05-11 02:12:59.195 16 INFO neutron.plugins.ml2.plugin [None req-12ce6e0d-1673-4026-a958-d561dbd44b8a - - - - - -] Attempt 1 to provision port 834c0af1-f40d-4e22-8a69-25232e7bb704 2026-05-11 02:12:59.228 16 INFO neutron.plugins.ml2.plugin [None req-12ce6e0d-1673-4026-a958-d561dbd44b8a - - - - - -] Attempt 1 to provision port caa12eb4-f4c1-4aa0-9ddf-73e82addd5c7 2026-05-11 02:12:59.640 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port c9a8afcc-d5a1-433b-ab6d-33186b7e2d95 2026-05-11 02:12:59.918 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 14e5b975-12ab-414f-bb0c-7712809435b1 2026-05-11 02:13:02.808 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port c9a8afcc-d5a1-433b-ab6d-33186b7e2d95 2026-05-11 02:13:03.083 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 2d5a0adf-eb53-439f-9435-e73c28852607 2026-05-11 02:13:03.196 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a9e1381-b786-4658-9b75-60e3e9688119'] response: {'server_uuid': '5dfe8041-a329-478f-a0b2-682b2ccdb807', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2d5a0adf-eb53-439f-9435-e73c28852607', 'code': 200} 2026-05-11 02:13:04.135 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 42721d7a-aba8-4e1e-b2de-5efc1ec1bba2 2026-05-11 02:13:04.698 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 2d5a0adf-eb53-439f-9435-e73c28852607 2026-05-11 02:13:06.060 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 42721d7a-aba8-4e1e-b2de-5efc1ec1bba2 2026-05-11 02:13:08.358 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port d0fd6a1f-d8b0-482d-acaf-6f5c9576a6ae 2026-05-11 02:13:08.643 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 834c0af1-f40d-4e22-8a69-25232e7bb704 2026-05-11 02:13:10.205 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port d0fd6a1f-d8b0-482d-acaf-6f5c9576a6ae 2026-05-11 02:13:10.356 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 834c0af1-f40d-4e22-8a69-25232e7bb704 2026-05-11 02:13:24.191 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port f693ee48-2d8b-4ccc-98f5-a3e986eb12e0 2026-05-11 02:13:24.553 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 4a7efbda-1181-4eda-90b6-8e8e08c66a69 2026-05-11 02:13:26.216 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port f693ee48-2d8b-4ccc-98f5-a3e986eb12e0 2026-05-11 02:13:26.403 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 4a7efbda-1181-4eda-90b6-8e8e08c66a69 2026-05-11 02:13:26.520 13 INFO neutron.plugins.ml2.plugin [None req-a1a8e095-5f10-4584-b74d-d747f500cae4 - - - - - -] Attempt 1 to provision port f693ee48-2d8b-4ccc-98f5-a3e986eb12e0 2026-05-11 02:13:26.588 13 INFO neutron.plugins.ml2.plugin [None req-a1a8e095-5f10-4584-b74d-d747f500cae4 - - - - - -] Attempt 1 to provision port d6a37e7e-c556-419a-a32f-031d8c32ff9e 2026-05-11 02:13:35.151 16 INFO neutron.plugins.ml2.plugin [None req-614205f1-85e5-418c-ae14-039326197d68 - - - - - -] Attempt 1 to provision port d6a37e7e-c556-419a-a32f-031d8c32ff9e 2026-05-11 02:13:35.178 16 INFO neutron.plugins.ml2.plugin [None req-614205f1-85e5-418c-ae14-039326197d68 - - - - - -] Attempt 1 to provision port aecf90d4-e6e0-453a-9119-8f4107fc6df7 2026-05-11 02:13:35.216 16 INFO neutron.plugins.ml2.plugin [None req-614205f1-85e5-418c-ae14-039326197d68 - - - - - -] Attempt 1 to provision port f693ee48-2d8b-4ccc-98f5-a3e986eb12e0 2026-05-11 02:13:36.803 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 5796c119-ee3c-4175-8180-8f76dab11a89 2026-05-11 02:13:36.917 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-2bff219c-ab5f-45f5-bfa9-1ee78c25db9d'] response: {'server_uuid': '10f1ed82-06bc-48fe-8b04-6e5ffdba430b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5796c119-ee3c-4175-8180-8f76dab11a89', 'code': 200} 2026-05-11 02:13:38.247 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 5796c119-ee3c-4175-8180-8f76dab11a89 2026-05-11 02:13:40.313 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port aecf90d4-e6e0-453a-9119-8f4107fc6df7 2026-05-11 02:13:40.579 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port d6a37e7e-c556-419a-a32f-031d8c32ff9e 2026-05-11 02:13:41.121 16 INFO neutron.plugins.ml2.plugin [None req-d94a36bd-2b31-426c-b199-5b3d43a72897 - - - - - -] Attempt 1 to provision port 5796c119-ee3c-4175-8180-8f76dab11a89 2026-05-11 02:13:42.188 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port aecf90d4-e6e0-453a-9119-8f4107fc6df7 2026-05-11 02:13:42.369 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port d6a37e7e-c556-419a-a32f-031d8c32ff9e 2026-05-11 02:13:56.195 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port ad0d42a3-51d3-4e57-9cd9-ad06e2b6efa8 2026-05-11 02:13:58.348 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 594aa2b0-6504-4591-81e2-79e0fb18158e 2026-05-11 02:13:58.569 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] No ports have port_id starting with 594aa2b0-6504-4591-81e2-79e0fb18158e 2026-05-11 02:13:58.601 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port ad0d42a3-51d3-4e57-9cd9-ad06e2b6efa8 2026-05-11 02:14:08.428 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb4d9b58-eafb-42d4-9029-dc57efd2f106'] response: {'server_uuid': '10f1ed82-06bc-48fe-8b04-6e5ffdba430b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5796c119-ee3c-4175-8180-8f76dab11a89', 'code': 200} 2026-05-11 02:14:10.729 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 5796c119-ee3c-4175-8180-8f76dab11a89 2026-05-11 02:14:11.265 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebbaf095-2806-4d2a-b1f7-00b881ba4187'] response: {'server_uuid': '10f1ed82-06bc-48fe-8b04-6e5ffdba430b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5796c119-ee3c-4175-8180-8f76dab11a89', 'code': 200} 2026-05-11 02:14:12.212 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 5796c119-ee3c-4175-8180-8f76dab11a89 2026-05-11 02:14:14.279 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port d5e3f70e-8b5c-41b7-bb3f-7007aa451482 2026-05-11 02:14:16.307 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 3c146439-918c-4481-9730-70df272f96da 2026-05-11 02:14:16.743 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port d5e3f70e-8b5c-41b7-bb3f-7007aa451482 2026-05-11 02:14:18.264 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 3c146439-918c-4481-9730-70df272f96da 2026-05-11 02:14:20.242 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 403a598a-cc59-414b-8548-e9fbaeecf0f7 2026-05-11 02:14:20.601 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port aa4b4056-c523-436c-9e42-8b8dcfcbea6e 2026-05-11 02:14:22.304 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 403a598a-cc59-414b-8548-e9fbaeecf0f7 2026-05-11 02:14:22.555 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port aa4b4056-c523-436c-9e42-8b8dcfcbea6e 2026-05-11 02:14:28.777 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 36e084e0-174f-4fb2-936e-dff81356ec2a 2026-05-11 02:14:29.611 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 57a52af2-2332-4838-8621-925177d06763 2026-05-11 02:14:29.779 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-685993ea-e4ae-4ed1-9829-e3eb6e7f4f62'] response: {'server_uuid': '7798d12b-806c-4351-8dac-0b40b5f55e18', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '57a52af2-2332-4838-8621-925177d06763', 'code': 200} 2026-05-11 02:14:30.443 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 36e084e0-174f-4fb2-936e-dff81356ec2a 2026-05-11 02:14:30.657 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 57a52af2-2332-4838-8621-925177d06763 2026-05-11 02:14:32.944 13 INFO neutron.plugins.ml2.plugin [None req-8374681c-6bd3-4aad-b494-caf87a848238 - - - - - -] Attempt 1 to provision port 905c0d3e-9695-4486-8370-f15f576d7b7d 2026-05-11 02:14:32.995 13 INFO neutron.plugins.ml2.plugin [None req-8374681c-6bd3-4aad-b494-caf87a848238 - - - - - -] Attempt 1 to provision port 602090d1-82c9-44b1-ae1b-4267fbf33ecf 2026-05-11 02:14:33.062 13 INFO neutron.plugins.ml2.plugin [None req-8374681c-6bd3-4aad-b494-caf87a848238 - - - - - -] Attempt 1 to provision port 36e084e0-174f-4fb2-936e-dff81356ec2a 2026-05-11 02:14:33.191 13 INFO neutron.plugins.ml2.plugin [None req-8374681c-6bd3-4aad-b494-caf87a848238 - - - - - -] Attempt 1 to provision port cd21af40-89f2-4702-b730-242617251f59 2026-05-11 02:14:33.514 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port cd21af40-89f2-4702-b730-242617251f59 2026-05-11 02:14:33.598 13 INFO neutron.plugins.ml2.plugin [None req-8374681c-6bd3-4aad-b494-caf87a848238 - - - - - -] Attempt 1 to provision port 9fe3cf32-0349-4616-b05e-ca5ea7f80b6d 2026-05-11 02:14:33.650 13 INFO neutron.plugins.ml2.plugin [None req-8374681c-6bd3-4aad-b494-caf87a848238 - - - - - -] Attempt 1 to provision port 403a598a-cc59-414b-8548-e9fbaeecf0f7 2026-05-11 02:14:33.755 13 INFO neutron.plugins.ml2.plugin [None req-8374681c-6bd3-4aad-b494-caf87a848238 - - - - - -] Attempt 1 to provision port dc7a7cb5-59e3-448b-876c-772cb25cfeb0 2026-05-11 02:14:33.780 13 INFO neutron.plugins.ml2.plugin [None req-8374681c-6bd3-4aad-b494-caf87a848238 - - - - - -] Attempt 1 to provision port bbbd02f9-88d8-4392-bddb-b723e325755e 2026-05-11 02:14:33.809 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 5ebc2c67-ef4e-45c1-b45c-0a622f168e6e 2026-05-11 02:14:33.812 13 INFO neutron.plugins.ml2.plugin [None req-8374681c-6bd3-4aad-b494-caf87a848238 - - - - - -] Attempt 1 to provision port 57a52af2-2332-4838-8621-925177d06763 2026-05-11 02:14:33.885 13 INFO neutron.plugins.ml2.plugin [None req-8374681c-6bd3-4aad-b494-caf87a848238 - - - - - -] Attempt 1 to provision port 0f96286f-af70-4615-831b-8e4b9824ecd8 2026-05-11 02:14:33.931 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e725b447-e263-4b70-abf5-41066ddedfeb'] response: {'server_uuid': 'cd8a52ce-f065-471d-9cf4-be20a8691333', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5ebc2c67-ef4e-45c1-b45c-0a622f168e6e', 'code': 200} 2026-05-11 02:14:34.870 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port cd21af40-89f2-4702-b730-242617251f59 2026-05-11 02:14:35.067 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 5ebc2c67-ef4e-45c1-b45c-0a622f168e6e 2026-05-11 02:14:35.971 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-14915adc-7510-4c04-b110-0ee00be3d456'] response: {'server_uuid': '10f1ed82-06bc-48fe-8b04-6e5ffdba430b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5796c119-ee3c-4175-8180-8f76dab11a89', 'code': 200} 2026-05-11 02:14:36.849 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port bbbd02f9-88d8-4392-bddb-b723e325755e 2026-05-11 02:14:37.886 13 INFO neutron.plugins.ml2.plugin [None req-4b562d6b-38e7-4081-b9d2-767a9a9f5505 - - - - - -] Attempt 1 to provision port cd21af40-89f2-4702-b730-242617251f59 2026-05-11 02:14:37.957 13 INFO neutron.plugins.ml2.plugin [None req-4b562d6b-38e7-4081-b9d2-767a9a9f5505 - - - - - -] Attempt 1 to provision port 57a52af2-2332-4838-8621-925177d06763 2026-05-11 02:14:38.038 13 INFO neutron.plugins.ml2.plugin [None req-4b562d6b-38e7-4081-b9d2-767a9a9f5505 - - - - - -] Attempt 1 to provision port dc7a7cb5-59e3-448b-876c-772cb25cfeb0 2026-05-11 02:14:38.172 13 INFO neutron.plugins.ml2.plugin [None req-4b562d6b-38e7-4081-b9d2-767a9a9f5505 - - - - - -] Attempt 1 to provision port 602090d1-82c9-44b1-ae1b-4267fbf33ecf 2026-05-11 02:14:38.849 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port bbbd02f9-88d8-4392-bddb-b723e325755e 2026-05-11 02:14:39.190 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port dc7a7cb5-59e3-448b-876c-772cb25cfeb0 2026-05-11 02:14:40.817 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 905c0d3e-9695-4486-8370-f15f576d7b7d 2026-05-11 02:14:41.088 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 9fe3cf32-0349-4616-b05e-ca5ea7f80b6d 2026-05-11 02:14:42.819 16 INFO neutron.plugins.ml2.plugin [None req-68a0310a-cdd3-4c3d-90ec-fe16340d6397 - - - - - -] Attempt 1 to provision port dc7a7cb5-59e3-448b-876c-772cb25cfeb0 2026-05-11 02:14:42.880 16 INFO neutron.plugins.ml2.plugin [None req-68a0310a-cdd3-4c3d-90ec-fe16340d6397 - - - - - -] Attempt 1 to provision port 602090d1-82c9-44b1-ae1b-4267fbf33ecf 2026-05-11 02:14:42.912 16 INFO neutron.plugins.ml2.plugin [None req-68a0310a-cdd3-4c3d-90ec-fe16340d6397 - - - - - -] Attempt 1 to provision port 9fe3cf32-0349-4616-b05e-ca5ea7f80b6d 2026-05-11 02:14:43.082 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 905c0d3e-9695-4486-8370-f15f576d7b7d 2026-05-11 02:14:43.360 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 9fe3cf32-0349-4616-b05e-ca5ea7f80b6d 2026-05-11 02:14:44.965 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 602090d1-82c9-44b1-ae1b-4267fbf33ecf 2026-05-11 02:14:45.253 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 0f96286f-af70-4615-831b-8e4b9824ecd8 2026-05-11 02:14:46.970 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 602090d1-82c9-44b1-ae1b-4267fbf33ecf 2026-05-11 02:14:47.155 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 0f96286f-af70-4615-831b-8e4b9824ecd8 2026-05-11 02:14:47.808 16 INFO neutron.plugins.ml2.plugin [None req-e9eec140-e3f6-4283-bb2b-7caf1ecd1e19 - - - - - -] Attempt 1 to provision port 5ebc2c67-ef4e-45c1-b45c-0a622f168e6e 2026-05-11 02:14:47.864 16 INFO neutron.plugins.ml2.plugin [None req-e9eec140-e3f6-4283-bb2b-7caf1ecd1e19 - - - - - -] Attempt 1 to provision port 57a52af2-2332-4838-8621-925177d06763 2026-05-11 02:14:47.915 16 INFO neutron.plugins.ml2.plugin [None req-e9eec140-e3f6-4283-bb2b-7caf1ecd1e19 - - - - - -] Attempt 1 to provision port 602090d1-82c9-44b1-ae1b-4267fbf33ecf 2026-05-11 02:15:11.563 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port f859bb4e-35ed-44d2-9800-7624b75c23bc 2026-05-11 02:15:11.680 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b597942f-324e-40b2-8e6c-1c69f0410711'] response: {'server_uuid': '4badf926-5b64-4e99-ad71-f1c1b646aba0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f859bb4e-35ed-44d2-9800-7624b75c23bc', 'code': 200} 2026-05-11 02:15:12.955 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port f859bb4e-35ed-44d2-9800-7624b75c23bc 2026-05-11 02:15:14.977 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 8450780a-b51b-4ad4-a804-7b9a30f4df59 2026-05-11 02:15:15.108 13 INFO neutron.plugins.ml2.plugin [None req-0da8b559-72b5-4ea9-b588-4e0af042e590 - - - - - -] Attempt 1 to provision port 8450780a-b51b-4ad4-a804-7b9a30f4df59 2026-05-11 02:15:15.179 13 INFO neutron.plugins.ml2.plugin [None req-0da8b559-72b5-4ea9-b588-4e0af042e590 - - - - - -] Attempt 1 to provision port 9dfae812-d712-4850-b11d-4fe583d8ac8a 2026-05-11 02:15:17.040 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 8450780a-b51b-4ad4-a804-7b9a30f4df59 2026-05-11 02:15:17.289 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 781f980a-f54e-4f92-9d63-a1c0b20cf655 2026-05-11 02:15:17.805 13 INFO neutron.plugins.ml2.plugin [None req-6d70bcbe-af1f-4ce1-ab78-d24ecb8dc001 - - - - - -] Attempt 1 to provision port 8450780a-b51b-4ad4-a804-7b9a30f4df59 2026-05-11 02:15:17.855 13 INFO neutron.plugins.ml2.plugin [None req-6d70bcbe-af1f-4ce1-ab78-d24ecb8dc001 - - - - - -] Attempt 1 to provision port 9dfae812-d712-4850-b11d-4fe583d8ac8a 2026-05-11 02:15:18.982 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 781f980a-f54e-4f92-9d63-a1c0b20cf655 2026-05-11 02:15:19.060 16 INFO neutron.plugins.ml2.plugin [None req-004c117a-3587-4154-b0b1-26298e56b809 - - - - - -] Attempt 1 to provision port 3c9e2526-a823-40cb-bf1b-0f5809e12b14 2026-05-11 02:15:20.328 16 INFO neutron.plugins.ml2.plugin [None req-a79a328e-8434-42d7-a536-4eaaa904de0e - - - - - -] Attempt 1 to provision port 9dfae812-d712-4850-b11d-4fe583d8ac8a 2026-05-11 02:15:21.543 16 INFO neutron.plugins.ml2.plugin [None req-eb973ec7-e652-4b66-b350-fe375d222448 - - - - - -] Attempt 1 to provision port 9dfae812-d712-4850-b11d-4fe583d8ac8a 2026-05-11 02:15:27.999 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 024b481f-5a11-43a5-bf60-4317c8e744dc 2026-05-11 02:15:28.108 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef9876c7-0892-421e-9bf7-f15178fb08c4'] response: {'server_uuid': '9570b2e9-e03a-4f02-aa74-c364f6c8cf43', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '024b481f-5a11-43a5-bf60-4317c8e744dc', 'code': 200} 2026-05-11 02:15:28.992 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 024b481f-5a11-43a5-bf60-4317c8e744dc 2026-05-11 02:15:32.949 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 9dfae812-d712-4850-b11d-4fe583d8ac8a 2026-05-11 02:15:33.190 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 3c9e2526-a823-40cb-bf1b-0f5809e12b14 2026-05-11 02:15:34.967 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 9dfae812-d712-4850-b11d-4fe583d8ac8a 2026-05-11 02:15:35.147 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 3c9e2526-a823-40cb-bf1b-0f5809e12b14 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.082 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-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.082 16 ERROR neutron.plugins.ml2.managers 2026-05-11 02:15:59.084 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Failed to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db on host instance for vnic_type normal using segments [{'id': 'bb559051-f670-4631-ad21-beac0f4afa03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'a2fe7a5d-bd57-446d-bdea-ea2ca3fa09d4'}] 2026-05-11 02:15:59.085 16 INFO neutron.plugins.ml2.plugin [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Attempt 2 to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.095 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-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.095 16 ERROR neutron.plugins.ml2.managers 2026-05-11 02:15:59.097 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Failed to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db on host instance for vnic_type normal using segments [{'id': 'bb559051-f670-4631-ad21-beac0f4afa03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'a2fe7a5d-bd57-446d-bdea-ea2ca3fa09d4'}] 2026-05-11 02:15:59.098 16 INFO neutron.plugins.ml2.plugin [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Attempt 3 to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.109 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-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.109 16 ERROR neutron.plugins.ml2.managers 2026-05-11 02:15:59.111 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Failed to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db on host instance for vnic_type normal using segments [{'id': 'bb559051-f670-4631-ad21-beac0f4afa03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'a2fe7a5d-bd57-446d-bdea-ea2ca3fa09d4'}] 2026-05-11 02:15:59.111 16 INFO neutron.plugins.ml2.plugin [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Attempt 4 to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.122 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-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.122 16 ERROR neutron.plugins.ml2.managers 2026-05-11 02:15:59.124 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Failed to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db on host instance for vnic_type normal using segments [{'id': 'bb559051-f670-4631-ad21-beac0f4afa03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'a2fe7a5d-bd57-446d-bdea-ea2ca3fa09d4'}] 2026-05-11 02:15:59.124 16 INFO neutron.plugins.ml2.plugin [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Attempt 5 to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.134 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-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.134 16 ERROR neutron.plugins.ml2.managers 2026-05-11 02:15:59.135 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Failed to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db on host instance for vnic_type normal using segments [{'id': 'bb559051-f670-4631-ad21-beac0f4afa03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'a2fe7a5d-bd57-446d-bdea-ea2ca3fa09d4'}] 2026-05-11 02:15:59.136 16 INFO neutron.plugins.ml2.plugin [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Attempt 6 to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.150 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-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.150 16 ERROR neutron.plugins.ml2.managers 2026-05-11 02:15:59.151 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Failed to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db on host instance for vnic_type normal using segments [{'id': 'bb559051-f670-4631-ad21-beac0f4afa03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'a2fe7a5d-bd57-446d-bdea-ea2ca3fa09d4'}] 2026-05-11 02:15:59.152 16 INFO neutron.plugins.ml2.plugin [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Attempt 7 to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.163 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-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.163 16 ERROR neutron.plugins.ml2.managers 2026-05-11 02:15:59.165 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Failed to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db on host instance for vnic_type normal using segments [{'id': 'bb559051-f670-4631-ad21-beac0f4afa03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'a2fe7a5d-bd57-446d-bdea-ea2ca3fa09d4'}] 2026-05-11 02:15:59.165 16 INFO neutron.plugins.ml2.plugin [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Attempt 8 to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.177 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-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.177 16 ERROR neutron.plugins.ml2.managers 2026-05-11 02:15:59.178 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Failed to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db on host instance for vnic_type normal using segments [{'id': 'bb559051-f670-4631-ad21-beac0f4afa03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'a2fe7a5d-bd57-446d-bdea-ea2ca3fa09d4'}] 2026-05-11 02:15:59.179 16 INFO neutron.plugins.ml2.plugin [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Attempt 9 to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.188 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-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.188 16 ERROR neutron.plugins.ml2.managers 2026-05-11 02:15:59.190 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Failed to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db on host instance for vnic_type normal using segments [{'id': 'bb559051-f670-4631-ad21-beac0f4afa03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'a2fe7a5d-bd57-446d-bdea-ea2ca3fa09d4'}] 2026-05-11 02:15:59.190 16 INFO neutron.plugins.ml2.plugin [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Attempt 10 to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1210, in get_subnet 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.206 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-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet db4acaef-82a7-4bba-b595-99fd991b3e83 could not be found. 2026-05-11 02:15:59.206 16 ERROR neutron.plugins.ml2.managers 2026-05-11 02:15:59.208 16 ERROR neutron.plugins.ml2.managers [None req-306e6020-b9b0-4bfb-9003-e4323ec257f7 - - - - - -] Failed to bind port 5bd6a58b-aa2d-49d2-a57d-8725669d35db on host instance for vnic_type normal using segments [{'id': 'bb559051-f670-4631-ad21-beac0f4afa03', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 683, 'network_id': 'a2fe7a5d-bd57-446d-bdea-ea2ca3fa09d4'}] 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server [None req-bb9de233-3d15-4f69-80e2-01444d5d1c12 - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port 5bd6a58b-aa2d-49d2-a57d-8725669d35db could not be found. 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-11 02:15:59.846 13 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-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 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-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2815, in one 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1840, in one 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 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-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 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-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1159, in wrapper 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1683, in get_port 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1159, in wrapper 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-11 02:15:59.846 13 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-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port 5bd6a58b-aa2d-49d2-a57d-8725669d35db could not be found. 2026-05-11 02:15:59.846 13 ERROR oslo_messaging.rpc.server 2026-05-11 02:16:18.946 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 26afae8f-255a-4c06-a264-4fe9f5567a8a 2026-05-11 02:16:44.948 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port f4afc680-965c-4996-91b9-69f8e50f09f9 2026-05-11 02:16:47.000 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port f4afc680-965c-4996-91b9-69f8e50f09f9 2026-05-11 02:16:47.207 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 31baddfd-12d6-48c9-9aab-f808c1ac5e18 2026-05-11 02:16:49.101 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 42488bad-2b19-43ed-bfaf-d50488d02739 2026-05-11 02:16:49.448 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 31baddfd-12d6-48c9-9aab-f808c1ac5e18 2026-05-11 02:16:51.033 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 42488bad-2b19-43ed-bfaf-d50488d02739 2026-05-11 02:16:51.263 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port a8444269-3b72-4466-9234-319f5cb3563b 2026-05-11 02:16:52.981 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port a8444269-3b72-4466-9234-319f5cb3563b 2026-05-11 02:16:54.051 16 INFO neutron.plugins.ml2.plugin [None req-26006727-bc98-4eec-a16e-9e4088949a0d - - - - - -] Attempt 1 to provision port 7dd494d9-0fba-44a7-946b-8ae9d18ebf4d 2026-05-11 02:16:54.080 16 INFO neutron.plugins.ml2.plugin [None req-26006727-bc98-4eec-a16e-9e4088949a0d - - - - - -] Attempt 1 to provision port a8444269-3b72-4466-9234-319f5cb3563b 2026-05-11 02:16:54.138 16 INFO neutron.plugins.ml2.plugin [None req-26006727-bc98-4eec-a16e-9e4088949a0d - - - - - -] Attempt 1 to provision port 31baddfd-12d6-48c9-9aab-f808c1ac5e18 2026-05-11 02:16:54.185 16 INFO neutron.plugins.ml2.plugin [None req-26006727-bc98-4eec-a16e-9e4088949a0d - - - - - -] Attempt 1 to provision port 13e5a2dc-e94a-46f2-910a-1045aa740ca1 2026-05-11 02:16:57.694 16 INFO neutron.plugins.ml2.plugin [None req-56b8539f-9da6-413b-8212-395c5b98e23e - - - - - -] Attempt 1 to provision port e9ad91de-8485-484b-adb5-bd5c2136f419 2026-05-11 02:16:57.724 16 INFO neutron.plugins.ml2.plugin [None req-56b8539f-9da6-413b-8212-395c5b98e23e - - - - - -] Attempt 1 to provision port 31baddfd-12d6-48c9-9aab-f808c1ac5e18 2026-05-11 02:17:00.340 16 INFO neutron.plugins.ml2.plugin [None req-1269088f-2ea9-4afe-8976-1b922eb702bb - - - - - -] Attempt 1 to provision port e9ad91de-8485-484b-adb5-bd5c2136f419 2026-05-11 02:17:00.366 16 INFO neutron.plugins.ml2.plugin [None req-1269088f-2ea9-4afe-8976-1b922eb702bb - - - - - -] Attempt 1 to provision port a8444269-3b72-4466-9234-319f5cb3563b 2026-05-11 02:17:00.417 16 INFO neutron.plugins.ml2.plugin [None req-1269088f-2ea9-4afe-8976-1b922eb702bb - - - - - -] Attempt 1 to provision port 13e5a2dc-e94a-46f2-910a-1045aa740ca1 2026-05-11 02:17:02.981 13 INFO neutron.plugins.ml2.plugin [None req-d83d1a58-9e4d-4c39-ae31-6eea1d359138 - - - - - -] Attempt 1 to provision port a8444269-3b72-4466-9234-319f5cb3563b 2026-05-11 02:17:03.046 13 INFO neutron.plugins.ml2.plugin [None req-d83d1a58-9e4d-4c39-ae31-6eea1d359138 - - - - - -] Attempt 1 to provision port 13e5a2dc-e94a-46f2-910a-1045aa740ca1 2026-05-11 02:17:03.504 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port f70c6f8c-9e49-411e-8d0a-eacca339a48c 2026-05-11 02:17:03.627 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-36ce2bc6-8a81-47fd-857e-6746ba06f27a'] response: {'server_uuid': '6d75135e-ac9c-4430-8775-60fc82d7e597', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f70c6f8c-9e49-411e-8d0a-eacca339a48c', 'code': 200} 2026-05-11 02:17:05.036 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port f70c6f8c-9e49-411e-8d0a-eacca339a48c 2026-05-11 02:17:05.164 16 INFO neutron.plugins.ml2.plugin [None req-48d5fc81-ab73-4579-a282-072b79c9f5dc - - - - - -] Attempt 1 to provision port e9ad91de-8485-484b-adb5-bd5c2136f419 2026-05-11 02:17:05.196 16 INFO neutron.plugins.ml2.plugin [None req-48d5fc81-ab73-4579-a282-072b79c9f5dc - - - - - -] Attempt 1 to provision port 13e5a2dc-e94a-46f2-910a-1045aa740ca1 2026-05-11 02:17:05.608 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 13e5a2dc-e94a-46f2-910a-1045aa740ca1 2026-05-11 02:17:05.851 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 2197bf2c-f7da-4f3a-99ae-11499047de83 2026-05-11 02:17:06.554 16 INFO neutron.plugins.ml2.plugin [None req-67cda084-8bfe-41ca-b9d1-fd191568789c - - - - - -] Attempt 1 to provision port f70c6f8c-9e49-411e-8d0a-eacca339a48c 2026-05-11 02:17:06.990 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port e9ad91de-8485-484b-adb5-bd5c2136f419 2026-05-11 02:17:07.284 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 7dd494d9-0fba-44a7-946b-8ae9d18ebf4d 2026-05-11 02:17:07.623 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 13e5a2dc-e94a-46f2-910a-1045aa740ca1 2026-05-11 02:17:07.830 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 2197bf2c-f7da-4f3a-99ae-11499047de83 2026-05-11 02:17:08.964 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port e9ad91de-8485-484b-adb5-bd5c2136f419 2026-05-11 02:17:09.179 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 7dd494d9-0fba-44a7-946b-8ae9d18ebf4d 2026-05-11 02:17:20.982 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port facf6242-f8f8-4f15-bd37-2fc5cf3e50e7 2026-05-11 02:17:21.075 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4fd27a4-3e03-4901-8676-aa4b2b00c8b2'] response: {'server_uuid': 'a7fe8e68-6161-488a-af60-5ace9a1fd354', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'facf6242-f8f8-4f15-bd37-2fc5cf3e50e7', 'code': 200} 2026-05-11 02:17:22.940 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port facf6242-f8f8-4f15-bd37-2fc5cf3e50e7 2026-05-11 02:18:09.520 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 915eb858-4cb1-4969-8164-11ac98dcb0a8 2026-05-11 02:18:09.647 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb2761a9-2f58-4f0d-9167-d8f3dc69f8ce'] response: {'server_uuid': '5191bf0c-b42b-4bde-b348-f253e4b2a61e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '915eb858-4cb1-4969-8164-11ac98dcb0a8', 'code': 200} 2026-05-11 02:18:10.985 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 915eb858-4cb1-4969-8164-11ac98dcb0a8 2026-05-11 02:19:21.475 16 INFO neutron.plugins.ml2.plugin [None req-6b791b3e-aa3a-4a68-8a06-5ce9959a70c4 - - - - - -] Attempt 1 to provision port 1c269602-5e2b-4c2f-823f-e51aca00be9a 2026-05-11 02:19:28.555 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 1c269602-5e2b-4c2f-823f-e51aca00be9a 2026-05-11 02:19:28.682 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c7dd674-bf41-4c32-ab37-2131e82af3fc'] response: {'server_uuid': '5191bf0c-b42b-4bde-b348-f253e4b2a61e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1c269602-5e2b-4c2f-823f-e51aca00be9a', 'code': 200} 2026-05-11 02:19:29.169 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 1c269602-5e2b-4c2f-823f-e51aca00be9a 2026-05-11 02:19:44.293 13 INFO neutron.plugins.ml2.plugin [None req-bf3355ed-0a06-4de5-8a50-de797808be01 - - - - - -] Attempt 1 to provision port 3151efba-4761-466f-9a9d-a0680fcf9c33 2026-05-11 02:19:51.211 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 3151efba-4761-466f-9a9d-a0680fcf9c33 2026-05-11 02:19:51.326 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-941700e9-2435-43d3-9b74-d8252a1db615'] response: {'server_uuid': '5191bf0c-b42b-4bde-b348-f253e4b2a61e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3151efba-4761-466f-9a9d-a0680fcf9c33', 'code': 200} 2026-05-11 02:19:53.168 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 3151efba-4761-466f-9a9d-a0680fcf9c33 2026-05-11 02:19:54.871 13 INFO neutron.plugins.ml2.plugin [None req-74df4d96-494a-4491-90e2-c85c1578c808 - - - - - -] Attempt 1 to provision port 1c269602-5e2b-4c2f-823f-e51aca00be9a 2026-05-11 02:19:55.281 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 1c269602-5e2b-4c2f-823f-e51aca00be9a 2026-05-11 02:20:05.277 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 3151efba-4761-466f-9a9d-a0680fcf9c33 2026-05-11 02:20:05.374 13 INFO neutron.plugins.ml2.plugin [None req-f55601d2-fce7-4a94-b540-842a2464759a - - - - - -] Attempt 1 to provision port 3151efba-4761-466f-9a9d-a0680fcf9c33 2026-05-11 02:20:06.709 13 INFO neutron.plugins.ml2.plugin [None req-d64b2ff4-d318-4038-89f1-e951201e8169 - - - - - -] Attempt 1 to provision port 3151efba-4761-466f-9a9d-a0680fcf9c33 2026-05-11 02:20:15.228 13 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] Attempt 1 to provision port 1c269602-5e2b-4c2f-823f-e51aca00be9a 2026-05-11 02:20:15.639 16 INFO neutron.plugins.ml2.plugin [None req-b5b66c95-f32c-4ec7-94d9-8acae6f747f1 - - - - - -] Attempt 1 to provision port 1c269602-5e2b-4c2f-823f-e51aca00be9a 2026-05-11 02:20:43.345 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-58e1a548-c31a-4bc7-81e3-2cc27f28a300'] response: {'server_uuid': '5191bf0c-b42b-4bde-b348-f253e4b2a61e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '915eb858-4cb1-4969-8164-11ac98dcb0a8', 'code': 200} 2026-05-11 02:20:43.425 16 INFO neutron.plugins.ml2.plugin [None req-f1fa27da-502b-48fe-9f02-506a7b6cd81d - - - - - -] No ports have port_id starting with 915eb858-4cb1-4969-8164-11ac98dcb0a8 2026-05-11 02:20:59.338 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-a614b762-865b-4c21-b2d9-1a3c84e93503'] response: {'server_uuid': '6d75135e-ac9c-4430-8775-60fc82d7e597', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f70c6f8c-9e49-411e-8d0a-eacca339a48c', 'code': 200}