+ 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-06-26 05:15:51.897 1 INFO neutron.common.config [-] Logging enabled! 2026-06-26 05:15:51.898 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 27.0.3.dev18 2026-06-26 05:15:51.898 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-06-26 05:15:51.898 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-26 05:15:53.396 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-26 05:15:53.398 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-26 05:15:53.402 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-26 05:15:53.403 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-26 05:15:53.403 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-26 05:15:53.404 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-26 05:15:53.404 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-26 05:15:53.412 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-26 05:15:53.412 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-26 05:15:53.412 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-26 05:15:53.431 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-26 05:15:53.433 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-26 05:15:53.433 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-26 05:15:53.450 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-26 05:15:53.451 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-26 05:15:53.451 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-26 05:15:53.451 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-26 05:15:53.753 1 INFO neutron.plugins.ml2.managers [None req-16f9a0f3-37ff-47f2-aca2-33b49d5d2514 - - - - - -] Initializing driver for type 'vlan' 2026-06-26 05:15:53.917 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-16f9a0f3-37ff-47f2-aca2-33b49d5d2514 - - - - - -] VlanTypeDriver initialization complete 2026-06-26 05:15:53.918 1 INFO neutron.plugins.ml2.managers [None req-16f9a0f3-37ff-47f2-aca2-33b49d5d2514 - - - - - -] Initializing driver for type 'vxlan' 2026-06-26 05:15:53.918 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-16f9a0f3-37ff-47f2-aca2-33b49d5d2514 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-26 05:15:53.968 1 INFO neutron.plugins.ml2.managers [None req-16f9a0f3-37ff-47f2-aca2-33b49d5d2514 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-26 05:15:53.969 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-16f9a0f3-37ff-47f2-aca2-33b49d5d2514 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-26 05:15:53.969 1 INFO neutron.plugins.ml2.managers [None req-16f9a0f3-37ff-47f2-aca2-33b49d5d2514 - - - - - -] Initializing extension driver 'port_security' 2026-06-26 05:15:53.969 1 INFO neutron.plugins.ml2.extensions.port_security [None req-16f9a0f3-37ff-47f2-aca2-33b49d5d2514 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-26 05:15:53.969 1 INFO neutron.plugins.ml2.managers [None req-16f9a0f3-37ff-47f2-aca2-33b49d5d2514 - - - - - -] Initializing extension driver 'qos' 2026-06-26 05:15:53.969 1 INFO neutron.plugins.ml2.managers [None req-16f9a0f3-37ff-47f2-aca2-33b49d5d2514 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-26 05:15:53.970 1 INFO neutron.plugins.ml2.managers [None req-16f9a0f3-37ff-47f2-aca2-33b49d5d2514 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-26 05:15:53.983 1 INFO neutron.quota [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded quota_driver: . 2026-06-26 05:15:53.983 1 INFO neutron.plugins.ml2.plugin [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Modular L2 Plugin initialization complete 2026-06-26 05:15:53.983 1 INFO neutron.plugins.ml2.managers [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-26 05:15:53.983 1 INFO neutron.plugins.ml2.managers [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-26 05:15:53.983 1 INFO neutron.plugins.ml2.managers [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-26 05:15:53.984 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: qos 2026-06-26 05:15:53.994 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: router 2026-06-26 05:15:54.030 1 INFO neutron.services.service_base [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-26 05:15:54.030 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: segments 2026-06-26 05:15:54.092 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: trunk 2026-06-26 05:15:54.105 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: vpnaas 2026-06-26 05:15:54.137 1 WARNING stevedore.named [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-26 05:15:54.223 1 INFO neutron_vpnaas.services.vpn.plugin [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-26 05:15:54.223 1 INFO neutron.common.utils [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-26 05:15:54.223 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: taas 2026-06-26 05:15:54.243 1 WARNING stevedore.named [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-26 05:15:54.267 1 INFO neutron_taas.services.taas.taas_plugin [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-26 05:15:54.268 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: tapmirror 2026-06-26 05:15:54.281 1 WARNING stevedore.named [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-26 05:15:54.299 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-26 05:15:54.300 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: auto_allocate 2026-06-26 05:15:54.306 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: tag 2026-06-26 05:15:54.316 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: timestamp 2026-06-26 05:15:54.318 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: network_ip_availability 2026-06-26 05:15:54.322 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: flavors 2026-06-26 05:15:54.325 1 INFO neutron.manager [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loading Plugin: revisions 2026-06-26 05:15:54.328 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Initializing extension manager. 2026-06-26 05:15:54.330 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: address-group 2026-06-26 05:15:54.330 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: address-scope 2026-06-26 05:15:54.331 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-26 05:15:54.331 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: agent 2026-06-26 05:15:54.332 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: agent-resources-synced 2026-06-26 05:15:54.333 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-26 05:15:54.333 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-26 05:15:54.334 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: availability_zone 2026-06-26 05:15:54.334 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: availability_zone_filter 2026-06-26 05:15:54.335 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-26 05:15:54.335 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: default-subnetpools 2026-06-26 05:15:54.338 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-26 05:15:54.338 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: dns-integration 2026-06-26 05:15:54.339 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: dns-domain-ports 2026-06-26 05:15:54.339 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-26 05:15:54.340 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: dvr 2026-06-26 05:15:54.340 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-26 05:15:54.341 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: empty-string-filtering 2026-06-26 05:15:54.341 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-26 05:15:54.342 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-26 05:15:54.343 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: external-net 2026-06-26 05:15:54.343 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-26 05:15:54.344 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: extraroute 2026-06-26 05:15:54.344 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: extraroute-atomic 2026-06-26 05:15:54.345 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-26 05:15:54.346 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-26 05:15:54.347 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-26 05:15:54.347 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-26 05:15:54.348 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: fip-port-details 2026-06-26 05:15:54.349 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: flavors 2026-06-26 05:15:54.350 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-26 05:15:54.350 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: floatingip-pools 2026-06-26 05:15:54.351 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: ip_allocation 2026-06-26 05:15:54.351 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-26 05:15:54.352 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: l2_adjacency 2026-06-26 05:15:54.353 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: router 2026-06-26 05:15:54.354 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-26 05:15:54.355 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-26 05:15:54.355 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-26 05:15:54.356 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: ext-gw-mode 2026-06-26 05:15:54.356 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: l3-ha 2026-06-26 05:15:54.357 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-26 05:15:54.357 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-26 05:15:54.358 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: l3-flavors 2026-06-26 05:15:54.358 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-26 05:15:54.359 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-26 05:15:54.362 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-26 05:15:54.363 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-26 05:15:54.364 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-26 05:15:54.365 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-26 05:15:54.366 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-26 05:15:54.366 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: multi-provider 2026-06-26 05:15:54.366 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: net-mtu 2026-06-26 05:15:54.367 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: net-mtu-writable 2026-06-26 05:15:54.368 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: network_availability_zone 2026-06-26 05:15:54.368 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: network_ha 2026-06-26 05:15:54.369 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: network-ip-availability 2026-06-26 05:15:54.370 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-26 05:15:54.370 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: pagination 2026-06-26 05:15:54.371 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: port-device-profile 2026-06-26 05:15:54.371 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-26 05:15:54.371 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-26 05:15:54.372 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-26 05:15:54.372 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: port-mac-override 2026-06-26 05:15:54.373 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-26 05:15:54.373 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-26 05:15:54.374 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-26 05:15:54.374 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: port-resource-request 2026-06-26 05:15:54.375 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-26 05:15:54.375 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-26 05:15:54.376 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: binding 2026-06-26 05:15:54.376 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: binding-extended 2026-06-26 05:15:54.377 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: port-security 2026-06-26 05:15:54.377 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: project-id 2026-06-26 05:15:54.378 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: provider 2026-06-26 05:15:54.378 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-26 05:15:54.380 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos 2026-06-26 05:15:54.381 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-26 05:15:54.381 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-26 05:15:54.382 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos-default 2026-06-26 05:15:54.382 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos-fip 2026-06-26 05:15:54.383 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-26 05:15:54.383 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-26 05:15:54.383 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-26 05:15:54.384 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-26 05:15:54.385 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-26 05:15:54.385 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos-pps 2026-06-26 05:15:54.386 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-26 05:15:54.386 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-26 05:15:54.386 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: qos-rules-alias 2026-06-26 05:15:54.387 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: quota-check-limit 2026-06-26 05:15:54.387 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-26 05:15:54.389 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: quotas 2026-06-26 05:15:54.392 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: quota_details 2026-06-26 05:15:54.393 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: rbac-policies 2026-06-26 05:15:54.394 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: rbac-address-group 2026-06-26 05:15:54.394 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: rbac-address-scope 2026-06-26 05:15:54.394 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: rbac-security-groups 2026-06-26 05:15:54.395 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-26 05:15:54.395 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: revision-if-match 2026-06-26 05:15:54.396 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-26 05:15:54.396 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: router_availability_zone 2026-06-26 05:15:54.397 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-26 05:15:54.398 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-26 05:15:54.399 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-26 05:15:54.399 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-26 05:15:54.400 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-26 05:15:54.400 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-26 05:15:54.401 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-26 05:15:54.404 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: security-group 2026-06-26 05:15:54.405 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: segment 2026-06-26 05:15:54.406 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-26 05:15:54.406 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: service-type 2026-06-26 05:15:54.407 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: sorting 2026-06-26 05:15:54.407 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: standard-attr-segment 2026-06-26 05:15:54.408 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: standard-attr-description 2026-06-26 05:15:54.408 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: stateful-security-group 2026-06-26 05:15:54.409 1 WARNING neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-26 05:15:54.409 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-26 05:15:54.409 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: subnet-external-network 2026-06-26 05:15:54.410 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: subnet_onboard 2026-06-26 05:15:54.410 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-26 05:15:54.411 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: subnet-service-types 2026-06-26 05:15:54.413 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: subnet_allocation 2026-06-26 05:15:54.413 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-26 05:15:54.414 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: tag-creation 2026-06-26 05:15:54.414 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-26 05:15:54.418 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: standard-attr-tag 2026-06-26 05:15:54.419 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-26 05:15:54.420 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: trunk 2026-06-26 05:15:54.420 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: trunk-details 2026-06-26 05:15:54.421 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-26 05:15:54.421 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-26 05:15:54.422 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-26 05:15:54.423 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-26 05:15:54.425 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-26 05:15:54.426 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-26 05:15:54.426 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: vpn-flavors 2026-06-26 05:15:54.427 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: vpnaas 2026-06-26 05:15:54.428 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: taas 2026-06-26 05:15:54.429 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: tap-mirror 2026-06-26 05:15:54.430 1 INFO neutron.api.extensions [None req-0bdf41b2-e86a-4d68-a2d6-1e727e972e70 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-26 05:16:24.518 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-26 05:16:24.555 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-26 05:16:24.564 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-06-26 05:16:37.744 16 INFO neutron.db.l3_hamode_db [None req-4f3a76c9-590d-4a27-bbde-30f76109250d - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:16:55.998 16 INFO neutron.plugins.ml2.plugin [None req-02623954-c79b-4457-9161-787dfbb3eebe - - - - - -] Attempt 1 to provision port f18cd78e-6228-4ed5-bc34-1701616bc616 2026-06-26 05:16:56.008 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port f18cd78e-6228-4ed5-bc34-1701616bc616 2026-06-26 05:16:57.926 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port f18cd78e-6228-4ed5-bc34-1701616bc616 2026-06-26 05:16:58.164 16 INFO neutron.plugins.ml2.plugin [None req-7ded5bc0-88cb-4c4b-8096-fdf7ed416853 - - - - - -] Attempt 1 to provision port f18cd78e-6228-4ed5-bc34-1701616bc616 2026-06-26 05:21:32.030 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port aa693c6a-75e0-44e8-ba0d-b97110d61a90 2026-06-26 05:21:33.153 16 INFO neutron.plugins.ml2.plugin [None req-184586aa-3693-4164-aea1-3a0cad9e402e - - - - - -] Attempt 1 to provision port aa693c6a-75e0-44e8-ba0d-b97110d61a90 2026-06-26 05:21:33.997 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port aa693c6a-75e0-44e8-ba0d-b97110d61a90 2026-06-26 05:21:38.914 13 INFO neutron.plugins.ml2.plugin [None req-c0ac9229-81a6-49a2-8861-1f67f8745bae - - - - - -] Attempt 1 to provision port b1f36263-f26b-4d27-9540-40ac890631bf 2026-06-26 05:25:22.650 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port b1f36263-f26b-4d27-9540-40ac890631bf 2026-06-26 05:25:24.130 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port b1f36263-f26b-4d27-9540-40ac890631bf 2026-06-26 05:34:38.372 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port b12df94d-8f95-4592-a61e-939eaeca3f86 2026-06-26 05:34:40.290 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port b12df94d-8f95-4592-a61e-939eaeca3f86 2026-06-26 05:44:22.447 16 INFO neutron.plugins.ml2.plugin [None req-dc6ac36b-ce96-4cd9-91a9-06d0af3c7790 - - - - - -] Attempt 1 to provision port aa693c6a-75e0-44e8-ba0d-b97110d61a90 2026-06-26 05:44:22.504 16 INFO neutron.plugins.ml2.plugin [None req-dc6ac36b-ce96-4cd9-91a9-06d0af3c7790 - - - - - -] Attempt 1 to provision port f18cd78e-6228-4ed5-bc34-1701616bc616 2026-06-26 05:44:22.560 16 INFO neutron.plugins.ml2.plugin [None req-dc6ac36b-ce96-4cd9-91a9-06d0af3c7790 - - - - - -] Attempt 1 to provision port b1f36263-f26b-4d27-9540-40ac890631bf 2026-06-26 05:51:12.692 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port e6a0bae2-7b21-4d44-ba87-36042d6dd0e9 2026-06-26 05:51:13.162 13 INFO neutron.plugins.ml2.plugin [None req-7d2abe49-bc69-44c3-9f6c-87b75336f430 - - - - - -] Attempt 1 to provision port e6a0bae2-7b21-4d44-ba87-36042d6dd0e9 2026-06-26 05:51:14.678 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port e6a0bae2-7b21-4d44-ba87-36042d6dd0e9 2026-06-26 05:51:16.801 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port b8585da3-f8fa-479f-ad49-c159a956d0a4 2026-06-26 05:51:19.064 16 INFO neutron.plugins.ml2.plugin [None req-f3051cc0-ad38-4a9b-9647-6d90927b8855 - - - - - -] Attempt 1 to provision port 4b9cd322-ee9f-4ebc-9bf1-30cc3a8b6074 2026-06-26 05:51:20.969 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 42f2bba7-4adb-4dcb-a5a9-36ca60e50120 2026-06-26 05:51:22.700 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 42f2bba7-4adb-4dcb-a5a9-36ca60e50120 2026-06-26 05:51:24.797 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 933bd5c6-f5e3-4786-9d4d-0b4d4c11af79 2026-06-26 05:51:25.227 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 621e491f-8543-4cdf-a812-0a823a314c98 2026-06-26 05:51:26.820 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 933bd5c6-f5e3-4786-9d4d-0b4d4c11af79 2026-06-26 05:51:27.012 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 621e491f-8543-4cdf-a812-0a823a314c98 2026-06-26 05:51:28.799 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 02da4651-6a2d-4eeb-bebf-16efb655255b 2026-06-26 05:51:31.490 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 02da4651-6a2d-4eeb-bebf-16efb655255b 2026-06-26 05:51:31.756 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 59fb9d2b-2a16-478c-b424-ae1ee56e164f 2026-06-26 05:51:32.372 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e4db789-cdab-47d4-9dfc-612cbb0fca3b'] response: {'server_uuid': '2f61a596-c71c-4b38-871d-d9fb158d6bb5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '59fb9d2b-2a16-478c-b424-ae1ee56e164f', 'code': 200} 2026-06-26 05:51:32.911 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 1e38f126-dd3e-4e51-85a3-439e24fcd2e8 2026-06-26 05:51:33.770 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 59fb9d2b-2a16-478c-b424-ae1ee56e164f 2026-06-26 05:51:34.741 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 1e38f126-dd3e-4e51-85a3-439e24fcd2e8 2026-06-26 05:51:37.289 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port cfb4017d-7f35-4f2c-984d-bc0fcb7a4961 2026-06-26 05:51:37.453 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfe3e5fb-a72e-4621-aa62-d3ce37dc222a'] response: {'server_uuid': '0e28cedb-1ae4-4070-b73e-6d54921ac0bc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cfb4017d-7f35-4f2c-984d-bc0fcb7a4961', 'code': 200} 2026-06-26 05:51:38.931 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port cfb4017d-7f35-4f2c-984d-bc0fcb7a4961 2026-06-26 05:51:42.119 13 INFO neutron.plugins.ml2.plugin [None req-de43cf4a-6a45-485e-b6e6-9d3bd282b049 - - - - - -] Attempt 1 to provision port cfb4017d-7f35-4f2c-984d-bc0fcb7a4961 2026-06-26 05:51:42.199 13 INFO neutron.plugins.ml2.plugin [None req-de43cf4a-6a45-485e-b6e6-9d3bd282b049 - - - - - -] Attempt 1 to provision port 456fa68b-06a5-40b4-809c-dda6d6eaa321 2026-06-26 05:51:42.236 13 INFO neutron.plugins.ml2.plugin [None req-de43cf4a-6a45-485e-b6e6-9d3bd282b049 - - - - - -] Attempt 1 to provision port 02da4651-6a2d-4eeb-bebf-16efb655255b 2026-06-26 05:51:42.299 13 INFO neutron.plugins.ml2.plugin [None req-de43cf4a-6a45-485e-b6e6-9d3bd282b049 - - - - - -] Attempt 1 to provision port bbb821a6-ace9-4045-8a5f-44145a5fee3b 2026-06-26 05:51:42.358 13 INFO neutron.plugins.ml2.plugin [None req-de43cf4a-6a45-485e-b6e6-9d3bd282b049 - - - - - -] Attempt 1 to provision port 1e38f126-dd3e-4e51-85a3-439e24fcd2e8 2026-06-26 05:51:42.536 13 INFO neutron.plugins.ml2.plugin [None req-de43cf4a-6a45-485e-b6e6-9d3bd282b049 - - - - - -] Attempt 1 to provision port 2bcd378d-2eb9-498e-a838-a859d89fda76 2026-06-26 05:51:42.605 13 INFO neutron.plugins.ml2.plugin [None req-de43cf4a-6a45-485e-b6e6-9d3bd282b049 - - - - - -] Attempt 1 to provision port eaac22ba-7745-42e7-978c-c79074c11310 2026-06-26 05:51:42.689 13 INFO neutron.plugins.ml2.plugin [None req-de43cf4a-6a45-485e-b6e6-9d3bd282b049 - - - - - -] Attempt 1 to provision port 59fb9d2b-2a16-478c-b424-ae1ee56e164f 2026-06-26 05:51:43.039 13 INFO neutron.plugins.ml2.plugin [None req-de43cf4a-6a45-485e-b6e6-9d3bd282b049 - - - - - -] Attempt 1 to provision port e6a0bae2-7b21-4d44-ba87-36042d6dd0e9 2026-06-26 05:51:47.192 16 INFO neutron.plugins.ml2.plugin [None req-70dc2f25-4263-439a-87d7-1708c91b2186 - - - - - -] Attempt 1 to provision port bbb821a6-ace9-4045-8a5f-44145a5fee3b 2026-06-26 05:51:47.375 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 4f309bfe-bd8f-40cf-97e6-0f265142db67 2026-06-26 05:51:47.897 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d56931b-47fe-4252-802d-3930bf8fcab8'] response: {'server_uuid': 'd5bf497a-c0c6-422b-9561-95d8c754a2b2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4f309bfe-bd8f-40cf-97e6-0f265142db67', 'code': 200} 2026-06-26 05:51:48.980 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 4f309bfe-bd8f-40cf-97e6-0f265142db67 2026-06-26 05:51:52.946 16 INFO neutron.plugins.ml2.plugin [None req-547a7ead-8896-4b9c-bd4c-d321bdc107de - - - - - -] Attempt 1 to provision port 456fa68b-06a5-40b4-809c-dda6d6eaa321 2026-06-26 05:51:53.000 16 INFO neutron.plugins.ml2.plugin [None req-547a7ead-8896-4b9c-bd4c-d321bdc107de - - - - - -] Attempt 1 to provision port 53007d2d-6c39-429a-a167-2388f6d3280f 2026-06-26 05:51:53.024 16 INFO neutron.plugins.ml2.plugin [None req-547a7ead-8896-4b9c-bd4c-d321bdc107de - - - - - -] Attempt 1 to provision port a03dc6d7-18b4-464d-8c54-4715530499c3 2026-06-26 05:51:53.155 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port a03dc6d7-18b4-464d-8c54-4715530499c3 2026-06-26 05:51:53.335 16 INFO neutron.plugins.ml2.plugin [None req-547a7ead-8896-4b9c-bd4c-d321bdc107de - - - - - -] Attempt 1 to provision port 4eb439ed-6854-402e-b049-84399ba3b0e4 2026-06-26 05:51:53.365 16 INFO neutron.plugins.ml2.plugin [None req-547a7ead-8896-4b9c-bd4c-d321bdc107de - - - - - -] Attempt 1 to provision port f18cd78e-6228-4ed5-bc34-1701616bc616 2026-06-26 05:51:53.435 16 INFO neutron.plugins.ml2.plugin [None req-547a7ead-8896-4b9c-bd4c-d321bdc107de - - - - - -] Attempt 1 to provision port 4b9cd322-ee9f-4ebc-9bf1-30cc3a8b6074 2026-06-26 05:51:53.435 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 269b152c-9c61-41b3-9553-c0f12fd4113d 2026-06-26 05:51:53.462 16 INFO neutron.plugins.ml2.plugin [None req-547a7ead-8896-4b9c-bd4c-d321bdc107de - - - - - -] Attempt 1 to provision port 61c0a407-b201-4a37-8fbf-b1c35bcd0de2 2026-06-26 05:51:55.301 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port a03dc6d7-18b4-464d-8c54-4715530499c3 2026-06-26 05:51:55.744 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 269b152c-9c61-41b3-9553-c0f12fd4113d 2026-06-26 05:51:58.175 13 INFO neutron.plugins.ml2.plugin [None req-c9da7dca-1671-444b-b5b5-74b9bc844e69 - - - - - -] Attempt 1 to provision port 53007d2d-6c39-429a-a167-2388f6d3280f 2026-06-26 05:51:58.234 13 INFO neutron.plugins.ml2.plugin [None req-c9da7dca-1671-444b-b5b5-74b9bc844e69 - - - - - -] Attempt 1 to provision port a03dc6d7-18b4-464d-8c54-4715530499c3 2026-06-26 05:51:58.360 13 INFO neutron.plugins.ml2.plugin [None req-c9da7dca-1671-444b-b5b5-74b9bc844e69 - - - - - -] Attempt 1 to provision port 1fc6114e-ee47-4939-9b76-30b1dff37e45 2026-06-26 05:51:59.097 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 2bcd378d-2eb9-498e-a838-a859d89fda76 2026-06-26 05:52:01.272 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port bdab8bf1-5329-4fd2-9a1f-260f0d216c0c 2026-06-26 05:52:01.765 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 4b9cd322-ee9f-4ebc-9bf1-30cc3a8b6074 2026-06-26 05:52:02.436 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 2bcd378d-2eb9-498e-a838-a859d89fda76 2026-06-26 05:52:04.370 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 4b9cd322-ee9f-4ebc-9bf1-30cc3a8b6074 2026-06-26 05:52:04.498 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port bdab8bf1-5329-4fd2-9a1f-260f0d216c0c 2026-06-26 05:52:04.729 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port ee39444b-7d29-4ac2-b606-f18b805db8d0 2026-06-26 05:52:05.124 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 8de36b67-deac-4e59-aa00-8a55a54e8806 2026-06-26 05:52:05.426 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-53c2b109-b7b6-4238-bd96-c7431ef85900'] response: {'server_uuid': '3298035f-7c11-4abc-8869-73d6b1c1a063', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ee39444b-7d29-4ac2-b606-f18b805db8d0', 'code': 200} 2026-06-26 05:52:07.325 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port ee39444b-7d29-4ac2-b606-f18b805db8d0 2026-06-26 05:52:08.370 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 8de36b67-deac-4e59-aa00-8a55a54e8806 2026-06-26 05:52:10.086 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 1fc6114e-ee47-4939-9b76-30b1dff37e45 2026-06-26 05:52:10.461 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 53007d2d-6c39-429a-a167-2388f6d3280f 2026-06-26 05:52:12.098 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 1fc6114e-ee47-4939-9b76-30b1dff37e45 2026-06-26 05:52:12.499 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 53007d2d-6c39-429a-a167-2388f6d3280f 2026-06-26 05:52:12.704 16 INFO neutron.plugins.ml2.plugin [None req-61c2edde-6bfd-47a8-bf02-8365918ca6ad - - - - - -] Attempt 1 to provision port f4d93c7a-82f6-41b4-bff9-f7a0e0361b84 2026-06-26 05:52:12.737 16 INFO neutron.plugins.ml2.plugin [None req-61c2edde-6bfd-47a8-bf02-8365918ca6ad - - - - - -] Attempt 1 to provision port eab8b4e0-a84e-4603-8137-78fe5d34c512 2026-06-26 05:52:12.773 16 INFO neutron.plugins.ml2.plugin [None req-61c2edde-6bfd-47a8-bf02-8365918ca6ad - - - - - -] Attempt 1 to provision port a03dc6d7-18b4-464d-8c54-4715530499c3 2026-06-26 05:52:12.826 16 INFO neutron.plugins.ml2.plugin [None req-61c2edde-6bfd-47a8-bf02-8365918ca6ad - - - - - -] Attempt 1 to provision port 1fc6114e-ee47-4939-9b76-30b1dff37e45 2026-06-26 05:52:12.886 16 INFO neutron.plugins.ml2.plugin [None req-61c2edde-6bfd-47a8-bf02-8365918ca6ad - - - - - -] Attempt 1 to provision port 8de36b67-deac-4e59-aa00-8a55a54e8806 2026-06-26 05:52:14.545 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa 2026-06-26 05:52:14.650 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c179db3-a1da-4e73-8305-b154be3e5a36'] response: {'server_uuid': 'fce66c45-c040-4397-a87c-4db55de31614', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa', 'code': 200} 2026-06-26 05:52:15.745 16 INFO neutron.plugins.ml2.plugin [None req-9f54a3df-82fb-43f2-b103-8581182f12ce - - - - - -] Attempt 1 to provision port 1fc6114e-ee47-4939-9b76-30b1dff37e45 2026-06-26 05:52:16.045 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa 2026-06-26 05:52:20.342 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port f4d93c7a-82f6-41b4-bff9-f7a0e0361b84 2026-06-26 05:52:20.779 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port eab8b4e0-a84e-4603-8137-78fe5d34c512 2026-06-26 05:52:22.355 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port f4d93c7a-82f6-41b4-bff9-f7a0e0361b84 2026-06-26 05:52:22.561 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port eab8b4e0-a84e-4603-8137-78fe5d34c512 2026-06-26 05:52:34.317 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 8a40628b-7401-4b5d-8694-5069fb316cb8 2026-06-26 05:52:34.782 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port a0302ce3-e510-4722-a868-d4444a602d5d 2026-06-26 05:52:35.941 16 INFO neutron.plugins.ml2.plugin [None req-9a583fda-7be2-4f7c-a0af-238d57bfb0df - - - - - -] Attempt 1 to provision port 116e35fd-050b-44a7-8e17-eadcaef1bcc4 2026-06-26 05:52:35.987 16 INFO neutron.plugins.ml2.plugin [None req-9a583fda-7be2-4f7c-a0af-238d57bfb0df - - - - - -] Attempt 1 to provision port 8a40628b-7401-4b5d-8694-5069fb316cb8 2026-06-26 05:52:36.048 16 INFO neutron.plugins.ml2.plugin [None req-9a583fda-7be2-4f7c-a0af-238d57bfb0df - - - - - -] Attempt 1 to provision port 57d8e0eb-503e-4d08-9f2a-2e427e8e1dc8 2026-06-26 05:52:36.211 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 8a40628b-7401-4b5d-8694-5069fb316cb8 2026-06-26 05:52:36.486 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port a0302ce3-e510-4722-a868-d4444a602d5d 2026-06-26 05:52:40.187 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 585fe5c8-ebbe-4d0f-8247-b1970bb37bf9 2026-06-26 05:52:40.354 13 INFO neutron.plugins.ml2.plugin [None req-db45e1a2-7fd3-452e-ab96-3e4b87f5e42d - - - - - -] Attempt 1 to provision port 0374cd9e-0a75-43c0-9ed9-04a38fb91c9b 2026-06-26 05:52:40.388 13 INFO neutron.plugins.ml2.plugin [None req-db45e1a2-7fd3-452e-ab96-3e4b87f5e42d - - - - - -] Attempt 1 to provision port 8a40628b-7401-4b5d-8694-5069fb316cb8 2026-06-26 05:52:40.453 13 INFO neutron.plugins.ml2.plugin [None req-db45e1a2-7fd3-452e-ab96-3e4b87f5e42d - - - - - -] Attempt 1 to provision port 116e35fd-050b-44a7-8e17-eadcaef1bcc4 2026-06-26 05:52:42.219 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 585fe5c8-ebbe-4d0f-8247-b1970bb37bf9 2026-06-26 05:52:44.143 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port a2b7034f-1669-45b1-a7a0-08db17da99fd 2026-06-26 05:52:46.162 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port a2b7034f-1669-45b1-a7a0-08db17da99fd 2026-06-26 05:52:47.051 16 INFO neutron.plugins.ml2.plugin [None req-42341bac-5c69-494a-89da-9aa4f1ac06f2 - - - - - -] Attempt 1 to provision port f7869edc-c8f2-4e06-9f8f-28a211079648 2026-06-26 05:52:47.124 16 INFO neutron.plugins.ml2.plugin [None req-42341bac-5c69-494a-89da-9aa4f1ac06f2 - - - - - -] Attempt 1 to provision port f630cf16-099c-461b-a0de-d6371ad5767c 2026-06-26 05:52:47.212 16 INFO neutron.plugins.ml2.plugin [None req-42341bac-5c69-494a-89da-9aa4f1ac06f2 - - - - - -] Attempt 1 to provision port a2b7034f-1669-45b1-a7a0-08db17da99fd 2026-06-26 05:52:48.672 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 8ac5486c-0f7c-447e-8f45-5117c556413b 2026-06-26 05:52:48.783 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-bad4bb7c-4187-427e-be21-277ddd63128f'] response: {'server_uuid': 'f2af1899-d4f5-46c2-879c-d81107127a26', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8ac5486c-0f7c-447e-8f45-5117c556413b', 'code': 200} 2026-06-26 05:52:50.215 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 8ac5486c-0f7c-447e-8f45-5117c556413b 2026-06-26 05:52:52.973 13 INFO neutron.plugins.ml2.plugin [None req-c9a45bff-5542-4cb9-8521-a1bc52c554b8 - - - - - -] Attempt 1 to provision port f7869edc-c8f2-4e06-9f8f-28a211079648 2026-06-26 05:52:56.772 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 0374cd9e-0a75-43c0-9ed9-04a38fb91c9b 2026-06-26 05:52:57.099 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 116e35fd-050b-44a7-8e17-eadcaef1bcc4 2026-06-26 05:52:57.460 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 93b4d246-c613-4110-9ce7-d911a62209c0 2026-06-26 05:52:57.560 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c70d172e-d812-472a-a798-769bdd2c19e8'] response: {'server_uuid': '669a3571-4802-4217-961d-03ab721842a6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '93b4d246-c613-4110-9ce7-d911a62209c0', 'code': 200} 2026-06-26 05:52:58.759 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 0374cd9e-0a75-43c0-9ed9-04a38fb91c9b 2026-06-26 05:52:58.938 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port f630cf16-099c-461b-a0de-d6371ad5767c 2026-06-26 05:52:59.202 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 116e35fd-050b-44a7-8e17-eadcaef1bcc4 2026-06-26 05:52:59.540 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 1d77116b-0877-4e30-8229-7e6d9ef660e2 2026-06-26 05:52:59.973 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 93b4d246-c613-4110-9ce7-d911a62209c0 2026-06-26 05:53:00.745 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port f630cf16-099c-461b-a0de-d6371ad5767c 2026-06-26 05:53:01.002 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port f7869edc-c8f2-4e06-9f8f-28a211079648 2026-06-26 05:53:01.393 16 INFO neutron.plugins.ml2.plugin [None req-3ab618f3-2c90-44fd-ae32-437c9b03c1ab - - - - - -] Attempt 1 to provision port 116e35fd-050b-44a7-8e17-eadcaef1bcc4 2026-06-26 05:53:02.595 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port f7869edc-c8f2-4e06-9f8f-28a211079648 2026-06-26 05:53:08.084 16 INFO neutron.plugins.ml2.plugin [None req-296f5e6e-4599-4d90-8a92-67b2ce7f70fc - - - - - -] Attempt 1 to provision port 8ac5486c-0f7c-447e-8f45-5117c556413b 2026-06-26 05:53:08.140 16 INFO neutron.plugins.ml2.plugin [None req-296f5e6e-4599-4d90-8a92-67b2ce7f70fc - - - - - -] Attempt 1 to provision port 116e35fd-050b-44a7-8e17-eadcaef1bcc4 2026-06-26 05:53:30.464 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 2023b558-8292-4828-aa0b-e4caabd29ff4 2026-06-26 05:53:31.108 13 INFO neutron.plugins.ml2.plugin [None req-2084c41b-aaf7-4afa-a173-c74c0f1b49e8 - - - - - -] Attempt 1 to provision port 2023b558-8292-4828-aa0b-e4caabd29ff4 2026-06-26 05:53:31.220 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7afb64c-84ab-48f0-8db5-d192bd88e066'] response: {'server_uuid': 'f2af1899-d4f5-46c2-879c-d81107127a26', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8ac5486c-0f7c-447e-8f45-5117c556413b', 'code': 200} 2026-06-26 05:53:32.382 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 2023b558-8292-4828-aa0b-e4caabd29ff4 2026-06-26 05:53:35.070 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 8ac5486c-0f7c-447e-8f45-5117c556413b 2026-06-26 05:53:35.212 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b01f270-aab2-4b92-bb2c-53bc52f5eaf4'] response: {'server_uuid': 'f2af1899-d4f5-46c2-879c-d81107127a26', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8ac5486c-0f7c-447e-8f45-5117c556413b', 'code': 200} 2026-06-26 05:53:35.498 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 3b1c9401-f309-4857-ae9a-d98bc4b284cf 2026-06-26 05:53:35.866 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 5a56af12-07c6-4760-9f44-3fd1c139fc5a 2026-06-26 05:53:37.413 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 5a56af12-07c6-4760-9f44-3fd1c139fc5a 2026-06-26 05:53:37.663 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 8ac5486c-0f7c-447e-8f45-5117c556413b 2026-06-26 05:53:37.838 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 3b1c9401-f309-4857-ae9a-d98bc4b284cf 2026-06-26 05:53:38.060 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 7f926870-e6a3-484b-a09b-a209f815c471 2026-06-26 05:53:38.174 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf5050d2-ecfe-42d3-b82f-4062672a2c5f'] response: {'server_uuid': '4ecfdf21-7c5a-40e4-8689-e92a11892b56', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7f926870-e6a3-484b-a09b-a209f815c471', 'code': 200} 2026-06-26 05:53:39.013 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 7f926870-e6a3-484b-a09b-a209f815c471 2026-06-26 05:53:41.076 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 2023b558-8292-4828-aa0b-e4caabd29ff4 2026-06-26 05:53:42.993 13 INFO neutron.plugins.ml2.plugin [None req-76de52f6-986a-4da2-978a-eee1adcbe03b - - - - - -] Attempt 1 to provision port cc674ba2-ac76-44fc-b1af-7176b991901f 2026-06-26 05:53:43.026 13 INFO neutron.plugins.ml2.plugin [None req-76de52f6-986a-4da2-978a-eee1adcbe03b - - - - - -] Attempt 1 to provision port 7f926870-e6a3-484b-a09b-a209f815c471 2026-06-26 05:53:43.084 13 INFO neutron.plugins.ml2.plugin [None req-76de52f6-986a-4da2-978a-eee1adcbe03b - - - - - -] Attempt 1 to provision port 2023b558-8292-4828-aa0b-e4caabd29ff4 2026-06-26 05:53:43.144 13 INFO neutron.plugins.ml2.plugin [None req-76de52f6-986a-4da2-978a-eee1adcbe03b - - - - - -] Attempt 1 to provision port 6fafa51e-5434-44d7-8956-a44639213f54 2026-06-26 05:53:43.172 13 INFO neutron.plugins.ml2.plugin [None req-76de52f6-986a-4da2-978a-eee1adcbe03b - - - - - -] Attempt 1 to provision port 4b017d12-6a94-4bbd-bc52-a535ae49df3f 2026-06-26 05:53:43.199 13 INFO neutron.plugins.ml2.plugin [None req-76de52f6-986a-4da2-978a-eee1adcbe03b - - - - - -] Attempt 1 to provision port 3b1c9401-f309-4857-ae9a-d98bc4b284cf 2026-06-26 05:53:45.129 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 77b59240-2161-4f55-9dab-c1d535487da1 2026-06-26 05:53:45.577 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 1b555707-d0e8-4b1b-9309-5a0088fd82b4 2026-06-26 05:53:47.045 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 77b59240-2161-4f55-9dab-c1d535487da1 2026-06-26 05:53:47.311 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 1b555707-d0e8-4b1b-9309-5a0088fd82b4 2026-06-26 05:53:51.645 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 6886d512-4d3a-4393-a22e-0b5d1572097e 2026-06-26 05:53:52.078 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba 2026-06-26 05:53:52.184 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-bddfcc79-ce2c-4eb6-acde-672612c86096'] response: {'server_uuid': 'b8c1e14f-91a6-4f38-94a0-fd0530c499dd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba', 'code': 200} 2026-06-26 05:53:52.560 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 4d4bbead-b420-4801-9e92-18b915f98ce2 2026-06-26 05:53:53.402 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 6886d512-4d3a-4393-a22e-0b5d1572097e 2026-06-26 05:53:53.697 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba 2026-06-26 05:53:53.961 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 4d4bbead-b420-4801-9e92-18b915f98ce2 2026-06-26 05:53:57.503 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 7e8eeb4b-0450-469f-98f7-3a5b6eb226d2 2026-06-26 05:53:59.860 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 7e8eeb4b-0450-469f-98f7-3a5b6eb226d2 2026-06-26 05:54:00.121 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port cc674ba2-ac76-44fc-b1af-7176b991901f 2026-06-26 05:54:00.442 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 4b017d12-6a94-4bbd-bc52-a535ae49df3f 2026-06-26 05:54:00.759 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 6fafa51e-5434-44d7-8956-a44639213f54 2026-06-26 05:54:01.079 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port d5b42bca-30dc-42bd-a1fc-709896c63901 2026-06-26 05:54:03.707 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port cc674ba2-ac76-44fc-b1af-7176b991901f 2026-06-26 05:54:03.923 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 4b017d12-6a94-4bbd-bc52-a535ae49df3f 2026-06-26 05:54:04.131 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 6fafa51e-5434-44d7-8956-a44639213f54 2026-06-26 05:54:04.273 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port d5b42bca-30dc-42bd-a1fc-709896c63901 2026-06-26 05:54:04.677 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port c4a97ab9-eb93-47d6-9b42-222eb0d7373f 2026-06-26 05:54:04.887 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8ebf0c0-ce6a-4e38-ae7a-e5936cda8a99'] response: {'server_uuid': 'e5b8af0a-4af2-48f2-810b-787cbca456cc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c4a97ab9-eb93-47d6-9b42-222eb0d7373f', 'code': 200} 2026-06-26 05:54:06.224 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port bd2e67cf-fd52-4b72-a7fe-68e7bb97d7cb 2026-06-26 05:54:06.562 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 90fa519d-5fe7-4985-83d5-cd760ed4a5d9 2026-06-26 05:54:06.901 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port c4a97ab9-eb93-47d6-9b42-222eb0d7373f 2026-06-26 05:54:08.083 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port bd2e67cf-fd52-4b72-a7fe-68e7bb97d7cb 2026-06-26 05:54:08.253 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 90fa519d-5fe7-4985-83d5-cd760ed4a5d9 2026-06-26 05:54:10.214 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 319041fc-d152-4dd5-9754-2263d753b4d9 2026-06-26 05:54:10.542 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port c691dc0c-9082-4a9c-b175-e53956f285a2 2026-06-26 05:54:12.335 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port e410911c-0a97-471c-a277-780220550ed1 2026-06-26 05:54:12.701 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 319041fc-d152-4dd5-9754-2263d753b4d9 2026-06-26 05:54:12.897 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port c691dc0c-9082-4a9c-b175-e53956f285a2 2026-06-26 05:54:13.040 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 17c53503-c0c7-45ce-8f76-f9b42ac4cb0a 2026-06-26 05:54:13.162 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f934ea3-e167-46a1-8340-ad425b28c92d'] response: {'server_uuid': 'd1cee128-1016-484a-b81f-132a99bf6fa0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '17c53503-c0c7-45ce-8f76-f9b42ac4cb0a', 'code': 200} 2026-06-26 05:54:14.993 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port e410911c-0a97-471c-a277-780220550ed1 2026-06-26 05:54:15.223 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 17c53503-c0c7-45ce-8f76-f9b42ac4cb0a 2026-06-26 05:54:15.468 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 53ffc96f-f2e0-4ef3-86fe-5e4ce8cfdce6 2026-06-26 05:54:16.928 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 53ffc96f-f2e0-4ef3-86fe-5e4ce8cfdce6 2026-06-26 05:54:23.726 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 4613946d-5b5a-4e1e-9fa3-f12da7b780e1 2026-06-26 05:54:23.851 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-1828221d-4191-432d-a26e-e49767ef194e'] response: {'server_uuid': '71ea436c-8290-4a00-8bea-704d902e39d3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4613946d-5b5a-4e1e-9fa3-f12da7b780e1', 'code': 200} 2026-06-26 05:54:25.206 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 4613946d-5b5a-4e1e-9fa3-f12da7b780e1 2026-06-26 05:54:25.382 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port bd2e67cf-fd52-4b72-a7fe-68e7bb97d7cb 2026-06-26 05:54:25.486 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port 2023b558-8292-4828-aa0b-e4caabd29ff4 2026-06-26 05:54:25.533 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port d5b42bca-30dc-42bd-a1fc-709896c63901 2026-06-26 05:54:25.578 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port bd75eaa0-36fe-4e84-a53f-cbb0b7d87e46 2026-06-26 05:54:25.603 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port 4b017d12-6a94-4bbd-bc52-a535ae49df3f 2026-06-26 05:54:25.662 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port 1b555707-d0e8-4b1b-9309-5a0088fd82b4 2026-06-26 05:54:25.717 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port 17c53503-c0c7-45ce-8f76-f9b42ac4cb0a 2026-06-26 05:54:25.784 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port 319041fc-d152-4dd5-9754-2263d753b4d9 2026-06-26 05:54:25.837 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port cc674ba2-ac76-44fc-b1af-7176b991901f 2026-06-26 05:54:25.889 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port 7e8eeb4b-0450-469f-98f7-3a5b6eb226d2 2026-06-26 05:54:25.959 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port 90fa519d-5fe7-4985-83d5-cd760ed4a5d9 2026-06-26 05:54:26.015 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port f8990c83-18a2-4784-a973-638def77bc8b 2026-06-26 05:54:26.037 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port 4d4bbead-b420-4801-9e92-18b915f98ce2 2026-06-26 05:54:26.088 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port 53ffc96f-f2e0-4ef3-86fe-5e4ce8cfdce6 2026-06-26 05:54:26.167 16 INFO neutron.plugins.ml2.plugin [None req-4e622c7d-a783-4964-b966-26116da9f56d - - - - - -] Attempt 1 to provision port c691dc0c-9082-4a9c-b175-e53956f285a2 2026-06-26 05:54:29.388 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port bd75eaa0-36fe-4e84-a53f-cbb0b7d87e46 2026-06-26 05:54:29.838 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port f8990c83-18a2-4784-a973-638def77bc8b 2026-06-26 05:54:31.488 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port bd75eaa0-36fe-4e84-a53f-cbb0b7d87e46 2026-06-26 05:54:31.653 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port f8990c83-18a2-4784-a973-638def77bc8b 2026-06-26 05:54:36.673 13 INFO neutron.plugins.ml2.plugin [None req-5c56488b-8556-45f6-bf69-d736adcc14dc - - - - - -] Attempt 1 to provision port ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba 2026-06-26 05:54:36.736 13 INFO neutron.plugins.ml2.plugin [None req-5c56488b-8556-45f6-bf69-d736adcc14dc - - - - - -] Attempt 1 to provision port d5b42bca-30dc-42bd-a1fc-709896c63901 2026-06-26 05:54:40.532 16 INFO neutron.plugins.ml2.plugin [None req-c3a3eb5e-49a2-4861-89a7-188bba23979b - - - - - -] Attempt 1 to provision port 17c53503-c0c7-45ce-8f76-f9b42ac4cb0a 2026-06-26 05:54:47.242 13 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 4ef9e6fc-2589-4be4-91de-0b656b619928 2026-06-26 05:55:19.324 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port a41dcde0-256c-4a2d-af75-778e0a29e9f4 2026-06-26 05:55:21.187 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port a41dcde0-256c-4a2d-af75-778e0a29e9f4 2026-06-26 05:55:23.304 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 8dcadfd7-84ab-4346-ba3e-296dfe4ce974 2026-06-26 05:55:24.226 13 INFO neutron.plugins.ml2.plugin [None req-6bef5d72-5354-4b78-9867-f36f83688a30 - - - - - -] Attempt 1 to provision port a41dcde0-256c-4a2d-af75-778e0a29e9f4 2026-06-26 05:55:24.289 13 INFO neutron.plugins.ml2.plugin [None req-6bef5d72-5354-4b78-9867-f36f83688a30 - - - - - -] Attempt 1 to provision port 8dcadfd7-84ab-4346-ba3e-296dfe4ce974 2026-06-26 05:55:29.247 16 INFO neutron.plugins.ml2.plugin [None req-a00813d1-f4e3-47ea-9eb8-e9dc4d2efb0b - - - - - -] Attempt 1 to provision port 7172b2a0-a20d-45c1-831a-e2aa4d90afb9 2026-06-26 05:59:37.464 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c79e8db7-cb6e-4f09-a82b-0201349993c7'] response: {'server_uuid': 'b8c1e14f-91a6-4f38-94a0-fd0530c499dd', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba', 'code': 200}