+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2026-05-11 21:42:02.886 1 INFO neutron.common.config [-] Logging enabled! 2026-05-11 21:42:02.886 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.3.dev7 2026-05-11 21:42:02.887 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-11 21:42:02.887 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-11 21:42:04.299 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-11 21:42:04.301 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-11 21:42:04.304 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-11 21:42:04.305 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-11 21:42:04.305 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-11 21:42:04.306 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-11 21:42:04.306 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-11 21:42:04.312 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-11 21:42:04.312 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-11 21:42:04.312 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-11 21:42:04.330 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-11 21:42:04.331 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-11 21:42:04.331 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-11 21:42:04.351 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-11 21:42:04.351 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-11 21:42:04.351 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-11 21:42:04.351 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-11 21:42:04.630 1 INFO neutron.plugins.ml2.managers [None req-826d1541-69e5-4306-abdd-7907c182d83c - - - - - -] Initializing driver for type 'vlan' 2026-05-11 21:42:04.765 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-826d1541-69e5-4306-abdd-7907c182d83c - - - - - -] VlanTypeDriver initialization complete 2026-05-11 21:42:04.766 1 INFO neutron.plugins.ml2.managers [None req-826d1541-69e5-4306-abdd-7907c182d83c - - - - - -] Initializing driver for type 'vxlan' 2026-05-11 21:42:04.766 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-826d1541-69e5-4306-abdd-7907c182d83c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-11 21:42:04.823 1 INFO neutron.plugins.ml2.managers [None req-826d1541-69e5-4306-abdd-7907c182d83c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-11 21:42:04.823 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-826d1541-69e5-4306-abdd-7907c182d83c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-11 21:42:04.824 1 INFO neutron.plugins.ml2.managers [None req-826d1541-69e5-4306-abdd-7907c182d83c - - - - - -] Initializing extension driver 'port_security' 2026-05-11 21:42:04.824 1 INFO neutron.plugins.ml2.extensions.port_security [None req-826d1541-69e5-4306-abdd-7907c182d83c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-11 21:42:04.824 1 INFO neutron.plugins.ml2.managers [None req-826d1541-69e5-4306-abdd-7907c182d83c - - - - - -] Initializing extension driver 'qos' 2026-05-11 21:42:04.824 1 INFO neutron.plugins.ml2.managers [None req-826d1541-69e5-4306-abdd-7907c182d83c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-11 21:42:04.824 1 INFO neutron.plugins.ml2.managers [None req-826d1541-69e5-4306-abdd-7907c182d83c - - - - - -] Initializing mechanism driver 'l2population' 2026-05-11 21:42:04.839 1 INFO neutron.quota [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded quota_driver: . 2026-05-11 21:42:04.840 1 INFO neutron.plugins.ml2.plugin [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Modular L2 Plugin initialization complete 2026-05-11 21:42:04.840 1 INFO neutron.plugins.ml2.managers [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-11 21:42:04.840 1 INFO neutron.plugins.ml2.managers [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-11 21:42:04.840 1 INFO neutron.plugins.ml2.managers [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-11 21:42:04.840 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: qos 2026-05-11 21:42:04.851 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: router 2026-05-11 21:42:04.890 1 INFO neutron.services.service_base [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-11 21:42:04.890 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: segments 2026-05-11 21:42:04.958 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: trunk 2026-05-11 21:42:04.971 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: vpnaas 2026-05-11 21:42:05.013 1 WARNING stevedore.named [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-11 21:42:05.084 1 INFO neutron_vpnaas.services.vpn.plugin [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-11 21:42:05.084 1 INFO neutron.common.utils [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-11 21:42:05.084 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: taas 2026-05-11 21:42:05.106 1 WARNING stevedore.named [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-11 21:42:05.131 1 INFO neutron_taas.services.taas.taas_plugin [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-11 21:42:05.131 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: tapmirror 2026-05-11 21:42:05.144 1 WARNING stevedore.named [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-11 21:42:05.163 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-11 21:42:05.163 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: auto_allocate 2026-05-11 21:42:05.170 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: tag 2026-05-11 21:42:05.178 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: timestamp 2026-05-11 21:42:05.181 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: network_ip_availability 2026-05-11 21:42:05.185 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: flavors 2026-05-11 21:42:05.188 1 INFO neutron.manager [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loading Plugin: revisions 2026-05-11 21:42:05.191 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Initializing extension manager. 2026-05-11 21:42:05.193 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: address-group 2026-05-11 21:42:05.194 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: address-scope 2026-05-11 21:42:05.195 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-11 21:42:05.195 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: agent 2026-05-11 21:42:05.196 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: agent-resources-synced 2026-05-11 21:42:05.197 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-11 21:42:05.198 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-11 21:42:05.198 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: availability_zone 2026-05-11 21:42:05.199 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: availability_zone_filter 2026-05-11 21:42:05.199 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-11 21:42:05.199 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: default-subnetpools 2026-05-11 21:42:05.201 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-11 21:42:05.201 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: dns-integration 2026-05-11 21:42:05.202 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: dns-domain-ports 2026-05-11 21:42:05.202 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-11 21:42:05.203 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: dvr 2026-05-11 21:42:05.203 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-11 21:42:05.203 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: empty-string-filtering 2026-05-11 21:42:05.204 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-11 21:42:05.204 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-11 21:42:05.205 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: external-net 2026-05-11 21:42:05.205 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-11 21:42:05.206 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: extraroute 2026-05-11 21:42:05.206 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: extraroute-atomic 2026-05-11 21:42:05.207 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-11 21:42:05.207 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-11 21:42:05.207 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-11 21:42:05.208 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-11 21:42:05.208 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: fip-port-details 2026-05-11 21:42:05.209 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: flavors 2026-05-11 21:42:05.213 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-11 21:42:05.214 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: floatingip-pools 2026-05-11 21:42:05.215 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: ip_allocation 2026-05-11 21:42:05.215 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-11 21:42:05.216 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: l2_adjacency 2026-05-11 21:42:05.217 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: router 2026-05-11 21:42:05.218 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-11 21:42:05.219 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-11 21:42:05.219 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-11 21:42:05.220 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: ext-gw-mode 2026-05-11 21:42:05.220 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: l3-ha 2026-05-11 21:42:05.220 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-11 21:42:05.221 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-11 21:42:05.221 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: l3-flavors 2026-05-11 21:42:05.222 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-11 21:42:05.222 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-11 21:42:05.224 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-11 21:42:05.225 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-11 21:42:05.226 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-11 21:42:05.227 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-11 21:42:05.227 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-11 21:42:05.228 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: multi-provider 2026-05-11 21:42:05.228 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: net-mtu 2026-05-11 21:42:05.229 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: net-mtu-writable 2026-05-11 21:42:05.229 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: network_availability_zone 2026-05-11 21:42:05.230 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: network_ha 2026-05-11 21:42:05.230 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: network-ip-availability 2026-05-11 21:42:05.231 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-11 21:42:05.232 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: pagination 2026-05-11 21:42:05.232 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: port-device-profile 2026-05-11 21:42:05.232 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-11 21:42:05.233 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-11 21:42:05.233 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-11 21:42:05.234 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: port-mac-override 2026-05-11 21:42:05.234 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-11 21:42:05.234 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-11 21:42:05.235 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-11 21:42:05.235 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: port-resource-request 2026-05-11 21:42:05.236 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-11 21:42:05.236 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-11 21:42:05.237 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: binding 2026-05-11 21:42:05.237 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: binding-extended 2026-05-11 21:42:05.238 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: port-security 2026-05-11 21:42:05.238 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: project-id 2026-05-11 21:42:05.238 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: provider 2026-05-11 21:42:05.239 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-11 21:42:05.241 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos 2026-05-11 21:42:05.241 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-11 21:42:05.242 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-11 21:42:05.242 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos-default 2026-05-11 21:42:05.243 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos-fip 2026-05-11 21:42:05.243 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-11 21:42:05.244 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-11 21:42:05.244 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-11 21:42:05.245 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-11 21:42:05.245 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-11 21:42:05.246 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos-pps 2026-05-11 21:42:05.246 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-11 21:42:05.247 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-11 21:42:05.247 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: qos-rules-alias 2026-05-11 21:42:05.247 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: quota-check-limit 2026-05-11 21:42:05.248 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-11 21:42:05.250 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: quotas 2026-05-11 21:42:05.253 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: quota_details 2026-05-11 21:42:05.254 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: rbac-policies 2026-05-11 21:42:05.254 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: rbac-address-group 2026-05-11 21:42:05.255 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: rbac-address-scope 2026-05-11 21:42:05.255 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: rbac-security-groups 2026-05-11 21:42:05.255 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-11 21:42:05.256 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: revision-if-match 2026-05-11 21:42:05.256 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-11 21:42:05.257 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: router_availability_zone 2026-05-11 21:42:05.257 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-11 21:42:05.259 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-11 21:42:05.259 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-11 21:42:05.259 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-11 21:42:05.260 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-11 21:42:05.260 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-11 21:42:05.261 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-11 21:42:05.264 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: security-group 2026-05-11 21:42:05.265 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: segment 2026-05-11 21:42:05.266 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-11 21:42:05.266 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: service-type 2026-05-11 21:42:05.267 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: sorting 2026-05-11 21:42:05.267 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: standard-attr-segment 2026-05-11 21:42:05.268 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: standard-attr-description 2026-05-11 21:42:05.268 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: stateful-security-group 2026-05-11 21:42:05.268 1 WARNING neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-11 21:42:05.269 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-11 21:42:05.269 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: subnet-external-network 2026-05-11 21:42:05.270 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: subnet_onboard 2026-05-11 21:42:05.270 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-11 21:42:05.271 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: subnet-service-types 2026-05-11 21:42:05.271 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: subnet_allocation 2026-05-11 21:42:05.272 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-11 21:42:05.272 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: tag-creation 2026-05-11 21:42:05.273 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-11 21:42:05.276 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: standard-attr-tag 2026-05-11 21:42:05.276 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-11 21:42:05.277 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: trunk 2026-05-11 21:42:05.277 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: trunk-details 2026-05-11 21:42:05.278 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-11 21:42:05.279 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-11 21:42:05.279 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-11 21:42:05.280 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-11 21:42:05.281 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-11 21:42:05.282 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-11 21:42:05.282 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: vpn-flavors 2026-05-11 21:42:05.284 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: vpnaas 2026-05-11 21:42:05.285 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: taas 2026-05-11 21:42:05.286 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: tap-mirror 2026-05-11 21:42:05.286 1 INFO neutron.api.extensions [None req-b6eac126-a834-4477-bdae-136273a522a8 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-11 21:42:35.381 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-11 21:42:35.425 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-11 21:42:35.428 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-11 21:42:51.542 16 INFO neutron.db.l3_hamode_db [None req-20d718f6-f438-4d15-9564-b61f0efe6699 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-11 21:43:03.847 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 57a90b50-045f-42f1-a0f0-81d385f3929d 2026-05-11 21:43:04.011 16 INFO neutron.plugins.ml2.plugin [None req-18a15829-c7c9-47f1-9aba-5dba27781ca3 - - - - - -] Attempt 1 to provision port 57a90b50-045f-42f1-a0f0-81d385f3929d 2026-05-11 21:43:05.736 13 INFO neutron.plugins.ml2.plugin [None req-9140c061-e590-409d-be6c-230d71278691 - - - - - -] Attempt 1 to provision port 57a90b50-045f-42f1-a0f0-81d385f3929d 2026-05-11 21:43:05.787 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 57a90b50-045f-42f1-a0f0-81d385f3929d 2026-05-11 21:47:41.863 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port e57c40fa-89af-4a60-999f-cc81dddfdb4d 2026-05-11 21:47:43.716 16 INFO neutron.plugins.ml2.plugin [None req-0817b7ee-ecc9-4e5d-95ca-e2f4603b5ccd - - - - - -] Attempt 1 to provision port e57c40fa-89af-4a60-999f-cc81dddfdb4d 2026-05-11 21:47:43.852 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port e57c40fa-89af-4a60-999f-cc81dddfdb4d 2026-05-11 21:47:48.973 13 INFO neutron.plugins.ml2.plugin [None req-b625c485-bb62-4cde-99f9-e6f486e672ba - - - - - -] Attempt 1 to provision port b515cf3f-96fe-4151-8f5e-2c63b5f998b8 2026-05-11 21:51:28.567 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port b515cf3f-96fe-4151-8f5e-2c63b5f998b8 2026-05-11 21:51:29.935 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port b515cf3f-96fe-4151-8f5e-2c63b5f998b8 2026-05-11 21:59:50.099 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 5a2a4ade-bb8c-43f2-9c6f-083b2444f8cd 2026-05-11 21:59:52.068 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 5a2a4ade-bb8c-43f2-9c6f-083b2444f8cd 2026-05-11 22:10:31.568 16 INFO neutron.plugins.ml2.plugin [None req-998a348b-0396-4e25-ad3d-4cea274a0af0 - - - - - -] Attempt 1 to provision port e57c40fa-89af-4a60-999f-cc81dddfdb4d 2026-05-11 22:10:31.619 16 INFO neutron.plugins.ml2.plugin [None req-998a348b-0396-4e25-ad3d-4cea274a0af0 - - - - - -] Attempt 1 to provision port 57a90b50-045f-42f1-a0f0-81d385f3929d 2026-05-11 22:10:31.666 16 INFO neutron.plugins.ml2.plugin [None req-998a348b-0396-4e25-ad3d-4cea274a0af0 - - - - - -] Attempt 1 to provision port b515cf3f-96fe-4151-8f5e-2c63b5f998b8 2026-05-11 22:15:32.382 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port beac151f-0297-4c38-b435-7fa09274cd99 2026-05-11 22:15:32.881 13 INFO neutron.plugins.ml2.plugin [None req-efafb90d-25f0-4921-9d56-bb301dac7da5 - - - - - -] Attempt 1 to provision port beac151f-0297-4c38-b435-7fa09274cd99 2026-05-11 22:15:34.362 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port beac151f-0297-4c38-b435-7fa09274cd99 2026-05-11 22:15:36.398 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 66efba8d-144c-4c13-b7a3-d4ee0b38f4e1 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server [None req-b2eff93d-6465-43af-bead-e2b8f46e4b12 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 17bba816-dc3d-4fe4-98d6-87f8c4db7ada: This subnet is being modified by another concurrent operation. 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server raise self.value 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1660, in create_port 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1625, in _create_port_db 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1572, in create_port_db 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server raise exception 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 17bba816-dc3d-4fe4-98d6-87f8c4db7ada: This subnet is being modified by another concurrent operation. 2026-05-11 22:15:36.744 16 ERROR oslo_messaging.rpc.server 2026-05-11 22:15:40.496 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 28ed6fe4-a7fa-40a8-9d9d-89e9b2a16922 2026-05-11 22:15:40.848 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 0c67be21-6f9f-49d6-97f9-14b0f812a1a4 2026-05-11 22:15:41.168 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port f7d5b6c2-59e4-4f0e-8367-5726f1173242 2026-05-11 22:15:42.399 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 0c67be21-6f9f-49d6-97f9-14b0f812a1a4 2026-05-11 22:15:42.674 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port f7d5b6c2-59e4-4f0e-8367-5726f1173242 2026-05-11 22:15:42.901 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 28ed6fe4-a7fa-40a8-9d9d-89e9b2a16922 2026-05-11 22:15:43.496 16 INFO neutron.plugins.ml2.plugin [None req-31d8b16b-8151-4f7a-a398-c15ebacb17ed - - - - - -] Attempt 1 to provision port 1090849f-6bb5-4456-a7e5-ceb53d6c47c8 2026-05-11 22:15:43.520 16 INFO neutron.plugins.ml2.plugin [None req-31d8b16b-8151-4f7a-a398-c15ebacb17ed - - - - - -] Attempt 1 to provision port beac151f-0297-4c38-b435-7fa09274cd99 2026-05-11 22:15:43.580 16 INFO neutron.plugins.ml2.plugin [None req-31d8b16b-8151-4f7a-a398-c15ebacb17ed - - - - - -] Attempt 1 to provision port 2c668162-5c57-4504-bd21-ba6de095f2b7 2026-05-11 22:15:43.621 16 INFO neutron.plugins.ml2.plugin [None req-31d8b16b-8151-4f7a-a398-c15ebacb17ed - - - - - -] Attempt 1 to provision port 28ed6fe4-a7fa-40a8-9d9d-89e9b2a16922 2026-05-11 22:15:44.378 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port ba801fc9-e915-49de-9961-72eff42d96ea 2026-05-11 22:15:47.256 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port bd8496ca-2a8a-4f98-b9fd-77c60ff8ef6d 2026-05-11 22:15:47.598 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port ba801fc9-e915-49de-9961-72eff42d96ea 2026-05-11 22:15:47.889 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b478fc0d-9175-4d63-86bb-b6fa22b1fba2'] response: {'server_uuid': 'ceecb937-48ba-4da5-8309-7f46fa6a838b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bd8496ca-2a8a-4f98-b9fd-77c60ff8ef6d', 'code': 200} 2026-05-11 22:15:49.665 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 213bc035-ea29-49ac-84de-9648a53d1a9c 2026-05-11 22:15:50.122 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 9ba51359-4f94-4ef2-ad10-4ad78d3b0e7a 2026-05-11 22:15:50.248 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b436ac9-8838-499a-8afe-f3fdfa64374e'] response: {'server_uuid': '8dc321ff-7f91-4a78-937d-744514aa7420', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '213bc035-ea29-49ac-84de-9648a53d1a9c', 'code': 200} 2026-05-11 22:15:50.484 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port bd8496ca-2a8a-4f98-b9fd-77c60ff8ef6d 2026-05-11 22:15:52.091 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 9ba51359-4f94-4ef2-ad10-4ad78d3b0e7a 2026-05-11 22:15:52.417 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 213bc035-ea29-49ac-84de-9648a53d1a9c 2026-05-11 22:15:54.899 16 INFO neutron.plugins.ml2.plugin [None req-0de906f8-1711-4779-b8e3-f3db5ae8d879 - - - - - -] Attempt 1 to provision port 1090849f-6bb5-4456-a7e5-ceb53d6c47c8 2026-05-11 22:15:54.926 16 INFO neutron.plugins.ml2.plugin [None req-0de906f8-1711-4779-b8e3-f3db5ae8d879 - - - - - -] Attempt 1 to provision port 14099bcc-bd59-4c5a-8f40-1e948e3f266e 2026-05-11 22:15:54.956 16 INFO neutron.plugins.ml2.plugin [None req-0de906f8-1711-4779-b8e3-f3db5ae8d879 - - - - - -] Attempt 1 to provision port 2c668162-5c57-4504-bd21-ba6de095f2b7 2026-05-11 22:15:54.986 16 INFO neutron.plugins.ml2.plugin [None req-0de906f8-1711-4779-b8e3-f3db5ae8d879 - - - - - -] Attempt 1 to provision port 70450ced-f1ae-4ad2-8343-2c8c3b36972e 2026-05-11 22:15:55.007 16 INFO neutron.plugins.ml2.plugin [None req-0de906f8-1711-4779-b8e3-f3db5ae8d879 - - - - - -] Attempt 1 to provision port 9ba51359-4f94-4ef2-ad10-4ad78d3b0e7a 2026-05-11 22:15:56.250 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c846185f-e136-4043-b4eb-283484e3923f'] response: {'server_uuid': '8dc321ff-7f91-4a78-937d-744514aa7420', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '213bc035-ea29-49ac-84de-9648a53d1a9c', 'code': 200} 2026-05-11 22:16:00.307 16 INFO neutron.plugins.ml2.plugin [None req-728400c2-dcba-4445-aace-9514325f8a6b - - - - - -] Attempt 1 to provision port bd8496ca-2a8a-4f98-b9fd-77c60ff8ef6d 2026-05-11 22:16:00.366 16 INFO neutron.plugins.ml2.plugin [None req-728400c2-dcba-4445-aace-9514325f8a6b - - - - - -] Attempt 1 to provision port 1090849f-6bb5-4456-a7e5-ceb53d6c47c8 2026-05-11 22:16:00.385 16 INFO neutron.plugins.ml2.plugin [None req-728400c2-dcba-4445-aace-9514325f8a6b - - - - - -] Attempt 1 to provision port 14099bcc-bd59-4c5a-8f40-1e948e3f266e 2026-05-11 22:16:00.402 16 INFO neutron.plugins.ml2.plugin [None req-728400c2-dcba-4445-aace-9514325f8a6b - - - - - -] Attempt 1 to provision port 2c668162-5c57-4504-bd21-ba6de095f2b7 2026-05-11 22:16:04.798 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 8b1a7cb0-18fb-4010-920b-79085e3c8200 2026-05-11 22:16:04.897 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8082d35a-41c5-4179-9f23-b01de123a800'] response: {'server_uuid': '6e09d31d-a765-41cd-b27c-eb459f9bf19a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8b1a7cb0-18fb-4010-920b-79085e3c8200', 'code': 200} 2026-05-11 22:16:06.391 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 8b1a7cb0-18fb-4010-920b-79085e3c8200 2026-05-11 22:16:10.216 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4b90444-496f-4825-a63b-337eda373fbf'] response: {'server_uuid': '6e09d31d-a765-41cd-b27c-eb459f9bf19a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8b1a7cb0-18fb-4010-920b-79085e3c8200', 'code': 200} 2026-05-11 22:16:11.119 13 INFO neutron.plugins.ml2.plugin [None req-4cf7614c-a7b7-4198-943b-0405f16ba9d4 - - - - - -] Attempt 1 to provision port 23e87bb9-3090-41ad-89ee-ccbd43193398 2026-05-11 22:16:14.035 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 2c668162-5c57-4504-bd21-ba6de095f2b7 2026-05-11 22:16:14.369 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 70450ced-f1ae-4ad2-8343-2c8c3b36972e 2026-05-11 22:16:16.023 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 2c668162-5c57-4504-bd21-ba6de095f2b7 2026-05-11 22:16:16.193 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 70450ced-f1ae-4ad2-8343-2c8c3b36972e 2026-05-11 22:16:22.411 16 INFO neutron.plugins.ml2.plugin [None req-d5e6f641-462c-49ce-8dce-a79cfb4223d9 - - - - - -] Attempt 1 to provision port bd8496ca-2a8a-4f98-b9fd-77c60ff8ef6d 2026-05-11 22:16:26.203 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port f53a764d-e4ad-41e4-9379-6fb894ae23bd 2026-05-11 22:16:26.849 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 3c84915a-a324-44c8-a259-2ffa47e12000 2026-05-11 22:16:26.904 16 INFO neutron.plugins.ml2.plugin [None req-913f1970-4cbf-495a-9e20-8a2fb1696073 - - - - - -] Attempt 1 to provision port eda54ea6-2fe1-4f50-bd2d-0cfc1ef439e1 2026-05-11 22:16:26.935 16 INFO neutron.plugins.ml2.plugin [None req-913f1970-4cbf-495a-9e20-8a2fb1696073 - - - - - -] Attempt 1 to provision port 3c84915a-a324-44c8-a259-2ffa47e12000 2026-05-11 22:16:28.068 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port f53a764d-e4ad-41e4-9379-6fb894ae23bd 2026-05-11 22:16:28.273 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 3c84915a-a324-44c8-a259-2ffa47e12000 2026-05-11 22:16:30.300 13 INFO neutron.plugins.ml2.plugin [None req-a2568cdb-d43c-4398-89e5-db736f411fb0 - - - - - -] Attempt 1 to provision port 036e9dd7-d418-45c7-a609-96fc69c47bbc 2026-05-11 22:16:30.358 13 INFO neutron.plugins.ml2.plugin [None req-a2568cdb-d43c-4398-89e5-db736f411fb0 - - - - - -] Attempt 1 to provision port 3c84915a-a324-44c8-a259-2ffa47e12000 2026-05-11 22:16:33.222 13 INFO neutron.plugins.ml2.plugin [None req-477733a7-1700-4519-825f-8944e10d9523 - - - - - -] Attempt 1 to provision port 036e9dd7-d418-45c7-a609-96fc69c47bbc 2026-05-11 22:16:36.056 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 48c9cbd6-f2ab-4a6b-84d7-70d703c061f3 2026-05-11 22:16:38.987 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 99a26d6d-1000-45bd-8326-0a995f78cfe5 2026-05-11 22:16:39.138 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f70bd707-aff1-4164-bf58-58d8d8beb91a'] response: {'server_uuid': 'd9790333-3699-44ec-849a-3b47ea4bd4aa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '99a26d6d-1000-45bd-8326-0a995f78cfe5', 'code': 200} 2026-05-11 22:16:39.564 16 INFO neutron.plugins.ml2.plugin [None req-9ad4f3e1-4b69-4eb9-b986-d6a703b41b9e - - - - - -] Attempt 1 to provision port 48c9cbd6-f2ab-4a6b-84d7-70d703c061f3 2026-05-11 22:16:39.613 16 INFO neutron.plugins.ml2.plugin [None req-9ad4f3e1-4b69-4eb9-b986-d6a703b41b9e - - - - - -] Attempt 1 to provision port 627b88a4-d569-4fe6-82ad-3245ec30ab6d 2026-05-11 22:16:39.639 16 INFO neutron.plugins.ml2.plugin [None req-9ad4f3e1-4b69-4eb9-b986-d6a703b41b9e - - - - - -] Attempt 1 to provision port 759fdd58-9e8e-4c0b-b8b5-c428bb90528f 2026-05-11 22:16:39.711 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port a6688a2a-cd40-4d95-ab6a-0c5b0e3fec87 2026-05-11 22:16:40.481 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 48c9cbd6-f2ab-4a6b-84d7-70d703c061f3 2026-05-11 22:16:41.655 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 99a26d6d-1000-45bd-8326-0a995f78cfe5 2026-05-11 22:16:41.875 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port a6688a2a-cd40-4d95-ab6a-0c5b0e3fec87 2026-05-11 22:16:43.502 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 10219759-434e-48be-8632-16290efaa2cd 2026-05-11 22:16:45.605 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port eda54ea6-2fe1-4f50-bd2d-0cfc1ef439e1 2026-05-11 22:16:45.853 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 036e9dd7-d418-45c7-a609-96fc69c47bbc 2026-05-11 22:16:46.227 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 10219759-434e-48be-8632-16290efaa2cd 2026-05-11 22:16:47.869 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port eda54ea6-2fe1-4f50-bd2d-0cfc1ef439e1 2026-05-11 22:16:48.006 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 263001f7-5d18-4dde-aa77-1a989d15764e 2026-05-11 22:16:48.264 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 036e9dd7-d418-45c7-a609-96fc69c47bbc 2026-05-11 22:16:48.536 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port ea1aeb84-8023-40f7-8940-d6b59435d09f 2026-05-11 22:16:49.561 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 263001f7-5d18-4dde-aa77-1a989d15764e 2026-05-11 22:16:49.728 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port ea1aeb84-8023-40f7-8940-d6b59435d09f 2026-05-11 22:16:53.268 16 INFO neutron.plugins.ml2.plugin [None req-287e4810-2610-41a7-8357-7b7ace22bf5f - - - - - -] Attempt 1 to provision port 4b064657-49b2-4442-a38f-eaf8c2980d27 2026-05-11 22:16:53.290 16 INFO neutron.plugins.ml2.plugin [None req-287e4810-2610-41a7-8357-7b7ace22bf5f - - - - - -] Attempt 1 to provision port 263001f7-5d18-4dde-aa77-1a989d15764e 2026-05-11 22:16:53.350 16 INFO neutron.plugins.ml2.plugin [None req-287e4810-2610-41a7-8357-7b7ace22bf5f - - - - - -] Attempt 1 to provision port 48c9cbd6-f2ab-4a6b-84d7-70d703c061f3 2026-05-11 22:16:53.426 16 INFO neutron.plugins.ml2.plugin [None req-287e4810-2610-41a7-8357-7b7ace22bf5f - - - - - -] Attempt 1 to provision port 5888eea0-881b-464e-a500-3d9f9f486cb6 2026-05-11 22:16:58.730 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 5888eea0-881b-464e-a500-3d9f9f486cb6 2026-05-11 22:16:59.045 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port c7c2c2f8-50ce-4819-9d48-f8e98f84ec2b 2026-05-11 22:16:59.197 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b386bc24-d8b4-437a-9c4b-382d0ce416db'] response: {'server_uuid': 'f0b0d041-88bc-438f-b9fe-3d34956021c5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c7c2c2f8-50ce-4819-9d48-f8e98f84ec2b', 'code': 200} 2026-05-11 22:16:59.379 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 8ac1ad87-5678-4bb8-97eb-a51e168d7224 2026-05-11 22:16:59.754 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 627b88a4-d569-4fe6-82ad-3245ec30ab6d 2026-05-11 22:17:01.136 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 5888eea0-881b-464e-a500-3d9f9f486cb6 2026-05-11 22:17:01.360 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 8ac1ad87-5678-4bb8-97eb-a51e168d7224 2026-05-11 22:17:01.605 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port fb44cf9b-52d9-482d-acc6-a5dce917dc2f 2026-05-11 22:17:01.693 16 INFO neutron.plugins.ml2.plugin [None req-f120c222-9b5c-4d5f-a57a-0d703b590dff - - - - - -] Attempt 1 to provision port 4b064657-49b2-4442-a38f-eaf8c2980d27 2026-05-11 22:17:01.727 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d840ad31-8f45-4edc-aaa5-1aea0de889c0'] response: {'server_uuid': 'd72c51a7-a945-4e03-9cf0-b4962ab26aed', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fb44cf9b-52d9-482d-acc6-a5dce917dc2f', 'code': 200} 2026-05-11 22:17:01.837 16 INFO neutron.plugins.ml2.plugin [None req-f120c222-9b5c-4d5f-a57a-0d703b590dff - - - - - -] Attempt 1 to provision port e6639008-74e8-4eee-b967-5aa3842afdd5 2026-05-11 22:17:01.859 16 INFO neutron.plugins.ml2.plugin [None req-f120c222-9b5c-4d5f-a57a-0d703b590dff - - - - - -] Attempt 1 to provision port ac23ba8c-c185-4114-984f-6fd30bce0871 2026-05-11 22:17:01.883 16 INFO neutron.plugins.ml2.plugin [None req-f120c222-9b5c-4d5f-a57a-0d703b590dff - - - - - -] Attempt 1 to provision port 263001f7-5d18-4dde-aa77-1a989d15764e 2026-05-11 22:17:01.936 16 INFO neutron.plugins.ml2.plugin [None req-f120c222-9b5c-4d5f-a57a-0d703b590dff - - - - - -] Attempt 1 to provision port 8ac1ad87-5678-4bb8-97eb-a51e168d7224 2026-05-11 22:17:02.001 16 INFO neutron.plugins.ml2.plugin [None req-f120c222-9b5c-4d5f-a57a-0d703b590dff - - - - - -] Attempt 1 to provision port 5888eea0-881b-464e-a500-3d9f9f486cb6 2026-05-11 22:17:02.024 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port c7c2c2f8-50ce-4819-9d48-f8e98f84ec2b 2026-05-11 22:17:02.339 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 627b88a4-d569-4fe6-82ad-3245ec30ab6d 2026-05-11 22:17:02.836 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 4b064657-49b2-4442-a38f-eaf8c2980d27 2026-05-11 22:17:03.243 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port fb44cf9b-52d9-482d-acc6-a5dce917dc2f 2026-05-11 22:17:03.590 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 759fdd58-9e8e-4c0b-b8b5-c428bb90528f 2026-05-11 22:17:04.945 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port ac23ba8c-c185-4114-984f-6fd30bce0871 2026-05-11 22:17:05.167 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port e6639008-74e8-4eee-b967-5aa3842afdd5 2026-05-11 22:17:05.677 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 759fdd58-9e8e-4c0b-b8b5-c428bb90528f 2026-05-11 22:17:06.762 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port ac23ba8c-c185-4114-984f-6fd30bce0871 2026-05-11 22:17:06.958 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port e6639008-74e8-4eee-b967-5aa3842afdd5 2026-05-11 22:17:09.340 13 INFO neutron.plugins.ml2.plugin [None req-5a45efe2-41d6-43cc-ab26-cef528e278f3 - - - - - -] Attempt 1 to provision port 4b064657-49b2-4442-a38f-eaf8c2980d27 2026-05-11 22:17:09.452 13 INFO neutron.plugins.ml2.plugin [None req-5a45efe2-41d6-43cc-ab26-cef528e278f3 - - - - - -] Attempt 1 to provision port c7c2c2f8-50ce-4819-9d48-f8e98f84ec2b 2026-05-11 22:17:09.499 13 INFO neutron.plugins.ml2.plugin [None req-5a45efe2-41d6-43cc-ab26-cef528e278f3 - - - - - -] Attempt 1 to provision port 99a26d6d-1000-45bd-8326-0a995f78cfe5 2026-05-11 22:17:12.114 16 INFO neutron.plugins.ml2.plugin [None req-8ea10251-220f-413f-a315-e246fbd14167 - - - - - -] Attempt 1 to provision port 8ac1ad87-5678-4bb8-97eb-a51e168d7224 2026-05-11 22:17:12.172 16 INFO neutron.plugins.ml2.plugin [None req-8ea10251-220f-413f-a315-e246fbd14167 - - - - - -] Attempt 1 to provision port e6639008-74e8-4eee-b967-5aa3842afdd5 2026-05-11 22:17:20.953 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 6a065a17-e05e-4c51-8a8c-a6bda6cb969b 2026-05-11 22:17:22.800 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 6a065a17-e05e-4c51-8a8c-a6bda6cb969b 2026-05-11 22:17:22.941 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d08a6cc7-d4cf-4636-a0cc-bc049b28fe08 2026-05-11 22:17:24.134 13 INFO neutron.plugins.ml2.plugin [None req-a25659f3-ea4f-428f-a16f-09300821a158 - - - - - -] Attempt 1 to provision port 6a065a17-e05e-4c51-8a8c-a6bda6cb969b 2026-05-11 22:17:24.194 13 INFO neutron.plugins.ml2.plugin [None req-a25659f3-ea4f-428f-a16f-09300821a158 - - - - - -] Attempt 1 to provision port 5def8948-ed5e-4192-b10a-438d69ee7495 2026-05-11 22:17:24.796 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d08a6cc7-d4cf-4636-a0cc-bc049b28fe08 2026-05-11 22:17:29.236 16 INFO neutron.plugins.ml2.plugin [None req-1135c6bd-1add-4e7b-bd37-f30f31d37778 - - - - - -] Attempt 1 to provision port af55d93e-5427-4381-ae8f-e726671a1221 2026-05-11 22:17:29.291 16 INFO neutron.plugins.ml2.plugin [None req-1135c6bd-1add-4e7b-bd37-f30f31d37778 - - - - - -] Attempt 1 to provision port 6a065a17-e05e-4c51-8a8c-a6bda6cb969b 2026-05-11 22:17:34.344 13 INFO neutron.plugins.ml2.plugin [None req-c3f5d4ff-743e-472e-8a01-c251942f4f49 - - - - - -] Attempt 1 to provision port ee9d6581-e08f-4fba-851d-c869e49a6834 2026-05-11 22:17:35.855 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port b3ddf02f-8b79-4adf-8b4b-a08e2b6b5023 2026-05-11 22:17:35.969 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa41b339-f147-4d53-bc3c-42ce6c8898a2'] response: {'server_uuid': '0c412daa-7cc5-487d-ad12-d4f8bfad1251', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b3ddf02f-8b79-4adf-8b4b-a08e2b6b5023', 'code': 200} 2026-05-11 22:17:36.646 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-2dcb4626-8594-431e-9695-f8d75db200d8'] response: {'server_uuid': 'd9790333-3699-44ec-849a-3b47ea4bd4aa', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '99a26d6d-1000-45bd-8326-0a995f78cfe5', 'code': 200} 2026-05-11 22:17:37.891 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port b3ddf02f-8b79-4adf-8b4b-a08e2b6b5023 2026-05-11 22:17:38.059 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 99a26d6d-1000-45bd-8326-0a995f78cfe5 2026-05-11 22:17:38.681 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6a1b60b-717e-49c3-ab9e-f01cd73b8100'] response: {'server_uuid': 'd9790333-3699-44ec-849a-3b47ea4bd4aa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '99a26d6d-1000-45bd-8326-0a995f78cfe5', 'code': 200} 2026-05-11 22:17:39.233 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 99a26d6d-1000-45bd-8326-0a995f78cfe5 2026-05-11 22:17:40.031 13 INFO neutron.plugins.ml2.plugin [None req-4dd08a44-f221-4f33-a96f-1c5bfd47ed34 - - - - - -] Attempt 1 to provision port af55d93e-5427-4381-ae8f-e726671a1221 2026-05-11 22:17:40.155 13 INFO neutron.plugins.ml2.plugin [None req-4dd08a44-f221-4f33-a96f-1c5bfd47ed34 - - - - - -] Attempt 1 to provision port b3ddf02f-8b79-4adf-8b4b-a08e2b6b5023 2026-05-11 22:17:41.235 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port af55d93e-5427-4381-ae8f-e726671a1221 2026-05-11 22:17:41.454 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 5def8948-ed5e-4192-b10a-438d69ee7495 2026-05-11 22:17:43.237 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 5def8948-ed5e-4192-b10a-438d69ee7495 2026-05-11 22:18:09.397 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d8f1fe61-d926-43d0-9fca-75a6adfcc6e3 2026-05-11 22:18:11.273 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d8f1fe61-d926-43d0-9fca-75a6adfcc6e3 2026-05-11 22:18:13.185 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d40b912b-8aa6-4517-aa94-7eccb7a8f69e 2026-05-11 22:18:13.530 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 65b3af21-4285-4d7b-ba5f-b4041b5306e1 2026-05-11 22:18:15.392 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d40b912b-8aa6-4517-aa94-7eccb7a8f69e 2026-05-11 22:18:17.188 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port efa32625-d494-4169-b049-4be05c6ef3a9 2026-05-11 22:18:19.508 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port efa32625-d494-4169-b049-4be05c6ef3a9 2026-05-11 22:18:21.296 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 2c48f471-1e8f-4107-8030-1b2aa4004267 2026-05-11 22:18:23.210 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 2c48f471-1e8f-4107-8030-1b2aa4004267 2026-05-11 22:18:25.234 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 34c9d88a-909e-46b5-a6da-10044440f45a 2026-05-11 22:18:27.195 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 34c9d88a-909e-46b5-a6da-10044440f45a 2026-05-11 22:18:30.838 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port a667ae2a-1b2d-4ade-b934-faa210dd5bb1 2026-05-11 22:18:30.970 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e6589b7-1571-4aab-aef8-867decdf33c4'] response: {'server_uuid': '8706d44a-9b41-42b8-b829-932486b90b3b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a667ae2a-1b2d-4ade-b934-faa210dd5bb1', 'code': 200} 2026-05-11 22:18:31.202 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 3cda1785-fe37-4adc-a30d-6362fbcc04f7 2026-05-11 22:18:32.082 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port e61dbc3e-d6f6-4e6d-83fe-74da46556ff6 2026-05-11 22:18:32.320 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 39fe0118-7db4-4fa6-8557-58931ca14b60 2026-05-11 22:18:32.524 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port a667ae2a-1b2d-4ade-b934-faa210dd5bb1 2026-05-11 22:18:32.782 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 3cda1785-fe37-4adc-a30d-6362fbcc04f7 2026-05-11 22:18:33.016 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ed8387d-17e3-444f-9286-5e9f8f214679'] response: {'server_uuid': '4c05ced9-3324-4bd0-9ee8-3128947c5bf0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3cda1785-fe37-4adc-a30d-6362fbcc04f7', 'code': 200} 2026-05-11 22:18:34.344 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port b925694a-d66c-4f48-9755-dd33ebba0970 2026-05-11 22:18:34.651 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port e61dbc3e-d6f6-4e6d-83fe-74da46556ff6 2026-05-11 22:18:34.788 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 39fe0118-7db4-4fa6-8557-58931ca14b60 2026-05-11 22:18:34.975 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 71cd8638-35c7-449d-8101-317c40e79fe3 2026-05-11 22:18:36.306 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port b925694a-d66c-4f48-9755-dd33ebba0970 2026-05-11 22:18:36.443 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 71cd8638-35c7-449d-8101-317c40e79fe3 2026-05-11 22:18:41.413 13 INFO neutron.plugins.ml2.plugin [None req-730d5400-c9b4-4b26-9404-36023e85f2bb - - - - - -] Attempt 1 to provision port 34c9d88a-909e-46b5-a6da-10044440f45a 2026-05-11 22:18:41.489 13 INFO neutron.plugins.ml2.plugin [None req-730d5400-c9b4-4b26-9404-36023e85f2bb - - - - - -] Attempt 1 to provision port 2c48f471-1e8f-4107-8030-1b2aa4004267 2026-05-11 22:18:41.553 13 INFO neutron.plugins.ml2.plugin [None req-730d5400-c9b4-4b26-9404-36023e85f2bb - - - - - -] Attempt 1 to provision port 39fe0118-7db4-4fa6-8557-58931ca14b60 2026-05-11 22:18:41.611 13 INFO neutron.plugins.ml2.plugin [None req-730d5400-c9b4-4b26-9404-36023e85f2bb - - - - - -] Attempt 1 to provision port e61dbc3e-d6f6-4e6d-83fe-74da46556ff6 2026-05-11 22:18:45.793 16 INFO neutron.plugins.ml2.plugin [None req-09adba40-f7ab-4db6-afa3-2607d5480373 - - - - - -] Attempt 1 to provision port 39fe0118-7db4-4fa6-8557-58931ca14b60 2026-05-11 22:18:48.943 16 INFO neutron.plugins.ml2.plugin [None req-93fd9709-6fd2-4b66-9187-54266fb8590e - - - - - -] Attempt 1 to provision port 3cda1785-fe37-4adc-a30d-6362fbcc04f7 2026-05-11 22:19:22.825 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 602e7781-4e8f-416d-8b0b-d6ff74ebe6b6 2026-05-11 22:19:22.960 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-434191e8-acfb-4d5d-aa64-821799a300da'] response: {'server_uuid': '16a26bc2-d79a-4ce6-a1d9-c15646a083a0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '602e7781-4e8f-416d-8b0b-d6ff74ebe6b6', 'code': 200} 2026-05-11 22:19:24.260 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 602e7781-4e8f-416d-8b0b-d6ff74ebe6b6 2026-05-11 22:19:46.397 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-00abb167-3134-447e-bc31-f14e010fba59'] response: {'server_uuid': '16a26bc2-d79a-4ce6-a1d9-c15646a083a0', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '602e7781-4e8f-416d-8b0b-d6ff74ebe6b6', 'code': 200} 2026-05-11 22:20:36.159 13 INFO neutron.plugins.ml2.plugin [None req-e5e302f7-479a-4d34-a393-eb44bde69912 - - - - - -] Attempt 1 to provision port 2cb772ff-fecf-444e-b64e-189616fd282e 2026-05-11 22:20:36.260 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 2cb772ff-fecf-444e-b64e-189616fd282e 2026-05-11 22:20:38.231 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 2cb772ff-fecf-444e-b64e-189616fd282e 2026-05-11 22:20:40.286 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 45183517-8b39-4d58-a5e6-b2372b293672 2026-05-11 22:20:40.621 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 97484b12-4cac-45d6-a191-3a59b03d27b3 2026-05-11 22:20:42.395 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 97484b12-4cac-45d6-a191-3a59b03d27b3 2026-05-11 22:20:42.613 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 45183517-8b39-4d58-a5e6-b2372b293672 2026-05-11 22:20:42.815 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 81e3d4dd-6538-4e7c-97d2-0b7cfcadf097 2026-05-11 22:20:44.291 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 81e3d4dd-6538-4e7c-97d2-0b7cfcadf097 2026-05-11 22:20:46.360 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 2cb772ff-fecf-444e-b64e-189616fd282e 2026-05-11 22:20:54.671 13 INFO neutron.plugins.ml2.plugin [None req-a6882f34-60c5-423b-891f-23a9c7b5aef1 - - - - - -] Attempt 1 to provision port 0e407f0c-df7f-4293-91d4-f8c73bf4211b 2026-05-11 22:20:54.699 13 INFO neutron.plugins.ml2.plugin [None req-a6882f34-60c5-423b-891f-23a9c7b5aef1 - - - - - -] Attempt 1 to provision port 924294a9-75a8-4326-90bb-a6543273a420 2026-05-11 22:20:54.745 13 INFO neutron.plugins.ml2.plugin [None req-a6882f34-60c5-423b-891f-23a9c7b5aef1 - - - - - -] Attempt 1 to provision port 97484b12-4cac-45d6-a191-3a59b03d27b3 2026-05-11 22:20:54.817 13 INFO neutron.plugins.ml2.plugin [None req-a6882f34-60c5-423b-891f-23a9c7b5aef1 - - - - - -] Attempt 1 to provision port 98194d44-d913-4599-b283-b0740b3df1cd 2026-05-11 22:20:54.826 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d0679f48-7c7c-493d-a16d-79581203d272 2026-05-11 22:20:54.843 13 INFO neutron.plugins.ml2.plugin [None req-a6882f34-60c5-423b-891f-23a9c7b5aef1 - - - - - -] Attempt 1 to provision port d0679f48-7c7c-493d-a16d-79581203d272 2026-05-11 22:20:55.006 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-61928bf7-e572-451a-bd00-c73ccc77ac0c'] response: {'server_uuid': '3a64e564-d180-44f4-8973-7c880e54bf0c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd0679f48-7c7c-493d-a16d-79581203d272', 'code': 200} 2026-05-11 22:20:55.483 13 INFO neutron.plugins.ml2.plugin [None req-a6882f34-60c5-423b-891f-23a9c7b5aef1 - - - - - -] Attempt 1 to provision port a46fec60-9284-4319-83e5-a96d1ebd4ad4 2026-05-11 22:20:55.537 13 INFO neutron.plugins.ml2.plugin [None req-a6882f34-60c5-423b-891f-23a9c7b5aef1 - - - - - -] Attempt 1 to provision port 2cb772ff-fecf-444e-b64e-189616fd282e 2026-05-11 22:20:55.633 13 INFO neutron.plugins.ml2.plugin [None req-a6882f34-60c5-423b-891f-23a9c7b5aef1 - - - - - -] Attempt 1 to provision port 81e3d4dd-6538-4e7c-97d2-0b7cfcadf097 2026-05-11 22:20:56.302 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 0e407f0c-df7f-4293-91d4-f8c73bf4211b 2026-05-11 22:20:56.653 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d0679f48-7c7c-493d-a16d-79581203d272 2026-05-11 22:20:58.322 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port a46fec60-9284-4319-83e5-a96d1ebd4ad4 2026-05-11 22:20:58.539 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 924294a9-75a8-4326-90bb-a6543273a420 2026-05-11 22:20:58.785 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 0e407f0c-df7f-4293-91d4-f8c73bf4211b 2026-05-11 22:20:58.955 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 98194d44-d913-4599-b283-b0740b3df1cd 2026-05-11 22:20:59.572 13 INFO neutron.plugins.ml2.plugin [None req-f4036fb8-5765-4968-bf26-0b4747698de4 - - - - - -] Attempt 1 to provision port 0e407f0c-df7f-4293-91d4-f8c73bf4211b 2026-05-11 22:20:59.638 13 INFO neutron.plugins.ml2.plugin [None req-f4036fb8-5765-4968-bf26-0b4747698de4 - - - - - -] Attempt 1 to provision port a46fec60-9284-4319-83e5-a96d1ebd4ad4 2026-05-11 22:21:00.285 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port a46fec60-9284-4319-83e5-a96d1ebd4ad4 2026-05-11 22:21:00.456 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 924294a9-75a8-4326-90bb-a6543273a420 2026-05-11 22:21:00.638 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 98194d44-d913-4599-b283-b0740b3df1cd 2026-05-11 22:21:02.525 16 INFO neutron.plugins.ml2.plugin [None req-d59474bd-cdd3-4f8d-9823-333cd094e47b - - - - - -] Attempt 1 to provision port 81e3d4dd-6538-4e7c-97d2-0b7cfcadf097 2026-05-11 22:21:02.578 16 INFO neutron.plugins.ml2.plugin [None req-d59474bd-cdd3-4f8d-9823-333cd094e47b - - - - - -] Attempt 1 to provision port d0679f48-7c7c-493d-a16d-79581203d272 2026-05-11 22:21:02.630 16 INFO neutron.plugins.ml2.plugin [None req-d59474bd-cdd3-4f8d-9823-333cd094e47b - - - - - -] Attempt 1 to provision port 924294a9-75a8-4326-90bb-a6543273a420 2026-05-11 22:21:05.479 16 INFO neutron.plugins.ml2.plugin [None req-0e85e8f0-f912-44c7-977c-6546b6c597c3 - - - - - -] Attempt 1 to provision port 81e3d4dd-6538-4e7c-97d2-0b7cfcadf097 2026-05-11 22:21:05.527 16 INFO neutron.plugins.ml2.plugin [None req-0e85e8f0-f912-44c7-977c-6546b6c597c3 - - - - - -] Attempt 1 to provision port 924294a9-75a8-4326-90bb-a6543273a420 2026-05-11 22:21:07.818 16 INFO neutron.plugins.ml2.plugin [None req-21c44e3c-c73e-4ecd-a7c2-5c727398a2cc - - - - - -] Attempt 1 to provision port 924294a9-75a8-4326-90bb-a6543273a420 2026-05-11 22:21:12.292 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 72584243-8e96-4abe-bc98-175f5afc9cf9 2026-05-11 22:21:12.401 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ac96adf-0dcd-4a3a-976d-467ffc93a079'] response: {'server_uuid': '7fa35bc8-1fd0-4ef3-8277-3e8b643f7e9b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '72584243-8e96-4abe-bc98-175f5afc9cf9', 'code': 200} 2026-05-11 22:21:14.287 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 72584243-8e96-4abe-bc98-175f5afc9cf9 2026-05-11 22:21:38.500 13 INFO neutron.plugins.ml2.plugin [None req-c93c94b4-609b-465a-8744-64745498c95c - - - - - -] Attempt 1 to provision port 1ead66cc-f0ea-420d-b074-f68649a52f68 2026-05-11 22:22:00.806 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port e5593a4e-c3a4-4d02-952d-f696c62fef8a 2026-05-11 22:22:00.975 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-94e20737-eff7-421f-a1c5-dca8ccfa7a56'] response: {'server_uuid': 'ea1704c2-1c34-44b7-ae40-84fabba7f30f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e5593a4e-c3a4-4d02-952d-f696c62fef8a', 'code': 200} 2026-05-11 22:22:02.275 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port e5593a4e-c3a4-4d02-952d-f696c62fef8a 2026-05-11 22:22:44.329 16 INFO neutron.plugins.ml2.plugin [None req-aad8e7cf-67bd-433d-b4db-317e95b41d3a - - - - - -] Attempt 1 to provision port d254c076-7108-4ae7-8311-409444a312c5 2026-05-11 22:22:50.339 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d254c076-7108-4ae7-8311-409444a312c5 2026-05-11 22:22:50.445 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-66cf95ae-a0c5-4d75-94ac-37d31fc1a3ff'] response: {'server_uuid': 'ea1704c2-1c34-44b7-ae40-84fabba7f30f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd254c076-7108-4ae7-8311-409444a312c5', 'code': 200} 2026-05-11 22:22:52.282 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d254c076-7108-4ae7-8311-409444a312c5 2026-05-11 22:22:54.822 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d254c076-7108-4ae7-8311-409444a312c5 2026-05-11 22:23:17.768 16 INFO neutron.plugins.ml2.plugin [None req-c29a94cd-b138-4fea-9efb-8750a82ea81b - - - - - -] Attempt 1 to provision port 4eebb4e7-6a48-436a-8e9f-159eff4c91ca 2026-05-11 22:23:25.906 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 4eebb4e7-6a48-436a-8e9f-159eff4c91ca 2026-05-11 22:23:26.016 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-7dd86acf-0918-412d-bc2a-b406698baccf'] response: {'server_uuid': 'ea1704c2-1c34-44b7-ae40-84fabba7f30f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4eebb4e7-6a48-436a-8e9f-159eff4c91ca', 'code': 200} 2026-05-11 22:23:26.569 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 4eebb4e7-6a48-436a-8e9f-159eff4c91ca 2026-05-11 22:23:38.927 13 INFO neutron.plugins.ml2.plugin [None req-76fe3527-67d3-4632-8ef9-a6bbfaf72067 - - - - - -] Attempt 1 to provision port d76e909d-0d00-44e5-8960-3bf113e4f047 2026-05-11 22:23:44.568 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d76e909d-0d00-44e5-8960-3bf113e4f047 2026-05-11 22:23:44.670 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c944761-2efa-456b-aa21-cc499c640a41'] response: {'server_uuid': 'ea1704c2-1c34-44b7-ae40-84fabba7f30f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd76e909d-0d00-44e5-8960-3bf113e4f047', 'code': 200} 2026-05-11 22:23:46.529 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d76e909d-0d00-44e5-8960-3bf113e4f047 2026-05-11 22:23:48.899 16 INFO neutron.plugins.ml2.plugin [None req-47ce1720-3166-46f2-83f7-207a9950aec3 - - - - - -] Attempt 1 to provision port 4eebb4e7-6a48-436a-8e9f-159eff4c91ca 2026-05-11 22:24:02.655 13 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port d76e909d-0d00-44e5-8960-3bf113e4f047 2026-05-11 22:24:02.737 16 INFO neutron.plugins.ml2.plugin [None req-17072348-dd61-4d20-a794-c4d02a2e54f4 - - - - - -] Attempt 1 to provision port d76e909d-0d00-44e5-8960-3bf113e4f047 2026-05-11 22:24:04.203 13 INFO neutron.plugins.ml2.plugin [None req-3c962815-0206-4184-9c97-23436f4d8bbb - - - - - -] Attempt 1 to provision port d76e909d-0d00-44e5-8960-3bf113e4f047 2026-05-11 22:24:13.546 13 INFO neutron.plugins.ml2.plugin [None req-23c2bbc8-7b10-4f24-84cb-5ae490f56734 - - - - - -] Attempt 1 to provision port 4eebb4e7-6a48-436a-8e9f-159eff4c91ca 2026-05-11 22:24:14.562 16 INFO neutron.plugins.ml2.plugin [None req-6b09a817-4b5c-4cf8-9082-b52f240cc30d - - - - - -] Attempt 1 to provision port 4eebb4e7-6a48-436a-8e9f-159eff4c91ca 2026-05-11 22:24:56.707 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f29d435-a97a-4db7-874c-f07a3598d5df'] response: {'server_uuid': '3a64e564-d180-44f4-8973-7c880e54bf0c', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd0679f48-7c7c-493d-a16d-79581203d272', 'code': 200}