+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2026-05-19 06:09:52.095 1 INFO neutron.common.config [-] Logging enabled! 2026-05-19 06:09:52.095 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.0 2026-05-19 06:09:52.095 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-19 06:09:52.096 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-19 06:09:53.525 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 06:09:53.527 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-19 06:09:53.530 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-19 06:09:53.531 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 06:09:53.531 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-19 06:09:53.531 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-19 06:09:53.531 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 06:09:53.538 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 06:09:53.538 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 06:09:53.538 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 06:09:53.556 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-19 06:09:53.557 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 06:09:53.557 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-19 06:09:53.574 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-19 06:09:53.574 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-19 06:09:53.574 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-19 06:09:53.574 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-19 06:09:53.858 1 INFO neutron.plugins.ml2.managers [None req-f181a681-704a-4877-adfe-bc8354ebb224 - - - - - -] Initializing driver for type 'vlan' 2026-05-19 06:09:54.017 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f181a681-704a-4877-adfe-bc8354ebb224 - - - - - -] VlanTypeDriver initialization complete 2026-05-19 06:09:54.017 1 INFO neutron.plugins.ml2.managers [None req-f181a681-704a-4877-adfe-bc8354ebb224 - - - - - -] Initializing driver for type 'vxlan' 2026-05-19 06:09:54.018 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f181a681-704a-4877-adfe-bc8354ebb224 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-19 06:09:54.120 1 INFO neutron.plugins.ml2.managers [None req-f181a681-704a-4877-adfe-bc8354ebb224 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-19 06:09:54.120 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f181a681-704a-4877-adfe-bc8354ebb224 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-19 06:09:54.121 1 INFO neutron.plugins.ml2.managers [None req-f181a681-704a-4877-adfe-bc8354ebb224 - - - - - -] Initializing extension driver 'port_security' 2026-05-19 06:09:54.121 1 INFO neutron.plugins.ml2.extensions.port_security [None req-f181a681-704a-4877-adfe-bc8354ebb224 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-19 06:09:54.121 1 INFO neutron.plugins.ml2.managers [None req-f181a681-704a-4877-adfe-bc8354ebb224 - - - - - -] Initializing extension driver 'qos' 2026-05-19 06:09:54.122 1 INFO neutron.plugins.ml2.managers [None req-f181a681-704a-4877-adfe-bc8354ebb224 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-19 06:09:54.122 1 INFO neutron.plugins.ml2.managers [None req-f181a681-704a-4877-adfe-bc8354ebb224 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-19 06:09:54.140 1 INFO neutron.quota [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded quota_driver: . 2026-05-19 06:09:54.140 1 INFO neutron.plugins.ml2.plugin [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Modular L2 Plugin initialization complete 2026-05-19 06:09:54.141 1 INFO neutron.plugins.ml2.managers [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-19 06:09:54.141 1 INFO neutron.plugins.ml2.managers [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-19 06:09:54.141 1 INFO neutron.plugins.ml2.managers [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-19 06:09:54.141 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: qos 2026-05-19 06:09:54.152 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: router 2026-05-19 06:09:54.190 1 INFO neutron.services.service_base [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-19 06:09:54.190 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: segments 2026-05-19 06:09:54.260 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: trunk 2026-05-19 06:09:54.272 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: vpnaas 2026-05-19 06:09:54.307 1 WARNING stevedore.named [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 06:09:54.394 1 INFO neutron_vpnaas.services.vpn.plugin [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-19 06:09:54.394 1 INFO neutron.common.utils [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-19 06:09:54.395 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: taas 2026-05-19 06:09:54.417 1 WARNING stevedore.named [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 06:09:54.417 1 WARNING stevedore.named [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 06:09:54.440 1 INFO neutron_taas.services.taas.taas_plugin [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-19 06:09:54.441 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: tapmirror 2026-05-19 06:09:54.450 1 WARNING stevedore.named [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 06:09:54.450 1 WARNING stevedore.named [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 06:09:54.464 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-19 06:09:54.464 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: auto_allocate 2026-05-19 06:09:54.470 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: tag 2026-05-19 06:09:54.483 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: timestamp 2026-05-19 06:09:54.485 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: network_ip_availability 2026-05-19 06:09:54.493 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: flavors 2026-05-19 06:09:54.496 1 INFO neutron.manager [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loading Plugin: revisions 2026-05-19 06:09:54.498 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Initializing extension manager. 2026-05-19 06:09:54.499 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: address-group 2026-05-19 06:09:54.500 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: address-scope 2026-05-19 06:09:54.501 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-19 06:09:54.502 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: agent 2026-05-19 06:09:54.502 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: agent-resources-synced 2026-05-19 06:09:54.503 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-19 06:09:54.504 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-19 06:09:54.505 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: availability_zone 2026-05-19 06:09:54.505 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: availability_zone_filter 2026-05-19 06:09:54.506 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-19 06:09:54.506 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: default-subnetpools 2026-05-19 06:09:54.507 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-19 06:09:54.508 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: dns-integration 2026-05-19 06:09:54.509 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: dns-domain-ports 2026-05-19 06:09:54.509 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-19 06:09:54.510 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: dvr 2026-05-19 06:09:54.511 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-19 06:09:54.511 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: empty-string-filtering 2026-05-19 06:09:54.512 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 06:09:54.512 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-19 06:09:54.513 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: external-net 2026-05-19 06:09:54.513 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-19 06:09:54.514 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: extraroute 2026-05-19 06:09:54.514 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: extraroute-atomic 2026-05-19 06:09:54.515 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-19 06:09:54.515 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-19 06:09:54.516 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-19 06:09:54.517 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-19 06:09:54.517 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: fip-port-details 2026-05-19 06:09:54.518 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: flavors 2026-05-19 06:09:54.520 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-19 06:09:54.520 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: floatingip-pools 2026-05-19 06:09:54.521 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: ip_allocation 2026-05-19 06:09:54.521 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-19 06:09:54.522 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: l2_adjacency 2026-05-19 06:09:54.523 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: router 2026-05-19 06:09:54.525 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 06:09:54.526 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-19 06:09:54.527 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-19 06:09:54.527 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: ext-gw-mode 2026-05-19 06:09:54.528 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: l3-ha 2026-05-19 06:09:54.528 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-19 06:09:54.528 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-19 06:09:54.529 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: l3-flavors 2026-05-19 06:09:54.530 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-19 06:09:54.530 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-19 06:09:54.532 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-19 06:09:54.533 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-19 06:09:54.534 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-19 06:09:54.535 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-19 06:09:54.536 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-19 06:09:54.536 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: multi-provider 2026-05-19 06:09:54.537 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: net-mtu 2026-05-19 06:09:54.537 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: net-mtu-writable 2026-05-19 06:09:54.538 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: network_availability_zone 2026-05-19 06:09:54.538 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: network_ha 2026-05-19 06:09:54.539 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: network-ip-availability 2026-05-19 06:09:54.540 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-19 06:09:54.540 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: pagination 2026-05-19 06:09:54.541 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: port-device-profile 2026-05-19 06:09:54.542 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-19 06:09:54.542 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-19 06:09:54.543 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-19 06:09:54.543 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: port-mac-override 2026-05-19 06:09:54.544 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-19 06:09:54.544 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-19 06:09:54.545 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-19 06:09:54.545 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: port-resource-request 2026-05-19 06:09:54.546 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-19 06:09:54.546 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-19 06:09:54.547 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: binding 2026-05-19 06:09:54.547 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: binding-extended 2026-05-19 06:09:54.548 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: port-security 2026-05-19 06:09:54.548 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: project-id 2026-05-19 06:09:54.549 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: provider 2026-05-19 06:09:54.549 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-19 06:09:54.551 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos 2026-05-19 06:09:54.552 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-19 06:09:54.552 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-19 06:09:54.553 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos-default 2026-05-19 06:09:54.553 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos-fip 2026-05-19 06:09:54.554 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-19 06:09:54.554 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-19 06:09:54.555 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-19 06:09:54.555 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-19 06:09:54.556 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-19 06:09:54.557 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos-pps 2026-05-19 06:09:54.557 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-19 06:09:54.558 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-19 06:09:54.558 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: qos-rules-alias 2026-05-19 06:09:54.559 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: quota-check-limit 2026-05-19 06:09:54.559 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-19 06:09:54.561 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: quotas 2026-05-19 06:09:54.564 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: quota_details 2026-05-19 06:09:54.565 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: rbac-policies 2026-05-19 06:09:54.565 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: rbac-address-group 2026-05-19 06:09:54.566 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: rbac-address-scope 2026-05-19 06:09:54.566 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: rbac-security-groups 2026-05-19 06:09:54.567 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-19 06:09:54.567 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: revision-if-match 2026-05-19 06:09:54.568 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-19 06:09:54.569 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: router_availability_zone 2026-05-19 06:09:54.569 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-19 06:09:54.570 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-19 06:09:54.571 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-19 06:09:54.571 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-19 06:09:54.572 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-19 06:09:54.572 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-19 06:09:54.573 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-19 06:09:54.577 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: security-group 2026-05-19 06:09:54.578 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: segment 2026-05-19 06:09:54.578 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-19 06:09:54.579 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: service-type 2026-05-19 06:09:54.579 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: sorting 2026-05-19 06:09:54.580 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: standard-attr-segment 2026-05-19 06:09:54.580 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: standard-attr-description 2026-05-19 06:09:54.581 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: stateful-security-group 2026-05-19 06:09:54.581 1 WARNING neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-19 06:09:54.582 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-19 06:09:54.582 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: subnet-external-network 2026-05-19 06:09:54.583 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: subnet_onboard 2026-05-19 06:09:54.583 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-19 06:09:54.584 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: subnet-service-types 2026-05-19 06:09:54.585 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: subnet_allocation 2026-05-19 06:09:54.585 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-19 06:09:54.586 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: tag-creation 2026-05-19 06:09:54.586 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-19 06:09:54.590 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: standard-attr-tag 2026-05-19 06:09:54.590 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-19 06:09:54.591 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: trunk 2026-05-19 06:09:54.591 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: trunk-details 2026-05-19 06:09:54.592 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-19 06:09:54.592 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-19 06:09:54.593 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-19 06:09:54.594 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-19 06:09:54.595 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-19 06:09:54.596 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-19 06:09:54.597 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: vpn-flavors 2026-05-19 06:09:54.598 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: vpnaas 2026-05-19 06:09:54.599 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: taas 2026-05-19 06:09:54.600 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: tap-mirror 2026-05-19 06:09:54.600 1 INFO neutron.api.extensions [None req-9f05a5ca-ea3f-49db-bfbf-bf1a6fb6a106 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-19 06:10:24.690 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-19 06:10:24.756 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-19 06:10:24.770 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-19 06:10:39.955 13 INFO neutron.db.l3_hamode_db [None req-df462cce-0bf4-4a9f-95d3-26072d8bebfe - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:10:52.367 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 329a95ac-3bde-4bb1-87cf-b47172d800bd 2026-05-19 06:10:53.717 16 INFO neutron.plugins.ml2.plugin [None req-fa0927fb-bf46-4a41-9e48-368d426e3169 - - - - - -] Attempt 1 to provision port 329a95ac-3bde-4bb1-87cf-b47172d800bd 2026-05-19 06:10:54.171 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 329a95ac-3bde-4bb1-87cf-b47172d800bd 2026-05-19 06:10:55.376 16 INFO neutron.plugins.ml2.plugin [None req-754f4489-2deb-470b-927c-4b36aceec240 - - - - - -] Attempt 1 to provision port 329a95ac-3bde-4bb1-87cf-b47172d800bd 2026-05-19 06:15:26.034 13 INFO neutron.plugins.ml2.plugin [None req-f9afc173-5fb3-4cec-8b01-45e0aa3ef039 - - - - - -] Attempt 1 to provision port 1769b305-7c6e-4232-8717-059c924b39d8 2026-05-19 06:15:26.221 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 1769b305-7c6e-4232-8717-059c924b39d8 2026-05-19 06:15:27.687 13 INFO neutron.plugins.ml2.plugin [None req-eb467c31-80d3-45c4-8fcb-46cbb50c7eff - - - - - -] Attempt 1 to provision port 1769b305-7c6e-4232-8717-059c924b39d8 2026-05-19 06:15:28.213 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 1769b305-7c6e-4232-8717-059c924b39d8 2026-05-19 06:15:32.576 16 INFO neutron.plugins.ml2.plugin [None req-61e0aec9-ce56-40d6-98c0-8f05ce3751af - - - - - -] Attempt 1 to provision port e9c66ddd-d586-4687-8aed-1f87cef02fac 2026-05-19 06:19:14.859 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port e9c66ddd-d586-4687-8aed-1f87cef02fac 2026-05-19 06:19:16.297 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port e9c66ddd-d586-4687-8aed-1f87cef02fac 2026-05-19 06:27:38.432 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 361af9bb-a2d6-4fd0-852d-859b7eed2470 2026-05-19 06:27:40.412 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 361af9bb-a2d6-4fd0-852d-859b7eed2470 2026-05-19 06:38:19.850 13 INFO neutron.plugins.ml2.plugin [None req-9b9403b7-d39c-44f2-979d-86dfd7c66712 - - - - - -] Attempt 1 to provision port 329a95ac-3bde-4bb1-87cf-b47172d800bd 2026-05-19 06:38:19.900 13 INFO neutron.plugins.ml2.plugin [None req-9b9403b7-d39c-44f2-979d-86dfd7c66712 - - - - - -] Attempt 1 to provision port 1769b305-7c6e-4232-8717-059c924b39d8 2026-05-19 06:38:19.947 13 INFO neutron.plugins.ml2.plugin [None req-9b9403b7-d39c-44f2-979d-86dfd7c66712 - - - - - -] Attempt 1 to provision port e9c66ddd-d586-4687-8aed-1f87cef02fac 2026-05-19 06:42:50.812 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port b2f5f3f2-1b58-4073-9788-89c8b52d9a3e 2026-05-19 06:42:52.764 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port b2f5f3f2-1b58-4073-9788-89c8b52d9a3e 2026-05-19 06:42:58.700 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port a5753d71-adbd-482b-9512-ae4d8bbdbbc8 2026-05-19 06:42:59.430 13 INFO neutron.plugins.ml2.plugin [None req-b4be1164-85a8-4b76-b713-022f1346c887 - - - - - -] Attempt 1 to provision port 3ba31ecd-8702-4691-aea1-931f656bb534 2026-05-19 06:42:59.467 13 INFO neutron.plugins.ml2.plugin [None req-b4be1164-85a8-4b76-b713-022f1346c887 - - - - - -] Attempt 1 to provision port a5753d71-adbd-482b-9512-ae4d8bbdbbc8 2026-05-19 06:43:00.923 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 7c968b6b-687d-46ad-8794-015bcca3f55d 2026-05-19 06:43:01.413 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port a5753d71-adbd-482b-9512-ae4d8bbdbbc8 2026-05-19 06:43:01.590 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port d73f518d-b822-42dc-b28a-1836f481beea 2026-05-19 06:43:02.816 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 7c968b6b-687d-46ad-8794-015bcca3f55d 2026-05-19 06:43:03.044 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port d7216a43-85d0-4199-8f41-1ca4c0d0a547 2026-05-19 06:43:03.450 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port d73f518d-b822-42dc-b28a-1836f481beea 2026-05-19 06:43:03.680 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 6a0add97-a1fb-4043-b83d-d0a295f7d7a3 2026-05-19 06:43:04.760 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port d7216a43-85d0-4199-8f41-1ca4c0d0a547 2026-05-19 06:43:04.973 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 6a0add97-a1fb-4043-b83d-d0a295f7d7a3 2026-05-19 06:43:07.453 16 INFO neutron.plugins.ml2.plugin [None req-6f53456a-6725-4010-ad66-94daaa049d37 - - - - - -] Attempt 1 to provision port d7216a43-85d0-4199-8f41-1ca4c0d0a547 2026-05-19 06:43:07.516 16 INFO neutron.plugins.ml2.plugin [None req-6f53456a-6725-4010-ad66-94daaa049d37 - - - - - -] Attempt 1 to provision port 43b1fc1e-3949-435e-ab19-0846e31b3bbc 2026-05-19 06:43:07.543 16 INFO neutron.plugins.ml2.plugin [None req-6f53456a-6725-4010-ad66-94daaa049d37 - - - - - -] Attempt 1 to provision port 3ba31ecd-8702-4691-aea1-931f656bb534 2026-05-19 06:43:07.568 16 INFO neutron.plugins.ml2.plugin [None req-6f53456a-6725-4010-ad66-94daaa049d37 - - - - - -] Attempt 1 to provision port aa820540-83d6-4fe5-bd09-dc61f2d7622b 2026-05-19 06:43:07.823 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 19ec9d35-3c1f-464b-aee3-4b01047a1604 2026-05-19 06:43:08.216 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 64d85790-0165-4f39-8361-de89d49a82fb 2026-05-19 06:43:08.421 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4c16088-6371-431b-a039-dc2323c040be'] response: {'server_uuid': 'a0d25bbd-b615-4396-87d2-ad1cd8feda3e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '19ec9d35-3c1f-464b-aee3-4b01047a1604', 'code': 200} 2026-05-19 06:43:09.025 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 19ec9d35-3c1f-464b-aee3-4b01047a1604 2026-05-19 06:43:09.268 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 64d85790-0165-4f39-8361-de89d49a82fb 2026-05-19 06:43:10.465 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f76771ab-7884-4d20-b866-8c88e007ad6b'] response: {'server_uuid': '4e7cc99e-7e40-4e74-8913-2d9788d47edf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '64d85790-0165-4f39-8361-de89d49a82fb', 'code': 200} 2026-05-19 06:43:11.907 16 INFO neutron.plugins.ml2.plugin [None req-395f236c-05db-421d-b2ea-2dec1a36c430 - - - - - -] Attempt 1 to provision port 3ba31ecd-8702-4691-aea1-931f656bb534 2026-05-19 06:43:12.936 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port f5422b6b-939f-4021-bb07-b87c2e7c01f7 2026-05-19 06:43:15.100 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 9fb1e513-f4a6-460a-ab3d-75ab318a43d3 2026-05-19 06:43:15.444 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port f5422b6b-939f-4021-bb07-b87c2e7c01f7 2026-05-19 06:43:17.036 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 9fb1e513-f4a6-460a-ab3d-75ab318a43d3 2026-05-19 06:43:19.489 16 INFO neutron.plugins.ml2.plugin [None req-f53e1012-1a1b-43fb-866d-883709f9f1b0 - - - - - -] Attempt 1 to provision port ef28a875-6bc2-41c1-af1d-87cfe2e2c6f1 2026-05-19 06:43:19.521 16 INFO neutron.plugins.ml2.plugin [None req-f53e1012-1a1b-43fb-866d-883709f9f1b0 - - - - - -] Attempt 1 to provision port c291dd11-1fe9-4b0a-adf3-a509fa1fe915 2026-05-19 06:43:19.556 16 INFO neutron.plugins.ml2.plugin [None req-f53e1012-1a1b-43fb-866d-883709f9f1b0 - - - - - -] Attempt 1 to provision port 9fb1e513-f4a6-460a-ab3d-75ab318a43d3 2026-05-19 06:43:19.613 16 INFO neutron.plugins.ml2.plugin [None req-f53e1012-1a1b-43fb-866d-883709f9f1b0 - - - - - -] Attempt 1 to provision port 2422c5a7-890e-4d46-950d-f317f9d73443 2026-05-19 06:43:25.162 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 2b325abf-08de-46dc-aa02-4f2de8dab5a2 2026-05-19 06:43:27.636 16 INFO neutron.plugins.ml2.plugin [None req-5ca19948-bfca-48c7-806f-ecc851dfe3e9 - - - - - -] Attempt 1 to provision port 2422c5a7-890e-4d46-950d-f317f9d73443 2026-05-19 06:43:27.819 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port a5b6e729-7486-468b-91f9-51d9a9f42d8f 2026-05-19 06:43:27.934 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec74988b-bdc0-4c3a-9bb8-d25ff6d84986'] response: {'server_uuid': '476be2f4-4d7b-4b52-9c56-23a66bbb626c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a5b6e729-7486-468b-91f9-51d9a9f42d8f', 'code': 200} 2026-05-19 06:43:29.160 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port a5b6e729-7486-468b-91f9-51d9a9f42d8f 2026-05-19 06:43:33.400 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 7c68aad4-46c9-4a0d-9076-c8c9a1cee55a 2026-05-19 06:43:35.119 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 7c68aad4-46c9-4a0d-9076-c8c9a1cee55a 2026-05-19 06:43:38.500 13 INFO neutron.plugins.ml2.plugin [None req-49b12d01-0c3b-4ee0-8da1-270430846316 - - - - - -] Attempt 1 to provision port 5262418e-a414-40d9-a18b-faa555a2dc11 2026-05-19 06:43:43.137 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port ef28a875-6bc2-41c1-af1d-87cfe2e2c6f1 2026-05-19 06:43:43.401 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 2422c5a7-890e-4d46-950d-f317f9d73443 2026-05-19 06:43:45.026 16 INFO neutron.plugins.ml2.plugin [None req-b35e8707-c882-43b0-a4d7-db47cf155f8d - - - - - -] Attempt 1 to provision port 2422c5a7-890e-4d46-950d-f317f9d73443 2026-05-19 06:43:45.740 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port ef28a875-6bc2-41c1-af1d-87cfe2e2c6f1 2026-05-19 06:43:45.906 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 2422c5a7-890e-4d46-950d-f317f9d73443 2026-05-19 06:43:46.116 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 58926824-2240-4cea-b0f2-1ec7628f403d 2026-05-19 06:43:46.221 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-60f16ad5-ce69-4c5c-80fe-fc81d513c9fb'] response: {'server_uuid': '20bf1d9a-c512-4472-be30-1de10a6d8f3a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '58926824-2240-4cea-b0f2-1ec7628f403d', 'code': 200} 2026-05-19 06:43:47.240 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 58926824-2240-4cea-b0f2-1ec7628f403d 2026-05-19 06:43:47.455 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 3a4cec28-df47-4793-b859-0c829092bddb 2026-05-19 06:43:49.144 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 3a4cec28-df47-4793-b859-0c829092bddb 2026-05-19 06:43:50.057 13 WARNING neutron.plugins.ml2.plugin [None req-32ac40e3-6045-4742-9576-21d8bba4f067 - - - - - -] Concurrent port binding operations failed on port d4e37842-9a9e-40e8-82da-361f849bdd6e 2026-05-19 06:43:50.061 13 INFO neutron.plugins.ml2.plugin [None req-32ac40e3-6045-4742-9576-21d8bba4f067 - - - - - -] Attempt 2 to bind port d4e37842-9a9e-40e8-82da-361f849bdd6e 2026-05-19 06:43:51.167 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 5262418e-a414-40d9-a18b-faa555a2dc11 2026-05-19 06:43:51.411 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port d4e37842-9a9e-40e8-82da-361f849bdd6e 2026-05-19 06:43:53.152 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 5262418e-a414-40d9-a18b-faa555a2dc11 2026-05-19 06:43:53.315 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port d4e37842-9a9e-40e8-82da-361f849bdd6e 2026-05-19 06:43:54.649 16 INFO neutron.plugins.ml2.plugin [None req-e92bb1fb-37b6-48f0-8e8a-28c3af9a8ac2 - - - - - -] Attempt 1 to provision port d4e37842-9a9e-40e8-82da-361f849bdd6e 2026-05-19 06:43:54.703 16 INFO neutron.plugins.ml2.plugin [None req-e92bb1fb-37b6-48f0-8e8a-28c3af9a8ac2 - - - - - -] Attempt 1 to provision port 58926824-2240-4cea-b0f2-1ec7628f403d 2026-05-19 06:43:54.749 16 INFO neutron.plugins.ml2.plugin [None req-e92bb1fb-37b6-48f0-8e8a-28c3af9a8ac2 - - - - - -] Attempt 1 to provision port 3a4cec28-df47-4793-b859-0c829092bddb 2026-05-19 06:43:58.691 16 INFO neutron.plugins.ml2.plugin [None req-fbd49ee7-d032-4824-885b-b43cb1644aef - - - - - -] Attempt 1 to provision port a5b6e729-7486-468b-91f9-51d9a9f42d8f 2026-05-19 06:43:59.153 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port e10f9357-1069-4372-8b1d-e99f2f6b3882 2026-05-19 06:44:01.318 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port e10f9357-1069-4372-8b1d-e99f2f6b3882 2026-05-19 06:44:01.508 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port c098d276-c39f-44a5-a7a5-b93f13472ee4 2026-05-19 06:44:03.190 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port c098d276-c39f-44a5-a7a5-b93f13472ee4 2026-05-19 06:44:03.303 16 INFO neutron.plugins.ml2.plugin [None req-bbb5a582-153a-4db5-ac9e-937a985566e1 - - - - - -] Attempt 1 to provision port 9e90ad66-2733-4419-bdd5-0afbb0c36968 2026-05-19 06:44:03.352 16 INFO neutron.plugins.ml2.plugin [None req-bbb5a582-153a-4db5-ac9e-937a985566e1 - - - - - -] Attempt 1 to provision port c098d276-c39f-44a5-a7a5-b93f13472ee4 2026-05-19 06:44:05.203 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port f1f29fb2-740c-4416-a7b6-6e2f59ac2203 2026-05-19 06:44:07.255 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 5a604cd5-2433-4235-b3f0-97721b8e11e8 2026-05-19 06:44:07.633 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port f1f29fb2-740c-4416-a7b6-6e2f59ac2203 2026-05-19 06:44:09.154 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 5a604cd5-2433-4235-b3f0-97721b8e11e8 2026-05-19 06:44:10.496 13 INFO neutron.plugins.ml2.plugin [None req-3730aaee-7ae2-449c-8f10-33dd4b4e8c13 - - - - - -] Attempt 1 to provision port 9e90ad66-2733-4419-bdd5-0afbb0c36968 2026-05-19 06:44:10.522 13 INFO neutron.plugins.ml2.plugin [None req-3730aaee-7ae2-449c-8f10-33dd4b4e8c13 - - - - - -] Attempt 1 to provision port 5a604cd5-2433-4235-b3f0-97721b8e11e8 2026-05-19 06:44:10.569 13 INFO neutron.plugins.ml2.plugin [None req-3730aaee-7ae2-449c-8f10-33dd4b4e8c13 - - - - - -] Attempt 1 to provision port c098d276-c39f-44a5-a7a5-b93f13472ee4 2026-05-19 06:44:10.623 13 INFO neutron.plugins.ml2.plugin [None req-3730aaee-7ae2-449c-8f10-33dd4b4e8c13 - - - - - -] Attempt 1 to provision port 2f46430d-0658-4866-9260-fc537caf436d 2026-05-19 06:44:15.023 16 INFO neutron.plugins.ml2.plugin [None req-9d8fbde4-d403-4875-80b6-607fb875912c - - - - - -] Attempt 1 to provision port 9e90ad66-2733-4419-bdd5-0afbb0c36968 2026-05-19 06:44:15.068 16 INFO neutron.plugins.ml2.plugin [None req-9d8fbde4-d403-4875-80b6-607fb875912c - - - - - -] Attempt 1 to provision port 5a604cd5-2433-4235-b3f0-97721b8e11e8 2026-05-19 06:44:15.146 16 INFO neutron.plugins.ml2.plugin [None req-9d8fbde4-d403-4875-80b6-607fb875912c - - - - - -] Attempt 1 to provision port 2f46430d-0658-4866-9260-fc537caf436d 2026-05-19 06:44:15.175 16 INFO neutron.plugins.ml2.plugin [None req-9d8fbde4-d403-4875-80b6-607fb875912c - - - - - -] Attempt 1 to provision port 7909dc3c-bde0-496c-95f2-de4eb29784f0 2026-05-19 06:44:18.200 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 3f929bb9-76b2-43a8-9791-383f846c4125 2026-05-19 06:44:18.335 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2394d74-0c01-40ba-93e6-1c87b22b3d2b'] response: {'server_uuid': '73301183-1335-4a79-9d92-dff0a98cc7b0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3f929bb9-76b2-43a8-9791-383f846c4125', 'code': 200} 2026-05-19 06:44:20.076 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5845182-3625-4c49-94cd-fc6f64e80cd0'] response: {'server_uuid': '20bf1d9a-c512-4472-be30-1de10a6d8f3a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '58926824-2240-4cea-b0f2-1ec7628f403d', 'code': 200} 2026-05-19 06:44:20.872 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 7909dc3c-bde0-496c-95f2-de4eb29784f0 2026-05-19 06:44:21.233 13 INFO neutron.plugins.ml2.plugin [None req-dab586a9-ffcf-4964-ae0e-c5d91c4eb6ef - - - - - -] Attempt 1 to provision port 3f929bb9-76b2-43a8-9791-383f846c4125 2026-05-19 06:44:21.301 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 58926824-2240-4cea-b0f2-1ec7628f403d 2026-05-19 06:44:21.303 13 INFO neutron.plugins.ml2.plugin [None req-dab586a9-ffcf-4964-ae0e-c5d91c4eb6ef - - - - - -] Attempt 1 to provision port 9e90ad66-2733-4419-bdd5-0afbb0c36968 2026-05-19 06:44:21.442 13 INFO neutron.plugins.ml2.plugin [None req-dab586a9-ffcf-4964-ae0e-c5d91c4eb6ef - - - - - -] Attempt 1 to provision port a5b6e729-7486-468b-91f9-51d9a9f42d8f 2026-05-19 06:44:21.483 13 INFO neutron.plugins.ml2.plugin [None req-dab586a9-ffcf-4964-ae0e-c5d91c4eb6ef - - - - - -] Attempt 1 to provision port 7976f59b-8e08-4dac-86d6-2d6a206ebb85 2026-05-19 06:44:21.504 13 INFO neutron.plugins.ml2.plugin [None req-dab586a9-ffcf-4964-ae0e-c5d91c4eb6ef - - - - - -] Attempt 1 to provision port 2f46430d-0658-4866-9260-fc537caf436d 2026-05-19 06:44:21.904 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 3f929bb9-76b2-43a8-9791-383f846c4125 2026-05-19 06:44:22.142 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b1b0e9f-0aaa-48e1-8a69-0ebf994794a5'] response: {'server_uuid': '20bf1d9a-c512-4472-be30-1de10a6d8f3a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '58926824-2240-4cea-b0f2-1ec7628f403d', 'code': 200} 2026-05-19 06:44:22.343 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 9e90ad66-2733-4419-bdd5-0afbb0c36968 2026-05-19 06:44:22.562 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port a5b6e729-7486-468b-91f9-51d9a9f42d8f 2026-05-19 06:44:23.139 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 7976f59b-8e08-4dac-86d6-2d6a206ebb85 2026-05-19 06:44:23.420 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 7909dc3c-bde0-496c-95f2-de4eb29784f0 2026-05-19 06:44:23.627 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 58926824-2240-4cea-b0f2-1ec7628f403d 2026-05-19 06:44:23.884 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 2f46430d-0658-4866-9260-fc537caf436d 2026-05-19 06:44:24.270 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 9e90ad66-2733-4419-bdd5-0afbb0c36968 2026-05-19 06:44:25.273 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 7976f59b-8e08-4dac-86d6-2d6a206ebb85 2026-05-19 06:44:25.859 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 2f46430d-0658-4866-9260-fc537caf436d 2026-05-19 06:44:26.059 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 4c0e60e6-0cb1-4c8c-bb51-d2889ea3b88e 2026-05-19 06:44:27.076 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port ef48d539-ed03-4b63-ad4e-558f3d86730d 2026-05-19 06:44:27.450 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 4c0e60e6-0cb1-4c8c-bb51-d2889ea3b88e 2026-05-19 06:44:29.041 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port ef48d539-ed03-4b63-ad4e-558f3d86730d 2026-05-19 06:44:31.214 16 INFO neutron.plugins.ml2.plugin [None req-4afc17b9-62ef-4775-a89b-82f859ffe75d - - - - - -] Attempt 1 to provision port 4c0e60e6-0cb1-4c8c-bb51-d2889ea3b88e 2026-05-19 06:44:31.274 16 INFO neutron.plugins.ml2.plugin [None req-4afc17b9-62ef-4775-a89b-82f859ffe75d - - - - - -] Attempt 1 to provision port ae0e901d-d641-4c6c-b4cb-60a3d76063c2 2026-05-19 06:44:31.303 16 INFO neutron.plugins.ml2.plugin [None req-4afc17b9-62ef-4775-a89b-82f859ffe75d - - - - - -] Attempt 1 to provision port caa9775f-29fa-4986-9aa9-4cf5d1b65f85 2026-05-19 06:44:32.449 13 INFO neutron.plugins.ml2.plugin [None req-ad718dff-f99c-4f1f-9d3b-07b85cab807e - - - - - -] Attempt 1 to provision port ae0e901d-d641-4c6c-b4cb-60a3d76063c2 2026-05-19 06:44:39.885 16 INFO neutron.plugins.ml2.plugin [None req-17010771-098b-4120-b5e2-06e82afac447 - - - - - -] Attempt 1 to provision port c7266385-94c2-4b70-9491-641924784fff 2026-05-19 06:44:40.170 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port b1b35736-ca3f-409a-b25d-f49268df1799 2026-05-19 06:44:40.269 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4a9cc3e-b02a-4333-aa1c-9ef1e31cf340'] response: {'server_uuid': 'bc393f58-d496-4c05-b58e-7c0dfeb21348', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b1b35736-ca3f-409a-b25d-f49268df1799', 'code': 200} 2026-05-19 06:44:40.515 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port c7266385-94c2-4b70-9491-641924784fff 2026-05-19 06:44:42.118 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port b1b35736-ca3f-409a-b25d-f49268df1799 2026-05-19 06:44:42.303 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port ffd57654-b828-4641-adbd-90228ddbce2a 2026-05-19 06:44:42.675 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port c7266385-94c2-4b70-9491-641924784fff 2026-05-19 06:44:43.946 16 INFO neutron.plugins.ml2.plugin [None req-151b54a7-e53a-4ed5-926a-670d7d37f97b - - - - - -] Attempt 1 to provision port cb89ef72-a8bc-407a-b78a-742aa7036bd2 2026-05-19 06:44:43.983 16 INFO neutron.plugins.ml2.plugin [None req-151b54a7-e53a-4ed5-926a-670d7d37f97b - - - - - -] Attempt 1 to provision port 5c374947-3a0f-4f11-9e33-8b47ccc34621 2026-05-19 06:44:44.050 16 INFO neutron.plugins.ml2.plugin [None req-151b54a7-e53a-4ed5-926a-670d7d37f97b - - - - - -] Attempt 1 to provision port c7266385-94c2-4b70-9491-641924784fff 2026-05-19 06:44:44.225 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port ffd57654-b828-4641-adbd-90228ddbce2a 2026-05-19 06:44:46.470 13 INFO neutron.plugins.ml2.plugin [None req-f5ac0f03-31c7-4553-8155-2df66068c291 - - - - - -] Attempt 1 to provision port cb89ef72-a8bc-407a-b78a-742aa7036bd2 2026-05-19 06:44:48.297 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port ae0e901d-d641-4c6c-b4cb-60a3d76063c2 2026-05-19 06:44:50.066 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port caa9775f-29fa-4986-9aa9-4cf5d1b65f85 2026-05-19 06:44:50.367 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port ae0e901d-d641-4c6c-b4cb-60a3d76063c2 2026-05-19 06:44:51.096 13 INFO neutron.plugins.ml2.plugin [None req-4b1a811a-fa2f-481a-b538-2897525031d2 - - - - - -] Attempt 1 to provision port cb89ef72-a8bc-407a-b78a-742aa7036bd2 2026-05-19 06:44:51.987 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port caa9775f-29fa-4986-9aa9-4cf5d1b65f85 2026-05-19 06:44:58.086 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 5c374947-3a0f-4f11-9e33-8b47ccc34621 2026-05-19 06:44:58.352 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port cb89ef72-a8bc-407a-b78a-742aa7036bd2 2026-05-19 06:45:00.907 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port d078e724-dedf-40bb-9fce-0f23ff9fe2ae 2026-05-19 06:45:01.026 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed866cf3-618f-45c8-a34b-9086a524686a'] response: {'server_uuid': '552e4f1b-0f49-4713-bedc-a8a15e31f8f4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd078e724-dedf-40bb-9fce-0f23ff9fe2ae', 'code': 200} 2026-05-19 06:45:01.239 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port cb89ef72-a8bc-407a-b78a-742aa7036bd2 2026-05-19 06:45:01.509 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 5c374947-3a0f-4f11-9e33-8b47ccc34621 2026-05-19 06:45:02.673 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 15f5accf-a743-44f1-b351-9fa5bc3a0a13 2026-05-19 06:45:03.073 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port d078e724-dedf-40bb-9fce-0f23ff9fe2ae 2026-05-19 06:45:04.700 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 15f5accf-a743-44f1-b351-9fa5bc3a0a13 2026-05-19 06:45:04.999 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 1ed53e37-dc29-480a-9a5c-04f5ee4f0a70 2026-05-19 06:45:05.072 13 INFO neutron.plugins.ml2.plugin [None req-2f8d2cf8-524b-47c1-ab85-099dd51c0e51 - - - - - -] Attempt 1 to provision port 0ed78fec-4a1e-4f79-9de2-38290ec261e6 2026-05-19 06:45:05.118 13 INFO neutron.plugins.ml2.plugin [None req-2f8d2cf8-524b-47c1-ab85-099dd51c0e51 - - - - - -] Attempt 1 to provision port 15f5accf-a743-44f1-b351-9fa5bc3a0a13 2026-05-19 06:45:06.570 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 1ed53e37-dc29-480a-9a5c-04f5ee4f0a70 2026-05-19 06:45:07.358 16 INFO neutron.plugins.ml2.plugin [None req-bf84ac88-aac3-4afd-9e95-85a2a759b8c0 - - - - - -] Attempt 1 to provision port 9604faba-d86f-47b6-ad85-8e25b6cb7c17 2026-05-19 06:45:07.382 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-56697b77-7c0a-449c-a527-28469f3cf71b'] response: {'server_uuid': '552e4f1b-0f49-4713-bedc-a8a15e31f8f4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd078e724-dedf-40bb-9fce-0f23ff9fe2ae', 'code': 200} 2026-05-19 06:45:07.456 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] No ports have port_id starting with d078e724-dedf-40bb-9fce-0f23ff9fe2ae 2026-05-19 06:45:12.492 13 INFO neutron.plugins.ml2.plugin [None req-d3b339f4-e28d-458d-a71e-de55de59b080 - - - - - -] Attempt 1 to provision port 2ed2f692-8364-4fd8-b011-c2e8bbec56e1 2026-05-19 06:45:12.665 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 1150c2e7-80ae-4662-aac0-a74104798675 2026-05-19 06:45:14.889 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 1150c2e7-80ae-4662-aac0-a74104798675 2026-05-19 06:45:17.259 16 INFO neutron.plugins.ml2.plugin [None req-83af3c85-15c9-46c9-a8fb-231389c49e9a - - - - - -] Attempt 1 to provision port 13dd6e48-de74-4d70-9e53-2bd77586ef53 2026-05-19 06:45:17.287 16 INFO neutron.plugins.ml2.plugin [None req-83af3c85-15c9-46c9-a8fb-231389c49e9a - - - - - -] Attempt 1 to provision port f5f2d2c8-fdce-4e26-8fb0-026c80d5feac 2026-05-19 06:45:17.857 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port a0059a24-5e47-4517-8ce3-c042cddd7833 2026-05-19 06:45:17.979 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f429677-2783-4f9e-b5bb-d66af3938421'] response: {'server_uuid': 'bc2076d4-93de-4313-aeba-48cdad8f7d0d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a0059a24-5e47-4517-8ce3-c042cddd7833', 'code': 200} 2026-05-19 06:45:18.341 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port f5f2d2c8-fdce-4e26-8fb0-026c80d5feac 2026-05-19 06:45:19.307 13 INFO neutron.plugins.ml2.plugin [None req-4e19b160-dca7-435d-af3a-14a29f4b2ca7 - - - - - -] Attempt 1 to provision port 13dd6e48-de74-4d70-9e53-2bd77586ef53 2026-05-19 06:45:19.868 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port f5f2d2c8-fdce-4e26-8fb0-026c80d5feac 2026-05-19 06:45:20.123 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port a0059a24-5e47-4517-8ce3-c042cddd7833 2026-05-19 06:45:21.857 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 9604faba-d86f-47b6-ad85-8e25b6cb7c17 2026-05-19 06:45:22.343 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 0ed78fec-4a1e-4f79-9de2-38290ec261e6 2026-05-19 06:45:23.692 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 9604faba-d86f-47b6-ad85-8e25b6cb7c17 2026-05-19 06:45:23.840 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 0ed78fec-4a1e-4f79-9de2-38290ec261e6 2026-05-19 06:45:24.050 13 INFO neutron.plugins.ml2.plugin [None req-a3c47dab-df6a-43e3-b21e-ff2befc720a0 - - - - - -] Attempt 1 to provision port 13dd6e48-de74-4d70-9e53-2bd77586ef53 2026-05-19 06:45:26.279 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port a4a803dc-cab5-45e3-85ce-c7094d04c65d 2026-05-19 06:45:26.429 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1b5f9c5-c84e-450b-924c-c67f07de8792'] response: {'server_uuid': 'a1271f91-3070-41cb-8dbc-d4ae7d250dd2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a4a803dc-cab5-45e3-85ce-c7094d04c65d', 'code': 200} 2026-05-19 06:45:28.026 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port a4a803dc-cab5-45e3-85ce-c7094d04c65d 2026-05-19 06:45:30.022 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 2ed2f692-8364-4fd8-b011-c2e8bbec56e1 2026-05-19 06:45:30.306 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 13dd6e48-de74-4d70-9e53-2bd77586ef53 2026-05-19 06:45:31.823 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 2ed2f692-8364-4fd8-b011-c2e8bbec56e1 2026-05-19 06:45:31.995 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 13dd6e48-de74-4d70-9e53-2bd77586ef53 2026-05-19 06:45:57.802 13 INFO neutron.plugins.ml2.plugin [None req-b8a951bb-4db5-47bb-9b94-4076ef8de672 - - - - - -] Attempt 1 to provision port 6ef18815-5ac6-4943-abed-21782da3f39a 2026-05-19 06:46:04.400 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 2fe753d7-f5bc-4a96-9741-5f22d797b443 2026-05-19 06:46:04.531 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c956a54a-d726-4cc4-b02a-6a80e53cba49'] response: {'server_uuid': '7eceadcf-0b99-4123-af8e-b1a8567c0277', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2fe753d7-f5bc-4a96-9741-5f22d797b443', 'code': 200} 2026-05-19 06:46:05.874 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 2fe753d7-f5bc-4a96-9741-5f22d797b443 2026-05-19 06:46:23.936 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port c891fab6-3579-4574-b84d-9fb47179a42f 2026-05-19 06:46:25.830 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port c891fab6-3579-4574-b84d-9fb47179a42f 2026-05-19 06:46:26.598 16 INFO neutron.plugins.ml2.plugin [None req-9f2cdd3e-345d-4a3b-8fd2-26be3a1ef548 - - - - - -] Attempt 1 to provision port c891fab6-3579-4574-b84d-9fb47179a42f 2026-05-19 06:46:30.050 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0fcf4ef-f1b2-4f17-87ad-232d0372b1aa'] response: {'server_uuid': '7eceadcf-0b99-4123-af8e-b1a8567c0277', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2fe753d7-f5bc-4a96-9741-5f22d797b443', 'code': 200} 2026-05-19 06:46:31.847 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 1d9a430d-5a73-4de0-8d5f-b32ae385c8ac 2026-05-19 06:46:38.045 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e9472e9-a0b2-4112-8b94-2e4439d75340'] response: {'server_uuid': 'a1271f91-3070-41cb-8dbc-d4ae7d250dd2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a4a803dc-cab5-45e3-85ce-c7094d04c65d', 'code': 200} 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 06:46:54.557 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-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-19 06:46:54.557 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-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.557 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-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.557 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-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.557 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-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.557 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-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.557 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-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.557 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-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.557 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-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.557 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-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.557 16 ERROR neutron.plugins.ml2.managers 2026-05-19 06:46:54.560 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Failed to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 on host instance for vnic_type normal using segments [{'id': 'c2e74d94-7560-42c1-bd7b-70ca8bdf1d05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 321, 'network_id': '407733e2-33f9-4a2a-bd8f-88279476e7a4'}] 2026-05-19 06:46:54.561 16 INFO neutron.plugins.ml2.plugin [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Attempt 2 to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 06:46:54.573 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-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-19 06:46:54.573 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-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.573 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-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.573 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-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.573 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-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.573 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-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.573 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-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.573 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-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.573 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-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.573 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-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.573 16 ERROR neutron.plugins.ml2.managers 2026-05-19 06:46:54.574 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Failed to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 on host instance for vnic_type normal using segments [{'id': 'c2e74d94-7560-42c1-bd7b-70ca8bdf1d05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 321, 'network_id': '407733e2-33f9-4a2a-bd8f-88279476e7a4'}] 2026-05-19 06:46:54.574 16 INFO neutron.plugins.ml2.plugin [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Attempt 3 to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 06:46:54.587 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-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-19 06:46:54.587 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-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.587 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-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.587 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-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.587 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-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.587 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-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.587 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-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.587 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-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.587 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-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.587 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-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.587 16 ERROR neutron.plugins.ml2.managers 2026-05-19 06:46:54.589 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Failed to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 on host instance for vnic_type normal using segments [{'id': 'c2e74d94-7560-42c1-bd7b-70ca8bdf1d05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 321, 'network_id': '407733e2-33f9-4a2a-bd8f-88279476e7a4'}] 2026-05-19 06:46:54.589 16 INFO neutron.plugins.ml2.plugin [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Attempt 4 to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 06:46:54.609 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-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-19 06:46:54.609 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-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.609 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-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.609 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-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.609 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-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.609 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-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.609 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-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.609 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-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.609 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-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.609 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-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.609 16 ERROR neutron.plugins.ml2.managers 2026-05-19 06:46:54.610 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Failed to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 on host instance for vnic_type normal using segments [{'id': 'c2e74d94-7560-42c1-bd7b-70ca8bdf1d05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 321, 'network_id': '407733e2-33f9-4a2a-bd8f-88279476e7a4'}] 2026-05-19 06:46:54.610 16 INFO neutron.plugins.ml2.plugin [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Attempt 5 to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.621 16 ERROR neutron.plugins.ml2.managers 2026-05-19 06:46:54.622 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Failed to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 on host instance for vnic_type normal using segments [{'id': 'c2e74d94-7560-42c1-bd7b-70ca8bdf1d05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 321, 'network_id': '407733e2-33f9-4a2a-bd8f-88279476e7a4'}] 2026-05-19 06:46:54.622 16 INFO neutron.plugins.ml2.plugin [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Attempt 6 to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 06:46:54.634 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-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-19 06:46:54.634 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-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.634 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-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.634 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-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.634 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-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.634 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-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.634 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-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.634 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-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.634 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-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.634 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-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.634 16 ERROR neutron.plugins.ml2.managers 2026-05-19 06:46:54.636 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Failed to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 on host instance for vnic_type normal using segments [{'id': 'c2e74d94-7560-42c1-bd7b-70ca8bdf1d05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 321, 'network_id': '407733e2-33f9-4a2a-bd8f-88279476e7a4'}] 2026-05-19 06:46:54.636 16 INFO neutron.plugins.ml2.plugin [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Attempt 7 to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 06:46:54.646 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-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-19 06:46:54.646 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-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.646 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-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.646 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-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.646 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-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.646 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-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.646 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-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.646 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-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.646 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-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.646 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-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.646 16 ERROR neutron.plugins.ml2.managers 2026-05-19 06:46:54.648 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Failed to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 on host instance for vnic_type normal using segments [{'id': 'c2e74d94-7560-42c1-bd7b-70ca8bdf1d05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 321, 'network_id': '407733e2-33f9-4a2a-bd8f-88279476e7a4'}] 2026-05-19 06:46:54.648 16 INFO neutron.plugins.ml2.plugin [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Attempt 8 to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 06:46:54.660 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-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-19 06:46:54.660 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-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.660 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-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.660 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-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.660 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-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.660 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-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.660 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-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.660 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-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.660 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-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.660 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-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.660 16 ERROR neutron.plugins.ml2.managers 2026-05-19 06:46:54.661 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Failed to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 on host instance for vnic_type normal using segments [{'id': 'c2e74d94-7560-42c1-bd7b-70ca8bdf1d05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 321, 'network_id': '407733e2-33f9-4a2a-bd8f-88279476e7a4'}] 2026-05-19 06:46:54.662 16 INFO neutron.plugins.ml2.plugin [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Attempt 9 to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 06:46:54.671 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-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-19 06:46:54.671 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-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.671 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-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.671 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-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.671 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-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.671 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-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.671 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-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.671 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-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.671 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-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.671 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-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.671 16 ERROR neutron.plugins.ml2.managers 2026-05-19 06:46:54.673 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Failed to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 on host instance for vnic_type normal using segments [{'id': 'c2e74d94-7560-42c1-bd7b-70ca8bdf1d05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 321, 'network_id': '407733e2-33f9-4a2a-bd8f-88279476e7a4'}] 2026-05-19 06:46:54.674 16 INFO neutron.plugins.ml2.plugin [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Attempt 10 to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-05-19 06:46:54.685 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-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-05-19 06:46:54.685 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-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.685 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-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.685 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-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.685 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-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.685 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-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.685 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-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.685 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-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.685 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-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers raise self.value 2026-05-19 06:46:54.685 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-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 7f27b439-44f1-498d-86b8-162670adea14 could not be found. 2026-05-19 06:46:54.685 16 ERROR neutron.plugins.ml2.managers 2026-05-19 06:46:54.686 16 ERROR neutron.plugins.ml2.managers [None req-d57ca776-3413-43a6-b90f-53e4f05ddc2f - - - - - -] Failed to bind port 1b9132a6-3552-4b6b-b581-1f48df76fb44 on host instance for vnic_type normal using segments [{'id': 'c2e74d94-7560-42c1-bd7b-70ca8bdf1d05', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 321, 'network_id': '407733e2-33f9-4a2a-bd8f-88279476e7a4'}] 2026-05-19 06:47:07.856 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 6acd7ed5-6726-4b4e-8977-fd232034d8eb 2026-05-19 06:47:08.427 13 INFO neutron.plugins.ml2.plugin [None req-a87f22bc-623b-4b86-9fa5-db394abb93b0 - - - - - -] Attempt 1 to provision port 6acd7ed5-6726-4b4e-8977-fd232034d8eb 2026-05-19 06:47:09.828 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 6acd7ed5-6726-4b4e-8977-fd232034d8eb 2026-05-19 06:47:11.863 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 16da17b8-3b2b-4773-be87-7bb92c40f091 2026-05-19 06:47:12.164 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 026577f1-a24b-4fd3-af98-00e4d9c22b44 2026-05-19 06:47:13.929 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 16da17b8-3b2b-4773-be87-7bb92c40f091 2026-05-19 06:47:14.127 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 81b4b30f-8c51-4efd-a7c5-fc59b0dc9358 2026-05-19 06:47:14.492 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 026577f1-a24b-4fd3-af98-00e4d9c22b44 2026-05-19 06:47:15.824 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 81b4b30f-8c51-4efd-a7c5-fc59b0dc9358 2026-05-19 06:47:17.880 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 6acd7ed5-6726-4b4e-8977-fd232034d8eb 2026-05-19 06:47:24.949 13 INFO neutron.plugins.ml2.plugin [None req-e835a906-a4ad-4aab-b5a9-8372bfdedb1a - - - - - -] Attempt 1 to provision port 0361c99e-d3af-4796-88f9-2ee8c7543653 2026-05-19 06:47:24.972 13 INFO neutron.plugins.ml2.plugin [None req-e835a906-a4ad-4aab-b5a9-8372bfdedb1a - - - - - -] Attempt 1 to provision port e268b25c-4567-41a8-be2d-39601332856a 2026-05-19 06:47:25.004 13 INFO neutron.plugins.ml2.plugin [None req-e835a906-a4ad-4aab-b5a9-8372bfdedb1a - - - - - -] Attempt 1 to provision port f6fee887-f2e8-49fb-82d1-ffbf36041ef7 2026-05-19 06:47:25.030 13 INFO neutron.plugins.ml2.plugin [None req-e835a906-a4ad-4aab-b5a9-8372bfdedb1a - - - - - -] Attempt 1 to provision port 81b4b30f-8c51-4efd-a7c5-fc59b0dc9358 2026-05-19 06:47:25.093 13 INFO neutron.plugins.ml2.plugin [None req-e835a906-a4ad-4aab-b5a9-8372bfdedb1a - - - - - -] Attempt 1 to provision port 6638f5cd-e0dc-4a1e-b6d6-219095e32a4c 2026-05-19 06:47:25.120 13 INFO neutron.plugins.ml2.plugin [None req-e835a906-a4ad-4aab-b5a9-8372bfdedb1a - - - - - -] Attempt 1 to provision port 6acd7ed5-6726-4b4e-8977-fd232034d8eb 2026-05-19 06:47:25.173 13 INFO neutron.plugins.ml2.plugin [None req-e835a906-a4ad-4aab-b5a9-8372bfdedb1a - - - - - -] Attempt 1 to provision port 026577f1-a24b-4fd3-af98-00e4d9c22b44 2026-05-19 06:47:26.352 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port d2cb3c87-c492-453d-bc62-4877a745a7b8 2026-05-19 06:47:26.462 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3acdb7e-f266-4594-9189-b50010ade75e'] response: {'server_uuid': 'c544e75b-10cc-44b3-87c9-285c6bc2de7a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd2cb3c87-c492-453d-bc62-4877a745a7b8', 'code': 200} 2026-05-19 06:47:27.831 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port d2cb3c87-c492-453d-bc62-4877a745a7b8 2026-05-19 06:47:28.303 13 INFO neutron.plugins.ml2.plugin [None req-e6a4dde8-8680-4164-8607-044dd080df3b - - - - - -] Attempt 1 to provision port 0361c99e-d3af-4796-88f9-2ee8c7543653 2026-05-19 06:47:28.351 13 INFO neutron.plugins.ml2.plugin [None req-e6a4dde8-8680-4164-8607-044dd080df3b - - - - - -] Attempt 1 to provision port e268b25c-4567-41a8-be2d-39601332856a 2026-05-19 06:47:28.382 13 INFO neutron.plugins.ml2.plugin [None req-e6a4dde8-8680-4164-8607-044dd080df3b - - - - - -] Attempt 1 to provision port 81b4b30f-8c51-4efd-a7c5-fc59b0dc9358 2026-05-19 06:47:29.872 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port f6fee887-f2e8-49fb-82d1-ffbf36041ef7 2026-05-19 06:47:30.181 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 0361c99e-d3af-4796-88f9-2ee8c7543653 2026-05-19 06:47:30.441 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port e268b25c-4567-41a8-be2d-39601332856a 2026-05-19 06:47:30.704 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 6638f5cd-e0dc-4a1e-b6d6-219095e32a4c 2026-05-19 06:47:31.855 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port f6fee887-f2e8-49fb-82d1-ffbf36041ef7 2026-05-19 06:47:32.053 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 0361c99e-d3af-4796-88f9-2ee8c7543653 2026-05-19 06:47:32.223 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port e268b25c-4567-41a8-be2d-39601332856a 2026-05-19 06:47:32.410 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 6638f5cd-e0dc-4a1e-b6d6-219095e32a4c 2026-05-19 06:47:34.529 13 INFO neutron.plugins.ml2.plugin [None req-93e70390-1581-4923-b51b-13d43d34d221 - - - - - -] Attempt 1 to provision port 026577f1-a24b-4fd3-af98-00e4d9c22b44 2026-05-19 06:47:34.589 13 INFO neutron.plugins.ml2.plugin [None req-93e70390-1581-4923-b51b-13d43d34d221 - - - - - -] Attempt 1 to provision port d2cb3c87-c492-453d-bc62-4877a745a7b8 2026-05-19 06:47:34.624 13 INFO neutron.plugins.ml2.plugin [None req-93e70390-1581-4923-b51b-13d43d34d221 - - - - - -] Attempt 1 to provision port 0361c99e-d3af-4796-88f9-2ee8c7543653 2026-05-19 06:47:34.675 13 INFO neutron.plugins.ml2.plugin [None req-93e70390-1581-4923-b51b-13d43d34d221 - - - - - -] Attempt 1 to provision port e268b25c-4567-41a8-be2d-39601332856a 2026-05-19 06:47:34.718 13 INFO neutron.plugins.ml2.plugin [None req-93e70390-1581-4923-b51b-13d43d34d221 - - - - - -] Attempt 1 to provision port f6fee887-f2e8-49fb-82d1-ffbf36041ef7 2026-05-19 06:47:35.866 13 INFO neutron.plugins.ml2.plugin [None req-fdcddfb1-1ba4-4d7a-ae09-f0f205245dc9 - - - - - -] Attempt 1 to provision port d2cb3c87-c492-453d-bc62-4877a745a7b8 2026-05-19 06:47:43.860 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 46b7e0e8-ca0e-4ea9-9e59-5f03932d40b5 2026-05-19 06:47:44.021 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-568f4e89-bd0c-4c50-aedf-82d6b9705261'] response: {'server_uuid': 'a8717c5e-f2e1-4a3e-9e3a-aec15969ed5f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '46b7e0e8-ca0e-4ea9-9e59-5f03932d40b5', 'code': 200} 2026-05-19 06:47:45.846 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 46b7e0e8-ca0e-4ea9-9e59-5f03932d40b5 2026-05-19 06:48:11.021 13 INFO neutron.plugins.ml2.plugin [None req-2bbd8a74-bc1f-428d-9511-0417921e8efc - - - - - -] Attempt 1 to provision port 4481c569-f939-40c1-87f6-ad23a41d8ec0 2026-05-19 06:48:32.382 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port d286c0b2-406e-4e24-878b-4aafe2f5fff7 2026-05-19 06:48:32.518 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-70ba4842-b158-49d6-8b23-6dda06b66b21'] response: {'server_uuid': '0b708f5c-ef91-47c2-a09f-f6b863fd2b41', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd286c0b2-406e-4e24-878b-4aafe2f5fff7', 'code': 200} 2026-05-19 06:48:33.836 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port d286c0b2-406e-4e24-878b-4aafe2f5fff7 2026-05-19 06:49:13.264 16 INFO neutron.plugins.ml2.plugin [None req-6ee7f961-1e43-47f5-a998-d42edccdfe70 - - - - - -] Attempt 1 to provision port 70f5360a-d2b6-4280-90e1-eb7b23134c4f 2026-05-19 06:49:17.879 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 70f5360a-d2b6-4280-90e1-eb7b23134c4f 2026-05-19 06:49:17.991 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2c6c665-d450-4f83-983c-18119bdfc092'] response: {'server_uuid': '0b708f5c-ef91-47c2-a09f-f6b863fd2b41', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '70f5360a-d2b6-4280-90e1-eb7b23134c4f', 'code': 200} 2026-05-19 06:49:19.865 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 70f5360a-d2b6-4280-90e1-eb7b23134c4f 2026-05-19 06:49:22.368 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 70f5360a-d2b6-4280-90e1-eb7b23134c4f 2026-05-19 06:49:47.176 16 INFO neutron.plugins.ml2.plugin [None req-ecad9ccb-55fb-438a-ab9f-273393ac8c30 - - - - - -] Attempt 1 to provision port e94eaed3-6b78-4839-b2d2-47f3da7f371e 2026-05-19 06:49:55.460 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port e94eaed3-6b78-4839-b2d2-47f3da7f371e 2026-05-19 06:49:55.609 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-810c26be-73e8-4a15-a81e-ca9b62e9c3aa'] response: {'server_uuid': '0b708f5c-ef91-47c2-a09f-f6b863fd2b41', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e94eaed3-6b78-4839-b2d2-47f3da7f371e', 'code': 200} 2026-05-19 06:49:56.072 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port e94eaed3-6b78-4839-b2d2-47f3da7f371e 2026-05-19 06:50:06.708 13 INFO neutron.plugins.ml2.plugin [None req-a5eae532-3dad-4a84-921c-64a1b33cc607 - - - - - -] Attempt 1 to provision port 69fea2b4-50b2-4045-a8eb-de3c4ab33fa8 2026-05-19 06:50:12.110 16 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 69fea2b4-50b2-4045-a8eb-de3c4ab33fa8 2026-05-19 06:50:12.206 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9bca781-cd61-438e-bf63-ee522c8c4514'] response: {'server_uuid': '0b708f5c-ef91-47c2-a09f-f6b863fd2b41', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '69fea2b4-50b2-4045-a8eb-de3c4ab33fa8', 'code': 200} 2026-05-19 06:50:14.067 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 69fea2b4-50b2-4045-a8eb-de3c4ab33fa8 2026-05-19 06:50:16.484 16 INFO neutron.plugins.ml2.plugin [None req-02229971-8af6-4fc7-a934-ce14d1d55ce2 - - - - - -] Attempt 1 to provision port e94eaed3-6b78-4839-b2d2-47f3da7f371e 2026-05-19 06:50:30.806 13 INFO neutron.plugins.ml2.plugin [None req-81227002-8704-4fa8-a21e-c3f10ddf26a0 - - - - - -] Attempt 1 to provision port 69fea2b4-50b2-4045-a8eb-de3c4ab33fa8 2026-05-19 06:50:32.142 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port 69fea2b4-50b2-4045-a8eb-de3c4ab33fa8 2026-05-19 06:50:32.196 16 INFO neutron.plugins.ml2.plugin [None req-83aca23e-015f-4cd5-ab1e-4e772e39af0f - - - - - -] Attempt 1 to provision port 69fea2b4-50b2-4045-a8eb-de3c4ab33fa8 2026-05-19 06:50:41.749 16 INFO neutron.plugins.ml2.plugin [None req-22b989fb-c376-43f2-9433-fd5945560019 - - - - - -] Attempt 1 to provision port e94eaed3-6b78-4839-b2d2-47f3da7f371e 2026-05-19 06:50:42.120 13 INFO neutron.plugins.ml2.plugin [None req-b6fe1150-8771-46b4-a571-40eae9870e72 - - - - - -] Attempt 1 to provision port e94eaed3-6b78-4839-b2d2-47f3da7f371e