+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2026-07-08 06:58:05.830 1 INFO neutron.common.config [-] Logging enabled! 2026-07-08 06:58:05.830 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.4.dev5 2026-07-08 06:58:05.830 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-07-08 06:58:05.831 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-08 06:58:07.388 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-08 06:58:07.391 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-08 06:58:07.394 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-08 06:58:07.395 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-08 06:58:07.395 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-08 06:58:07.395 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-08 06:58:07.395 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-08 06:58:07.401 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-08 06:58:07.402 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-08 06:58:07.402 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-08 06:58:07.420 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-08 06:58:07.421 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-08 06:58:07.421 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-08 06:58:07.440 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-08 06:58:07.440 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-08 06:58:07.440 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-08 06:58:07.440 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-08 06:58:07.698 1 INFO neutron.plugins.ml2.managers [None req-c7825e81-427c-4ffb-a1c7-9aafb7f224ba - - - - - -] Initializing driver for type 'vlan' 2026-07-08 06:58:07.841 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c7825e81-427c-4ffb-a1c7-9aafb7f224ba - - - - - -] VlanTypeDriver initialization complete 2026-07-08 06:58:07.842 1 INFO neutron.plugins.ml2.managers [None req-c7825e81-427c-4ffb-a1c7-9aafb7f224ba - - - - - -] Initializing driver for type 'vxlan' 2026-07-08 06:58:07.842 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c7825e81-427c-4ffb-a1c7-9aafb7f224ba - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-08 06:58:07.954 1 INFO neutron.plugins.ml2.managers [None req-c7825e81-427c-4ffb-a1c7-9aafb7f224ba - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-08 06:58:07.954 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c7825e81-427c-4ffb-a1c7-9aafb7f224ba - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-08 06:58:07.954 1 INFO neutron.plugins.ml2.managers [None req-c7825e81-427c-4ffb-a1c7-9aafb7f224ba - - - - - -] Initializing extension driver 'port_security' 2026-07-08 06:58:07.955 1 INFO neutron.plugins.ml2.extensions.port_security [None req-c7825e81-427c-4ffb-a1c7-9aafb7f224ba - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-08 06:58:07.955 1 INFO neutron.plugins.ml2.managers [None req-c7825e81-427c-4ffb-a1c7-9aafb7f224ba - - - - - -] Initializing extension driver 'qos' 2026-07-08 06:58:07.955 1 INFO neutron.plugins.ml2.managers [None req-c7825e81-427c-4ffb-a1c7-9aafb7f224ba - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-08 06:58:07.955 1 INFO neutron.plugins.ml2.managers [None req-c7825e81-427c-4ffb-a1c7-9aafb7f224ba - - - - - -] Initializing mechanism driver 'l2population' 2026-07-08 06:58:07.971 1 INFO neutron.quota [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded quota_driver: . 2026-07-08 06:58:07.972 1 INFO neutron.plugins.ml2.plugin [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Modular L2 Plugin initialization complete 2026-07-08 06:58:07.972 1 INFO neutron.plugins.ml2.managers [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-08 06:58:07.972 1 INFO neutron.plugins.ml2.managers [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-08 06:58:07.972 1 INFO neutron.plugins.ml2.managers [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-08 06:58:07.973 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: qos 2026-07-08 06:58:07.984 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: router 2026-07-08 06:58:08.018 1 INFO neutron.services.service_base [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-08 06:58:08.018 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: segments 2026-07-08 06:58:08.083 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: trunk 2026-07-08 06:58:08.095 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: vpnaas 2026-07-08 06:58:08.127 1 WARNING stevedore.named [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-08 06:58:08.195 1 INFO neutron_vpnaas.services.vpn.plugin [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-08 06:58:08.196 1 INFO neutron.common.utils [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-08 06:58:08.196 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: taas 2026-07-08 06:58:08.224 1 WARNING stevedore.named [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-08 06:58:08.250 1 INFO neutron_taas.services.taas.taas_plugin [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-08 06:58:08.250 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: tapmirror 2026-07-08 06:58:08.265 1 WARNING stevedore.named [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-08 06:58:08.288 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-08 06:58:08.289 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: auto_allocate 2026-07-08 06:58:08.300 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: tag 2026-07-08 06:58:08.318 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: timestamp 2026-07-08 06:58:08.321 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: network_ip_availability 2026-07-08 06:58:08.325 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: flavors 2026-07-08 06:58:08.328 1 INFO neutron.manager [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loading Plugin: revisions 2026-07-08 06:58:08.332 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Initializing extension manager. 2026-07-08 06:58:08.333 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: address-group 2026-07-08 06:58:08.334 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: address-scope 2026-07-08 06:58:08.335 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-08 06:58:08.336 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: agent 2026-07-08 06:58:08.336 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: agent-resources-synced 2026-07-08 06:58:08.337 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-08 06:58:08.338 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-08 06:58:08.339 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: availability_zone 2026-07-08 06:58:08.339 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: availability_zone_filter 2026-07-08 06:58:08.340 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-08 06:58:08.340 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: default-subnetpools 2026-07-08 06:58:08.342 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-08 06:58:08.342 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: dns-integration 2026-07-08 06:58:08.342 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: dns-domain-ports 2026-07-08 06:58:08.343 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-08 06:58:08.343 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: dvr 2026-07-08 06:58:08.344 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-08 06:58:08.344 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: empty-string-filtering 2026-07-08 06:58:08.345 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-08 06:58:08.345 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-08 06:58:08.346 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: external-net 2026-07-08 06:58:08.346 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-08 06:58:08.347 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: extraroute 2026-07-08 06:58:08.347 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: extraroute-atomic 2026-07-08 06:58:08.348 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-08 06:58:08.348 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-08 06:58:08.349 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-08 06:58:08.349 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-08 06:58:08.350 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: fip-port-details 2026-07-08 06:58:08.350 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: flavors 2026-07-08 06:58:08.351 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-08 06:58:08.352 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: floatingip-pools 2026-07-08 06:58:08.353 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: ip_allocation 2026-07-08 06:58:08.353 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-08 06:58:08.353 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: l2_adjacency 2026-07-08 06:58:08.354 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: router 2026-07-08 06:58:08.356 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-08 06:58:08.357 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-08 06:58:08.357 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-08 06:58:08.358 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: ext-gw-mode 2026-07-08 06:58:08.358 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: l3-ha 2026-07-08 06:58:08.358 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-08 06:58:08.359 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-08 06:58:08.359 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: l3-flavors 2026-07-08 06:58:08.360 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-08 06:58:08.360 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-08 06:58:08.362 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-08 06:58:08.364 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-08 06:58:08.364 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-08 06:58:08.367 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-08 06:58:08.368 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-08 06:58:08.368 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: multi-provider 2026-07-08 06:58:08.369 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: net-mtu 2026-07-08 06:58:08.369 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: net-mtu-writable 2026-07-08 06:58:08.370 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: network_availability_zone 2026-07-08 06:58:08.371 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: network_ha 2026-07-08 06:58:08.372 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: network-ip-availability 2026-07-08 06:58:08.373 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-08 06:58:08.373 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: pagination 2026-07-08 06:58:08.374 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: port-device-profile 2026-07-08 06:58:08.374 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-08 06:58:08.375 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-08 06:58:08.375 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-08 06:58:08.376 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: port-mac-override 2026-07-08 06:58:08.376 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-08 06:58:08.377 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-08 06:58:08.377 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-08 06:58:08.378 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: port-resource-request 2026-07-08 06:58:08.378 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-08 06:58:08.379 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-08 06:58:08.379 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: binding 2026-07-08 06:58:08.380 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: binding-extended 2026-07-08 06:58:08.380 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: port-security 2026-07-08 06:58:08.381 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: project-id 2026-07-08 06:58:08.381 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: provider 2026-07-08 06:58:08.382 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-08 06:58:08.384 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos 2026-07-08 06:58:08.384 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-08 06:58:08.386 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-08 06:58:08.387 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos-default 2026-07-08 06:58:08.388 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos-fip 2026-07-08 06:58:08.388 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-08 06:58:08.389 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-08 06:58:08.390 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-08 06:58:08.391 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-08 06:58:08.392 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-08 06:58:08.393 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos-pps 2026-07-08 06:58:08.394 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-08 06:58:08.394 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-08 06:58:08.395 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: qos-rules-alias 2026-07-08 06:58:08.396 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: quota-check-limit 2026-07-08 06:58:08.397 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-08 06:58:08.400 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: quotas 2026-07-08 06:58:08.403 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: quota_details 2026-07-08 06:58:08.404 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: rbac-policies 2026-07-08 06:58:08.405 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: rbac-address-group 2026-07-08 06:58:08.405 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: rbac-address-scope 2026-07-08 06:58:08.405 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: rbac-security-groups 2026-07-08 06:58:08.406 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-08 06:58:08.406 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: revision-if-match 2026-07-08 06:58:08.407 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-08 06:58:08.407 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: router_availability_zone 2026-07-08 06:58:08.408 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-08 06:58:08.409 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-08 06:58:08.410 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-08 06:58:08.410 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-08 06:58:08.411 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-08 06:58:08.411 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-08 06:58:08.412 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-08 06:58:08.415 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: security-group 2026-07-08 06:58:08.416 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: segment 2026-07-08 06:58:08.417 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-08 06:58:08.417 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: service-type 2026-07-08 06:58:08.418 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: sorting 2026-07-08 06:58:08.418 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: standard-attr-segment 2026-07-08 06:58:08.419 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: standard-attr-description 2026-07-08 06:58:08.419 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: stateful-security-group 2026-07-08 06:58:08.419 1 WARNING neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-08 06:58:08.420 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-08 06:58:08.420 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: subnet-external-network 2026-07-08 06:58:08.421 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: subnet_onboard 2026-07-08 06:58:08.421 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-08 06:58:08.422 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: subnet-service-types 2026-07-08 06:58:08.422 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: subnet_allocation 2026-07-08 06:58:08.423 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-08 06:58:08.423 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: tag-creation 2026-07-08 06:58:08.423 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-08 06:58:08.427 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: standard-attr-tag 2026-07-08 06:58:08.427 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-08 06:58:08.428 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: trunk 2026-07-08 06:58:08.428 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: trunk-details 2026-07-08 06:58:08.429 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-08 06:58:08.429 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-08 06:58:08.430 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-08 06:58:08.430 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-08 06:58:08.432 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-08 06:58:08.432 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-08 06:58:08.433 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: vpn-flavors 2026-07-08 06:58:08.434 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: vpnaas 2026-07-08 06:58:08.435 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: taas 2026-07-08 06:58:08.436 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: tap-mirror 2026-07-08 06:58:08.437 1 INFO neutron.api.extensions [None req-1b7a0874-39d0-4582-bb09-a48430d1eba3 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-08 06:58:38.520 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-08 06:58:38.598 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-08 06:58:38.603 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-07-08 06:58:55.941 16 INFO neutron.db.l3_hamode_db [None req-f9e57c5d-c866-49ed-adcc-c45b54f8a726 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-08 06:59:12.862 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 77e9120d-0e03-446e-97b2-b8f2de3d3ea1 2026-07-08 06:59:13.711 16 INFO neutron.plugins.ml2.plugin [None req-95738e3a-3dd6-4aa9-8e6a-4462ffa9beb8 - - - - - -] Attempt 1 to provision port 77e9120d-0e03-446e-97b2-b8f2de3d3ea1 2026-07-08 06:59:14.774 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 77e9120d-0e03-446e-97b2-b8f2de3d3ea1 2026-07-08 06:59:15.394 16 INFO neutron.plugins.ml2.plugin [None req-8013dea1-bf6f-4e51-b1c2-41a661b04561 - - - - - -] Attempt 1 to provision port 77e9120d-0e03-446e-97b2-b8f2de3d3ea1 2026-07-08 07:03:50.890 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 712b0baa-6e32-4663-acd3-fee031c74c1f 2026-07-08 07:03:51.613 16 INFO neutron.plugins.ml2.plugin [None req-b0211484-3b24-4c85-adbf-4e90703e0ac8 - - - - - -] Attempt 1 to provision port 712b0baa-6e32-4663-acd3-fee031c74c1f 2026-07-08 07:03:52.836 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 712b0baa-6e32-4663-acd3-fee031c74c1f 2026-07-08 07:03:53.461 16 INFO neutron.plugins.ml2.plugin [None req-b0cabf4d-681a-4500-b60c-0e573aa80a43 - - - - - -] Attempt 1 to provision port 712b0baa-6e32-4663-acd3-fee031c74c1f 2026-07-08 07:03:58.964 16 INFO neutron.plugins.ml2.plugin [None req-3c1c12b9-e24a-4ddd-a676-ac69e30e3358 - - - - - -] Attempt 1 to provision port d61f600f-27e3-451c-841a-b8d2302c9b17 2026-07-08 07:08:02.753 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port d61f600f-27e3-451c-841a-b8d2302c9b17 2026-07-08 07:08:04.296 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port d61f600f-27e3-451c-841a-b8d2302c9b17 2026-07-08 07:17:22.345 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port bc2c7189-00cd-4359-98b1-35f87b692d12 2026-07-08 07:17:24.330 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port bc2c7189-00cd-4359-98b1-35f87b692d12 2026-07-08 07:26:27.824 13 INFO neutron.plugins.ml2.plugin [None req-7c7dda14-b7f7-4b64-b939-f46759d312de - - - - - -] Attempt 1 to provision port d61f600f-27e3-451c-841a-b8d2302c9b17 2026-07-08 07:26:27.880 13 INFO neutron.plugins.ml2.plugin [None req-7c7dda14-b7f7-4b64-b939-f46759d312de - - - - - -] Attempt 1 to provision port 712b0baa-6e32-4663-acd3-fee031c74c1f 2026-07-08 07:26:27.928 13 INFO neutron.plugins.ml2.plugin [None req-7c7dda14-b7f7-4b64-b939-f46759d312de - - - - - -] Attempt 1 to provision port 77e9120d-0e03-446e-97b2-b8f2de3d3ea1 2026-07-08 07:34:06.710 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 89854aad-0905-40c5-a3fa-cf4b1af50ce6 2026-07-08 07:34:08.630 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 89854aad-0905-40c5-a3fa-cf4b1af50ce6 2026-07-08 07:34:10.695 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 3e1aa088-d172-4d08-9fae-4ef238159b6c 2026-07-08 07:34:16.788 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 11a03b14-ff41-4b8b-b71b-1c1fff1f37ce 2026-07-08 07:34:17.171 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 07f5fb23-8720-4d26-8662-d23d8cb1cd9f 2026-07-08 07:34:17.624 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 8ccf5cc3-a81b-4b07-b596-6f037589acb9 2026-07-08 07:34:18.760 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 6da89f68-fccf-441c-8437-2a1eaa473d62 2026-07-08 07:34:19.164 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 8ccf5cc3-a81b-4b07-b596-6f037589acb9 2026-07-08 07:34:19.479 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 07f5fb23-8720-4d26-8662-d23d8cb1cd9f 2026-07-08 07:34:19.737 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 11a03b14-ff41-4b8b-b71b-1c1fff1f37ce 2026-07-08 07:34:20.815 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 2c794d32-e9e5-414a-9727-d40799a25b6c 2026-07-08 07:34:21.252 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 6da89f68-fccf-441c-8437-2a1eaa473d62 2026-07-08 07:34:21.488 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port c42a9847-5633-4801-a771-5a78a47438e9 2026-07-08 07:34:22.700 16 INFO neutron.plugins.ml2.plugin [None req-d25f5ec4-b4fd-461c-aca6-ad927e0ac416 - - - - - -] Attempt 1 to provision port 2c794d32-e9e5-414a-9727-d40799a25b6c 2026-07-08 07:34:22.746 16 INFO neutron.plugins.ml2.plugin [None req-d25f5ec4-b4fd-461c-aca6-ad927e0ac416 - - - - - -] Attempt 1 to provision port b6db0bd7-df94-4ce0-8db8-6b9547f4ed19 2026-07-08 07:34:22.768 16 INFO neutron.plugins.ml2.plugin [None req-d25f5ec4-b4fd-461c-aca6-ad927e0ac416 - - - - - -] Attempt 1 to provision port 8ccf5cc3-a81b-4b07-b596-6f037589acb9 2026-07-08 07:34:22.830 16 INFO neutron.plugins.ml2.plugin [None req-d25f5ec4-b4fd-461c-aca6-ad927e0ac416 - - - - - -] Attempt 1 to provision port d77eb69c-cf15-4775-91bf-98b45e6a6f61 2026-07-08 07:34:23.792 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 2c794d32-e9e5-414a-9727-d40799a25b6c 2026-07-08 07:34:24.054 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port c42a9847-5633-4801-a771-5a78a47438e9 2026-07-08 07:34:24.442 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 11750b2c-9fbb-4c10-b668-996cd2130ea6 2026-07-08 07:34:25.245 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-213dfd74-98a8-412b-a44b-7df0886d6f45'] response: {'server_uuid': 'e50b9e5e-7e96-46f2-9009-660bb1ee3042', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '11750b2c-9fbb-4c10-b668-996cd2130ea6', 'code': 200} 2026-07-08 07:34:25.447 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 11750b2c-9fbb-4c10-b668-996cd2130ea6 2026-07-08 07:34:27.419 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 6652b619-64ab-43be-a83f-696a373172fd 2026-07-08 07:34:29.438 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 6652b619-64ab-43be-a83f-696a373172fd 2026-07-08 07:34:32.010 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 04a4a74d-56e0-4db5-844f-534b3a1e3799 2026-07-08 07:34:32.125 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8a921a4-7973-4435-b57d-072c5f446c54'] response: {'server_uuid': 'e4c7260b-bef9-4d37-bbc3-1dd8de1c4a93', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '04a4a74d-56e0-4db5-844f-534b3a1e3799', 'code': 200} 2026-07-08 07:34:34.660 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 307f8a80-5fed-4795-a78b-8918a017f235 2026-07-08 07:34:35.035 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f08dedce-3d9d-4cac-8467-10f7229d9ad8 2026-07-08 07:34:35.194 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0d755bc-4fe7-4538-96db-fd0256d7293d'] response: {'server_uuid': '964ee861-6aa7-4612-a56c-6434fa765d58', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '307f8a80-5fed-4795-a78b-8918a017f235', 'code': 200} 2026-07-08 07:34:35.476 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 04a4a74d-56e0-4db5-844f-534b3a1e3799 2026-07-08 07:34:36.740 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 307f8a80-5fed-4795-a78b-8918a017f235 2026-07-08 07:34:36.998 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f08dedce-3d9d-4cac-8467-10f7229d9ad8 2026-07-08 07:34:37.212 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port dc815085-0337-41ed-a1f4-a3a8ed31abca 2026-07-08 07:34:37.262 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-a01a7ec1-bb44-434b-8568-1ded56789114'] response: {'server_uuid': 'e61f9487-8b5a-4fb3-b674-428ea4661d43', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f08dedce-3d9d-4cac-8467-10f7229d9ad8', 'code': 200} 2026-07-08 07:34:38.748 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port dc815085-0337-41ed-a1f4-a3a8ed31abca 2026-07-08 07:34:40.825 13 INFO neutron.plugins.ml2.plugin [None req-9908092c-3e78-40e2-89bd-2edd81c9b1f5 - - - - - -] Attempt 1 to provision port dc815085-0337-41ed-a1f4-a3a8ed31abca 2026-07-08 07:34:40.975 13 INFO neutron.plugins.ml2.plugin [None req-9908092c-3e78-40e2-89bd-2edd81c9b1f5 - - - - - -] Attempt 1 to provision port 2c794d32-e9e5-414a-9727-d40799a25b6c 2026-07-08 07:34:41.058 13 INFO neutron.plugins.ml2.plugin [None req-9908092c-3e78-40e2-89bd-2edd81c9b1f5 - - - - - -] Attempt 1 to provision port b6db0bd7-df94-4ce0-8db8-6b9547f4ed19 2026-07-08 07:34:41.112 13 INFO neutron.plugins.ml2.plugin [None req-9908092c-3e78-40e2-89bd-2edd81c9b1f5 - - - - - -] Attempt 1 to provision port 6652b619-64ab-43be-a83f-696a373172fd 2026-07-08 07:34:41.187 13 INFO neutron.plugins.ml2.plugin [None req-9908092c-3e78-40e2-89bd-2edd81c9b1f5 - - - - - -] Attempt 1 to provision port 500fe9fe-c42b-4f7b-be81-93e12cde79f5 2026-07-08 07:34:41.211 13 INFO neutron.plugins.ml2.plugin [None req-9908092c-3e78-40e2-89bd-2edd81c9b1f5 - - - - - -] Attempt 1 to provision port 04a4a74d-56e0-4db5-844f-534b3a1e3799 2026-07-08 07:34:41.305 13 INFO neutron.plugins.ml2.plugin [None req-9908092c-3e78-40e2-89bd-2edd81c9b1f5 - - - - - -] Attempt 1 to provision port f08dedce-3d9d-4cac-8467-10f7229d9ad8 2026-07-08 07:34:41.367 13 INFO neutron.plugins.ml2.plugin [None req-9908092c-3e78-40e2-89bd-2edd81c9b1f5 - - - - - -] Attempt 1 to provision port 97f68fdf-3654-4013-a026-a4021760b4a6 2026-07-08 07:34:41.398 13 INFO neutron.plugins.ml2.plugin [None req-9908092c-3e78-40e2-89bd-2edd81c9b1f5 - - - - - -] Attempt 1 to provision port 992a5810-23b6-401b-bf35-bffa25ffc7ac 2026-07-08 07:34:51.218 13 INFO neutron.plugins.ml2.plugin [None req-09bebb8e-8eca-4366-abb7-fe1e1e74d033 - - - - - -] Attempt 1 to provision port f6083b71-c80f-4a43-acd3-05d592349ce5 2026-07-08 07:34:51.258 13 INFO neutron.plugins.ml2.plugin [None req-09bebb8e-8eca-4366-abb7-fe1e1e74d033 - - - - - -] Attempt 1 to provision port dc815085-0337-41ed-a1f4-a3a8ed31abca 2026-07-08 07:34:51.323 13 INFO neutron.plugins.ml2.plugin [None req-09bebb8e-8eca-4366-abb7-fe1e1e74d033 - - - - - -] Attempt 1 to provision port 04a4a74d-56e0-4db5-844f-534b3a1e3799 2026-07-08 07:34:51.394 13 INFO neutron.plugins.ml2.plugin [None req-09bebb8e-8eca-4366-abb7-fe1e1e74d033 - - - - - -] Attempt 1 to provision port 867a0fa0-da86-409e-aac1-10ce8455f419 2026-07-08 07:34:51.423 13 INFO neutron.plugins.ml2.plugin [None req-09bebb8e-8eca-4366-abb7-fe1e1e74d033 - - - - - -] Attempt 1 to provision port 97f68fdf-3654-4013-a026-a4021760b4a6 2026-07-08 07:34:51.454 13 INFO neutron.plugins.ml2.plugin [None req-09bebb8e-8eca-4366-abb7-fe1e1e74d033 - - - - - -] Attempt 1 to provision port 992a5810-23b6-401b-bf35-bffa25ffc7ac 2026-07-08 07:34:56.087 16 INFO neutron.plugins.ml2.plugin [None req-893f4ef0-418f-48cf-9437-047ef7b9985c - - - - - -] Attempt 1 to provision port 307f8a80-5fed-4795-a78b-8918a017f235 2026-07-08 07:34:56.144 16 INFO neutron.plugins.ml2.plugin [None req-893f4ef0-418f-48cf-9437-047ef7b9985c - - - - - -] Attempt 1 to provision port 04a4a74d-56e0-4db5-844f-534b3a1e3799 2026-07-08 07:34:56.210 16 INFO neutron.plugins.ml2.plugin [None req-893f4ef0-418f-48cf-9437-047ef7b9985c - - - - - -] Attempt 1 to provision port 992a5810-23b6-401b-bf35-bffa25ffc7ac 2026-07-08 07:34:56.513 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 992a5810-23b6-401b-bf35-bffa25ffc7ac 2026-07-08 07:34:56.923 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f6083b71-c80f-4a43-acd3-05d592349ce5 2026-07-08 07:34:58.927 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f6083b71-c80f-4a43-acd3-05d592349ce5 2026-07-08 07:34:59.140 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 992a5810-23b6-401b-bf35-bffa25ffc7ac 2026-07-08 07:34:59.441 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port fa3ce2b3-2d30-4edb-b52b-8a95521106a5 2026-07-08 07:35:00.869 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port fa3ce2b3-2d30-4edb-b52b-8a95521106a5 2026-07-08 07:35:01.139 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port d9a1b544-6d80-453d-bea0-5744f8a57002 2026-07-08 07:35:02.310 13 INFO neutron.plugins.ml2.plugin [None req-ab95b826-ca75-43f2-9dad-6cb01b887965 - - - - - -] Attempt 1 to provision port 389bce72-0760-4d62-a2a7-ca37dce15f4f 2026-07-08 07:35:02.354 13 INFO neutron.plugins.ml2.plugin [None req-ab95b826-ca75-43f2-9dad-6cb01b887965 - - - - - -] Attempt 1 to provision port d9a1b544-6d80-453d-bea0-5744f8a57002 2026-07-08 07:35:02.686 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port d9a1b544-6d80-453d-bea0-5744f8a57002 2026-07-08 07:35:04.898 16 INFO neutron.plugins.ml2.plugin [None req-a3402a9a-3866-48cf-a649-9a2d28ac2be1 - - - - - -] Attempt 1 to provision port 389bce72-0760-4d62-a2a7-ca37dce15f4f 2026-07-08 07:35:04.984 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-e278ac5e-a6bf-4ade-af3e-de37cf155383'] response: {'server_uuid': 'e4c7260b-bef9-4d37-bbc3-1dd8de1c4a93', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '04a4a74d-56e0-4db5-844f-534b3a1e3799', 'code': 200} 2026-07-08 07:35:07.370 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 04a4a74d-56e0-4db5-844f-534b3a1e3799 2026-07-08 07:35:07.496 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1ac32b5-36d8-42aa-b8bf-43b1dba4ff64'] response: {'server_uuid': 'e4c7260b-bef9-4d37-bbc3-1dd8de1c4a93', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '04a4a74d-56e0-4db5-844f-534b3a1e3799', 'code': 200} 2026-07-08 07:35:07.776 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 97f68fdf-3654-4013-a026-a4021760b4a6 2026-07-08 07:35:08.142 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 867a0fa0-da86-409e-aac1-10ce8455f419 2026-07-08 07:35:08.498 16 INFO neutron.plugins.ml2.plugin [None req-9cbfd463-d084-495e-9cba-86bb575994ee - - - - - -] Attempt 1 to provision port a16eb0db-9403-49aa-aa35-42a9f255c3f9 2026-07-08 07:35:09.020 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 04a4a74d-56e0-4db5-844f-534b3a1e3799 2026-07-08 07:35:09.245 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 97f68fdf-3654-4013-a026-a4021760b4a6 2026-07-08 07:35:09.432 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 867a0fa0-da86-409e-aac1-10ce8455f419 2026-07-08 07:35:11.607 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 1f552079-59d0-4e3d-adac-271cc5b67a12 2026-07-08 07:35:11.808 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-41a89c80-23fe-4cec-ac49-a2b0c7afa0e6'] response: {'server_uuid': '146331a7-0019-442a-a732-b09c3bae997c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1f552079-59d0-4e3d-adac-271cc5b67a12', 'code': 200} 2026-07-08 07:35:12.269 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port c31f3f70-7d62-4c51-888d-1100c798aa7a 2026-07-08 07:35:13.218 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 1f552079-59d0-4e3d-adac-271cc5b67a12 2026-07-08 07:35:17.184 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port a16eb0db-9403-49aa-aa35-42a9f255c3f9 2026-07-08 07:35:17.637 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port b0af94c6-658b-4de1-903f-a06340f31813 2026-07-08 07:35:17.782 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 389bce72-0760-4d62-a2a7-ca37dce15f4f 2026-07-08 07:35:19.291 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port a16eb0db-9403-49aa-aa35-42a9f255c3f9 2026-07-08 07:35:19.531 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 389bce72-0760-4d62-a2a7-ca37dce15f4f 2026-07-08 07:35:33.271 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3831268f-7338-49bc-85e5-d7050d0928af'] response: {'server_uuid': 'e4c7260b-bef9-4d37-bbc3-1dd8de1c4a93', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '04a4a74d-56e0-4db5-844f-534b3a1e3799', 'code': 200} 2026-07-08 07:35:49.102 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 27ca28d8-edf7-4357-8bd2-84f254cc0abd 2026-07-08 07:35:49.472 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port ffbcf0d9-6795-482c-a917-e30b932ccb28 2026-07-08 07:35:49.676 16 INFO neutron.plugins.ml2.plugin [None req-4c93fda1-99c8-4cfa-b25e-07d39ceb9305 - - - - - -] Attempt 1 to provision port 27ca28d8-edf7-4357-8bd2-84f254cc0abd 2026-07-08 07:35:49.794 16 INFO neutron.plugins.ml2.plugin [None req-4c93fda1-99c8-4cfa-b25e-07d39ceb9305 - - - - - -] Attempt 1 to provision port 5c61931c-4b1f-4eb0-82b7-cc289d844817 2026-07-08 07:35:51.117 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 27ca28d8-edf7-4357-8bd2-84f254cc0abd 2026-07-08 07:35:51.375 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port ffbcf0d9-6795-482c-a917-e30b932ccb28 2026-07-08 07:35:52.899 16 INFO neutron.plugins.ml2.plugin [None req-70e3f3ab-b5c8-4462-adbf-7de351f9ee29 - - - - - -] Attempt 1 to provision port 27ca28d8-edf7-4357-8bd2-84f254cc0abd 2026-07-08 07:35:52.973 16 INFO neutron.plugins.ml2.plugin [None req-70e3f3ab-b5c8-4462-adbf-7de351f9ee29 - - - - - -] Attempt 1 to provision port 97400d88-3eef-42f6-b7eb-1f71b3f0e1fe 2026-07-08 07:35:55.421 13 INFO neutron.plugins.ml2.plugin [None req-67404e5d-b00d-40c9-a831-2ff0a4cff5fe - - - - - -] Attempt 1 to provision port 672cefc8-4483-4ccf-a3bf-23b321d04dd9 2026-07-08 07:35:55.462 13 INFO neutron.plugins.ml2.plugin [None req-67404e5d-b00d-40c9-a831-2ff0a4cff5fe - - - - - -] Attempt 1 to provision port 97400d88-3eef-42f6-b7eb-1f71b3f0e1fe 2026-07-08 07:36:01.635 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port c8336af5-a34c-43e6-b5b4-c1aa94128fe2 2026-07-08 07:36:01.781 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe247f64-ff35-431b-941d-8493766ae55b'] response: {'server_uuid': 'db9458de-4134-4355-b3c1-446aaf8a989c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c8336af5-a34c-43e6-b5b4-c1aa94128fe2', 'code': 200} 2026-07-08 07:36:03.256 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port c8336af5-a34c-43e6-b5b4-c1aa94128fe2 2026-07-08 07:36:06.379 13 WARNING neutron.plugins.ml2.plugin [None req-a92cc5d2-203b-4cd9-85be-5aa3b18aa970 - - - - - -] Concurrent port binding operations failed on port 97400d88-3eef-42f6-b7eb-1f71b3f0e1fe 2026-07-08 07:36:06.382 13 INFO neutron.plugins.ml2.plugin [None req-a92cc5d2-203b-4cd9-85be-5aa3b18aa970 - - - - - -] Attempt 2 to bind port 97400d88-3eef-42f6-b7eb-1f71b3f0e1fe 2026-07-08 07:36:07.109 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 672cefc8-4483-4ccf-a3bf-23b321d04dd9 2026-07-08 07:36:07.500 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 97400d88-3eef-42f6-b7eb-1f71b3f0e1fe 2026-07-08 07:36:09.073 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 672cefc8-4483-4ccf-a3bf-23b321d04dd9 2026-07-08 07:36:09.258 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 97400d88-3eef-42f6-b7eb-1f71b3f0e1fe 2026-07-08 07:36:13.077 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port bd98c3e5-d4b7-48a7-8676-173df442a5ec 2026-07-08 07:36:13.128 13 INFO neutron.plugins.ml2.plugin [None req-f82b73b1-373c-4ddc-a1fb-1de86a21e5f4 - - - - - -] Attempt 1 to provision port bd98c3e5-d4b7-48a7-8676-173df442a5ec 2026-07-08 07:36:15.317 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 39c5e55e-a85c-4867-9557-f7c35b998790 2026-07-08 07:36:15.797 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port bd98c3e5-d4b7-48a7-8676-173df442a5ec 2026-07-08 07:36:16.154 16 INFO neutron.plugins.ml2.plugin [None req-0e5cd119-51dc-43db-86ec-6b97fb5f722e - - - - - -] Attempt 1 to provision port 97965778-0659-4d0d-ba01-b6ffcee80bb6 2026-07-08 07:36:16.185 16 INFO neutron.plugins.ml2.plugin [None req-0e5cd119-51dc-43db-86ec-6b97fb5f722e - - - - - -] Attempt 1 to provision port bd98c3e5-d4b7-48a7-8676-173df442a5ec 2026-07-08 07:36:16.293 16 INFO neutron.plugins.ml2.plugin [None req-0e5cd119-51dc-43db-86ec-6b97fb5f722e - - - - - -] Attempt 1 to provision port 375ef04d-e99b-45c2-aef6-78106f9fa007 2026-07-08 07:36:17.259 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 39c5e55e-a85c-4867-9557-f7c35b998790 2026-07-08 07:36:21.058 13 INFO neutron.plugins.ml2.plugin [None req-e82d80c8-4bf6-4806-9201-89545dbbd31e - - - - - -] Attempt 1 to provision port 97965778-0659-4d0d-ba01-b6ffcee80bb6 2026-07-08 07:36:27.177 13 INFO neutron.plugins.ml2.plugin [None req-91ec5656-fb0d-44f1-953a-e652e69bc790 - - - - - -] Attempt 1 to provision port 97965778-0659-4d0d-ba01-b6ffcee80bb6 2026-07-08 07:36:28.079 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 6b3199b0-50bd-4f3e-902f-3230378634c6 2026-07-08 07:36:28.189 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f82bd8e-8cd4-4921-b9f2-7e5f08ffe70c'] response: {'server_uuid': '8c5c0a0b-9ed5-43ab-a0a2-c55ad2e7463c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6b3199b0-50bd-4f3e-902f-3230378634c6', 'code': 200} 2026-07-08 07:36:29.423 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 6b3199b0-50bd-4f3e-902f-3230378634c6 2026-07-08 07:36:33.109 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 97965778-0659-4d0d-ba01-b6ffcee80bb6 2026-07-08 07:36:33.449 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 375ef04d-e99b-45c2-aef6-78106f9fa007 2026-07-08 07:36:35.055 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 97965778-0659-4d0d-ba01-b6ffcee80bb6 2026-07-08 07:36:35.277 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 375ef04d-e99b-45c2-aef6-78106f9fa007 2026-07-08 07:36:40.247 16 INFO neutron.plugins.ml2.plugin [None req-84e5b07a-5450-4ba7-8c36-9e108a999a37 - - - - - -] Attempt 1 to provision port 1d0bd306-5a43-4275-bbdd-04aa20a13ab2 2026-07-08 07:36:43.369 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port fce4856a-7c67-4fd6-a3f2-5579ea465220 2026-07-08 07:36:43.808 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 636cbf16-d0cb-4e86-8c3b-9e3dbb2318ad 2026-07-08 07:36:45.404 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port fce4856a-7c67-4fd6-a3f2-5579ea465220 2026-07-08 07:36:45.613 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 636cbf16-d0cb-4e86-8c3b-9e3dbb2318ad 2026-07-08 07:36:49.997 16 INFO neutron.plugins.ml2.plugin [None req-dd4c2df3-cb8b-440a-9f5f-f9f68faadb43 - - - - - -] Attempt 1 to provision port 94698a0b-959c-4645-b9ed-7939e1aa7b41 2026-07-08 07:36:50.037 16 INFO neutron.plugins.ml2.plugin [None req-dd4c2df3-cb8b-440a-9f5f-f9f68faadb43 - - - - - -] Attempt 1 to provision port 636cbf16-d0cb-4e86-8c3b-9e3dbb2318ad 2026-07-08 07:36:53.291 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port eaf84100-fc60-4ab4-b2d4-eb1d94047800 2026-07-08 07:36:53.668 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 7f6cf9fd-097d-4f09-a110-f581d9f517d4 2026-07-08 07:36:55.230 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port eaf84100-fc60-4ab4-b2d4-eb1d94047800 2026-07-08 07:36:55.478 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 7f6cf9fd-097d-4f09-a110-f581d9f517d4 2026-07-08 07:36:57.464 16 INFO neutron.plugins.ml2.plugin [None req-d835f1b1-5814-49aa-83ab-d9556c9a1e08 - - - - - -] Attempt 1 to provision port 700e0ee4-307e-45d5-8d63-cfdb5d810611 2026-07-08 07:36:57.493 16 INFO neutron.plugins.ml2.plugin [None req-d835f1b1-5814-49aa-83ab-d9556c9a1e08 - - - - - -] Attempt 1 to provision port eaf84100-fc60-4ab4-b2d4-eb1d94047800 2026-07-08 07:36:59.813 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 183b439c-c30a-409f-bbc5-3c9a2d007bc8 2026-07-08 07:37:00.358 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 261112a9-ca1f-4728-8f8f-98365a9f4e00 2026-07-08 07:37:00.479 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-d86c5ab9-c198-4f0a-97a9-3998c7ace410'] response: {'server_uuid': 'e772f877-b6d0-44a5-8d5f-b94237c865d2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '261112a9-ca1f-4728-8f8f-98365a9f4e00', 'code': 200} 2026-07-08 07:37:01.304 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 183b439c-c30a-409f-bbc5-3c9a2d007bc8 2026-07-08 07:37:01.596 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 261112a9-ca1f-4728-8f8f-98365a9f4e00 2026-07-08 07:37:05.178 13 INFO neutron.plugins.ml2.plugin [None req-a5d50d3b-301d-412e-87b8-d8f7b059fe15 - - - - - -] Attempt 1 to provision port 71cab18b-76b1-4547-83ee-ccbb99b4a924 2026-07-08 07:37:05.211 13 INFO neutron.plugins.ml2.plugin [None req-a5d50d3b-301d-412e-87b8-d8f7b059fe15 - - - - - -] Attempt 1 to provision port a3cf29c9-621e-40d1-a68b-4121d4283b8b 2026-07-08 07:37:05.244 13 INFO neutron.plugins.ml2.plugin [None req-a5d50d3b-301d-412e-87b8-d8f7b059fe15 - - - - - -] Attempt 1 to provision port 261112a9-ca1f-4728-8f8f-98365a9f4e00 2026-07-08 07:37:05.332 13 INFO neutron.plugins.ml2.plugin [None req-a5d50d3b-301d-412e-87b8-d8f7b059fe15 - - - - - -] Attempt 1 to provision port eaf84100-fc60-4ab4-b2d4-eb1d94047800 2026-07-08 07:37:07.503 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 94698a0b-959c-4645-b9ed-7939e1aa7b41 2026-07-08 07:37:07.866 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 682ebc3a-8439-465f-9332-2e8223c59609 2026-07-08 07:37:08.233 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 1d0bd306-5a43-4275-bbdd-04aa20a13ab2 2026-07-08 07:37:09.272 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 94698a0b-959c-4645-b9ed-7939e1aa7b41 2026-07-08 07:37:09.474 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 682ebc3a-8439-465f-9332-2e8223c59609 2026-07-08 07:37:09.669 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 1d0bd306-5a43-4275-bbdd-04aa20a13ab2 2026-07-08 07:37:11.676 16 INFO neutron.plugins.ml2.plugin [None req-eed8295c-bdfc-4560-b66e-69b5f77e32a7 - - - - - -] Attempt 1 to provision port 682ebc3a-8439-465f-9332-2e8223c59609 2026-07-08 07:37:11.786 16 INFO neutron.plugins.ml2.plugin [None req-eed8295c-bdfc-4560-b66e-69b5f77e32a7 - - - - - -] Attempt 1 to provision port a3cf29c9-621e-40d1-a68b-4121d4283b8b 2026-07-08 07:37:11.860 16 INFO neutron.plugins.ml2.plugin [None req-eed8295c-bdfc-4560-b66e-69b5f77e32a7 - - - - - -] Attempt 1 to provision port 4d515aca-0258-4190-a5ad-bcc105d93806 2026-07-08 07:37:14.356 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 700e0ee4-307e-45d5-8d63-cfdb5d810611 2026-07-08 07:37:14.641 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port a3cf29c9-621e-40d1-a68b-4121d4283b8b 2026-07-08 07:37:15.003 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f025c148-7d2f-4827-8bac-ca24fac14118 2026-07-08 07:37:15.147 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbbc52f2-0e8a-429a-8faf-363f2404f59a'] response: {'server_uuid': '1aaa1924-b30b-400a-b128-5dc016af5fe0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f025c148-7d2f-4827-8bac-ca24fac14118', 'code': 200} 2026-07-08 07:37:16.278 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 71cab18b-76b1-4547-83ee-ccbb99b4a924 2026-07-08 07:37:16.695 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 700e0ee4-307e-45d5-8d63-cfdb5d810611 2026-07-08 07:37:16.881 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 4d515aca-0258-4190-a5ad-bcc105d93806 2026-07-08 07:37:17.196 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port a3cf29c9-621e-40d1-a68b-4121d4283b8b 2026-07-08 07:37:17.652 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f025c148-7d2f-4827-8bac-ca24fac14118 2026-07-08 07:37:18.622 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 71cab18b-76b1-4547-83ee-ccbb99b4a924 2026-07-08 07:37:18.803 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 4d515aca-0258-4190-a5ad-bcc105d93806 2026-07-08 07:37:21.566 16 INFO neutron.plugins.ml2.plugin [None req-9c7d8335-522e-43f0-b8f2-dd3bae0ee3b3 - - - - - -] Attempt 1 to provision port 4d515aca-0258-4190-a5ad-bcc105d93806 2026-07-08 07:37:21.661 16 INFO neutron.plugins.ml2.plugin [None req-9c7d8335-522e-43f0-b8f2-dd3bae0ee3b3 - - - - - -] Attempt 1 to provision port 682ebc3a-8439-465f-9332-2e8223c59609 2026-07-08 07:37:28.442 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 38f7b107-fb45-40e5-9806-e1501c95de3a 2026-07-08 07:37:33.680 16 INFO neutron.plugins.ml2.plugin [None req-54bd3157-165d-4d57-a818-6a391c52555d - - - - - -] Attempt 1 to provision port 4d515aca-0258-4190-a5ad-bcc105d93806 2026-07-08 07:37:33.732 16 INFO neutron.plugins.ml2.plugin [None req-54bd3157-165d-4d57-a818-6a391c52555d - - - - - -] Attempt 1 to provision port f025c148-7d2f-4827-8bac-ca24fac14118 2026-07-08 07:37:38.966 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 00b47d2e-755b-480f-8e34-1e5e33753fcc 2026-07-08 07:37:39.087 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9edaf0dd-e6b2-4804-aaf9-52916cbd882f'] response: {'server_uuid': '3e00a436-0778-4e95-805d-51ab9fc14c50', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '00b47d2e-755b-480f-8e34-1e5e33753fcc', 'code': 200} 2026-07-08 07:37:40.390 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 00b47d2e-755b-480f-8e34-1e5e33753fcc 2026-07-08 07:38:04.603 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ba4b8de-9721-4842-9f6c-bed1138f490e'] response: {'server_uuid': '3e00a436-0778-4e95-805d-51ab9fc14c50', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '00b47d2e-755b-480f-8e34-1e5e33753fcc', 'code': 200} 2026-07-08 07:38:18.996 16 INFO neutron_taas.services.taas.taas_plugin [None req-74c8a39a-ec87-4eef-a510-5ae1cea17773 - - - - - -] TaaS: Handle Delete Port: 636cbf16-d0cb-4e86-8c3b-9e3dbb2318ad 2026-07-08 07:38:19.006 16 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74c8a39a-ec87-4eef-a510-5ae1cea17773 - - - - - -] Tap Mirror: Handle Delete Port: 636cbf16-d0cb-4e86-8c3b-9e3dbb2318ad 2026-07-08 07:38:48.400 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port fb3df785-1c30-4320-ab58-91d5fd1fb0d7 2026-07-08 07:38:48.572 13 INFO neutron.plugins.ml2.plugin [None req-44cf94ba-a818-48e5-90d7-22c5a1fc8dd5 - - - - - -] Attempt 1 to provision port fb3df785-1c30-4320-ab58-91d5fd1fb0d7 2026-07-08 07:39:15.747 16 INFO neutron.plugins.ml2.plugin [None req-411b242f-e813-4957-95a9-ff9763b0efb1 - - - - - -] Attempt 1 to provision port b85a77e3-7f4e-4cbf-a805-435805ec8398 2026-07-08 07:39:16.387 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port b85a77e3-7f4e-4cbf-a805-435805ec8398 2026-07-08 07:39:18.382 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 488a66d0-8d77-4db5-8748-800a13cb1ea5 2026-07-08 07:39:20.463 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 488a66d0-8d77-4db5-8748-800a13cb1ea5 2026-07-08 07:39:20.679 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port a5bff5d9-6f41-4ad4-87d7-df48369bc323 2026-07-08 07:39:22.451 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port a5bff5d9-6f41-4ad4-87d7-df48369bc323 2026-07-08 07:39:22.688 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 6a80c78c-5e46-4350-a293-d27c46afa171 2026-07-08 07:39:24.570 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 6a80c78c-5e46-4350-a293-d27c46afa171 2026-07-08 07:39:26.490 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port b85a77e3-7f4e-4cbf-a805-435805ec8398 2026-07-08 07:39:28.502 16 INFO neutron.plugins.ml2.plugin [None req-58b0a3aa-f559-4379-a887-03cae1d780de - - - - - -] Attempt 1 to provision port 6a80c78c-5e46-4350-a293-d27c46afa171 2026-07-08 07:39:28.571 16 INFO neutron.plugins.ml2.plugin [None req-58b0a3aa-f559-4379-a887-03cae1d780de - - - - - -] Attempt 1 to provision port 488a66d0-8d77-4db5-8748-800a13cb1ea5 2026-07-08 07:39:28.645 16 INFO neutron.plugins.ml2.plugin [None req-58b0a3aa-f559-4379-a887-03cae1d780de - - - - - -] Attempt 1 to provision port f97f6ddf-9efa-44ac-8341-96ac9526a249 2026-07-08 07:39:28.684 16 INFO neutron.plugins.ml2.plugin [None req-58b0a3aa-f559-4379-a887-03cae1d780de - - - - - -] Attempt 1 to provision port e4768b1e-1696-41ed-af12-f533805763a1 2026-07-08 07:39:28.718 16 INFO neutron.plugins.ml2.plugin [None req-58b0a3aa-f559-4379-a887-03cae1d780de - - - - - -] Attempt 1 to provision port b85a77e3-7f4e-4cbf-a805-435805ec8398 2026-07-08 07:39:33.831 16 INFO neutron.plugins.ml2.plugin [None req-31e6fe81-f845-4afe-b6e0-5c2af77ccf12 - - - - - -] Attempt 1 to provision port abeabf6c-bb78-46f4-837b-2c16874089d0 2026-07-08 07:39:33.861 16 INFO neutron.plugins.ml2.plugin [None req-31e6fe81-f845-4afe-b6e0-5c2af77ccf12 - - - - - -] Attempt 1 to provision port 488a66d0-8d77-4db5-8748-800a13cb1ea5 2026-07-08 07:39:33.929 16 INFO neutron.plugins.ml2.plugin [None req-31e6fe81-f845-4afe-b6e0-5c2af77ccf12 - - - - - -] Attempt 1 to provision port 39966e71-8713-41ed-a686-34ae88e2a98a 2026-07-08 07:39:33.973 16 INFO neutron.plugins.ml2.plugin [None req-31e6fe81-f845-4afe-b6e0-5c2af77ccf12 - - - - - -] Attempt 1 to provision port e4768b1e-1696-41ed-af12-f533805763a1 2026-07-08 07:39:34.002 16 INFO neutron.plugins.ml2.plugin [None req-31e6fe81-f845-4afe-b6e0-5c2af77ccf12 - - - - - -] Attempt 1 to provision port 6a80c78c-5e46-4350-a293-d27c46afa171 2026-07-08 07:39:34.060 16 INFO neutron.plugins.ml2.plugin [None req-31e6fe81-f845-4afe-b6e0-5c2af77ccf12 - - - - - -] Attempt 1 to provision port b85a77e3-7f4e-4cbf-a805-435805ec8398 2026-07-08 07:39:34.941 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 605663c2-4336-4fec-8843-a8ed46f33df0 2026-07-08 07:39:35.115 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-467119bb-39f4-43d5-90bc-308f733ddb05'] response: {'server_uuid': '4b19df0e-af38-4847-a720-74e7434efbaa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '605663c2-4336-4fec-8843-a8ed46f33df0', 'code': 200} 2026-07-08 07:39:36.479 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 605663c2-4336-4fec-8843-a8ed46f33df0 2026-07-08 07:39:38.388 13 INFO neutron.plugins.ml2.plugin [None req-8aa3cf9a-9a46-4f4b-909b-c79a71fed0d8 - - - - - -] Attempt 1 to provision port abeabf6c-bb78-46f4-837b-2c16874089d0 2026-07-08 07:39:38.513 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 39966e71-8713-41ed-a686-34ae88e2a98a 2026-07-08 07:39:38.566 13 INFO neutron.plugins.ml2.plugin [None req-8aa3cf9a-9a46-4f4b-909b-c79a71fed0d8 - - - - - -] Attempt 1 to provision port 488a66d0-8d77-4db5-8748-800a13cb1ea5 2026-07-08 07:39:38.628 13 INFO neutron.plugins.ml2.plugin [None req-8aa3cf9a-9a46-4f4b-909b-c79a71fed0d8 - - - - - -] Attempt 1 to provision port 39966e71-8713-41ed-a686-34ae88e2a98a 2026-07-08 07:39:38.704 13 INFO neutron.plugins.ml2.plugin [None req-8aa3cf9a-9a46-4f4b-909b-c79a71fed0d8 - - - - - -] Attempt 1 to provision port 605663c2-4336-4fec-8843-a8ed46f33df0 2026-07-08 07:39:38.779 13 INFO neutron.plugins.ml2.plugin [None req-8aa3cf9a-9a46-4f4b-909b-c79a71fed0d8 - - - - - -] Attempt 1 to provision port 6a80c78c-5e46-4350-a293-d27c46afa171 2026-07-08 07:39:38.837 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port abeabf6c-bb78-46f4-837b-2c16874089d0 2026-07-08 07:39:38.850 13 INFO neutron.plugins.ml2.plugin [None req-8aa3cf9a-9a46-4f4b-909b-c79a71fed0d8 - - - - - -] Attempt 1 to provision port e4768b1e-1696-41ed-af12-f533805763a1 2026-07-08 07:39:39.113 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f97f6ddf-9efa-44ac-8341-96ac9526a249 2026-07-08 07:39:39.494 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port e4768b1e-1696-41ed-af12-f533805763a1 2026-07-08 07:39:40.487 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 39966e71-8713-41ed-a686-34ae88e2a98a 2026-07-08 07:39:40.699 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port abeabf6c-bb78-46f4-837b-2c16874089d0 2026-07-08 07:39:40.924 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f97f6ddf-9efa-44ac-8341-96ac9526a249 2026-07-08 07:39:41.101 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port e4768b1e-1696-41ed-af12-f533805763a1 2026-07-08 07:39:42.380 13 INFO neutron.plugins.ml2.plugin [None req-1a94e842-5ba5-43ea-b431-506c51e28e66 - - - - - -] Attempt 1 to provision port abeabf6c-bb78-46f4-837b-2c16874089d0 2026-07-08 07:39:42.519 13 INFO neutron.plugins.ml2.plugin [None req-1a94e842-5ba5-43ea-b431-506c51e28e66 - - - - - -] Attempt 1 to provision port 39966e71-8713-41ed-a686-34ae88e2a98a 2026-07-08 07:39:42.594 13 INFO neutron.plugins.ml2.plugin [None req-1a94e842-5ba5-43ea-b431-506c51e28e66 - - - - - -] Attempt 1 to provision port e4768b1e-1696-41ed-af12-f533805763a1 2026-07-08 07:39:44.718 16 INFO neutron.plugins.ml2.plugin [None req-6e170477-c183-4bef-9f55-021e92a8b99c - - - - - -] Attempt 1 to provision port abeabf6c-bb78-46f4-837b-2c16874089d0 2026-07-08 07:39:44.777 16 INFO neutron.plugins.ml2.plugin [None req-6e170477-c183-4bef-9f55-021e92a8b99c - - - - - -] Attempt 1 to provision port 39966e71-8713-41ed-a686-34ae88e2a98a 2026-07-08 07:39:46.124 16 INFO neutron.plugins.ml2.plugin [None req-33af90b1-f242-4a6e-a5de-eb7d37f2a085 - - - - - -] Attempt 1 to provision port 605663c2-4336-4fec-8843-a8ed46f33df0 2026-07-08 07:39:52.440 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f5fcfecc-2e87-454d-b969-c84ae62ef57a 2026-07-08 07:39:52.615 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2a94767-84ac-463d-970b-54079f990ec5'] response: {'server_uuid': '7c9c078c-27bf-48ac-a308-58bc32b452d9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f5fcfecc-2e87-454d-b969-c84ae62ef57a', 'code': 200} 2026-07-08 07:39:54.422 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f5fcfecc-2e87-454d-b969-c84ae62ef57a 2026-07-08 07:40:25.499 16 INFO neutron.plugins.ml2.plugin [None req-461223c1-8531-41f1-981b-91c595073d9b - - - - - -] Attempt 1 to provision port 355dccc0-860e-4139-84fd-1f6ef31ca5ec 2026-07-08 07:40:46.959 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 70951207-1188-4f99-aec8-00ba97710a3f 2026-07-08 07:40:47.085 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-4551a7d5-1935-4356-9e34-301d681347bd'] response: {'server_uuid': '1c928ffb-afd8-417c-b36f-39bd6ef6acf9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '70951207-1188-4f99-aec8-00ba97710a3f', 'code': 200} 2026-07-08 07:40:48.419 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 70951207-1188-4f99-aec8-00ba97710a3f 2026-07-08 07:41:30.045 13 INFO neutron.plugins.ml2.plugin [None req-e50492ab-0a5b-4cdd-b2ad-e94e39c93504 - - - - - -] Attempt 1 to provision port 21caf1f6-49c1-470c-9ee3-b5b2d1c1d20b 2026-07-08 07:41:36.444 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 21caf1f6-49c1-470c-9ee3-b5b2d1c1d20b 2026-07-08 07:41:36.555 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d8b35dd-9a73-4510-b553-0874088fa39f'] response: {'server_uuid': '1c928ffb-afd8-417c-b36f-39bd6ef6acf9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '21caf1f6-49c1-470c-9ee3-b5b2d1c1d20b', 'code': 200} 2026-07-08 07:41:38.431 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 21caf1f6-49c1-470c-9ee3-b5b2d1c1d20b 2026-07-08 07:41:40.949 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 21caf1f6-49c1-470c-9ee3-b5b2d1c1d20b 2026-07-08 07:42:06.449 13 INFO neutron.plugins.ml2.plugin [None req-038c9e3a-4ab4-4a91-be4d-6dd466e49323 - - - - - -] Attempt 1 to provision port 2e3a8709-0fcc-41d7-96ad-a694b1c495da 2026-07-08 07:42:14.033 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 2e3a8709-0fcc-41d7-96ad-a694b1c495da 2026-07-08 07:42:14.157 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-96f0af36-7fdd-482a-92a5-f4d508a19bc8'] response: {'server_uuid': '1c928ffb-afd8-417c-b36f-39bd6ef6acf9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2e3a8709-0fcc-41d7-96ad-a694b1c495da', 'code': 200} 2026-07-08 07:42:14.634 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 2e3a8709-0fcc-41d7-96ad-a694b1c495da 2026-07-08 07:42:27.703 16 INFO neutron.plugins.ml2.plugin [None req-6ad2ec90-2f36-4f32-bd77-ed3be31c930b - - - - - -] Attempt 1 to provision port f5b1d10e-3e05-417e-b935-db6131d92962 2026-07-08 07:42:34.704 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f5b1d10e-3e05-417e-b935-db6131d92962 2026-07-08 07:42:34.827 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-64509289-50a6-428f-8817-7dbecad85edc'] response: {'server_uuid': '1c928ffb-afd8-417c-b36f-39bd6ef6acf9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f5b1d10e-3e05-417e-b935-db6131d92962', 'code': 200} 2026-07-08 07:42:36.664 16 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f5b1d10e-3e05-417e-b935-db6131d92962 2026-07-08 07:42:38.315 16 INFO neutron.plugins.ml2.plugin [None req-54ca65ff-6532-4eeb-8c4d-5034c0d464c6 - - - - - -] Attempt 1 to provision port 2e3a8709-0fcc-41d7-96ad-a694b1c495da 2026-07-08 07:42:38.705 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 2e3a8709-0fcc-41d7-96ad-a694b1c495da 2026-07-08 07:42:51.748 13 INFO neutron.plugins.ml2.plugin [None req-80bb4cc4-ce62-4083-8dfa-5345b0abf897 - - - - - -] Attempt 1 to provision port f5b1d10e-3e05-417e-b935-db6131d92962 2026-07-08 07:42:52.743 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port f5b1d10e-3e05-417e-b935-db6131d92962 2026-07-08 07:42:53.112 16 INFO neutron.plugins.ml2.plugin [None req-1047b9f9-1837-4eb2-90e5-7993d6b877de - - - - - -] Attempt 1 to provision port f5b1d10e-3e05-417e-b935-db6131d92962 2026-07-08 07:43:01.979 16 INFO neutron.plugins.ml2.plugin [None req-f2448e2a-a6c2-4a73-a2b9-71d56b9af2c6 - - - - - -] Attempt 1 to provision port 2e3a8709-0fcc-41d7-96ad-a694b1c495da 2026-07-08 07:43:02.675 13 INFO neutron.plugins.ml2.plugin [None req-6fa248c2-c7f5-4eae-95fe-04df67a0aea9 - - - - - -] Attempt 1 to provision port 2e3a8709-0fcc-41d7-96ad-a694b1c495da 2026-07-08 07:43:34.854 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-203fa8e5-82de-4f4e-a180-1fc94d1d8eac'] response: {'server_uuid': '7c9c078c-27bf-48ac-a308-58bc32b452d9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f5fcfecc-2e87-454d-b969-c84ae62ef57a', 'code': 200}