+ 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 This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-07-01 01:26:41.317 1 INFO neutron.common.config [-] Logging enabled! 2026-07-01 01:26:41.317 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev33 2026-07-01 01:26:41.318 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-01 01:26:41.318 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-01 01:26:42.327 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 01:26:42.329 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-01 01:26:42.333 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-01 01:26:42.333 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 01:26:42.334 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-01 01:26:42.334 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-01 01:26:42.334 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 01:26:42.341 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 01:26:42.341 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 01:26:42.342 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 01:26:42.362 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-01 01:26:42.363 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 01:26:42.364 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-01 01:26:42.397 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-01 01:26:42.397 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-01 01:26:42.398 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-01 01:26:42.398 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-01 01:26:42.688 1 INFO neutron.plugins.ml2.managers [None req-653360e0-8708-4096-8811-1fbd6a354eef - - - - - -] Initializing driver for type 'vlan' 2026-07-01 01:26:42.821 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-653360e0-8708-4096-8811-1fbd6a354eef - - - - - -] VlanTypeDriver initialization complete 2026-07-01 01:26:42.821 1 INFO neutron.plugins.ml2.managers [None req-653360e0-8708-4096-8811-1fbd6a354eef - - - - - -] Initializing driver for type 'vxlan' 2026-07-01 01:26:42.822 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-653360e0-8708-4096-8811-1fbd6a354eef - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-01 01:26:42.870 1 INFO neutron.plugins.ml2.managers [None req-653360e0-8708-4096-8811-1fbd6a354eef - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-01 01:26:42.871 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-653360e0-8708-4096-8811-1fbd6a354eef - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-01 01:26:42.871 1 INFO neutron.plugins.ml2.managers [None req-653360e0-8708-4096-8811-1fbd6a354eef - - - - - -] Initializing extension driver 'port_security' 2026-07-01 01:26:42.871 1 INFO neutron.plugins.ml2.extensions.port_security [None req-653360e0-8708-4096-8811-1fbd6a354eef - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-01 01:26:42.871 1 INFO neutron.plugins.ml2.managers [None req-653360e0-8708-4096-8811-1fbd6a354eef - - - - - -] Initializing extension driver 'qos' 2026-07-01 01:26:42.872 1 INFO neutron.plugins.ml2.managers [None req-653360e0-8708-4096-8811-1fbd6a354eef - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-01 01:26:42.872 1 INFO neutron.plugins.ml2.managers [None req-653360e0-8708-4096-8811-1fbd6a354eef - - - - - -] Initializing mechanism driver 'l2population' 2026-07-01 01:26:42.886 1 INFO neutron.quota [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded quota_driver: . 2026-07-01 01:26:42.886 1 INFO neutron.plugins.ml2.plugin [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Modular L2 Plugin initialization complete 2026-07-01 01:26:42.887 1 INFO neutron.plugins.ml2.managers [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-01 01:26:42.887 1 INFO neutron.plugins.ml2.managers [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-01 01:26:42.887 1 INFO neutron.plugins.ml2.managers [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-01 01:26:42.887 1 INFO neutron.extensions.vlantransparent [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Disabled vlantransparent extension. 2026-07-01 01:26:42.887 1 INFO neutron.extensions.qinq [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Disabled VLAN QinQ extension. 2026-07-01 01:26:42.888 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: qos 2026-07-01 01:26:42.899 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: router 2026-07-01 01:26:42.938 1 INFO neutron.services.service_base [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-01 01:26:42.938 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: segments 2026-07-01 01:26:43.004 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: trunk 2026-07-01 01:26:43.017 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: vpnaas 2026-07-01 01:26:43.052 1 WARNING stevedore.named [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-01 01:26:43.052 1 WARNING stevedore.named [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 01:26:43.302 1 INFO neutron_vpnaas.services.vpn.plugin [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-01 01:26:43.303 1 INFO neutron.common.utils [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-01 01:26:43.303 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: taas 2026-07-01 01:26:43.320 1 WARNING stevedore.named [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 01:26:43.347 1 INFO neutron_taas.services.taas.taas_plugin [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-01 01:26:43.347 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: tapmirror 2026-07-01 01:26:43.357 1 WARNING stevedore.named [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 01:26:43.375 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-01 01:26:43.376 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: auto_allocate 2026-07-01 01:26:43.384 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: tag 2026-07-01 01:26:43.392 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: timestamp 2026-07-01 01:26:43.395 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: network_ip_availability 2026-07-01 01:26:43.398 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: flavors 2026-07-01 01:26:43.400 1 INFO neutron.manager [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loading Plugin: revisions 2026-07-01 01:26:43.403 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Initializing extension manager. 2026-07-01 01:26:43.404 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: address-group 2026-07-01 01:26:43.405 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: address-scope 2026-07-01 01:26:43.406 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-01 01:26:43.406 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: agent 2026-07-01 01:26:43.407 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: agent-resources-synced 2026-07-01 01:26:43.408 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-01 01:26:43.409 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-01 01:26:43.409 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: availability_zone 2026-07-01 01:26:43.410 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: availability_zone_filter 2026-07-01 01:26:43.410 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-01 01:26:43.411 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: default-subnetpools 2026-07-01 01:26:43.412 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-01 01:26:43.412 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: dns-integration 2026-07-01 01:26:43.413 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: dns-domain-ports 2026-07-01 01:26:43.413 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-01 01:26:43.414 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: dvr 2026-07-01 01:26:43.414 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-01 01:26:43.415 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: empty-string-filtering 2026-07-01 01:26:43.415 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 01:26:43.416 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-01 01:26:43.416 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: external-net 2026-07-01 01:26:43.417 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-01 01:26:43.417 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: extraroute 2026-07-01 01:26:43.418 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: extraroute-atomic 2026-07-01 01:26:43.418 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-01 01:26:43.419 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-01 01:26:43.419 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-01 01:26:43.419 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-01 01:26:43.420 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: fip-port-details 2026-07-01 01:26:43.421 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: flavors 2026-07-01 01:26:43.422 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-01 01:26:43.422 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: floatingip-pools 2026-07-01 01:26:43.423 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: ip_allocation 2026-07-01 01:26:43.423 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-01 01:26:43.424 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: l2_adjacency 2026-07-01 01:26:43.425 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: router 2026-07-01 01:26:43.427 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 01:26:43.427 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-01 01:26:43.428 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-01 01:26:43.428 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: ext-gw-mode 2026-07-01 01:26:43.429 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: l3-ha 2026-07-01 01:26:43.429 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-01 01:26:43.430 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-01 01:26:43.430 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: l3-flavors 2026-07-01 01:26:43.431 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-01 01:26:43.432 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-01 01:26:43.434 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-01 01:26:43.435 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-01 01:26:43.436 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-01 01:26:43.437 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-01 01:26:43.437 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-01 01:26:43.438 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: multi-provider 2026-07-01 01:26:43.438 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: net-mtu 2026-07-01 01:26:43.438 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: net-mtu-writable 2026-07-01 01:26:43.439 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: network_availability_zone 2026-07-01 01:26:43.439 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: network_ha 2026-07-01 01:26:43.440 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: network-ip-availability 2026-07-01 01:26:43.441 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-01 01:26:43.441 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: pagination 2026-07-01 01:26:43.442 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: port-device-profile 2026-07-01 01:26:43.442 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-01 01:26:43.443 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-01 01:26:43.443 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-01 01:26:43.444 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: port-mac-override 2026-07-01 01:26:43.444 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-01 01:26:43.445 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-01 01:26:43.445 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-01 01:26:43.446 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: port-resource-request 2026-07-01 01:26:43.446 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-01 01:26:43.447 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-01 01:26:43.447 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: binding 2026-07-01 01:26:43.448 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: binding-extended 2026-07-01 01:26:43.448 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: port-security 2026-07-01 01:26:43.449 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: project-id 2026-07-01 01:26:43.449 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: provider 2026-07-01 01:26:43.450 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-01 01:26:43.451 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos 2026-07-01 01:26:43.452 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-01 01:26:43.453 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-01 01:26:43.453 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos-default 2026-07-01 01:26:43.453 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos-fip 2026-07-01 01:26:43.454 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-01 01:26:43.454 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-01 01:26:43.455 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-01 01:26:43.455 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-01 01:26:43.456 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-01 01:26:43.456 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos-pps 2026-07-01 01:26:43.457 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-01 01:26:43.457 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-01 01:26:43.458 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: qos-rules-alias 2026-07-01 01:26:43.458 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: quota-check-limit 2026-07-01 01:26:43.459 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-01 01:26:43.461 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: quotas 2026-07-01 01:26:43.463 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: quota_details 2026-07-01 01:26:43.464 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: rbac-policies 2026-07-01 01:26:43.465 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: rbac-address-group 2026-07-01 01:26:43.465 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: rbac-address-scope 2026-07-01 01:26:43.466 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: rbac-security-groups 2026-07-01 01:26:43.466 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-01 01:26:43.467 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: revision-if-match 2026-07-01 01:26:43.467 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-01 01:26:43.468 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: router_availability_zone 2026-07-01 01:26:43.468 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-01 01:26:43.470 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-01 01:26:43.470 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-01 01:26:43.471 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-01 01:26:43.471 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-01 01:26:43.471 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-01 01:26:43.472 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-01 01:26:43.476 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: security-group 2026-07-01 01:26:43.477 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: segment 2026-07-01 01:26:43.478 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-01 01:26:43.478 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: service-type 2026-07-01 01:26:43.479 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: sorting 2026-07-01 01:26:43.479 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: standard-attr-segment 2026-07-01 01:26:43.480 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: standard-attr-description 2026-07-01 01:26:43.481 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: stateful-security-group 2026-07-01 01:26:43.481 1 WARNING neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-01 01:26:43.482 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-01 01:26:43.483 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: subnet-external-network 2026-07-01 01:26:43.483 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: subnet_onboard 2026-07-01 01:26:43.484 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-01 01:26:43.484 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: subnet-service-types 2026-07-01 01:26:43.485 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: subnet_allocation 2026-07-01 01:26:43.486 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-01 01:26:43.486 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: tag-creation 2026-07-01 01:26:43.487 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-01 01:26:43.493 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: standard-attr-tag 2026-07-01 01:26:43.494 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-01 01:26:43.494 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: trunk 2026-07-01 01:26:43.495 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: trunk-details 2026-07-01 01:26:43.496 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-01 01:26:43.496 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-01 01:26:43.497 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-01 01:26:43.498 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-01 01:26:43.499 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-01 01:26:43.500 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-01 01:26:43.501 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: vpn-flavors 2026-07-01 01:26:43.502 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: vpnaas 2026-07-01 01:26:43.503 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: taas 2026-07-01 01:26:43.504 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: tap-mirror 2026-07-01 01:26:43.505 1 INFO neutron.api.extensions [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-01 01:26:43.507 1 INFO oslo_service.backend.eventlet.service [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Starting 2 workers 2026-07-01 01:26:43.512 1 INFO oslo_service.backend.eventlet.service [None req-999c36ad-be96-4086-b567-3d712bb74515 - - - - - -] Starting 1 workers 2026-07-01 01:27:23.452 11 INFO neutron.db.l3_hamode_db [None req-167b42a4-fd02-4c5b-9782-cb86ccda84e0 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 01:27:36.991 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 2d5ef09f-1893-43d9-be7e-35bb07872e4c 2026-07-01 01:27:38.363 12 INFO neutron.plugins.ml2.plugin [None req-c94e1d0b-dd32-40f0-ab0a-effd692692a3 - - - - - -] Attempt 1 to provision port 2d5ef09f-1893-43d9-be7e-35bb07872e4c 2026-07-01 01:27:38.964 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 2d5ef09f-1893-43d9-be7e-35bb07872e4c 2026-07-01 01:27:40.045 12 INFO neutron.plugins.ml2.plugin [None req-34041b0a-e75e-4ea9-9dcf-dae3e9663514 - - - - - -] Attempt 1 to provision port 2d5ef09f-1893-43d9-be7e-35bb07872e4c 2026-07-01 01:32:06.635 11 INFO neutron.plugins.ml2.plugin [None req-abcdc689-fe24-4c99-b52e-149686b5ce8b - - - - - -] Attempt 1 to provision port 84c0e1da-763e-40bc-9a4e-d2964237dcc6 2026-07-01 01:32:07.116 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 84c0e1da-763e-40bc-9a4e-d2964237dcc6 2026-07-01 01:32:08.320 11 INFO neutron.plugins.ml2.plugin [None req-ed2a8d58-736b-44a8-959c-2c64eea5a1de - - - - - -] Attempt 1 to provision port 84c0e1da-763e-40bc-9a4e-d2964237dcc6 2026-07-01 01:32:13.190 11 INFO neutron.plugins.ml2.plugin [None req-12d9ab9b-2ee7-40ed-9bf6-95c90ac91099 - - - - - -] Attempt 1 to provision port 622f6a81-9132-4863-a671-ebdd375ebf9a 2026-07-01 01:35:43.788 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 622f6a81-9132-4863-a671-ebdd375ebf9a 2026-07-01 01:35:45.224 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 622f6a81-9132-4863-a671-ebdd375ebf9a 2026-07-01 01:44:03.550 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 1b6862ee-4322-4c5f-8d5c-e97807cd34cc 2026-07-01 01:44:05.554 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 1b6862ee-4322-4c5f-8d5c-e97807cd34cc 2026-07-01 02:00:06.309 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port d2231584-b0ee-442b-af3f-1f158776d7eb 2026-07-01 02:00:08.321 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port d2231584-b0ee-442b-af3f-1f158776d7eb 2026-07-01 02:00:08.419 11 INFO neutron.plugins.ml2.plugin [None req-727025a6-a6f7-4a19-879f-cf1e9872aaf7 - - - - - -] Attempt 1 to provision port d2231584-b0ee-442b-af3f-1f158776d7eb 2026-07-01 02:00:08.480 11 INFO neutron.plugins.ml2.plugin [None req-727025a6-a6f7-4a19-879f-cf1e9872aaf7 - - - - - -] Attempt 1 to provision port 40aca79f-ba07-4c48-94d0-13416663fec0 2026-07-01 02:00:08.744 12 INFO neutron.plugins.ml2.plugin [None req-f845a533-2a52-4566-991b-d7c1ff8d02fc - - - - - -] Attempt 1 to provision port 40aca79f-ba07-4c48-94d0-13416663fec0 2026-07-01 02:00:10.203 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 40aca79f-ba07-4c48-94d0-13416663fec0 2026-07-01 02:00:14.211 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port a34717f7-b3a8-42ae-99a6-0b6ab835d007 2026-07-01 02:00:16.282 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port a34717f7-b3a8-42ae-99a6-0b6ab835d007 2026-07-01 02:00:18.666 11 INFO neutron.plugins.ml2.plugin [None req-7069025b-5daa-44c8-96f8-7b575c7fe463 - - - - - -] Attempt 1 to provision port b6a4e6c5-b5f0-44ab-a53e-260a2cd7cfae 2026-07-01 02:00:18.705 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 7fd5f1b7-e9e7-47c2-9920-9ccea9c3f730 2026-07-01 02:00:18.725 11 INFO neutron.plugins.ml2.plugin [None req-7069025b-5daa-44c8-96f8-7b575c7fe463 - - - - - -] Attempt 1 to provision port 40aca79f-ba07-4c48-94d0-13416663fec0 2026-07-01 02:00:18.791 11 INFO neutron.plugins.ml2.plugin [None req-7069025b-5daa-44c8-96f8-7b575c7fe463 - - - - - -] Attempt 1 to provision port a34717f7-b3a8-42ae-99a6-0b6ab835d007 2026-07-01 02:00:18.877 11 INFO neutron.plugins.ml2.plugin [None req-7069025b-5daa-44c8-96f8-7b575c7fe463 - - - - - -] Attempt 1 to provision port 286f583c-bac8-4b4e-9a0b-61f5fce8656e 2026-07-01 02:00:18.902 11 INFO neutron.plugins.ml2.plugin [None req-7069025b-5daa-44c8-96f8-7b575c7fe463 - - - - - -] Attempt 1 to provision port 7fd5f1b7-e9e7-47c2-9920-9ccea9c3f730 2026-07-01 02:00:18.947 11 INFO neutron.plugins.ml2.plugin [None req-7069025b-5daa-44c8-96f8-7b575c7fe463 - - - - - -] Attempt 1 to provision port 2e60cf3c-692c-46be-8ff9-d85334e81afb 2026-07-01 02:00:20.361 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 7fd5f1b7-e9e7-47c2-9920-9ccea9c3f730 2026-07-01 02:00:20.655 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port cf28ab72-c4a5-47eb-872c-3f4d993c5732 2026-07-01 02:00:21.068 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 04e22d2f-0c58-4d0f-b77d-f68d0b4c298f 2026-07-01 02:00:21.419 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 0682c812-cb8f-4e78-91a1-e0c19d317e31 2026-07-01 02:00:22.225 12 INFO neutron.plugins.ml2.plugin [None req-962ff9c2-836e-4646-8133-119f0f0878d4 - - - - - -] Attempt 1 to provision port cf28ab72-c4a5-47eb-872c-3f4d993c5732 2026-07-01 02:00:22.450 12 INFO neutron.plugins.ml2.plugin [None req-962ff9c2-836e-4646-8133-119f0f0878d4 - - - - - -] Attempt 1 to provision port 04e22d2f-0c58-4d0f-b77d-f68d0b4c298f 2026-07-01 02:00:22.769 12 INFO neutron.plugins.ml2.plugin [None req-962ff9c2-836e-4646-8133-119f0f0878d4 - - - - - -] Attempt 1 to provision port 0682c812-cb8f-4e78-91a1-e0c19d317e31 2026-07-01 02:00:24.272 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 2d407abe-da67-46ff-b004-a572442c4dd2 2026-07-01 02:00:24.438 11 INFO neutron.plugins.ml2.plugin [None req-f37b4d43-bd79-4ee3-9865-144c582d0dcf - - - - - -] Attempt 1 to provision port e9620213-cd07-4dad-ad9a-eb2ee9fada05 2026-07-01 02:00:24.459 11 INFO neutron.plugins.ml2.plugin [None req-f37b4d43-bd79-4ee3-9865-144c582d0dcf - - - - - -] Attempt 1 to provision port b6a4e6c5-b5f0-44ab-a53e-260a2cd7cfae 2026-07-01 02:00:24.481 11 INFO neutron.plugins.ml2.plugin [None req-f37b4d43-bd79-4ee3-9865-144c582d0dcf - - - - - -] Attempt 1 to provision port 2e60cf3c-692c-46be-8ff9-d85334e81afb 2026-07-01 02:00:24.509 11 INFO neutron.plugins.ml2.plugin [None req-f37b4d43-bd79-4ee3-9865-144c582d0dcf - - - - - -] Attempt 1 to provision port a34717f7-b3a8-42ae-99a6-0b6ab835d007 2026-07-01 02:00:26.481 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 2d407abe-da67-46ff-b004-a572442c4dd2 2026-07-01 02:00:26.701 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 7a24bd28-86e7-417c-af73-b5eef7c25b51 2026-07-01 02:00:29.436 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 4cfd1357-ce26-422a-8d43-c4f9e91b316a 2026-07-01 02:00:29.848 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 6a05c17e-5db0-47e5-88aa-a0c03bae8937 2026-07-01 02:00:30.067 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-86804b70-9130-4920-813c-947277764cff'] response: {'server_uuid': '2ab7997c-8279-4224-94d9-068972e38108', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4cfd1357-ce26-422a-8d43-c4f9e91b316a', 'code': 200} 2026-07-01 02:00:30.807 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 4cfd1357-ce26-422a-8d43-c4f9e91b316a 2026-07-01 02:00:31.038 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 6a05c17e-5db0-47e5-88aa-a0c03bae8937 2026-07-01 02:00:31.751 11 INFO neutron.plugins.ml2.plugin [None req-3265e63e-6ec3-4051-8939-5e3176f0c3b7 - - - - - -] Attempt 1 to provision port 479080d5-0ea5-464a-9dfe-140003fa0d85 2026-07-01 02:00:31.792 11 INFO neutron.plugins.ml2.plugin [None req-3265e63e-6ec3-4051-8939-5e3176f0c3b7 - - - - - -] Attempt 1 to provision port 7fd5f1b7-e9e7-47c2-9920-9ccea9c3f730 2026-07-01 02:00:31.849 11 INFO neutron.plugins.ml2.plugin [None req-3265e63e-6ec3-4051-8939-5e3176f0c3b7 - - - - - -] Attempt 1 to provision port 286f583c-bac8-4b4e-9a0b-61f5fce8656e 2026-07-01 02:00:31.876 11 INFO neutron.plugins.ml2.plugin [None req-3265e63e-6ec3-4051-8939-5e3176f0c3b7 - - - - - -] Attempt 1 to provision port 2e60cf3c-692c-46be-8ff9-d85334e81afb 2026-07-01 02:00:32.104 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-a29b71d1-d0ef-4973-9b8b-c277c54ee3ee'] response: {'server_uuid': '80ff40c6-fab6-4e21-bef7-a170ce475eec', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6a05c17e-5db0-47e5-88aa-a0c03bae8937', 'code': 200} 2026-07-01 02:00:33.077 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 9d542d9f-aa89-483c-a4a2-7f89b57ec659 2026-07-01 02:00:33.816 11 INFO neutron.notifiers.nova [None req-28c7b860-5a5f-4a68-a005-11c2ebf5653e - - - - - -] Nova event matching ['req-dd4899fa-8ffd-4228-8917-c1b5efd59159'] response: {'server_uuid': '54f15a57-cc3f-46fd-b53a-0a6bdd35f8c8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9d542d9f-aa89-483c-a4a2-7f89b57ec659', 'code': 200} 2026-07-01 02:00:34.576 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 9d542d9f-aa89-483c-a4a2-7f89b57ec659 2026-07-01 02:00:36.538 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 5440cfc9-ddb4-4cdf-8f43-b634750ba74b 2026-07-01 02:00:37.361 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-b8e62fc8-995a-457b-b212-a3aee087c0fc'] response: {'server_uuid': '2ab7997c-8279-4224-94d9-068972e38108', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4cfd1357-ce26-422a-8d43-c4f9e91b316a', 'code': 200} 2026-07-01 02:00:38.673 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 5440cfc9-ddb4-4cdf-8f43-b634750ba74b 2026-07-01 02:00:38.720 12 INFO neutron.plugins.ml2.plugin [None req-f78c43b3-0c45-4c36-aa0c-b8446dec9725 - - - - - -] Attempt 1 to provision port ba83a1c7-8ca9-403f-a10c-0dc4f896a8b6 2026-07-01 02:00:38.740 12 INFO neutron.plugins.ml2.plugin [None req-f78c43b3-0c45-4c36-aa0c-b8446dec9725 - - - - - -] Attempt 1 to provision port 6da867fb-8e95-47c0-96b8-6b747e61d26b 2026-07-01 02:00:38.915 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 6da867fb-8e95-47c0-96b8-6b747e61d26b 2026-07-01 02:00:38.988 12 INFO neutron.plugins.ml2.plugin [None req-f78c43b3-0c45-4c36-aa0c-b8446dec9725 - - - - - -] Attempt 1 to provision port b6a4e6c5-b5f0-44ab-a53e-260a2cd7cfae 2026-07-01 02:00:39.019 12 INFO neutron.plugins.ml2.plugin [None req-f78c43b3-0c45-4c36-aa0c-b8446dec9725 - - - - - -] Attempt 1 to provision port 21599bb0-6332-444c-ba62-dccb1dacca78 2026-07-01 02:00:39.050 12 INFO neutron.plugins.ml2.plugin [None req-f78c43b3-0c45-4c36-aa0c-b8446dec9725 - - - - - -] Attempt 1 to provision port 286f583c-bac8-4b4e-9a0b-61f5fce8656e 2026-07-01 02:00:39.085 12 INFO neutron.plugins.ml2.plugin [None req-f78c43b3-0c45-4c36-aa0c-b8446dec9725 - - - - - -] Attempt 1 to provision port 6a05c17e-5db0-47e5-88aa-a0c03bae8937 2026-07-01 02:00:40.603 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 6da867fb-8e95-47c0-96b8-6b747e61d26b 2026-07-01 02:00:44.148 12 INFO neutron.plugins.ml2.plugin [None req-ed273f6f-05f1-4932-9046-bcb333c1d4d2 - - - - - -] Attempt 1 to provision port ba83a1c7-8ca9-403f-a10c-0dc4f896a8b6 2026-07-01 02:00:44.176 12 INFO neutron.plugins.ml2.plugin [None req-ed273f6f-05f1-4932-9046-bcb333c1d4d2 - - - - - -] Attempt 1 to provision port 6da867fb-8e95-47c0-96b8-6b747e61d26b 2026-07-01 02:00:44.244 12 INFO neutron.plugins.ml2.plugin [None req-ed273f6f-05f1-4932-9046-bcb333c1d4d2 - - - - - -] Attempt 1 to provision port 286f583c-bac8-4b4e-9a0b-61f5fce8656e 2026-07-01 02:00:48.052 12 INFO neutron.plugins.ml2.plugin [None req-7313ecec-71ce-4cf6-9e56-636cf7e01590 - - - - - -] Attempt 1 to provision port ba83a1c7-8ca9-403f-a10c-0dc4f896a8b6 2026-07-01 02:00:49.053 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 8fc6f21a-6593-4aa1-a8eb-4b2f108165b2 2026-07-01 02:00:49.269 11 INFO neutron.notifiers.nova [None req-46c9ea6f-e12a-4fa8-bbe1-c4314eb97011 - - - - - -] Nova event matching ['req-d544adb8-a629-4126-9fbb-e49b665aeb9a'] response: {'server_uuid': '69320669-95ea-4570-a57a-a6e13b16be79', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8fc6f21a-6593-4aa1-a8eb-4b2f108165b2', 'code': 200} 2026-07-01 02:00:50.528 12 INFO neutron.plugins.ml2.plugin [None req-cbb8555e-7004-433d-b9c5-c2221cb394e6 - - - - - -] Attempt 1 to provision port ba83a1c7-8ca9-403f-a10c-0dc4f896a8b6 2026-07-01 02:00:50.558 12 INFO neutron.plugins.ml2.plugin [None req-cbb8555e-7004-433d-b9c5-c2221cb394e6 - - - - - -] Attempt 1 to provision port 8925e0d8-f510-4a5e-9606-2e3eb22efd07 2026-07-01 02:00:51.112 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 8fc6f21a-6593-4aa1-a8eb-4b2f108165b2 2026-07-01 02:00:52.996 12 INFO neutron.plugins.ml2.plugin [None req-c3a4f16d-1857-4a4d-95a4-b620155fd419 - - - - - -] Attempt 1 to provision port 8fc6f21a-6593-4aa1-a8eb-4b2f108165b2 2026-07-01 02:00:58.864 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 2e60cf3c-692c-46be-8ff9-d85334e81afb 2026-07-01 02:00:59.311 11 INFO neutron.plugins.ml2.plugin [None req-dc43866c-8790-4492-a335-238ab82b1933 - - - - - -] Attempt 1 to provision port e9620213-cd07-4dad-ad9a-eb2ee9fada05 2026-07-01 02:01:00.904 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 2e60cf3c-692c-46be-8ff9-d85334e81afb 2026-07-01 02:01:01.133 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port e9620213-cd07-4dad-ad9a-eb2ee9fada05 2026-07-01 02:01:11.209 11 INFO neutron.plugins.ml2.plugin [None req-84d5abc4-7804-49e4-8885-c6c99bb5ca66 - - - - - -] Attempt 1 to provision port 06f294dc-4739-4bc7-a34c-f9b1a00290b2 2026-07-01 02:01:13.078 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 06f294dc-4739-4bc7-a34c-f9b1a00290b2 2026-07-01 02:01:13.113 11 INFO neutron.plugins.ml2.db [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] No ports have port_id starting with 06f294dc-4739-4bc7-a34c-f9b1a00290b2 2026-07-01 02:01:15.244 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-3fbb7313-1032-4fc6-a001-edaa64191efe'] response: {'server_uuid': '80ff40c6-fab6-4e21-bef7-a170ce475eec', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6a05c17e-5db0-47e5-88aa-a0c03bae8937', 'code': 200} 2026-07-01 02:01:18.905 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 543c42ee-fb88-4253-82bf-6cbe80ac7ce3 2026-07-01 02:01:18.932 12 INFO neutron.plugins.ml2.db [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] No ports have port_id starting with 543c42ee-fb88-4253-82bf-6cbe80ac7ce3 2026-07-01 02:01:23.018 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 9882be4f-e9f9-45c8-9b9b-325ec360b69a 2026-07-01 02:01:25.000 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 9882be4f-e9f9-45c8-9b9b-325ec360b69a 2026-07-01 02:01:27.041 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port cd036067-3fe0-4e4c-a86a-1ccec4e95422 2026-07-01 02:01:28.354 12 INFO neutron.plugins.ml2.plugin [None req-6f2715d2-7db2-4d1e-85cf-a44d8007600b - - - - - -] Attempt 1 to provision port cd036067-3fe0-4e4c-a86a-1ccec4e95422 2026-07-01 02:01:28.894 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port cd036067-3fe0-4e4c-a86a-1ccec4e95422 2026-07-01 02:01:32.852 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port e6207045-64a9-4fd7-b601-1d00b276a6ac 2026-07-01 02:01:34.968 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port e6207045-64a9-4fd7-b601-1d00b276a6ac 2026-07-01 02:01:35.166 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 73768138-6b29-4f07-9054-452a3b27d2b7 2026-07-01 02:01:36.950 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 73768138-6b29-4f07-9054-452a3b27d2b7 2026-07-01 02:01:37.604 12 INFO neutron.plugins.ml2.plugin [None req-c8161ef1-6e93-4c40-b056-5fb8e7e08b06 - - - - - -] Attempt 1 to provision port c6b84ccb-b757-4329-b32f-5eb3cdb30e9a 2026-07-01 02:01:37.633 12 INFO neutron.plugins.ml2.plugin [None req-c8161ef1-6e93-4c40-b056-5fb8e7e08b06 - - - - - -] Attempt 1 to provision port 73768138-6b29-4f07-9054-452a3b27d2b7 2026-07-01 02:01:44.866 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 055fe788-1968-4c2d-8c3e-52a5fd341c13 2026-07-01 02:01:47.497 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 055fe788-1968-4c2d-8c3e-52a5fd341c13 2026-07-01 02:01:47.753 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port c6109bd0-83f9-42e1-8156-e6d405764469 2026-07-01 02:01:47.892 11 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-e5480f06-de6a-44ba-8aef-478255666582'] response: {'server_uuid': '1f9ef5fb-3b2c-4b6a-82c5-763cdbe0d292', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c6109bd0-83f9-42e1-8156-e6d405764469', 'code': 200} 2026-07-01 02:01:49.087 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port a5e08733-dfa4-4238-ba34-56344d7e7adb 2026-07-01 02:01:49.593 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port c6109bd0-83f9-42e1-8156-e6d405764469 2026-07-01 02:01:50.541 12 INFO neutron.plugins.ml2.plugin [None req-629b8914-1406-4ee9-b53e-402c060a2158 - - - - - -] Attempt 1 to provision port a5e08733-dfa4-4238-ba34-56344d7e7adb 2026-07-01 02:01:50.629 12 INFO neutron.plugins.ml2.plugin [None req-629b8914-1406-4ee9-b53e-402c060a2158 - - - - - -] Attempt 1 to provision port f7a4ac74-59ca-4390-8189-9f3be5a30a11 2026-07-01 02:01:50.938 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port a5e08733-dfa4-4238-ba34-56344d7e7adb 2026-07-01 02:01:53.058 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port d9c97b15-6d90-4e98-95ff-6318e62d5fd4 2026-07-01 02:01:53.435 12 INFO neutron.plugins.ml2.plugin [None req-0a923bed-9eba-4f0e-9829-209e47159b76 - - - - - -] Attempt 1 to provision port c6b84ccb-b757-4329-b32f-5eb3cdb30e9a 2026-07-01 02:01:54.868 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port d9c97b15-6d90-4e98-95ff-6318e62d5fd4 2026-07-01 02:01:55.042 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port c6b84ccb-b757-4329-b32f-5eb3cdb30e9a 2026-07-01 02:01:55.379 11 INFO neutron.plugins.ml2.plugin [None req-f54b4e2c-b7e3-443d-baf4-cf42e9069eaf - - - - - -] Attempt 1 to provision port 73768138-6b29-4f07-9054-452a3b27d2b7 2026-07-01 02:01:55.481 11 INFO neutron.plugins.ml2.plugin [None req-f54b4e2c-b7e3-443d-baf4-cf42e9069eaf - - - - - -] Attempt 1 to provision port c6109bd0-83f9-42e1-8156-e6d405764469 2026-07-01 02:01:55.544 11 INFO neutron.plugins.ml2.plugin [None req-f54b4e2c-b7e3-443d-baf4-cf42e9069eaf - - - - - -] Attempt 1 to provision port c6b84ccb-b757-4329-b32f-5eb3cdb30e9a 2026-07-01 02:01:57.949 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 3acd6e0b-a7a1-4ef0-a0bb-7eb4c5326a32 2026-07-01 02:01:58.064 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-095dc1e2-1ba1-4e59-ad7a-c6f857be1b58'] response: {'server_uuid': '3ee30080-2f0c-444f-93a9-30c481bffcd7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3acd6e0b-a7a1-4ef0-a0bb-7eb4c5326a32', 'code': 200} 2026-07-01 02:01:58.874 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 3acd6e0b-a7a1-4ef0-a0bb-7eb4c5326a32 2026-07-01 02:01:59.649 11 INFO neutron.plugins.ml2.plugin [None req-2fdafd45-7220-4825-8293-15976a1fa85e - - - - - -] Attempt 1 to provision port a5e08733-dfa4-4238-ba34-56344d7e7adb 2026-07-01 02:01:59.701 11 INFO neutron.plugins.ml2.plugin [None req-2fdafd45-7220-4825-8293-15976a1fa85e - - - - - -] Attempt 1 to provision port f7a4ac74-59ca-4390-8189-9f3be5a30a11 2026-07-01 02:01:59.728 11 INFO neutron.plugins.ml2.plugin [None req-2fdafd45-7220-4825-8293-15976a1fa85e - - - - - -] Attempt 1 to provision port 3acd6e0b-a7a1-4ef0-a0bb-7eb4c5326a32 2026-07-01 02:02:02.294 11 INFO neutron.plugins.ml2.plugin [None req-0363a938-c456-4407-bdfe-b1a4b39f44f4 - - - - - -] Attempt 1 to provision port f7a4ac74-59ca-4390-8189-9f3be5a30a11 2026-07-01 02:02:02.425 11 INFO neutron.plugins.ml2.plugin [None req-0363a938-c456-4407-bdfe-b1a4b39f44f4 - - - - - -] Attempt 1 to provision port c6b84ccb-b757-4329-b32f-5eb3cdb30e9a 2026-07-01 02:02:02.946 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port f7a4ac74-59ca-4390-8189-9f3be5a30a11 2026-07-01 02:02:03.159 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 7a9652a0-f936-48ee-a4d9-fe0ddeb02819 2026-07-01 02:02:04.871 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 7a9652a0-f936-48ee-a4d9-fe0ddeb02819 2026-07-01 02:02:05.006 12 INFO neutron.plugins.ml2.plugin [None req-ee3f107e-8e54-4305-8a06-8f70c8b8d486 - - - - - -] Attempt 1 to provision port c6b84ccb-b757-4329-b32f-5eb3cdb30e9a 2026-07-01 02:02:05.074 12 INFO neutron.plugins.ml2.plugin [None req-ee3f107e-8e54-4305-8a06-8f70c8b8d486 - - - - - -] Attempt 1 to provision port d9c97b15-6d90-4e98-95ff-6318e62d5fd4 2026-07-01 02:02:06.993 12 INFO neutron.plugins.ml2.plugin [None req-9bb8b1ab-7102-4a23-ad48-0cf00f4d2cd0 - - - - - -] Attempt 1 to provision port 7a9652a0-f936-48ee-a4d9-fe0ddeb02819 2026-07-01 02:02:07.052 12 INFO neutron.plugins.ml2.plugin [None req-9bb8b1ab-7102-4a23-ad48-0cf00f4d2cd0 - - - - - -] Attempt 1 to provision port c6109bd0-83f9-42e1-8156-e6d405764469 2026-07-01 02:02:08.935 11 INFO neutron.plugins.ml2.plugin [None req-f516cb23-6fbb-4826-9a8c-73d81ae925a5 - - - - - -] Attempt 1 to provision port f7a4ac74-59ca-4390-8189-9f3be5a30a11 2026-07-01 02:02:19.203 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-55c6e310-a50e-4be1-976f-b7c751af3892'] response: {'server_uuid': '1f9ef5fb-3b2c-4b6a-82c5-763cdbe0d292', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c6109bd0-83f9-42e1-8156-e6d405764469', 'code': 200} 2026-07-01 02:02:21.458 12 INFO neutron.plugins.ml2.plugin [None req-b61783cf-1891-4350-85fc-acdbc1705591 - - - - - -] Attempt 1 to provision port c6109bd0-83f9-42e1-8156-e6d405764469 2026-07-01 02:02:21.574 12 INFO neutron.notifiers.nova [None req-b61783cf-1891-4350-85fc-acdbc1705591 - - - - - -] Nova event matching ['req-36d879e5-d8ea-4127-a402-c363a58c5b29'] response: {'server_uuid': '1f9ef5fb-3b2c-4b6a-82c5-763cdbe0d292', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c6109bd0-83f9-42e1-8156-e6d405764469', 'code': 200} 2026-07-01 02:02:21.989 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port f4de5014-bfcd-40e3-bf05-f95ab54455e1 2026-07-01 02:02:23.208 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port c6109bd0-83f9-42e1-8156-e6d405764469 2026-07-01 02:02:23.461 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port eb403de1-f191-45c6-acc4-5dd7a8c14bbb 2026-07-01 02:02:23.832 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port f4de5014-bfcd-40e3-bf05-f95ab54455e1 2026-07-01 02:02:25.111 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port eb403de1-f191-45c6-acc4-5dd7a8c14bbb 2026-07-01 02:02:25.355 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port df7f9d4c-900b-4f1e-a70e-cc0b9d6fa147 2026-07-01 02:02:27.106 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port bfb03497-6393-4371-b283-7a91ea08cdc5 2026-07-01 02:02:27.495 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port df7f9d4c-900b-4f1e-a70e-cc0b9d6fa147 2026-07-01 02:02:29.127 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port bfb03497-6393-4371-b283-7a91ea08cdc5 2026-07-01 02:02:31.109 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 5a2963f0-73e5-4fd0-90dc-658abf0f15b1 2026-07-01 02:02:31.980 12 INFO neutron.plugins.ml2.plugin [None req-6ea5b1a5-0187-4c7c-8e4a-0611fbcd275c - - - - - -] Attempt 1 to provision port 5a2963f0-73e5-4fd0-90dc-658abf0f15b1 2026-07-01 02:02:32.030 12 INFO neutron.plugins.ml2.plugin [None req-6ea5b1a5-0187-4c7c-8e4a-0611fbcd275c - - - - - -] Attempt 1 to provision port 27664ed0-e86d-4514-b81e-dc77af56d8ab 2026-07-01 02:02:32.058 12 INFO neutron.plugins.ml2.plugin [None req-6ea5b1a5-0187-4c7c-8e4a-0611fbcd275c - - - - - -] Attempt 1 to provision port bfb03497-6393-4371-b283-7a91ea08cdc5 2026-07-01 02:02:32.199 12 INFO neutron.plugins.ml2.plugin [None req-6ea5b1a5-0187-4c7c-8e4a-0611fbcd275c - - - - - -] Attempt 1 to provision port 8bd09d57-6e6f-4a0e-8207-620b32e6657c 2026-07-01 02:02:32.230 12 INFO neutron.plugins.ml2.plugin [None req-6ea5b1a5-0187-4c7c-8e4a-0611fbcd275c - - - - - -] Attempt 1 to provision port 1e3d29cd-843a-4256-8e25-5e4aa811c2c4 2026-07-01 02:02:32.258 12 INFO neutron.plugins.ml2.plugin [None req-6ea5b1a5-0187-4c7c-8e4a-0611fbcd275c - - - - - -] Attempt 1 to provision port df7f9d4c-900b-4f1e-a70e-cc0b9d6fa147 2026-07-01 02:02:32.314 12 INFO neutron.plugins.ml2.plugin [None req-6ea5b1a5-0187-4c7c-8e4a-0611fbcd275c - - - - - -] Attempt 1 to provision port c065b207-ac8d-4f42-b636-46d81fa828e1 2026-07-01 02:02:33.703 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 5a2963f0-73e5-4fd0-90dc-658abf0f15b1 2026-07-01 02:02:34.062 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port d0fa4135-b2aa-4c6f-bebb-a6d061a2099b 2026-07-01 02:02:34.211 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-997b4747-64e5-4fc3-8dba-9d10b5492609'] response: {'server_uuid': '41803c38-416c-470d-b3d4-06bc35044bdc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd0fa4135-b2aa-4c6f-bebb-a6d061a2099b', 'code': 200} 2026-07-01 02:02:35.553 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port d0fa4135-b2aa-4c6f-bebb-a6d061a2099b 2026-07-01 02:02:35.786 11 INFO neutron.plugins.ml2.plugin [None req-c4da0439-a0c5-4e38-93e2-291cb4ef075f - - - - - -] Attempt 1 to provision port 56bf37cf-5bf6-4481-8504-9820a278cf97 2026-07-01 02:02:38.142 11 INFO neutron.plugins.ml2.plugin [None req-1844b558-419f-437e-91b0-7a800c968a42 - - - - - -] Attempt 1 to provision port 56bf37cf-5bf6-4481-8504-9820a278cf97 2026-07-01 02:02:38.433 11 INFO neutron.plugins.ml2.plugin [None req-61d75d5a-5a65-4ca4-b873-85ad1474d538 - - - - - -] Attempt 1 to provision port b25da4ad-74ea-495a-991e-3cd86c7adbe2 2026-07-01 02:02:38.600 11 INFO neutron.notifiers.nova [None req-61d75d5a-5a65-4ca4-b873-85ad1474d538 - - - - - -] Nova event matching ['req-7f59bbdb-4e99-461a-bb8e-d94d5634b036'] response: {'server_uuid': '0b5eab8a-6f36-42c7-a579-e62872a3118d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b25da4ad-74ea-495a-991e-3cd86c7adbe2', 'code': 200} 2026-07-01 02:02:39.505 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 1e3d29cd-843a-4256-8e25-5e4aa811c2c4 2026-07-01 02:02:39.792 12 INFO neutron.plugins.ml2.plugin [None req-417c4a59-88b8-4861-9176-3e496e43f53b - - - - - -] Attempt 1 to provision port 8bd09d57-6e6f-4a0e-8207-620b32e6657c 2026-07-01 02:02:40.066 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port b25da4ad-74ea-495a-991e-3cd86c7adbe2 2026-07-01 02:02:41.280 11 INFO neutron.plugins.ml2.plugin [None req-06e2f493-f5ce-401c-ab46-b6961a1d8d2e - - - - - -] Attempt 1 to provision port b25da4ad-74ea-495a-991e-3cd86c7adbe2 2026-07-01 02:02:41.369 11 INFO neutron.plugins.ml2.plugin [None req-06e2f493-f5ce-401c-ab46-b6961a1d8d2e - - - - - -] Attempt 1 to provision port 27664ed0-e86d-4514-b81e-dc77af56d8ab 2026-07-01 02:02:41.519 11 INFO neutron.plugins.ml2.plugin [None req-06e2f493-f5ce-401c-ab46-b6961a1d8d2e - - - - - -] Attempt 1 to provision port df7f9d4c-900b-4f1e-a70e-cc0b9d6fa147 2026-07-01 02:02:41.585 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 1e3d29cd-843a-4256-8e25-5e4aa811c2c4 2026-07-01 02:02:41.609 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port bfb03497-6393-4371-b283-7a91ea08cdc5 2026-07-01 02:02:41.689 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port e5a70b8d-4f64-49af-b50d-68b1ab87afc3 2026-07-01 02:02:41.723 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port c065b207-ac8d-4f42-b636-46d81fa828e1 2026-07-01 02:02:41.778 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 56bf37cf-5bf6-4481-8504-9820a278cf97 2026-07-01 02:02:41.872 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 8bd09d57-6e6f-4a0e-8207-620b32e6657c 2026-07-01 02:02:42.033 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 27664ed0-e86d-4514-b81e-dc77af56d8ab 2026-07-01 02:02:43.562 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port e5a70b8d-4f64-49af-b50d-68b1ab87afc3 2026-07-01 02:02:43.822 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 64556104-bd9a-4ccd-9554-970306d1a627 2026-07-01 02:02:44.062 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 27664ed0-e86d-4514-b81e-dc77af56d8ab 2026-07-01 02:02:44.299 12 INFO neutron.plugins.ml2.plugin [None req-02b73ec7-6459-4794-8b31-ea6e067e9e25 - - - - - -] Attempt 1 to provision port c065b207-ac8d-4f42-b636-46d81fa828e1 2026-07-01 02:02:45.512 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port e5a70b8d-4f64-49af-b50d-68b1ab87afc3 2026-07-01 02:02:45.764 11 INFO neutron.plugins.ml2.plugin [None req-ec913cd7-2fa9-4018-9cd7-c2b5bdcf85bb - - - - - -] Attempt 1 to provision port 64556104-bd9a-4ccd-9554-970306d1a627 2026-07-01 02:02:45.948 11 INFO neutron.plugins.ml2.plugin [None req-ec913cd7-2fa9-4018-9cd7-c2b5bdcf85bb - - - - - -] Attempt 1 to provision port c065b207-ac8d-4f42-b636-46d81fa828e1 2026-07-01 02:02:47.682 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-79a94ad4-2f52-480f-841e-04e28c67cae7'] response: {'server_uuid': '1f9ef5fb-3b2c-4b6a-82c5-763cdbe0d292', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c6109bd0-83f9-42e1-8156-e6d405764469', 'code': 200} 2026-07-01 02:02:48.824 12 INFO neutron.plugins.ml2.plugin [None req-e499300a-2edc-485c-b32d-b2a1f1b999ac - - - - - -] Attempt 1 to provision port 5a2963f0-73e5-4fd0-90dc-658abf0f15b1 2026-07-01 02:02:48.953 12 INFO neutron.plugins.ml2.plugin [None req-e499300a-2edc-485c-b32d-b2a1f1b999ac - - - - - -] Attempt 1 to provision port 27664ed0-e86d-4514-b81e-dc77af56d8ab 2026-07-01 02:02:48.998 12 INFO neutron.plugins.ml2.plugin [None req-e499300a-2edc-485c-b32d-b2a1f1b999ac - - - - - -] Attempt 1 to provision port bfb03497-6393-4371-b283-7a91ea08cdc5 2026-07-01 02:02:49.045 12 INFO neutron.plugins.ml2.plugin [None req-e499300a-2edc-485c-b32d-b2a1f1b999ac - - - - - -] Attempt 1 to provision port 64556104-bd9a-4ccd-9554-970306d1a627 2026-07-01 02:02:49.090 12 INFO neutron.plugins.ml2.plugin [None req-e499300a-2edc-485c-b32d-b2a1f1b999ac - - - - - -] Attempt 1 to provision port d0fa4135-b2aa-4c6f-bebb-a6d061a2099b 2026-07-01 02:02:49.150 12 INFO neutron.plugins.ml2.plugin [None req-e499300a-2edc-485c-b32d-b2a1f1b999ac - - - - - -] Attempt 1 to provision port 56bf37cf-5bf6-4481-8504-9820a278cf97 2026-07-01 02:02:49.206 12 INFO neutron.plugins.ml2.plugin [None req-e499300a-2edc-485c-b32d-b2a1f1b999ac - - - - - -] Attempt 1 to provision port b25da4ad-74ea-495a-991e-3cd86c7adbe2 2026-07-01 02:02:49.255 12 INFO neutron.plugins.ml2.plugin [None req-e499300a-2edc-485c-b32d-b2a1f1b999ac - - - - - -] Attempt 1 to provision port 1e3d29cd-843a-4256-8e25-5e4aa811c2c4 2026-07-01 02:02:49.306 12 INFO neutron.plugins.ml2.plugin [None req-e499300a-2edc-485c-b32d-b2a1f1b999ac - - - - - -] Attempt 1 to provision port df7f9d4c-900b-4f1e-a70e-cc0b9d6fa147 2026-07-01 02:02:49.403 12 INFO neutron.plugins.ml2.plugin [None req-edd6ce50-ec58-4e9a-9f2b-5f8f04394d9b - - - - - -] Attempt 1 to provision port e5a70b8d-4f64-49af-b50d-68b1ab87afc3 2026-07-01 02:02:49.461 12 INFO neutron.plugins.ml2.plugin [None req-edd6ce50-ec58-4e9a-9f2b-5f8f04394d9b - - - - - -] Attempt 1 to provision port c065b207-ac8d-4f42-b636-46d81fa828e1 2026-07-01 02:02:54.385 11 INFO neutron.plugins.ml2.plugin [None req-14022023-f869-470b-a1f3-f2419d6acc78 - - - - - -] Attempt 1 to provision port 1e3d29cd-843a-4256-8e25-5e4aa811c2c4 2026-07-01 02:02:54.449 11 INFO neutron.plugins.ml2.plugin [None req-14022023-f869-470b-a1f3-f2419d6acc78 - - - - - -] Attempt 1 to provision port e5a70b8d-4f64-49af-b50d-68b1ab87afc3 2026-07-01 02:02:54.537 11 INFO neutron.plugins.ml2.plugin [None req-14022023-f869-470b-a1f3-f2419d6acc78 - - - - - -] Attempt 1 to provision port 56bf37cf-5bf6-4481-8504-9820a278cf97 2026-07-01 02:02:55.776 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 376d5b40-1db0-4a60-81d4-4b659b9eb7ef 2026-07-01 02:02:55.871 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-7532c72e-400b-40fd-be41-971e4864c93c'] response: {'server_uuid': 'f9120e5a-7857-4e2e-b4ce-c5cddad7818d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '376d5b40-1db0-4a60-81d4-4b659b9eb7ef', 'code': 200} 2026-07-01 02:02:57.522 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 376d5b40-1db0-4a60-81d4-4b659b9eb7ef 2026-07-01 02:02:57.712 12 INFO neutron.plugins.ml2.plugin [None req-7adf2ab0-2284-46a1-845e-fbdb00f2c797 - - - - - -] Attempt 1 to provision port 1e3d29cd-843a-4256-8e25-5e4aa811c2c4 2026-07-01 02:02:57.776 12 INFO neutron.plugins.ml2.plugin [None req-7adf2ab0-2284-46a1-845e-fbdb00f2c797 - - - - - -] Attempt 1 to provision port 27664ed0-e86d-4514-b81e-dc77af56d8ab 2026-07-01 02:02:57.826 12 INFO neutron.plugins.ml2.plugin [None req-7adf2ab0-2284-46a1-845e-fbdb00f2c797 - - - - - -] Attempt 1 to provision port c065b207-ac8d-4f42-b636-46d81fa828e1 2026-07-01 02:03:01.540 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 13056fb2-bca3-48c4-a914-5dede481c124 2026-07-01 02:03:02.072 11 INFO neutron.plugins.ml2.plugin [None req-6c7a203b-fdcc-4c97-bb4d-ccc1c6327b93 - - - - - -] Attempt 1 to provision port c065b207-ac8d-4f42-b636-46d81fa828e1 2026-07-01 02:03:02.148 11 INFO neutron.plugins.ml2.plugin [None req-6c7a203b-fdcc-4c97-bb4d-ccc1c6327b93 - - - - - -] Attempt 1 to provision port 27664ed0-e86d-4514-b81e-dc77af56d8ab 2026-07-01 02:03:02.208 11 INFO neutron.plugins.ml2.plugin [None req-6c7a203b-fdcc-4c97-bb4d-ccc1c6327b93 - - - - - -] Attempt 1 to provision port e5a70b8d-4f64-49af-b50d-68b1ab87afc3 2026-07-01 02:03:02.274 11 INFO neutron.plugins.ml2.plugin [None req-6c7a203b-fdcc-4c97-bb4d-ccc1c6327b93 - - - - - -] Attempt 1 to provision port d0fa4135-b2aa-4c6f-bebb-a6d061a2099b 2026-07-01 02:03:03.533 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 13056fb2-bca3-48c4-a914-5dede481c124 2026-07-01 02:03:05.532 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 12398f8f-7c82-41ea-9760-13ebdbbca754 2026-07-01 02:03:07.325 11 INFO neutron.plugins.ml2.plugin [None req-d73f25ef-16e3-40df-b5cc-371f84609e02 - - - - - -] Attempt 1 to provision port b25da4ad-74ea-495a-991e-3cd86c7adbe2 2026-07-01 02:03:07.396 11 INFO neutron.plugins.ml2.plugin [None req-d73f25ef-16e3-40df-b5cc-371f84609e02 - - - - - -] Attempt 1 to provision port 12398f8f-7c82-41ea-9760-13ebdbbca754 2026-07-01 02:03:07.462 11 INFO neutron.plugins.ml2.plugin [None req-d73f25ef-16e3-40df-b5cc-371f84609e02 - - - - - -] Attempt 1 to provision port d9e4aa4f-09ca-4132-9d8b-5414505dc05a 2026-07-01 02:03:07.488 11 INFO neutron.plugins.ml2.plugin [None req-d73f25ef-16e3-40df-b5cc-371f84609e02 - - - - - -] Attempt 1 to provision port e5a70b8d-4f64-49af-b50d-68b1ab87afc3 2026-07-01 02:03:07.588 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 12398f8f-7c82-41ea-9760-13ebdbbca754 2026-07-01 02:03:11.126 12 INFO neutron.plugins.ml2.plugin [None req-97269b19-5dde-42b8-9eec-ff26ed3aa552 - - - - - -] Attempt 1 to provision port b15b8057-995e-45b0-b2cd-ca4b3e04c79c 2026-07-01 02:03:11.156 12 INFO neutron.plugins.ml2.plugin [None req-97269b19-5dde-42b8-9eec-ff26ed3aa552 - - - - - -] Attempt 1 to provision port 376d5b40-1db0-4a60-81d4-4b659b9eb7ef 2026-07-01 02:03:11.217 12 INFO neutron.plugins.ml2.plugin [None req-97269b19-5dde-42b8-9eec-ff26ed3aa552 - - - - - -] Attempt 1 to provision port 12398f8f-7c82-41ea-9760-13ebdbbca754 2026-07-01 02:03:11.282 12 INFO neutron.plugins.ml2.plugin [None req-97269b19-5dde-42b8-9eec-ff26ed3aa552 - - - - - -] Attempt 1 to provision port d9e4aa4f-09ca-4132-9d8b-5414505dc05a 2026-07-01 02:03:12.552 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 96278c17-9e38-42b2-8807-8b88117e46ee 2026-07-01 02:03:12.658 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-27355e5d-10fe-4b5b-b280-b67002664caa'] response: {'server_uuid': 'f86158db-cf5d-4fc4-93a6-2117631b9ef9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '96278c17-9e38-42b2-8807-8b88117e46ee', 'code': 200} 2026-07-01 02:03:13.102 12 INFO neutron.plugins.ml2.plugin [None req-9b704105-97a3-406b-abcb-fff4ea5b5151 - - - - - -] Attempt 1 to provision port d9e4aa4f-09ca-4132-9d8b-5414505dc05a 2026-07-01 02:03:13.479 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 96278c17-9e38-42b2-8807-8b88117e46ee 2026-07-01 02:03:15.032 11 INFO neutron.plugins.ml2.plugin [None req-bb930d20-4afd-470c-b4a3-fe6a40763f8b - - - - - -] Attempt 1 to provision port d9e4aa4f-09ca-4132-9d8b-5414505dc05a 2026-07-01 02:03:16.037 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port fcce6878-554b-4744-a0ce-198ae8d8d315 2026-07-01 02:03:16.145 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-83339f73-38f7-458d-89b5-ca6b7d404467'] response: {'server_uuid': '0e99a212-6413-4d5b-ba8a-5723d88b9a58', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fcce6878-554b-4744-a0ce-198ae8d8d315', 'code': 200} 2026-07-01 02:03:16.251 12 INFO neutron.plugins.ml2.plugin [None req-336b7403-2aaf-410e-8eab-8ed3a7d2e2a0 - - - - - -] Attempt 1 to provision port 96278c17-9e38-42b2-8807-8b88117e46ee 2026-07-01 02:03:17.527 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port fcce6878-554b-4744-a0ce-198ae8d8d315 2026-07-01 02:03:19.549 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port b15b8057-995e-45b0-b2cd-ca4b3e04c79c 2026-07-01 02:03:19.905 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port d9e4aa4f-09ca-4132-9d8b-5414505dc05a 2026-07-01 02:03:21.510 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port b15b8057-995e-45b0-b2cd-ca4b3e04c79c 2026-07-01 02:03:21.658 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port d9e4aa4f-09ca-4132-9d8b-5414505dc05a 2026-07-01 02:03:28.711 12 INFO neutron.plugins.ml2.plugin [None req-c4077e41-606d-4fed-99d7-a53f9a73ab4e - - - - - -] Attempt 1 to provision port 9643ce8f-87ef-467b-87b8-295402b09ebd 2026-07-01 02:03:50.052 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port bacf5a1e-2a92-4858-a815-5050a9a46637 2026-07-01 02:03:50.156 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-21198d1c-5fef-4adc-8643-98146a2f4f55'] response: {'server_uuid': '76e9758f-f8a6-42c4-8c43-8e2232ca6f05', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bacf5a1e-2a92-4858-a815-5050a9a46637', 'code': 200} 2026-07-01 02:03:51.613 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port bacf5a1e-2a92-4858-a815-5050a9a46637 2026-07-01 02:03:56.035 11 INFO neutron_taas.services.taas.taas_plugin [None req-8cc23a86-a6f8-4417-b8aa-90cc35f06574 - - - - - -] TaaS: Handle Delete Port: 5a2963f0-73e5-4fd0-90dc-658abf0f15b1 2026-07-01 02:03:56.042 11 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cc23a86-a6f8-4417-b8aa-90cc35f06574 - - - - - -] Tap Mirror: Handle Delete Port: 5a2963f0-73e5-4fd0-90dc-658abf0f15b1 2026-07-01 02:04:02.757 12 INFO neutron.plugins.ml2.plugin [None req-42cdff4a-e164-4bd2-aa19-7896caf03ebd - - - - - -] Attempt 1 to provision port 30083002-7ffb-46b8-a0e4-cce0676c8416 2026-07-01 02:04:03.574 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 17ff6bff-fb2a-434d-a589-faf411c177d1 2026-07-01 02:04:04.015 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 30083002-7ffb-46b8-a0e4-cce0676c8416 2026-07-01 02:04:05.535 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 17ff6bff-fb2a-434d-a589-faf411c177d1 2026-07-01 02:04:06.877 12 INFO neutron.plugins.ml2.plugin [None req-fca710ff-7da9-4396-929a-90874c8b0c77 - - - - - -] Attempt 1 to provision port 595f598d-f621-4f29-adca-9d45181aee6d 2026-07-01 02:04:06.911 12 INFO neutron.plugins.ml2.plugin [None req-fca710ff-7da9-4396-929a-90874c8b0c77 - - - - - -] Attempt 1 to provision port 30083002-7ffb-46b8-a0e4-cce0676c8416 2026-07-01 02:04:06.959 12 INFO neutron.plugins.ml2.plugin [None req-fca710ff-7da9-4396-929a-90874c8b0c77 - - - - - -] Attempt 1 to provision port 72fba522-e3d5-4b8f-97d8-0ab12cedb289 2026-07-01 02:04:11.655 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port c7f7ef96-a357-494f-a6a2-773e03cb3dc0 2026-07-01 02:04:12.069 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 32d0427c-3ae1-4f68-9b9f-a326bf4800eb 2026-07-01 02:04:13.545 11 INFO neutron.plugins.ml2.plugin [None req-6dca39c2-3c66-408f-b829-97bd84537c47 - - - - - -] Attempt 1 to provision port c7f7ef96-a357-494f-a6a2-773e03cb3dc0 2026-07-01 02:04:13.638 11 INFO neutron.plugins.ml2.plugin [None req-6dca39c2-3c66-408f-b829-97bd84537c47 - - - - - -] Attempt 1 to provision port e02962ad-55f7-44cb-8eb6-a3f35ba3faf2 2026-07-01 02:04:13.638 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port c7f7ef96-a357-494f-a6a2-773e03cb3dc0 2026-07-01 02:04:13.667 11 INFO neutron.plugins.ml2.plugin [None req-6dca39c2-3c66-408f-b829-97bd84537c47 - - - - - -] Attempt 1 to provision port f7848c3d-1d7f-47cd-bf8c-4e9f7c4c490e 2026-07-01 02:04:13.696 11 INFO neutron.plugins.ml2.plugin [None req-6dca39c2-3c66-408f-b829-97bd84537c47 - - - - - -] Attempt 1 to provision port 72fba522-e3d5-4b8f-97d8-0ab12cedb289 2026-07-01 02:04:13.863 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 32d0427c-3ae1-4f68-9b9f-a326bf4800eb 2026-07-01 02:04:17.250 12 INFO neutron.plugins.ml2.plugin [None req-4292215d-5fdc-4ce5-a471-f3187c68c8be - - - - - -] Attempt 1 to provision port d6282c89-9424-4f97-89d6-24feb85d4729 2026-07-01 02:04:17.281 12 INFO neutron.plugins.ml2.plugin [None req-4292215d-5fdc-4ce5-a471-f3187c68c8be - - - - - -] Attempt 1 to provision port c7f7ef96-a357-494f-a6a2-773e03cb3dc0 2026-07-01 02:04:17.339 12 INFO neutron.plugins.ml2.plugin [None req-4292215d-5fdc-4ce5-a471-f3187c68c8be - - - - - -] Attempt 1 to provision port e02962ad-55f7-44cb-8eb6-a3f35ba3faf2 2026-07-01 02:04:17.367 12 INFO neutron.plugins.ml2.plugin [None req-4292215d-5fdc-4ce5-a471-f3187c68c8be - - - - - -] Attempt 1 to provision port 72fba522-e3d5-4b8f-97d8-0ab12cedb289 2026-07-01 02:04:18.559 12 INFO neutron.plugins.ml2.plugin [None req-28c8123c-7d04-4b8a-96ec-8cc265392e87 - - - - - -] Attempt 1 to provision port e02962ad-55f7-44cb-8eb6-a3f35ba3faf2 2026-07-01 02:04:21.248 11 INFO neutron.plugins.ml2.plugin [None req-57bef90a-4d5f-4c27-b386-f63439af63ea - - - - - -] Attempt 1 to provision port e02962ad-55f7-44cb-8eb6-a3f35ba3faf2 2026-07-01 02:04:24.649 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port b563c184-de2c-49f5-b904-1beb7c1ada96 2026-07-01 02:04:24.804 11 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-b8772b6b-88f5-4fb3-a7e1-32ccd5574a67'] response: {'server_uuid': '560f03ef-6e15-4b3d-bcb2-36faf73c9260', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b563c184-de2c-49f5-b904-1beb7c1ada96', 'code': 200} 2026-07-01 02:04:25.608 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 595f598d-f621-4f29-adca-9d45181aee6d 2026-07-01 02:04:25.941 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port b563c184-de2c-49f5-b904-1beb7c1ada96 2026-07-01 02:04:26.160 12 INFO neutron.plugins.ml2.plugin [None req-d959451e-8b01-44fb-8251-be97789b8133 - - - - - -] Attempt 1 to provision port 72fba522-e3d5-4b8f-97d8-0ab12cedb289 2026-07-01 02:04:27.706 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 595f598d-f621-4f29-adca-9d45181aee6d 2026-07-01 02:04:27.865 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 72fba522-e3d5-4b8f-97d8-0ab12cedb289 2026-07-01 02:04:28.076 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port d6282c89-9424-4f97-89d6-24feb85d4729 2026-07-01 02:04:28.451 11 INFO neutron.plugins.ml2.plugin [None req-c96e54ef-2cc4-4783-bcb5-b4f26b5c3881 - - - - - -] Attempt 1 to provision port e02962ad-55f7-44cb-8eb6-a3f35ba3faf2 2026-07-01 02:04:29.567 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port d6282c89-9424-4f97-89d6-24feb85d4729 2026-07-01 02:04:29.755 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port e02962ad-55f7-44cb-8eb6-a3f35ba3faf2 2026-07-01 02:04:32.485 12 INFO neutron.plugins.ml2.plugin [None req-84195870-2c1a-49ba-80b0-de9d1b8d4a66 - - - - - -] Attempt 1 to provision port 065620f1-1ed7-45da-856d-bacbe5d99855 2026-07-01 02:04:37.591 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 065620f1-1ed7-45da-856d-bacbe5d99855 2026-07-01 02:04:37.674 11 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-3433bab5-099d-4ff2-bbc3-4074fca61979'] response: {'server_uuid': '76e9758f-f8a6-42c4-8c43-8e2232ca6f05', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '065620f1-1ed7-45da-856d-bacbe5d99855', 'code': 200} 2026-07-01 02:04:39.544 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 065620f1-1ed7-45da-856d-bacbe5d99855 2026-07-01 02:04:42.081 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 065620f1-1ed7-45da-856d-bacbe5d99855 2026-07-01 02:05:05.468 12 INFO neutron.plugins.ml2.plugin [None req-75027eec-8209-4ebf-b280-0211dc3a0af8 - - - - - -] Attempt 1 to provision port e9afd4dd-8ec4-4678-9aff-d235da8702fd 2026-07-01 02:05:05.680 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port e9afd4dd-8ec4-4678-9aff-d235da8702fd 2026-07-01 02:05:15.158 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 5c6f26b1-2bed-4baf-837e-8c91ae1d1f98 2026-07-01 02:05:15.289 12 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-9154abd8-bade-44de-80b2-e3ebea5251b2'] response: {'server_uuid': '76e9758f-f8a6-42c4-8c43-8e2232ca6f05', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5c6f26b1-2bed-4baf-837e-8c91ae1d1f98', 'code': 200} 2026-07-01 02:05:15.789 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 5c6f26b1-2bed-4baf-837e-8c91ae1d1f98 2026-07-01 02:05:25.079 12 INFO neutron.plugins.ml2.plugin [None req-1f4510d9-a2b8-4d7c-bd5a-cebbef80f65e - - - - - -] Attempt 1 to provision port eec969a9-c3c3-4fd2-8abf-063207e582f5 2026-07-01 02:05:31.802 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port eec969a9-c3c3-4fd2-8abf-063207e582f5 2026-07-01 02:05:31.905 11 INFO neutron.notifiers.nova [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Nova event matching ['req-2a0ced31-8982-49dc-bb23-1c63e3c345f4'] response: {'server_uuid': '76e9758f-f8a6-42c4-8c43-8e2232ca6f05', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eec969a9-c3c3-4fd2-8abf-063207e582f5', 'code': 200} 2026-07-01 02:05:33.768 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port eec969a9-c3c3-4fd2-8abf-063207e582f5 2026-07-01 02:05:35.048 12 INFO neutron.plugins.ml2.plugin [None req-cd83d43d-ed32-4699-8ecc-f591d1471e8f - - - - - -] Attempt 1 to provision port 5c6f26b1-2bed-4baf-837e-8c91ae1d1f98 2026-07-01 02:05:35.806 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 5c6f26b1-2bed-4baf-837e-8c91ae1d1f98 2026-07-01 02:05:47.826 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port eec969a9-c3c3-4fd2-8abf-063207e582f5 2026-07-01 02:05:48.222 11 INFO neutron.plugins.ml2.plugin [None req-1998c40a-68b5-4152-af74-ca19c6aa6f9d - - - - - -] Attempt 1 to provision port eec969a9-c3c3-4fd2-8abf-063207e582f5 2026-07-01 02:05:49.568 11 INFO neutron.plugins.ml2.plugin [None req-d646e19d-ba61-42dc-86a0-f5362ee922b7 - - - - - -] Attempt 1 to provision port eec969a9-c3c3-4fd2-8abf-063207e582f5 2026-07-01 02:05:49.823 12 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port eec969a9-c3c3-4fd2-8abf-063207e582f5 2026-07-01 02:05:58.942 12 INFO neutron.plugins.ml2.plugin [None req-ac34b7d6-383f-4474-b6a7-cdebf0f1f683 - - - - - -] Attempt 1 to provision port 5c6f26b1-2bed-4baf-837e-8c91ae1d1f98 2026-07-01 02:05:59.822 11 INFO neutron.plugins.ml2.plugin [None req-51ccb30d-ccb7-4003-90d7-ba3c376e35dc - - - - - -] Attempt 1 to provision port 5c6f26b1-2bed-4baf-837e-8c91ae1d1f98