+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2026-03-03 03:27:09.232 1 INFO neutron.common.config [-] Logging enabled! 2026-03-03 03:27:09.232 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.2.dev36 2026-03-03 03:27:09.233 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-03-03 03:27:09.233 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-03 03:27:10.634 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-03 03:27:10.636 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-03 03:27:10.639 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-03 03:27:10.640 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-03 03:27:10.640 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-03 03:27:10.640 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-03 03:27:10.641 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 03:27:10.647 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 03:27:10.647 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 03:27:10.647 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-03 03:27:10.666 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-03 03:27:10.667 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-03 03:27:10.667 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-03 03:27:10.683 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-03 03:27:10.683 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-03 03:27:10.683 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-03 03:27:10.683 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-03 03:27:10.961 1 INFO neutron.plugins.ml2.managers [None req-9d0b22ae-0ac0-431a-907b-b5a5d76c4a27 - - - - - -] Initializing driver for type 'vlan' 2026-03-03 03:27:11.117 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9d0b22ae-0ac0-431a-907b-b5a5d76c4a27 - - - - - -] VlanTypeDriver initialization complete 2026-03-03 03:27:11.117 1 INFO neutron.plugins.ml2.managers [None req-9d0b22ae-0ac0-431a-907b-b5a5d76c4a27 - - - - - -] Initializing driver for type 'vxlan' 2026-03-03 03:27:11.117 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9d0b22ae-0ac0-431a-907b-b5a5d76c4a27 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-03 03:27:11.161 1 INFO neutron.plugins.ml2.managers [None req-9d0b22ae-0ac0-431a-907b-b5a5d76c4a27 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-03 03:27:11.161 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9d0b22ae-0ac0-431a-907b-b5a5d76c4a27 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-03 03:27:11.161 1 INFO neutron.plugins.ml2.managers [None req-9d0b22ae-0ac0-431a-907b-b5a5d76c4a27 - - - - - -] Initializing extension driver 'port_security' 2026-03-03 03:27:11.162 1 INFO neutron.plugins.ml2.extensions.port_security [None req-9d0b22ae-0ac0-431a-907b-b5a5d76c4a27 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-03 03:27:11.162 1 INFO neutron.plugins.ml2.managers [None req-9d0b22ae-0ac0-431a-907b-b5a5d76c4a27 - - - - - -] Initializing extension driver 'qos' 2026-03-03 03:27:11.162 1 INFO neutron.plugins.ml2.managers [None req-9d0b22ae-0ac0-431a-907b-b5a5d76c4a27 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-03 03:27:11.162 1 INFO neutron.plugins.ml2.managers [None req-9d0b22ae-0ac0-431a-907b-b5a5d76c4a27 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-03 03:27:11.177 1 INFO neutron.quota [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded quota_driver: . 2026-03-03 03:27:11.178 1 INFO neutron.plugins.ml2.plugin [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Modular L2 Plugin initialization complete 2026-03-03 03:27:11.178 1 INFO neutron.plugins.ml2.managers [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-03 03:27:11.178 1 INFO neutron.plugins.ml2.managers [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-03 03:27:11.178 1 INFO neutron.plugins.ml2.managers [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-03 03:27:11.178 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: qos 2026-03-03 03:27:11.189 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: router 2026-03-03 03:27:11.222 1 INFO neutron.services.service_base [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-03 03:27:11.223 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: segments 2026-03-03 03:27:11.285 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: trunk 2026-03-03 03:27:11.297 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: vpnaas 2026-03-03 03:27:11.328 1 WARNING stevedore.named [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 03:27:11.415 1 INFO neutron_vpnaas.services.vpn.plugin [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-03 03:27:11.416 1 INFO neutron.common.utils [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-03 03:27:11.416 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: taas 2026-03-03 03:27:11.436 1 WARNING stevedore.named [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 03:27:11.436 1 WARNING stevedore.named [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-03 03:27:11.459 1 INFO neutron_taas.services.taas.taas_plugin [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-03 03:27:11.459 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: tapmirror 2026-03-03 03:27:11.469 1 WARNING stevedore.named [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 03:27:11.469 1 WARNING stevedore.named [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-03 03:27:11.483 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-03 03:27:11.483 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: auto_allocate 2026-03-03 03:27:11.490 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: tag 2026-03-03 03:27:11.499 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: timestamp 2026-03-03 03:27:11.502 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: network_ip_availability 2026-03-03 03:27:11.506 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: flavors 2026-03-03 03:27:11.509 1 INFO neutron.manager [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loading Plugin: revisions 2026-03-03 03:27:11.513 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Initializing extension manager. 2026-03-03 03:27:11.514 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: address-group 2026-03-03 03:27:11.515 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: address-scope 2026-03-03 03:27:11.515 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-03 03:27:11.516 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: agent 2026-03-03 03:27:11.517 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: agent-resources-synced 2026-03-03 03:27:11.518 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-03 03:27:11.518 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-03 03:27:11.519 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: availability_zone 2026-03-03 03:27:11.519 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: availability_zone_filter 2026-03-03 03:27:11.520 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-03 03:27:11.520 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: default-subnetpools 2026-03-03 03:27:11.522 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-03 03:27:11.522 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: dns-integration 2026-03-03 03:27:11.522 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: dns-domain-ports 2026-03-03 03:27:11.523 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-03 03:27:11.523 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: dvr 2026-03-03 03:27:11.524 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-03 03:27:11.524 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: empty-string-filtering 2026-03-03 03:27:11.525 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-03 03:27:11.525 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-03 03:27:11.525 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: external-net 2026-03-03 03:27:11.526 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-03 03:27:11.526 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: extraroute 2026-03-03 03:27:11.527 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: extraroute-atomic 2026-03-03 03:27:11.527 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-03 03:27:11.527 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-03 03:27:11.528 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-03 03:27:11.528 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-03 03:27:11.529 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: fip-port-details 2026-03-03 03:27:11.529 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: flavors 2026-03-03 03:27:11.535 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-03 03:27:11.535 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: floatingip-pools 2026-03-03 03:27:11.536 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: ip_allocation 2026-03-03 03:27:11.536 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-03 03:27:11.537 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: l2_adjacency 2026-03-03 03:27:11.537 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: router 2026-03-03 03:27:11.539 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-03 03:27:11.540 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-03 03:27:11.540 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-03 03:27:11.541 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: ext-gw-mode 2026-03-03 03:27:11.542 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: l3-ha 2026-03-03 03:27:11.542 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-03 03:27:11.543 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-03 03:27:11.544 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: l3-flavors 2026-03-03 03:27:11.545 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-03 03:27:11.546 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-03 03:27:11.548 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-03 03:27:11.549 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-03 03:27:11.550 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-03 03:27:11.551 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-03 03:27:11.552 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-03 03:27:11.552 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: multi-provider 2026-03-03 03:27:11.553 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: net-mtu 2026-03-03 03:27:11.553 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: net-mtu-writable 2026-03-03 03:27:11.554 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: network_availability_zone 2026-03-03 03:27:11.554 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: network_ha 2026-03-03 03:27:11.554 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: network-ip-availability 2026-03-03 03:27:11.555 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-03 03:27:11.556 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: pagination 2026-03-03 03:27:11.556 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: port-device-profile 2026-03-03 03:27:11.557 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-03 03:27:11.557 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-03 03:27:11.558 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-03 03:27:11.558 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: port-mac-override 2026-03-03 03:27:11.558 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-03 03:27:11.559 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-03 03:27:11.559 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-03 03:27:11.559 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: port-resource-request 2026-03-03 03:27:11.560 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-03 03:27:11.560 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-03 03:27:11.561 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: binding 2026-03-03 03:27:11.561 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: binding-extended 2026-03-03 03:27:11.562 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: port-security 2026-03-03 03:27:11.562 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: project-id 2026-03-03 03:27:11.563 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: provider 2026-03-03 03:27:11.563 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-03 03:27:11.565 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos 2026-03-03 03:27:11.565 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-03 03:27:11.566 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-03 03:27:11.567 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos-default 2026-03-03 03:27:11.567 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos-fip 2026-03-03 03:27:11.567 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-03 03:27:11.568 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-03 03:27:11.568 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-03 03:27:11.569 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-03 03:27:11.569 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-03 03:27:11.570 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos-pps 2026-03-03 03:27:11.571 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-03 03:27:11.571 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-03 03:27:11.572 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: qos-rules-alias 2026-03-03 03:27:11.572 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: quota-check-limit 2026-03-03 03:27:11.573 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-03 03:27:11.575 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: quotas 2026-03-03 03:27:11.577 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: quota_details 2026-03-03 03:27:11.578 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: rbac-policies 2026-03-03 03:27:11.579 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: rbac-address-group 2026-03-03 03:27:11.579 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: rbac-address-scope 2026-03-03 03:27:11.580 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: rbac-security-groups 2026-03-03 03:27:11.580 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-03 03:27:11.580 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: revision-if-match 2026-03-03 03:27:11.581 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-03 03:27:11.582 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: router_availability_zone 2026-03-03 03:27:11.582 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-03 03:27:11.583 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-03 03:27:11.584 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-03 03:27:11.584 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-03 03:27:11.585 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-03 03:27:11.585 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-03 03:27:11.585 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-03 03:27:11.589 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: security-group 2026-03-03 03:27:11.590 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: segment 2026-03-03 03:27:11.590 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-03 03:27:11.591 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: service-type 2026-03-03 03:27:11.591 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: sorting 2026-03-03 03:27:11.592 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: standard-attr-segment 2026-03-03 03:27:11.593 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: standard-attr-description 2026-03-03 03:27:11.593 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: stateful-security-group 2026-03-03 03:27:11.594 1 WARNING neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-03 03:27:11.594 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-03 03:27:11.594 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: subnet-external-network 2026-03-03 03:27:11.595 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: subnet_onboard 2026-03-03 03:27:11.595 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-03 03:27:11.596 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: subnet-service-types 2026-03-03 03:27:11.596 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: subnet_allocation 2026-03-03 03:27:11.597 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-03 03:27:11.597 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: tag-creation 2026-03-03 03:27:11.598 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-03 03:27:11.601 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: standard-attr-tag 2026-03-03 03:27:11.602 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-03 03:27:11.602 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: trunk 2026-03-03 03:27:11.603 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: trunk-details 2026-03-03 03:27:11.603 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-03 03:27:11.605 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-03 03:27:11.605 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-03 03:27:11.606 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-03 03:27:11.607 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-03 03:27:11.608 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-03 03:27:11.608 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: vpn-flavors 2026-03-03 03:27:11.610 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: vpnaas 2026-03-03 03:27:11.611 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: taas 2026-03-03 03:27:11.611 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: tap-mirror 2026-03-03 03:27:11.612 1 INFO neutron.api.extensions [None req-e07fcdf7-c343-45bc-8922-fc53d42dc808 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-03 03:27:41.698 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-03 03:27:41.746 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-03 03:27:41.749 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-03-03 03:27:50.756 16 INFO neutron.db.l3_hamode_db [None req-2a3944b0-3964-47f2-beb1-0c4e56c02d22 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 03:28:07.836 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 35b96b76-8436-489f-b3fd-9dc8f954eb25 2026-03-03 03:28:09.439 16 INFO neutron.plugins.ml2.plugin [None req-adfa9fee-bc92-444a-977b-058d45faf67c - - - - - -] Attempt 1 to provision port 35b96b76-8436-489f-b3fd-9dc8f954eb25 2026-03-03 03:28:09.706 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 35b96b76-8436-489f-b3fd-9dc8f954eb25 2026-03-03 03:28:11.124 16 INFO neutron.plugins.ml2.plugin [None req-8ec0e06f-aaae-40be-89b6-fcb57e5f57b8 - - - - - -] Attempt 1 to provision port 35b96b76-8436-489f-b3fd-9dc8f954eb25 2026-03-03 03:32:37.753 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 78c761fe-7b42-4c04-ae0b-4b0b207f6959 2026-03-03 03:32:38.420 16 INFO neutron.plugins.ml2.plugin [None req-bb0fb37f-f891-4e9d-a9fd-227e9944195d - - - - - -] Attempt 1 to provision port 78c761fe-7b42-4c04-ae0b-4b0b207f6959 2026-03-03 03:32:39.928 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 78c761fe-7b42-4c04-ae0b-4b0b207f6959 2026-03-03 03:32:40.069 16 INFO neutron.plugins.ml2.plugin [None req-0fd32505-88e1-49f3-a7cd-ad9fbaaf4ec5 - - - - - -] Attempt 1 to provision port 78c761fe-7b42-4c04-ae0b-4b0b207f6959 2026-03-03 03:32:44.934 16 INFO neutron.plugins.ml2.plugin [None req-5e02fc0f-b22c-4d0b-8a19-db3e0936c31e - - - - - -] Attempt 1 to provision port dfbdf1bf-edc5-4dff-87e7-5152d0bdf360 2026-03-03 03:36:20.350 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port dfbdf1bf-edc5-4dff-87e7-5152d0bdf360 2026-03-03 03:36:21.786 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port dfbdf1bf-edc5-4dff-87e7-5152d0bdf360 2026-03-03 03:44:39.958 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port b6f4765b-dd3f-4dc6-aba0-7f7259e7831b 2026-03-03 03:44:41.938 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port b6f4765b-dd3f-4dc6-aba0-7f7259e7831b 2026-03-03 03:55:33.125 13 INFO neutron.plugins.ml2.plugin [None req-5252d16a-fa57-47d2-88eb-bd7f20835603 - - - - - -] Attempt 1 to provision port 35b96b76-8436-489f-b3fd-9dc8f954eb25 2026-03-03 03:55:33.164 13 INFO neutron.plugins.ml2.plugin [None req-5252d16a-fa57-47d2-88eb-bd7f20835603 - - - - - -] Attempt 1 to provision port 78c761fe-7b42-4c04-ae0b-4b0b207f6959 2026-03-03 03:55:33.204 13 INFO neutron.plugins.ml2.plugin [None req-5252d16a-fa57-47d2-88eb-bd7f20835603 - - - - - -] Attempt 1 to provision port dfbdf1bf-edc5-4dff-87e7-5152d0bdf360 2026-03-03 03:59:02.210 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port b544791d-a4ed-4962-9444-2312bc986c4b 2026-03-03 03:59:03.202 16 INFO neutron.plugins.ml2.plugin [None req-7de756b9-0012-44f0-8487-3dbe8becec30 - - - - - -] Attempt 1 to provision port b544791d-a4ed-4962-9444-2312bc986c4b 2026-03-03 03:59:04.197 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port b544791d-a4ed-4962-9444-2312bc986c4b 2026-03-03 03:59:06.243 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port d2780aad-1664-4a93-8f83-c2f6380e1426 2026-03-03 03:59:10.123 13 INFO neutron.plugins.ml2.plugin [None req-02235130-6293-4082-a7a5-09d85f3fa8e8 - - - - - -] Attempt 1 to provision port ad56e6cb-c032-4be0-9108-490f638da082 2026-03-03 03:59:10.339 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0088e799-34f2-4ae8-bd8b-ed02469f3e7a 2026-03-03 03:59:10.679 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port d618d74a-d32d-4188-b1e7-5cae808c7f30 2026-03-03 03:59:12.190 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0088e799-34f2-4ae8-bd8b-ed02469f3e7a 2026-03-03 03:59:12.460 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port d618d74a-d32d-4188-b1e7-5cae808c7f30 2026-03-03 03:59:14.186 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 18d7578f-3aa3-4798-98eb-b1fcb51fc161 2026-03-03 03:59:16.258 13 INFO neutron.plugins.ml2.plugin [None req-4ffa0288-e9e9-4ea9-93c0-6d16a72f7b12 - - - - - -] Attempt 1 to provision port b544791d-a4ed-4962-9444-2312bc986c4b 2026-03-03 03:59:16.320 13 INFO neutron.plugins.ml2.plugin [None req-4ffa0288-e9e9-4ea9-93c0-6d16a72f7b12 - - - - - -] Attempt 1 to provision port 501e97a3-fd83-4eee-b577-60aca2fab048 2026-03-03 03:59:16.765 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 18d7578f-3aa3-4798-98eb-b1fcb51fc161 2026-03-03 03:59:16.920 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port d030008a-5d48-4864-9773-b0ffdaf90dd4 2026-03-03 03:59:17.646 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9613490c-93bf-4329-b10e-5f843d751f15'] response: {'server_uuid': '17fb91f6-303e-4b31-98b3-09f1b1b2575b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd030008a-5d48-4864-9773-b0ffdaf90dd4', 'code': 200} 2026-03-03 03:59:18.247 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port d030008a-5d48-4864-9773-b0ffdaf90dd4 2026-03-03 03:59:20.240 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port c8b5c875-7e7a-47f7-8964-366f57206bd1 2026-03-03 03:59:22.211 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port c8b5c875-7e7a-47f7-8964-366f57206bd1 2026-03-03 03:59:24.266 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 14cea47a-879d-4493-a27b-50dd52efe91f 2026-03-03 03:59:26.092 16 INFO neutron.plugins.ml2.plugin [None req-72a19782-f038-4bdc-a93c-a26fc43d4f03 - - - - - -] Attempt 1 to provision port 789aed41-d76f-490f-b133-45da382a6b7d 2026-03-03 03:59:26.134 16 INFO neutron.plugins.ml2.plugin [None req-72a19782-f038-4bdc-a93c-a26fc43d4f03 - - - - - -] Attempt 1 to provision port 14cea47a-879d-4493-a27b-50dd52efe91f 2026-03-03 03:59:26.184 16 INFO neutron.plugins.ml2.plugin [None req-72a19782-f038-4bdc-a93c-a26fc43d4f03 - - - - - -] Attempt 1 to provision port 7e78b375-4ceb-40d1-864a-705e03da0b88 2026-03-03 03:59:26.218 16 INFO neutron.plugins.ml2.plugin [None req-72a19782-f038-4bdc-a93c-a26fc43d4f03 - - - - - -] Attempt 1 to provision port c8b5c875-7e7a-47f7-8964-366f57206bd1 2026-03-03 03:59:27.373 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 14cea47a-879d-4493-a27b-50dd52efe91f 2026-03-03 03:59:27.574 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 55db8bf0-0b4a-4722-8f82-fe7348e1f4ed 2026-03-03 03:59:27.798 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-4811a12c-8a84-4b4f-9b92-d813cd3b195b'] response: {'server_uuid': '3b490b3d-cc26-43ad-800b-ff5925a41f5f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '55db8bf0-0b4a-4722-8f82-fe7348e1f4ed', 'code': 200} 2026-03-03 03:59:27.967 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 3384aaae-8366-41c8-b23b-878c0d5f1611 2026-03-03 03:59:28.566 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 55db8bf0-0b4a-4722-8f82-fe7348e1f4ed 2026-03-03 03:59:28.593 13 INFO neutron.plugins.ml2.plugin [None req-48a5c19f-de41-4ac5-a164-45e04e3867d2 - - - - - -] Attempt 1 to provision port 7e78b375-4ceb-40d1-864a-705e03da0b88 2026-03-03 03:59:28.630 13 INFO neutron.plugins.ml2.plugin [None req-48a5c19f-de41-4ac5-a164-45e04e3867d2 - - - - - -] Attempt 1 to provision port 789aed41-d76f-490f-b133-45da382a6b7d 2026-03-03 03:59:28.803 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 3384aaae-8366-41c8-b23b-878c0d5f1611 2026-03-03 03:59:29.833 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9c99f7d-2278-4c1c-a6fe-c11bc0ac346c'] response: {'server_uuid': '42159efe-49a2-4519-9eb8-21921e179b5a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3384aaae-8366-41c8-b23b-878c0d5f1611', 'code': 200} 2026-03-03 03:59:33.169 16 INFO neutron.plugins.ml2.plugin [None req-89419d86-faae-4d24-8832-86ab037dd9df - - - - - -] Attempt 1 to provision port 7e78b375-4ceb-40d1-864a-705e03da0b88 2026-03-03 03:59:33.198 16 INFO neutron.plugins.ml2.plugin [None req-89419d86-faae-4d24-8832-86ab037dd9df - - - - - -] Attempt 1 to provision port 789aed41-d76f-490f-b133-45da382a6b7d 2026-03-03 03:59:33.226 16 INFO neutron.plugins.ml2.plugin [None req-89419d86-faae-4d24-8832-86ab037dd9df - - - - - -] Attempt 1 to provision port 501e97a3-fd83-4eee-b577-60aca2fab048 2026-03-03 03:59:33.255 16 INFO neutron.plugins.ml2.plugin [None req-89419d86-faae-4d24-8832-86ab037dd9df - - - - - -] Attempt 1 to provision port 43565f76-1d24-40e6-96ee-2fa424979978 2026-03-03 03:59:46.528 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port ad56e6cb-c032-4be0-9108-490f638da082 2026-03-03 03:59:46.767 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 501e97a3-fd83-4eee-b577-60aca2fab048 2026-03-03 03:59:50.822 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 78c761fe-7b42-4c04-ae0b-4b0b207f6959 2026-03-03 03:59:51.068 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port b544791d-a4ed-4962-9444-2312bc986c4b 2026-03-03 03:59:51.307 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 501e97a3-fd83-4eee-b577-60aca2fab048 2026-03-03 03:59:51.556 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 96591195-c75d-47d5-a22b-c4c5ee80e9e5 2026-03-03 03:59:51.931 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 932f3acc-f495-4147-868e-56a75e198d5a 2026-03-03 03:59:52.243 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port b6f4765b-dd3f-4dc6-aba0-7f7259e7831b 2026-03-03 03:59:52.541 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port dfbdf1bf-edc5-4dff-87e7-5152d0bdf360 2026-03-03 03:59:52.793 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0088e799-34f2-4ae8-bd8b-ed02469f3e7a 2026-03-03 03:59:52.984 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 35b96b76-8436-489f-b3fd-9dc8f954eb25 2026-03-03 03:59:53.155 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port ad56e6cb-c032-4be0-9108-490f638da082 2026-03-03 03:59:53.331 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port c7467587-9885-4ce6-83f3-13f426a718f3 2026-03-03 03:59:54.507 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 932f3acc-f495-4147-868e-56a75e198d5a 2026-03-03 03:59:54.680 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 96591195-c75d-47d5-a22b-c4c5ee80e9e5 2026-03-03 03:59:54.979 16 INFO neutron.plugins.ml2.plugin [None req-ef7858cd-1c04-431a-8c67-54aa587b794c - - - - - -] Attempt 1 to provision port 96591195-c75d-47d5-a22b-c4c5ee80e9e5 2026-03-03 03:59:54.981 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port c7467587-9885-4ce6-83f3-13f426a718f3 2026-03-03 03:59:55.239 16 INFO neutron.plugins.ml2.plugin [None req-ef7858cd-1c04-431a-8c67-54aa587b794c - - - - - -] Attempt 1 to provision port 1bcd61f9-ca4c-4c79-9ab8-5a4f871b4153 2026-03-03 03:59:55.367 16 INFO neutron.plugins.ml2.plugin [None req-ef7858cd-1c04-431a-8c67-54aa587b794c - - - - - -] Attempt 1 to provision port d030008a-5d48-4864-9773-b0ffdaf90dd4 2026-03-03 03:59:56.712 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port d030008a-5d48-4864-9773-b0ffdaf90dd4 2026-03-03 03:59:58.825 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port cf375676-ce9d-4e3b-8b19-307f57a0c7f5 2026-03-03 04:00:02.048 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 99acd175-3935-4846-ae53-57071955d565 2026-03-03 04:00:02.153 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-faafc6b3-885c-485b-a4a3-92fc997fcccf'] response: {'server_uuid': '7f6321aa-8886-4fa8-ae2e-466ceddc09de', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '99acd175-3935-4846-ae53-57071955d565', 'code': 200} 2026-03-03 04:00:02.442 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port cf375676-ce9d-4e3b-8b19-307f57a0c7f5 2026-03-03 04:00:02.470 13 INFO neutron.plugins.ml2.plugin [None req-74c38ee8-7f44-4ee0-93da-5e3bbda7278f - - - - - -] Attempt 1 to provision port 99acd175-3935-4846-ae53-57071955d565 2026-03-03 04:00:02.549 13 INFO neutron.plugins.ml2.plugin [None req-74c38ee8-7f44-4ee0-93da-5e3bbda7278f - - - - - -] Attempt 1 to provision port cf375676-ce9d-4e3b-8b19-307f57a0c7f5 2026-03-03 04:00:02.607 13 INFO neutron.plugins.ml2.plugin [None req-74c38ee8-7f44-4ee0-93da-5e3bbda7278f - - - - - -] Attempt 1 to provision port fad97cbf-ebe0-4883-bbfb-6afdf03a0889 2026-03-03 04:00:03.886 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 54f1bb31-db93-4911-940f-6b52f12b1c33 2026-03-03 04:00:04.195 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 99acd175-3935-4846-ae53-57071955d565 2026-03-03 04:00:05.440 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 54f1bb31-db93-4911-940f-6b52f12b1c33 2026-03-03 04:00:05.497 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e02bc02-d0e9-4eed-9d0d-16328261b080'] response: {'server_uuid': 'f4fca6e0-ac23-4d8d-af68-623b8868cd1a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '54f1bb31-db93-4911-940f-6b52f12b1c33', 'code': 200} 2026-03-03 04:00:07.808 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0d5451d1-7fcd-46c9-ad49-1e995c8beab6 2026-03-03 04:00:09.588 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0d5451d1-7fcd-46c9-ad49-1e995c8beab6 2026-03-03 04:00:11.608 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 1bcd61f9-ca4c-4c79-9ab8-5a4f871b4153 2026-03-03 04:00:11.982 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 471452f0-6b3c-4716-8512-02d8c057a106 2026-03-03 04:00:12.651 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port c0b4cbb7-6c27-430e-98c6-8d562c30ddc9 2026-03-03 04:00:14.214 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 2978f8bc-a85c-496d-bbd7-11400d9e3f5a 2026-03-03 04:00:14.892 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0557db11-c9da-46f2-b75f-161b97f554be 2026-03-03 04:00:15.344 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 1bcd61f9-ca4c-4c79-9ab8-5a4f871b4153 2026-03-03 04:00:15.609 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port c0b4cbb7-6c27-430e-98c6-8d562c30ddc9 2026-03-03 04:00:15.834 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 471452f0-6b3c-4716-8512-02d8c057a106 2026-03-03 04:00:16.700 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 2978f8bc-a85c-496d-bbd7-11400d9e3f5a 2026-03-03 04:00:16.864 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0557db11-c9da-46f2-b75f-161b97f554be 2026-03-03 04:00:17.098 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port d2c2cd1c-0213-43cf-bfd6-4e5d2378716a 2026-03-03 04:00:17.706 13 INFO neutron.plugins.ml2.plugin [None req-a1471237-508b-41ee-83b3-955dab2af6d8 - - - - - -] Attempt 1 to provision port c0b4cbb7-6c27-430e-98c6-8d562c30ddc9 2026-03-03 04:00:17.802 13 INFO neutron.plugins.ml2.plugin [None req-a1471237-508b-41ee-83b3-955dab2af6d8 - - - - - -] Attempt 1 to provision port 4e651e87-6eb3-4323-9cc3-9c4c00c47756 2026-03-03 04:00:17.825 13 INFO neutron.plugins.ml2.plugin [None req-a1471237-508b-41ee-83b3-955dab2af6d8 - - - - - -] Attempt 1 to provision port 0f68a08a-6edc-45fc-a644-5fa00b52b59d 2026-03-03 04:00:17.852 13 INFO neutron.plugins.ml2.plugin [None req-a1471237-508b-41ee-83b3-955dab2af6d8 - - - - - -] Attempt 1 to provision port 1bcd61f9-ca4c-4c79-9ab8-5a4f871b4153 2026-03-03 04:00:17.898 13 INFO neutron.plugins.ml2.plugin [None req-a1471237-508b-41ee-83b3-955dab2af6d8 - - - - - -] Attempt 1 to provision port 54f1bb31-db93-4911-940f-6b52f12b1c33 2026-03-03 04:00:17.983 13 INFO neutron.plugins.ml2.plugin [None req-a1471237-508b-41ee-83b3-955dab2af6d8 - - - - - -] Attempt 1 to provision port d2c2cd1c-0213-43cf-bfd6-4e5d2378716a 2026-03-03 04:00:18.606 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port d2c2cd1c-0213-43cf-bfd6-4e5d2378716a 2026-03-03 04:00:22.165 13 INFO neutron.plugins.ml2.plugin [None req-b009a3a8-955f-4332-84b2-c6b69ae57e9b - - - - - -] Attempt 1 to provision port 0f68a08a-6edc-45fc-a644-5fa00b52b59d 2026-03-03 04:00:22.186 13 INFO neutron.plugins.ml2.plugin [None req-b009a3a8-955f-4332-84b2-c6b69ae57e9b - - - - - -] Attempt 1 to provision port 471452f0-6b3c-4716-8512-02d8c057a106 2026-03-03 04:00:24.758 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 53a61287-731f-4151-b6ba-0618ec20abee 2026-03-03 04:00:27.170 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 2aeb1f0b-8fe3-4fc3-b781-549c399ab717 2026-03-03 04:00:27.281 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0093dd10-7adb-467c-9a2d-996cf24e25a0'] response: {'server_uuid': '94fe66be-232e-424f-bfbc-1a860c877024', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2aeb1f0b-8fe3-4fc3-b781-549c399ab717', 'code': 200} 2026-03-03 04:00:27.518 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 53a61287-731f-4151-b6ba-0618ec20abee 2026-03-03 04:00:28.627 13 INFO neutron.plugins.ml2.plugin [None req-25975377-62a2-49b2-a453-d2d1322459b2 - - - - - -] Attempt 1 to provision port 4e651e87-6eb3-4323-9cc3-9c4c00c47756 2026-03-03 04:00:28.681 13 INFO neutron.plugins.ml2.plugin [None req-25975377-62a2-49b2-a453-d2d1322459b2 - - - - - -] Attempt 1 to provision port 0f68a08a-6edc-45fc-a644-5fa00b52b59d 2026-03-03 04:00:28.706 13 INFO neutron.plugins.ml2.plugin [None req-25975377-62a2-49b2-a453-d2d1322459b2 - - - - - -] Attempt 1 to provision port 53a61287-731f-4151-b6ba-0618ec20abee 2026-03-03 04:00:28.772 13 INFO neutron.plugins.ml2.plugin [None req-25975377-62a2-49b2-a453-d2d1322459b2 - - - - - -] Attempt 1 to provision port 4b834db7-4ed1-434c-8c22-89be249ca104 2026-03-03 04:00:29.775 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 2aeb1f0b-8fe3-4fc3-b781-549c399ab717 2026-03-03 04:00:30.046 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 59c5cbc7-f39c-48e1-bd4f-9882fc9ba964 2026-03-03 04:00:30.178 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-84438706-7275-486d-ac6d-1eb9430a1d98'] response: {'server_uuid': '4501a862-5c5c-4212-84bb-1967d84a3d17', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '59c5cbc7-f39c-48e1-bd4f-9882fc9ba964', 'code': 200} 2026-03-03 04:00:30.846 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 59c5cbc7-f39c-48e1-bd4f-9882fc9ba964 2026-03-03 04:00:32.924 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port b8700f65-c8de-4f9c-b105-d003de5264fe 2026-03-03 04:00:33.417 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0f68a08a-6edc-45fc-a644-5fa00b52b59d 2026-03-03 04:00:35.328 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 4b834db7-4ed1-434c-8c22-89be249ca104 2026-03-03 04:00:35.591 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port b8700f65-c8de-4f9c-b105-d003de5264fe 2026-03-03 04:00:35.717 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0f68a08a-6edc-45fc-a644-5fa00b52b59d 2026-03-03 04:00:35.894 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 9b5b9f3f-2d34-4ddc-9280-56277a0ebcf4 2026-03-03 04:00:36.815 13 INFO neutron.plugins.ml2.plugin [None req-b2d58560-7000-45e3-98e2-8ad89d031cb5 - - - - - -] Attempt 1 to provision port 59c5cbc7-f39c-48e1-bd4f-9882fc9ba964 2026-03-03 04:00:36.876 13 INFO neutron.plugins.ml2.plugin [None req-b2d58560-7000-45e3-98e2-8ad89d031cb5 - - - - - -] Attempt 1 to provision port 3abedb3f-145d-4c16-86ab-b24e6d5ea9c2 2026-03-03 04:00:36.901 13 INFO neutron.plugins.ml2.plugin [None req-b2d58560-7000-45e3-98e2-8ad89d031cb5 - - - - - -] Attempt 1 to provision port 4b834db7-4ed1-434c-8c22-89be249ca104 2026-03-03 04:00:36.959 13 INFO neutron.plugins.ml2.plugin [None req-b2d58560-7000-45e3-98e2-8ad89d031cb5 - - - - - -] Attempt 1 to provision port 9b5b9f3f-2d34-4ddc-9280-56277a0ebcf4 2026-03-03 04:00:37.001 13 INFO neutron.plugins.ml2.plugin [None req-b2d58560-7000-45e3-98e2-8ad89d031cb5 - - - - - -] Attempt 1 to provision port b8700f65-c8de-4f9c-b105-d003de5264fe 2026-03-03 04:00:37.035 13 INFO neutron.plugins.ml2.plugin [None req-b2d58560-7000-45e3-98e2-8ad89d031cb5 - - - - - -] Attempt 1 to provision port 4e651e87-6eb3-4323-9cc3-9c4c00c47756 2026-03-03 04:00:37.054 13 INFO neutron.plugins.ml2.plugin [None req-b2d58560-7000-45e3-98e2-8ad89d031cb5 - - - - - -] Attempt 1 to provision port 53a61287-731f-4151-b6ba-0618ec20abee 2026-03-03 04:00:37.237 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 4b834db7-4ed1-434c-8c22-89be249ca104 2026-03-03 04:00:37.467 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 9b5b9f3f-2d34-4ddc-9280-56277a0ebcf4 2026-03-03 04:00:37.999 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-518816c9-8b1e-48e1-85f8-6653b523dfdf'] response: {'server_uuid': 'f4fca6e0-ac23-4d8d-af68-623b8868cd1a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '54f1bb31-db93-4911-940f-6b52f12b1c33', 'code': 200} 2026-03-03 04:00:38.103 13 INFO neutron.plugins.ml2.plugin [None req-a4e93a29-c607-4fc3-a61f-c1d312a91f7c - - - - - -] Attempt 1 to provision port 4b834db7-4ed1-434c-8c22-89be249ca104 2026-03-03 04:00:39.773 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 54f1bb31-db93-4911-940f-6b52f12b1c33 2026-03-03 04:00:39.896 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c7a989a-f081-4e42-9aef-d8fd04fd7869'] response: {'server_uuid': 'f4fca6e0-ac23-4d8d-af68-623b8868cd1a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '54f1bb31-db93-4911-940f-6b52f12b1c33', 'code': 200} 2026-03-03 04:00:41.253 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 54f1bb31-db93-4911-940f-6b52f12b1c33 2026-03-03 04:00:47.484 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-485e677e-f87f-4913-bf8a-6068bcccbb06'] response: {'server_uuid': '4501a862-5c5c-4212-84bb-1967d84a3d17', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '59c5cbc7-f39c-48e1-bd4f-9882fc9ba964', 'code': 200} 2026-03-03 04:00:55.569 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0b5cb4af-ebd8-4bdb-b931-92a66bf585a9 2026-03-03 04:00:56.563 13 INFO neutron.plugins.ml2.plugin [None req-5adc9fe4-9e47-41c7-b0a5-a76979af17d3 - - - - - -] Attempt 1 to provision port 0b5cb4af-ebd8-4bdb-b931-92a66bf585a9 2026-03-03 04:01:05.353 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d01408d5-1e35-4d5d-82ec-6b0647219092'] response: {'server_uuid': 'f4fca6e0-ac23-4d8d-af68-623b8868cd1a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '54f1bb31-db93-4911-940f-6b52f12b1c33', 'code': 200} 2026-03-03 04:01:17.255 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 2e2e2bb0-7234-4ff1-9fda-2d720db0771d 2026-03-03 04:01:19.532 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0d7f0700-1b7f-46aa-a0ed-1427472dbbe7 2026-03-03 04:01:19.868 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 2e2e2bb0-7234-4ff1-9fda-2d720db0771d 2026-03-03 04:01:25.414 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port f12b6402-f8da-4f18-b4f5-28ece0f0d64b 2026-03-03 04:01:56.755 16 INFO neutron.plugins.ml2.plugin [None req-48e11291-42c3-4b6d-94f4-9f5927ed237c - - - - - -] Attempt 1 to provision port 954a9573-3182-4f51-8df4-326c440f9116 2026-03-03 04:01:59.284 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0277d9e3-e124-49fa-8229-6740a82beb8a 2026-03-03 04:01:59.611 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 6c8212de-ad3d-4f84-bafc-4416ec067518 2026-03-03 04:01:59.989 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 088375fd-6a25-46a3-89e7-fa2d11330f22 2026-03-03 04:02:01.558 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0277d9e3-e124-49fa-8229-6740a82beb8a 2026-03-03 04:02:01.744 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port efe2f7b0-b815-416f-9214-961a5760bf40 2026-03-03 04:02:02.101 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 6c8212de-ad3d-4f84-bafc-4416ec067518 2026-03-03 04:02:02.528 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 088375fd-6a25-46a3-89e7-fa2d11330f22 2026-03-03 04:02:03.355 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port efe2f7b0-b815-416f-9214-961a5760bf40 2026-03-03 04:02:05.182 13 INFO neutron.plugins.ml2.plugin [None req-ba48f6e5-81d4-42aa-a08b-6cb40dd1999d - - - - - -] Attempt 1 to provision port efe2f7b0-b815-416f-9214-961a5760bf40 2026-03-03 04:02:05.225 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 950c9d04-8ef6-4021-b36d-6d1f3d0323bd 2026-03-03 04:02:05.250 13 INFO neutron.plugins.ml2.plugin [None req-ba48f6e5-81d4-42aa-a08b-6cb40dd1999d - - - - - -] Attempt 1 to provision port 6163aa8e-c391-4681-a62e-bae7e517c655 2026-03-03 04:02:05.281 13 INFO neutron.plugins.ml2.plugin [None req-ba48f6e5-81d4-42aa-a08b-6cb40dd1999d - - - - - -] Attempt 1 to provision port 088375fd-6a25-46a3-89e7-fa2d11330f22 2026-03-03 04:02:07.411 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 950c9d04-8ef6-4021-b36d-6d1f3d0323bd 2026-03-03 04:02:07.596 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port ca0753ee-ea22-4a62-8f6f-5726032b7fa0 2026-03-03 04:02:09.207 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port ca0753ee-ea22-4a62-8f6f-5726032b7fa0 2026-03-03 04:02:12.491 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 8810612b-faf2-48b0-affe-6059ff3fbe14 2026-03-03 04:02:12.586 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-18cc7f95-bb3d-45b0-afd5-e427244b9a33'] response: {'server_uuid': '7486de7c-91a0-4f1b-a7bc-24ac867cad13', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8810612b-faf2-48b0-affe-6059ff3fbe14', 'code': 200} 2026-03-03 04:02:12.864 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 8692b9b7-7b41-472f-989e-67f48bdf0fb0 2026-03-03 04:02:14.258 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 8810612b-faf2-48b0-affe-6059ff3fbe14 2026-03-03 04:02:14.513 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 8692b9b7-7b41-472f-989e-67f48bdf0fb0 2026-03-03 04:02:14.788 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 45b6fda4-c522-43b3-ba13-97605832e8e8 2026-03-03 04:02:14.902 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c205886f-51ec-4c8e-a799-89eb0172f519'] response: {'server_uuid': 'efd7d39f-a7c9-4aa3-8304-5c462878ffa1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '45b6fda4-c522-43b3-ba13-97605832e8e8', 'code': 200} 2026-03-03 04:02:15.711 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 45b6fda4-c522-43b3-ba13-97605832e8e8 2026-03-03 04:02:17.621 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 1630994f-febc-4c44-bf8c-bb6ae7a3c10d 2026-03-03 04:02:19.588 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 1630994f-febc-4c44-bf8c-bb6ae7a3c10d 2026-03-03 04:02:22.260 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 58a71b28-f85c-4503-b928-bb25d128e836 2026-03-03 04:02:22.307 16 INFO neutron.plugins.ml2.plugin [None req-c5de1488-3e53-4365-be46-93b432458dac - - - - - -] Attempt 1 to provision port 1630994f-febc-4c44-bf8c-bb6ae7a3c10d 2026-03-03 04:02:22.358 16 INFO neutron.plugins.ml2.plugin [None req-c5de1488-3e53-4365-be46-93b432458dac - - - - - -] Attempt 1 to provision port d0ff9d04-b3be-4adb-b9a3-fd6c92bfcb54 2026-03-03 04:02:22.386 16 INFO neutron.plugins.ml2.plugin [None req-c5de1488-3e53-4365-be46-93b432458dac - - - - - -] Attempt 1 to provision port 088375fd-6a25-46a3-89e7-fa2d11330f22 2026-03-03 04:02:22.431 16 INFO neutron.plugins.ml2.plugin [None req-c5de1488-3e53-4365-be46-93b432458dac - - - - - -] Attempt 1 to provision port 2dece9b5-b276-465d-ad81-93fdd4fae4e6 2026-03-03 04:02:22.453 16 INFO neutron.plugins.ml2.plugin [None req-c5de1488-3e53-4365-be46-93b432458dac - - - - - -] Attempt 1 to provision port efe2f7b0-b815-416f-9214-961a5760bf40 2026-03-03 04:02:22.499 16 INFO neutron.plugins.ml2.plugin [None req-c5de1488-3e53-4365-be46-93b432458dac - - - - - -] Attempt 1 to provision port df4b8be5-d4cc-4c54-8e34-45788cb7d86e 2026-03-03 04:02:22.529 16 INFO neutron.plugins.ml2.plugin [None req-c5de1488-3e53-4365-be46-93b432458dac - - - - - -] Attempt 1 to provision port 8692b9b7-7b41-472f-989e-67f48bdf0fb0 2026-03-03 04:02:22.529 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 954a9573-3182-4f51-8df4-326c440f9116 2026-03-03 04:02:22.578 16 INFO neutron.plugins.ml2.plugin [None req-c5de1488-3e53-4365-be46-93b432458dac - - - - - -] Attempt 1 to provision port 6be38ea9-f17d-4339-acbb-4d1bb7057099 2026-03-03 04:02:22.602 16 INFO neutron.plugins.ml2.plugin [None req-c5de1488-3e53-4365-be46-93b432458dac - - - - - -] Attempt 1 to provision port 45b6fda4-c522-43b3-ba13-97605832e8e8 2026-03-03 04:02:22.651 16 INFO neutron.plugins.ml2.plugin [None req-c5de1488-3e53-4365-be46-93b432458dac - - - - - -] Attempt 1 to provision port 58a71b28-f85c-4503-b928-bb25d128e836 2026-03-03 04:02:22.692 16 INFO neutron.plugins.ml2.plugin [None req-c5de1488-3e53-4365-be46-93b432458dac - - - - - -] Attempt 1 to provision port ca0753ee-ea22-4a62-8f6f-5726032b7fa0 2026-03-03 04:02:22.739 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 3315b5a9-1483-4f99-afd5-c195efafab56 2026-03-03 04:02:22.970 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c3fc31b-f831-4a10-937f-49942cfcd99d'] response: {'server_uuid': 'af6c1b11-0623-4b74-ac92-0603e074cd88', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3315b5a9-1483-4f99-afd5-c195efafab56', 'code': 200} 2026-03-03 04:02:23.921 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 3315b5a9-1483-4f99-afd5-c195efafab56 2026-03-03 04:02:24.110 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port d0ff9d04-b3be-4adb-b9a3-fd6c92bfcb54 2026-03-03 04:02:24.646 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 954a9573-3182-4f51-8df4-326c440f9116 2026-03-03 04:02:24.806 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 6163aa8e-c391-4681-a62e-bae7e517c655 2026-03-03 04:02:25.076 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 58a71b28-f85c-4503-b928-bb25d128e836 2026-03-03 04:02:26.354 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 2dece9b5-b276-465d-ad81-93fdd4fae4e6 2026-03-03 04:02:26.678 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 57ccfd9d-ec65-433f-b14a-58f50dc5a6ee 2026-03-03 04:02:26.959 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 6be38ea9-f17d-4339-acbb-4d1bb7057099 2026-03-03 04:02:28.164 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 2dece9b5-b276-465d-ad81-93fdd4fae4e6 2026-03-03 04:02:28.358 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port df4b8be5-d4cc-4c54-8e34-45788cb7d86e 2026-03-03 04:02:28.674 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 6be38ea9-f17d-4339-acbb-4d1bb7057099 2026-03-03 04:02:28.903 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 57ccfd9d-ec65-433f-b14a-58f50dc5a6ee 2026-03-03 04:02:29.933 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port df4b8be5-d4cc-4c54-8e34-45788cb7d86e 2026-03-03 04:02:31.454 16 INFO neutron.plugins.ml2.plugin [None req-69be06af-8844-427c-9e32-32dd22990e12 - - - - - -] Attempt 1 to provision port 1630994f-febc-4c44-bf8c-bb6ae7a3c10d 2026-03-03 04:02:31.498 16 INFO neutron.plugins.ml2.plugin [None req-69be06af-8844-427c-9e32-32dd22990e12 - - - - - -] Attempt 1 to provision port 3315b5a9-1483-4f99-afd5-c195efafab56 2026-03-03 04:02:31.551 16 INFO neutron.plugins.ml2.plugin [None req-69be06af-8844-427c-9e32-32dd22990e12 - - - - - -] Attempt 1 to provision port 2dece9b5-b276-465d-ad81-93fdd4fae4e6 2026-03-03 04:02:31.596 16 INFO neutron.plugins.ml2.plugin [None req-69be06af-8844-427c-9e32-32dd22990e12 - - - - - -] Attempt 1 to provision port 6be38ea9-f17d-4339-acbb-4d1bb7057099 2026-03-03 04:02:31.635 16 INFO neutron.plugins.ml2.plugin [None req-69be06af-8844-427c-9e32-32dd22990e12 - - - - - -] Attempt 1 to provision port df4b8be5-d4cc-4c54-8e34-45788cb7d86e 2026-03-03 04:02:31.685 16 INFO neutron.plugins.ml2.plugin [None req-69be06af-8844-427c-9e32-32dd22990e12 - - - - - -] Attempt 1 to provision port 8692b9b7-7b41-472f-989e-67f48bdf0fb0 2026-03-03 04:02:31.736 16 INFO neutron.plugins.ml2.plugin [None req-69be06af-8844-427c-9e32-32dd22990e12 - - - - - -] Attempt 1 to provision port 57ccfd9d-ec65-433f-b14a-58f50dc5a6ee 2026-03-03 04:02:31.787 16 INFO neutron.plugins.ml2.plugin [None req-69be06af-8844-427c-9e32-32dd22990e12 - - - - - -] Attempt 1 to provision port 45b6fda4-c522-43b3-ba13-97605832e8e8 2026-03-03 04:02:31.838 16 INFO neutron.plugins.ml2.plugin [None req-69be06af-8844-427c-9e32-32dd22990e12 - - - - - -] Attempt 1 to provision port 58a71b28-f85c-4503-b928-bb25d128e836 2026-03-03 04:02:31.886 16 INFO neutron.plugins.ml2.plugin [None req-69be06af-8844-427c-9e32-32dd22990e12 - - - - - -] Attempt 1 to provision port ca0753ee-ea22-4a62-8f6f-5726032b7fa0 2026-03-03 04:02:35.989 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 67b6d246-6875-40b4-b466-4026f37fc3e3 2026-03-03 04:02:36.115 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-76fb398a-53a6-4005-8a02-81f3acfffafd'] response: {'server_uuid': '06a05401-6c1f-4875-b2d6-4a5a3ee48821', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '67b6d246-6875-40b4-b466-4026f37fc3e3', 'code': 200} 2026-03-03 04:02:37.618 13 INFO neutron.plugins.ml2.plugin [None req-dd8592db-8257-4b10-be1a-db03a72660e9 - - - - - -] Attempt 1 to provision port 45b6fda4-c522-43b3-ba13-97605832e8e8 2026-03-03 04:02:37.691 13 INFO neutron.plugins.ml2.plugin [None req-dd8592db-8257-4b10-be1a-db03a72660e9 - - - - - -] Attempt 1 to provision port 58a71b28-f85c-4503-b928-bb25d128e836 2026-03-03 04:02:37.775 13 INFO neutron.plugins.ml2.plugin [None req-dd8592db-8257-4b10-be1a-db03a72660e9 - - - - - -] Attempt 1 to provision port 3315b5a9-1483-4f99-afd5-c195efafab56 2026-03-03 04:02:37.830 13 INFO neutron.plugins.ml2.plugin [None req-dd8592db-8257-4b10-be1a-db03a72660e9 - - - - - -] Attempt 1 to provision port 2dece9b5-b276-465d-ad81-93fdd4fae4e6 2026-03-03 04:02:37.890 13 INFO neutron.plugins.ml2.plugin [None req-dd8592db-8257-4b10-be1a-db03a72660e9 - - - - - -] Attempt 1 to provision port 67b6d246-6875-40b4-b466-4026f37fc3e3 2026-03-03 04:02:37.943 13 INFO neutron.plugins.ml2.plugin [None req-dd8592db-8257-4b10-be1a-db03a72660e9 - - - - - -] Attempt 1 to provision port 6be38ea9-f17d-4339-acbb-4d1bb7057099 2026-03-03 04:02:38.001 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 67b6d246-6875-40b4-b466-4026f37fc3e3 2026-03-03 04:02:38.030 13 INFO neutron.plugins.ml2.plugin [None req-dd8592db-8257-4b10-be1a-db03a72660e9 - - - - - -] Attempt 1 to provision port ca0753ee-ea22-4a62-8f6f-5726032b7fa0 2026-03-03 04:02:40.117 13 INFO neutron.plugins.ml2.plugin [None req-b845647b-e509-46af-91f7-350e5a70a66e - - - - - -] Attempt 1 to provision port 6be38ea9-f17d-4339-acbb-4d1bb7057099 2026-03-03 04:02:43.356 13 INFO neutron.plugins.ml2.plugin [None req-33db3d8b-decc-4fa8-97d3-467f3bd41ace - - - - - -] Attempt 1 to provision port 3315b5a9-1483-4f99-afd5-c195efafab56 2026-03-03 04:02:43.410 13 INFO neutron.plugins.ml2.plugin [None req-33db3d8b-decc-4fa8-97d3-467f3bd41ace - - - - - -] Attempt 1 to provision port 6be38ea9-f17d-4339-acbb-4d1bb7057099 2026-03-03 04:02:54.619 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port fa767c83-6ddf-473c-9a16-5a52b725a6bd 2026-03-03 04:02:54.759 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-919e79f0-ae79-4ee3-ade7-38be367a8cf5'] response: {'server_uuid': '25f54363-0120-442a-904b-79d98e436520', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fa767c83-6ddf-473c-9a16-5a52b725a6bd', 'code': 200} 2026-03-03 04:02:55.753 13 INFO neutron.plugins.ml2.plugin [None req-5a179e75-0c88-48b2-8a44-3d400bed83ac - - - - - -] Attempt 1 to provision port bc58a23a-30cb-41a4-8296-4b6e57beb123 2026-03-03 04:02:56.103 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port fa767c83-6ddf-473c-9a16-5a52b725a6bd 2026-03-03 04:03:02.817 16 INFO neutron.plugins.ml2.plugin [None req-1d3918fc-73d6-4f4e-bf45-a4f6761d4aa5 - - - - - -] Attempt 1 to provision port ba4030d9-d652-4ccc-af43-36df658247ae 2026-03-03 04:03:24.561 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 8de22184-5d1b-445c-a3ca-277e4ec982cc 2026-03-03 04:03:24.663 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9cef3b8-8197-4d44-906e-c22218a7788c'] response: {'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8de22184-5d1b-445c-a3ca-277e4ec982cc', 'code': 200} 2026-03-03 04:03:25.997 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 8de22184-5d1b-445c-a3ca-277e4ec982cc 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.920 13 ERROR neutron.plugins.ml2.managers 2026-03-03 04:03:43.923 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Failed to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 on host instance for vnic_type normal using segments [{'id': '13b0645e-2e07-4d76-b1a8-27b4783f8667', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 940, 'network_id': 'c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee'}] 2026-03-03 04:03:43.923 13 INFO neutron.plugins.ml2.plugin [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Attempt 2 to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.933 13 ERROR neutron.plugins.ml2.managers 2026-03-03 04:03:43.934 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Failed to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 on host instance for vnic_type normal using segments [{'id': '13b0645e-2e07-4d76-b1a8-27b4783f8667', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 940, 'network_id': 'c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee'}] 2026-03-03 04:03:43.934 13 INFO neutron.plugins.ml2.plugin [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Attempt 3 to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.943 13 ERROR neutron.plugins.ml2.managers 2026-03-03 04:03:43.945 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Failed to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 on host instance for vnic_type normal using segments [{'id': '13b0645e-2e07-4d76-b1a8-27b4783f8667', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 940, 'network_id': 'c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee'}] 2026-03-03 04:03:43.945 13 INFO neutron.plugins.ml2.plugin [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Attempt 4 to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers 2026-03-03 04:03:43.954 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Failed to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 on host instance for vnic_type normal using segments [{'id': '13b0645e-2e07-4d76-b1a8-27b4783f8667', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 940, 'network_id': 'c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee'}] 2026-03-03 04:03:43.955 13 INFO neutron.plugins.ml2.plugin [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Attempt 5 to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.965 13 ERROR neutron.plugins.ml2.managers 2026-03-03 04:03:43.967 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Failed to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 on host instance for vnic_type normal using segments [{'id': '13b0645e-2e07-4d76-b1a8-27b4783f8667', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 940, 'network_id': 'c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee'}] 2026-03-03 04:03:43.968 13 INFO neutron.plugins.ml2.plugin [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Attempt 6 to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.977 13 ERROR neutron.plugins.ml2.managers 2026-03-03 04:03:43.979 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Failed to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 on host instance for vnic_type normal using segments [{'id': '13b0645e-2e07-4d76-b1a8-27b4783f8667', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 940, 'network_id': 'c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee'}] 2026-03-03 04:03:43.979 13 INFO neutron.plugins.ml2.plugin [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Attempt 7 to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.987 13 ERROR neutron.plugins.ml2.managers 2026-03-03 04:03:43.988 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Failed to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 on host instance for vnic_type normal using segments [{'id': '13b0645e-2e07-4d76-b1a8-27b4783f8667', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 940, 'network_id': 'c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee'}] 2026-03-03 04:03:43.989 13 INFO neutron.plugins.ml2.plugin [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Attempt 8 to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:43.998 13 ERROR neutron.plugins.ml2.managers 2026-03-03 04:03:43.999 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Failed to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 on host instance for vnic_type normal using segments [{'id': '13b0645e-2e07-4d76-b1a8-27b4783f8667', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 940, 'network_id': 'c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee'}] 2026-03-03 04:03:43.999 13 INFO neutron.plugins.ml2.plugin [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Attempt 9 to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:44.010 13 ERROR neutron.plugins.ml2.managers 2026-03-03 04:03:44.011 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Failed to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 on host instance for vnic_type normal using segments [{'id': '13b0645e-2e07-4d76-b1a8-27b4783f8667', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 940, 'network_id': 'c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee'}] 2026-03-03 04:03:44.012 13 INFO neutron.plugins.ml2.plugin [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Attempt 10 to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 869, in _bind_port_level 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 136, in bind_port 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 111, in bind_port 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 156, in get_subnets_from_fixed_ips 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers raise self.value 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1202, in get_subnet 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 could not be found. 2026-03-03 04:03:44.021 13 ERROR neutron.plugins.ml2.managers 2026-03-03 04:03:44.023 13 ERROR neutron.plugins.ml2.managers [None req-0ce10642-3af3-4370-af3d-12eee9e16e34 - - - - - -] Failed to bind port 306af053-1444-4b78-b461-e5f15b82e7d3 on host instance for vnic_type normal using segments [{'id': '13b0645e-2e07-4d76-b1a8-27b4783f8667', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 940, 'network_id': 'c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee'}] 2026-03-03 04:04:05.125 16 INFO neutron.plugins.ml2.plugin [None req-91d5bcb8-fc7e-4c42-bd89-1f0e41d80792 - - - - - -] Attempt 1 to provision port 86abf18a-ad50-4c6b-9199-87ff04cf65c0 2026-03-03 04:04:10.126 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 86abf18a-ad50-4c6b-9199-87ff04cf65c0 2026-03-03 04:04:10.230 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf315b15-4474-4e39-8ec2-63d89785b52f'] response: {'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '86abf18a-ad50-4c6b-9199-87ff04cf65c0', 'code': 200} 2026-03-03 04:04:12.002 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 86abf18a-ad50-4c6b-9199-87ff04cf65c0 2026-03-03 04:04:14.530 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 86abf18a-ad50-4c6b-9199-87ff04cf65c0 2026-03-03 04:04:37.723 16 INFO neutron.plugins.ml2.plugin [None req-ccd7bc17-c353-4a52-ab3b-e77d3895cfa0 - - - - - -] Attempt 1 to provision port 5cc2e30f-468f-4081-9893-37e1abf588d9 2026-03-03 04:04:45.584 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 5cc2e30f-468f-4081-9893-37e1abf588d9 2026-03-03 04:04:45.683 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6745921-fc68-45f3-9204-5118f8280b43'] response: {'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5cc2e30f-468f-4081-9893-37e1abf588d9', 'code': 200} 2026-03-03 04:04:46.233 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 5cc2e30f-468f-4081-9893-37e1abf588d9 2026-03-03 04:04:54.109 13 INFO neutron.plugins.ml2.plugin [None req-78dee1fb-f475-4743-88e6-6979cec399b1 - - - - - -] Attempt 1 to provision port 0a30ba3e-fc53-4a4c-868c-ca50eb353f41 2026-03-03 04:05:00.260 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0a30ba3e-fc53-4a4c-868c-ca50eb353f41 2026-03-03 04:05:00.439 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-0de5381d-2882-4ab6-8823-58f5680bc393'] response: {'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0a30ba3e-fc53-4a4c-868c-ca50eb353f41', 'code': 200} 2026-03-03 04:05:02.207 13 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0a30ba3e-fc53-4a4c-868c-ca50eb353f41 2026-03-03 04:05:03.862 13 INFO neutron.plugins.ml2.plugin [None req-b7ea45a6-96ea-4826-afa5-f1fdc35d480b - - - - - -] Attempt 1 to provision port 5cc2e30f-468f-4081-9893-37e1abf588d9 2026-03-03 04:05:04.237 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 5cc2e30f-468f-4081-9893-37e1abf588d9 2026-03-03 04:05:17.628 16 INFO neutron.plugins.ml2.plugin [None req-76dc127a-e874-43fe-9c06-d067b106396b - - - - - -] Attempt 1 to provision port 0a30ba3e-fc53-4a4c-868c-ca50eb353f41 2026-03-03 04:05:18.307 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 0a30ba3e-fc53-4a4c-868c-ca50eb353f41 2026-03-03 04:05:19.076 13 INFO neutron.plugins.ml2.plugin [None req-77d81fa8-b8bd-48e1-9934-12b29ccd0bf6 - - - - - -] Attempt 1 to provision port 0a30ba3e-fc53-4a4c-868c-ca50eb353f41 2026-03-03 04:05:28.053 13 INFO neutron.plugins.ml2.plugin [None req-3172ce06-2919-47e9-b26e-5fb8cc1ee22d - - - - - -] Attempt 1 to provision port 5cc2e30f-468f-4081-9893-37e1abf588d9 2026-03-03 04:05:28.249 16 INFO neutron.plugins.ml2.plugin [None req-de939ae0-78d4-457e-a71e-d045bd12b646 - - - - - -] Attempt 1 to provision port 5cc2e30f-468f-4081-9893-37e1abf588d9 2026-03-03 04:06:00.369 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed638476-d6e8-4438-a4dc-f90293e88443'] response: {'server_uuid': '06a05401-6c1f-4875-b2d6-4a5a3ee48821', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '67b6d246-6875-40b4-b466-4026f37fc3e3', 'code': 200}