+ 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-06-30 22:56:20.517 1 INFO neutron.common.config [-] Logging enabled! 2026-06-30 22:56:20.517 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev33 2026-06-30 22:56:20.518 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-06-30 22:56:20.518 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-30 22:56:21.491 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 22:56:21.494 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-30 22:56:21.497 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-30 22:56:21.498 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 22:56:21.498 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-30 22:56:21.498 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-30 22:56:21.498 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 22:56:21.504 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 22:56:21.504 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 22:56:21.504 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 22:56:21.522 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-30 22:56:21.523 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 22:56:21.523 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-30 22:56:21.555 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-30 22:56:21.555 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-30 22:56:21.555 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-30 22:56:21.555 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-30 22:56:21.801 1 INFO neutron.plugins.ml2.managers [None req-154c9182-aaec-4a80-bd36-24da302a65ba - - - - - -] Initializing driver for type 'vlan' 2026-06-30 22:56:22.018 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-154c9182-aaec-4a80-bd36-24da302a65ba - - - - - -] VlanTypeDriver initialization complete 2026-06-30 22:56:22.018 1 INFO neutron.plugins.ml2.managers [None req-154c9182-aaec-4a80-bd36-24da302a65ba - - - - - -] Initializing driver for type 'vxlan' 2026-06-30 22:56:22.019 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-154c9182-aaec-4a80-bd36-24da302a65ba - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-30 22:56:22.031 1 INFO neutron.plugins.ml2.managers [None req-154c9182-aaec-4a80-bd36-24da302a65ba - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-30 22:56:22.031 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-154c9182-aaec-4a80-bd36-24da302a65ba - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-30 22:56:22.031 1 INFO neutron.plugins.ml2.managers [None req-154c9182-aaec-4a80-bd36-24da302a65ba - - - - - -] Initializing extension driver 'port_security' 2026-06-30 22:56:22.031 1 INFO neutron.plugins.ml2.extensions.port_security [None req-154c9182-aaec-4a80-bd36-24da302a65ba - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-30 22:56:22.032 1 INFO neutron.plugins.ml2.managers [None req-154c9182-aaec-4a80-bd36-24da302a65ba - - - - - -] Initializing extension driver 'qos' 2026-06-30 22:56:22.032 1 INFO neutron.plugins.ml2.managers [None req-154c9182-aaec-4a80-bd36-24da302a65ba - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-30 22:56:22.032 1 INFO neutron.plugins.ml2.managers [None req-154c9182-aaec-4a80-bd36-24da302a65ba - - - - - -] Initializing mechanism driver 'l2population' 2026-06-30 22:56:22.044 1 INFO neutron.quota [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded quota_driver: . 2026-06-30 22:56:22.045 1 INFO neutron.plugins.ml2.plugin [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Modular L2 Plugin initialization complete 2026-06-30 22:56:22.045 1 INFO neutron.plugins.ml2.managers [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-30 22:56:22.045 1 INFO neutron.plugins.ml2.managers [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-30 22:56:22.045 1 INFO neutron.plugins.ml2.managers [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Got port-security extension from driver 'port_security' 2026-06-30 22:56:22.045 1 INFO neutron.extensions.vlantransparent [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Disabled vlantransparent extension. 2026-06-30 22:56:22.045 1 INFO neutron.extensions.qinq [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Disabled VLAN QinQ extension. 2026-06-30 22:56:22.046 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: qos 2026-06-30 22:56:22.056 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: router 2026-06-30 22:56:22.090 1 INFO neutron.services.service_base [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-30 22:56:22.090 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: segments 2026-06-30 22:56:22.151 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: trunk 2026-06-30 22:56:22.162 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: vpnaas 2026-06-30 22:56:22.192 1 WARNING stevedore.named [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-30 22:56:22.192 1 WARNING stevedore.named [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 22:56:22.268 1 INFO neutron_vpnaas.services.vpn.plugin [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-30 22:56:22.268 1 INFO neutron.common.utils [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-30 22:56:22.269 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: taas 2026-06-30 22:56:22.290 1 WARNING stevedore.named [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 22:56:22.312 1 INFO neutron_taas.services.taas.taas_plugin [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-30 22:56:22.312 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: tapmirror 2026-06-30 22:56:22.323 1 WARNING stevedore.named [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-30 22:56:22.338 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-30 22:56:22.339 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: auto_allocate 2026-06-30 22:56:22.344 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: tag 2026-06-30 22:56:22.352 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: timestamp 2026-06-30 22:56:22.354 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: network_ip_availability 2026-06-30 22:56:22.357 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: flavors 2026-06-30 22:56:22.360 1 INFO neutron.manager [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loading Plugin: revisions 2026-06-30 22:56:22.363 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Initializing extension manager. 2026-06-30 22:56:22.364 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: address-group 2026-06-30 22:56:22.364 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: address-scope 2026-06-30 22:56:22.365 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-30 22:56:22.366 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: agent 2026-06-30 22:56:22.366 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: agent-resources-synced 2026-06-30 22:56:22.367 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: allowed-address-pairs 2026-06-30 22:56:22.368 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: auto-allocated-topology 2026-06-30 22:56:22.368 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: availability_zone 2026-06-30 22:56:22.369 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: availability_zone_filter 2026-06-30 22:56:22.369 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-30 22:56:22.370 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: default-subnetpools 2026-06-30 22:56:22.371 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-30 22:56:22.371 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: dns-integration 2026-06-30 22:56:22.372 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: dns-domain-ports 2026-06-30 22:56:22.372 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-30 22:56:22.373 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: dvr 2026-06-30 22:56:22.373 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-30 22:56:22.374 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: empty-string-filtering 2026-06-30 22:56:22.374 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 22:56:22.374 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-30 22:56:22.375 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: external-net 2026-06-30 22:56:22.375 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-30 22:56:22.376 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: extraroute 2026-06-30 22:56:22.376 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: extraroute-atomic 2026-06-30 22:56:22.377 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-30 22:56:22.377 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-30 22:56:22.378 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-30 22:56:22.378 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-30 22:56:22.378 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: fip-port-details 2026-06-30 22:56:22.379 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: flavors 2026-06-30 22:56:22.380 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-30 22:56:22.381 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: floatingip-pools 2026-06-30 22:56:22.381 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: ip_allocation 2026-06-30 22:56:22.381 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: ip-substring-filtering 2026-06-30 22:56:22.382 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: l2_adjacency 2026-06-30 22:56:22.383 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: router 2026-06-30 22:56:22.384 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 22:56:22.385 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-30 22:56:22.385 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-30 22:56:22.385 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: ext-gw-mode 2026-06-30 22:56:22.386 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: l3-ha 2026-06-30 22:56:22.386 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-30 22:56:22.387 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-30 22:56:22.387 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: l3-flavors 2026-06-30 22:56:22.388 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-30 22:56:22.388 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-30 22:56:22.390 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-30 22:56:22.391 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-30 22:56:22.392 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-30 22:56:22.393 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-30 22:56:22.393 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-30 22:56:22.394 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: multi-provider 2026-06-30 22:56:22.394 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: net-mtu 2026-06-30 22:56:22.395 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: net-mtu-writable 2026-06-30 22:56:22.395 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: network_availability_zone 2026-06-30 22:56:22.395 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: network_ha 2026-06-30 22:56:22.396 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: network-ip-availability 2026-06-30 22:56:22.397 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-30 22:56:22.397 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: pagination 2026-06-30 22:56:22.398 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: port-device-profile 2026-06-30 22:56:22.398 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-30 22:56:22.398 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-30 22:56:22.399 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-30 22:56:22.399 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: port-mac-override 2026-06-30 22:56:22.400 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-30 22:56:22.400 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-30 22:56:22.401 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-30 22:56:22.401 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: port-resource-request 2026-06-30 22:56:22.402 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: port-resource-request-groups 2026-06-30 22:56:22.402 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-30 22:56:22.402 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: binding 2026-06-30 22:56:22.403 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: binding-extended 2026-06-30 22:56:22.403 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: port-security 2026-06-30 22:56:22.404 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: project-id 2026-06-30 22:56:22.404 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: provider 2026-06-30 22:56:22.405 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-30 22:56:22.407 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos 2026-06-30 22:56:22.407 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-30 22:56:22.408 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-30 22:56:22.408 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos-default 2026-06-30 22:56:22.408 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos-fip 2026-06-30 22:56:22.409 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-30 22:56:22.409 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos-gateway-ip 2026-06-30 22:56:22.410 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos-port-network-policy 2026-06-30 22:56:22.410 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos-pps-minimum 2026-06-30 22:56:22.411 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-30 22:56:22.411 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos-pps 2026-06-30 22:56:22.412 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos-rule-type-details 2026-06-30 22:56:22.412 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-30 22:56:22.413 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: qos-rules-alias 2026-06-30 22:56:22.413 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: quota-check-limit 2026-06-30 22:56:22.414 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: quota-check-limit-default 2026-06-30 22:56:22.415 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: quotas 2026-06-30 22:56:22.418 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: quota_details 2026-06-30 22:56:22.419 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: rbac-policies 2026-06-30 22:56:22.419 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: rbac-address-group 2026-06-30 22:56:22.420 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: rbac-address-scope 2026-06-30 22:56:22.420 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: rbac-security-groups 2026-06-30 22:56:22.421 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: rbac-subnetpool 2026-06-30 22:56:22.421 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: revision-if-match 2026-06-30 22:56:22.422 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: standard-attr-revisions 2026-06-30 22:56:22.422 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: router_availability_zone 2026-06-30 22:56:22.422 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-30 22:56:22.424 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: security-groups-default-rules 2026-06-30 22:56:22.424 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-30 22:56:22.425 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-30 22:56:22.425 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-30 22:56:22.426 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-30 22:56:22.426 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-30 22:56:22.430 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: security-group 2026-06-30 22:56:22.431 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: segment 2026-06-30 22:56:22.431 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-30 22:56:22.432 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: service-type 2026-06-30 22:56:22.432 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: sorting 2026-06-30 22:56:22.432 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: standard-attr-segment 2026-06-30 22:56:22.433 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: standard-attr-description 2026-06-30 22:56:22.433 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: stateful-security-group 2026-06-30 22:56:22.434 1 WARNING neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-30 22:56:22.434 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-30 22:56:22.435 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: subnet-external-network 2026-06-30 22:56:22.435 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: subnet_onboard 2026-06-30 22:56:22.436 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-30 22:56:22.436 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: subnet-service-types 2026-06-30 22:56:22.437 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: subnet_allocation 2026-06-30 22:56:22.437 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-30 22:56:22.438 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: tag-creation 2026-06-30 22:56:22.438 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-30 22:56:22.442 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: standard-attr-tag 2026-06-30 22:56:22.442 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-30 22:56:22.443 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: trunk 2026-06-30 22:56:22.443 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: trunk-details 2026-06-30 22:56:22.444 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-30 22:56:22.444 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-30 22:56:22.444 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-30 22:56:22.445 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-30 22:56:22.446 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-30 22:56:22.447 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-30 22:56:22.448 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: vpn-flavors 2026-06-30 22:56:22.449 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: vpnaas 2026-06-30 22:56:22.450 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: taas 2026-06-30 22:56:22.451 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: tap-mirror 2026-06-30 22:56:22.452 1 INFO neutron.api.extensions [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Loaded extension: taas-vlan-filter 2026-06-30 22:56:22.454 1 INFO oslo_service.backend.eventlet.service [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Starting 2 workers 2026-06-30 22:56:22.458 1 INFO oslo_service.backend.eventlet.service [None req-8c13d8a0-2cb1-4fc1-a57a-bf558f25452e - - - - - -] Starting 1 workers 2026-06-30 22:57:00.589 12 INFO neutron.db.l3_hamode_db [None req-53a78614-ab21-49bb-9f71-2ffdb1c0de15 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 22:57:19.634 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 8a8b3669-2ff0-4cbe-bedf-852c59afc852 2026-06-30 22:57:19.792 12 INFO neutron.plugins.ml2.plugin [None req-c38ccebb-c3e5-450f-ae73-e1e3465b7f7e - - - - - -] Attempt 1 to provision port 8a8b3669-2ff0-4cbe-bedf-852c59afc852 2026-06-30 22:57:21.453 11 INFO neutron.plugins.ml2.plugin [None req-aa6e65d8-0eca-45ee-acde-fc0bef714cd3 - - - - - -] Attempt 1 to provision port 8a8b3669-2ff0-4cbe-bedf-852c59afc852 2026-06-30 22:57:21.554 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 8a8b3669-2ff0-4cbe-bedf-852c59afc852 2026-06-30 23:01:45.303 11 INFO neutron.plugins.ml2.plugin [None req-435b4c0f-1a75-415c-b25a-f807f8a0182c - - - - - -] Attempt 1 to provision port 71bde326-dafa-4142-91c7-9bab65c91970 2026-06-30 23:01:45.736 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 71bde326-dafa-4142-91c7-9bab65c91970 2026-06-30 23:01:46.945 11 INFO neutron.plugins.ml2.plugin [None req-ad5f8b5c-bae2-4c4c-bcfe-237cef1a0048 - - - - - -] Attempt 1 to provision port 71bde326-dafa-4142-91c7-9bab65c91970 2026-06-30 23:01:51.739 11 INFO neutron.plugins.ml2.plugin [None req-511d6ddd-4465-416b-844c-6f403719cec8 - - - - - -] Attempt 1 to provision port 5287b2ae-0dec-4d3a-932b-c49bb0d161c0 2026-06-30 23:05:18.411 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 5287b2ae-0dec-4d3a-932b-c49bb0d161c0 2026-06-30 23:05:19.854 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 5287b2ae-0dec-4d3a-932b-c49bb0d161c0 2026-06-30 23:13:32.382 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 2166103a-ddea-4b31-8364-9a2770cc4431 2026-06-30 23:13:34.366 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 2166103a-ddea-4b31-8364-9a2770cc4431 2026-06-30 23:29:23.084 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 4eed6ed5-2440-4a55-ac63-d44b4d24a535 2026-06-30 23:29:24.913 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 4eed6ed5-2440-4a55-ac63-d44b4d24a535 2026-06-30 23:29:26.948 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 8a9f58fe-8210-4acd-a307-263e97a4dc05 2026-06-30 23:29:28.911 11 INFO neutron.plugins.ml2.plugin [None req-5e92aec7-8555-4a0b-8ddd-ee4352fbed90 - - - - - -] Attempt 1 to provision port 8a9f58fe-8210-4acd-a307-263e97a4dc05 2026-06-30 23:29:28.960 11 INFO neutron.plugins.ml2.plugin [None req-5e92aec7-8555-4a0b-8ddd-ee4352fbed90 - - - - - -] Attempt 1 to provision port 2f0f7c86-a2ce-4745-a4fa-3e8b3105e129 2026-06-30 23:29:29.009 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 2f0f7c86-a2ce-4745-a4fa-3e8b3105e129 2026-06-30 23:29:29.158 11 INFO neutron.plugins.ml2.plugin [None req-5e92aec7-8555-4a0b-8ddd-ee4352fbed90 - - - - - -] Attempt 1 to provision port 4eed6ed5-2440-4a55-ac63-d44b4d24a535 2026-06-30 23:29:29.196 11 INFO neutron.plugins.ml2.plugin [None req-5e92aec7-8555-4a0b-8ddd-ee4352fbed90 - - - - - -] Attempt 1 to provision port 51de4d61-924a-4c04-ad62-8ff6482d10c9 2026-06-30 23:29:29.814 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 8a9f58fe-8210-4acd-a307-263e97a4dc05 2026-06-30 23:29:30.968 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 2f0f7c86-a2ce-4745-a4fa-3e8b3105e129 2026-06-30 23:29:37.034 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 1ca6a3ef-f4a8-4cec-b527-a2551f90f892 2026-06-30 23:29:37.412 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 61fca2f0-9f6d-4e74-8af4-b60c2bcdc922 2026-06-30 23:29:37.716 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 1761774d-fd45-4ce7-94e5-3b57a5214284 2026-06-30 23:29:37.986 12 INFO neutron.plugins.ml2.plugin [None req-db099cb7-440c-47c5-b210-652901326883 - - - - - -] Attempt 1 to provision port 1ca6a3ef-f4a8-4cec-b527-a2551f90f892 2026-06-30 23:29:38.064 12 INFO neutron.plugins.ml2.plugin [None req-db099cb7-440c-47c5-b210-652901326883 - - - - - -] Attempt 1 to provision port 36abc187-fe84-46df-ae2e-91347c5161de 2026-06-30 23:29:38.090 12 INFO neutron.plugins.ml2.plugin [None req-db099cb7-440c-47c5-b210-652901326883 - - - - - -] Attempt 1 to provision port 2f0f7c86-a2ce-4745-a4fa-3e8b3105e129 2026-06-30 23:29:38.139 12 INFO neutron.plugins.ml2.plugin [None req-db099cb7-440c-47c5-b210-652901326883 - - - - - -] Attempt 1 to provision port 51de4d61-924a-4c04-ad62-8ff6482d10c9 2026-06-30 23:29:39.048 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 1ca6a3ef-f4a8-4cec-b527-a2551f90f892 2026-06-30 23:29:39.291 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 61fca2f0-9f6d-4e74-8af4-b60c2bcdc922 2026-06-30 23:29:39.515 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 1761774d-fd45-4ce7-94e5-3b57a5214284 2026-06-30 23:29:39.731 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port e40f7ee9-64c7-4d32-8246-dfe35e1f8548 2026-06-30 23:29:40.980 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port e40f7ee9-64c7-4d32-8246-dfe35e1f8548 2026-06-30 23:29:43.295 11 INFO neutron.plugins.ml2.plugin [None req-15195778-e379-45ac-a1ba-c442701bf951 - - - - - -] Attempt 1 to provision port 51de4d61-924a-4c04-ad62-8ff6482d10c9 2026-06-30 23:29:48.046 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 5032feb7-7313-4746-90e5-9ab116588641 2026-06-30 23:29:48.472 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 1c8f8ad0-4775-4231-b45f-c10cb630831f 2026-06-30 23:29:48.602 11 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-fc1dd272-324b-4b17-bbb1-a25217c6be9b'] response: {'server_uuid': 'c3dc4081-825a-4126-99d0-27ef9f9f5a2d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5032feb7-7313-4746-90e5-9ab116588641', 'code': 200} 2026-06-30 23:29:48.820 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 5dfcd77a-2ed8-4439-9998-7d1425152aa5 2026-06-30 23:29:49.558 12 INFO neutron.plugins.ml2.plugin [None req-17b28921-e6a4-4b46-8979-0fd86d156c81 - - - - - -] Attempt 1 to provision port 1c8f8ad0-4775-4231-b45f-c10cb630831f 2026-06-30 23:29:49.640 12 INFO neutron.plugins.ml2.plugin [None req-17b28921-e6a4-4b46-8979-0fd86d156c81 - - - - - -] Attempt 1 to provision port 49528615-5f55-42b0-b5de-d8a2d07435b0 2026-06-30 23:29:49.668 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 5032feb7-7313-4746-90e5-9ab116588641 2026-06-30 23:29:49.698 12 INFO neutron.plugins.ml2.plugin [None req-17b28921-e6a4-4b46-8979-0fd86d156c81 - - - - - -] Attempt 1 to provision port 09f88a0c-9083-480d-a922-dedd90318e3a 2026-06-30 23:29:49.725 12 INFO neutron.plugins.ml2.plugin [None req-17b28921-e6a4-4b46-8979-0fd86d156c81 - - - - - -] Attempt 1 to provision port 51de4d61-924a-4c04-ad62-8ff6482d10c9 2026-06-30 23:29:49.827 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 5dfcd77a-2ed8-4439-9998-7d1425152aa5 2026-06-30 23:29:50.048 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 1c8f8ad0-4775-4231-b45f-c10cb630831f 2026-06-30 23:29:50.664 11 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-9bf24a1a-4352-418a-ae63-52b5e6cf3cb8'] response: {'server_uuid': '3197c52c-ac4e-4898-ba0d-4abe03ddc8af', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5dfcd77a-2ed8-4439-9998-7d1425152aa5', 'code': 200} 2026-06-30 23:29:52.200 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 5aefd894-a3d1-4af0-b8ae-073faa703075 2026-06-30 23:29:52.712 11 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-dfbd7f63-c7b5-4eba-80a7-43189c80e0b0'] response: {'server_uuid': '2432b66c-b5ff-4d99-87a6-3541fcdf3d91', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5aefd894-a3d1-4af0-b8ae-073faa703075', 'code': 200} 2026-06-30 23:29:53.743 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 5aefd894-a3d1-4af0-b8ae-073faa703075 2026-06-30 23:29:55.686 12 INFO neutron.plugins.ml2.plugin [None req-f4cadc50-d290-423b-af57-63a1f94f2d6d - - - - - -] Attempt 1 to provision port 1c8f8ad0-4775-4231-b45f-c10cb630831f 2026-06-30 23:29:55.773 12 INFO neutron.plugins.ml2.plugin [None req-f4cadc50-d290-423b-af57-63a1f94f2d6d - - - - - -] Attempt 1 to provision port 5032feb7-7313-4746-90e5-9ab116588641 2026-06-30 23:29:55.840 12 INFO neutron.plugins.ml2.plugin [None req-f4cadc50-d290-423b-af57-63a1f94f2d6d - - - - - -] Attempt 1 to provision port 1ca6a3ef-f4a8-4cec-b527-a2551f90f892 2026-06-30 23:29:55.894 12 INFO neutron.plugins.ml2.plugin [None req-f4cadc50-d290-423b-af57-63a1f94f2d6d - - - - - -] Attempt 1 to provision port 09f88a0c-9083-480d-a922-dedd90318e3a 2026-06-30 23:29:55.922 12 INFO neutron.plugins.ml2.plugin [None req-f4cadc50-d290-423b-af57-63a1f94f2d6d - - - - - -] Attempt 1 to provision port 5aefd894-a3d1-4af0-b8ae-073faa703075 2026-06-30 23:29:55.976 12 INFO neutron.plugins.ml2.plugin [None req-f4cadc50-d290-423b-af57-63a1f94f2d6d - - - - - -] Attempt 1 to provision port 36abc187-fe84-46df-ae2e-91347c5161de 2026-06-30 23:29:57.381 12 INFO neutron.plugins.ml2.plugin [None req-37a76b4d-4ffc-43f5-a28c-e092113ad647 - - - - - -] Attempt 1 to provision port 004926e7-898e-465b-b647-85e0d9b93d7b 2026-06-30 23:30:02.640 11 INFO neutron.plugins.ml2.plugin [None req-52271cee-2deb-4df9-b9c8-6073b29d576d - - - - - -] Attempt 1 to provision port bf74f77f-c6a3-49c3-b903-55077dea3336 2026-06-30 23:30:02.668 11 INFO neutron.plugins.ml2.plugin [None req-52271cee-2deb-4df9-b9c8-6073b29d576d - - - - - -] Attempt 1 to provision port 09f88a0c-9083-480d-a922-dedd90318e3a 2026-06-30 23:30:02.690 11 INFO neutron.plugins.ml2.plugin [None req-52271cee-2deb-4df9-b9c8-6073b29d576d - - - - - -] Attempt 1 to provision port 5dfcd77a-2ed8-4439-9998-7d1425152aa5 2026-06-30 23:30:02.733 11 INFO neutron.plugins.ml2.plugin [None req-52271cee-2deb-4df9-b9c8-6073b29d576d - - - - - -] Attempt 1 to provision port 36abc187-fe84-46df-ae2e-91347c5161de 2026-06-30 23:30:05.023 12 INFO neutron.plugins.ml2.plugin [None req-7bff7058-657c-4ac8-8fac-8c0a1d73c4f7 - - - - - -] Attempt 1 to provision port 5032feb7-7313-4746-90e5-9ab116588641 2026-06-30 23:30:07.651 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 225a48b0-c4c0-43c6-be3d-57101667ae0a 2026-06-30 23:30:09.684 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 225a48b0-c4c0-43c6-be3d-57101667ae0a 2026-06-30 23:30:09.874 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 004926e7-898e-465b-b647-85e0d9b93d7b 2026-06-30 23:30:11.972 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 36abc187-fe84-46df-ae2e-91347c5161de 2026-06-30 23:30:12.316 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 51de4d61-924a-4c04-ad62-8ff6482d10c9 2026-06-30 23:30:12.660 12 INFO neutron.plugins.ml2.plugin [None req-212ae00f-11d7-4c98-ad26-ca0502703ac5 - - - - - -] Attempt 1 to provision port 49528615-5f55-42b0-b5de-d8a2d07435b0 2026-06-30 23:30:12.948 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 735c1254-5cac-4769-a6fb-726f5fd3c4f1 2026-06-30 23:30:13.257 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 004926e7-898e-465b-b647-85e0d9b93d7b 2026-06-30 23:30:13.631 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 51de4d61-924a-4c04-ad62-8ff6482d10c9 2026-06-30 23:30:13.839 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 49528615-5f55-42b0-b5de-d8a2d07435b0 2026-06-30 23:30:13.974 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 735c1254-5cac-4769-a6fb-726f5fd3c4f1 2026-06-30 23:30:14.139 12 INFO neutron.plugins.ml2.plugin [None req-28b4d609-ee24-4c5b-b705-b55fa3677aab - - - - - -] Attempt 1 to provision port 36abc187-fe84-46df-ae2e-91347c5161de 2026-06-30 23:30:17.119 12 INFO neutron.plugins.ml2.plugin [None req-f0646d1f-9a9d-4f71-a167-27a98229c62d - - - - - -] Attempt 1 to provision port aa626f4a-8e7c-43db-9304-f6ab002ef068 2026-06-30 23:30:17.142 12 INFO neutron.plugins.ml2.plugin [None req-f0646d1f-9a9d-4f71-a167-27a98229c62d - - - - - -] Attempt 1 to provision port b806d12f-13d2-4d80-84f5-4802d310fdc9 2026-06-30 23:30:17.670 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port b806d12f-13d2-4d80-84f5-4802d310fdc9 2026-06-30 23:30:18.790 12 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-8b1756b7-f22d-4ac4-b467-2152c68503fc'] response: {'server_uuid': 'c3dc4081-825a-4126-99d0-27ef9f9f5a2d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5032feb7-7313-4746-90e5-9ab116588641', 'code': 200} 2026-06-30 23:30:23.009 12 INFO neutron.plugins.ml2.plugin [None req-3f23e9c1-2fe4-4b5b-b9ea-54a8e5ee250b - - - - - -] Attempt 1 to provision port aa626f4a-8e7c-43db-9304-f6ab002ef068 2026-06-30 23:30:23.037 12 INFO neutron.plugins.ml2.plugin [None req-3f23e9c1-2fe4-4b5b-b9ea-54a8e5ee250b - - - - - -] Attempt 1 to provision port b806d12f-13d2-4d80-84f5-4802d310fdc9 2026-06-30 23:30:23.243 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 5032feb7-7313-4746-90e5-9ab116588641 2026-06-30 23:30:23.393 11 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-ebbc09ec-9cd6-4cf7-804c-2481057875e2'] response: {'server_uuid': 'c3dc4081-825a-4126-99d0-27ef9f9f5a2d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5032feb7-7313-4746-90e5-9ab116588641', 'code': 200} 2026-06-30 23:30:23.611 11 INFO neutron.plugins.ml2.plugin [None req-fc91d561-cb74-4652-87d8-20a8b748dc5b - - - - - -] Attempt 1 to provision port 3e66241a-9843-49b9-9a9c-3717483542af 2026-06-30 23:30:24.973 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 5032feb7-7313-4746-90e5-9ab116588641 2026-06-30 23:30:25.155 11 INFO neutron.plugins.ml2.plugin [None req-3ac43c43-a4aa-4a62-bd36-8d4dfecdd95c - - - - - -] Attempt 1 to provision port 3e66241a-9843-49b9-9a9c-3717483542af 2026-06-30 23:30:25.426 11 INFO neutron.notifiers.nova [None req-3ac43c43-a4aa-4a62-bd36-8d4dfecdd95c - - - - - -] Nova event matching ['req-515405d1-212a-43f0-af62-3c0c60b27a55'] response: {'server_uuid': '350b18ff-402c-40b9-9dfa-c17c1a50682a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3e66241a-9843-49b9-9a9c-3717483542af', 'code': 200} 2026-06-30 23:30:27.918 11 INFO neutron.plugins.ml2.plugin [None req-5742ecc3-cfb7-4264-b22f-74903924d94b - - - - - -] Attempt 1 to provision port 73b094a9-b442-4da1-9a61-27d923405acc 2026-06-30 23:30:28.090 11 INFO neutron.plugins.ml2.plugin [None req-5742ecc3-cfb7-4264-b22f-74903924d94b - - - - - -] Attempt 1 to provision port aa626f4a-8e7c-43db-9304-f6ab002ef068 2026-06-30 23:30:28.911 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port aa626f4a-8e7c-43db-9304-f6ab002ef068 2026-06-30 23:30:29.177 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 73b094a9-b442-4da1-9a61-27d923405acc 2026-06-30 23:30:30.585 11 INFO neutron.plugins.ml2.plugin [None req-c638b378-a664-4c67-9582-1a89dd648b72 - - - - - -] Attempt 1 to provision port 3e66241a-9843-49b9-9a9c-3717483542af 2026-06-30 23:30:30.611 11 INFO neutron.plugins.ml2.db [None req-c638b378-a664-4c67-9582-1a89dd648b72 - - - - - -] No ports have port_id starting with 3e66241a-9843-49b9-9a9c-3717483542af 2026-06-30 23:30:30.620 11 INFO neutron.plugins.ml2.plugin [None req-c638b378-a664-4c67-9582-1a89dd648b72 - - - - - -] Attempt 1 to provision port 36abc187-fe84-46df-ae2e-91347c5161de 2026-06-30 23:30:30.901 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port aa626f4a-8e7c-43db-9304-f6ab002ef068 2026-06-30 23:30:32.445 12 INFO neutron.plugins.ml2.plugin [None req-e27a8242-b330-4538-bee6-160600c8c92d - - - - - -] Attempt 1 to provision port aa626f4a-8e7c-43db-9304-f6ab002ef068 2026-06-30 23:30:39.647 12 INFO neutron.plugins.ml2.plugin [None req-92dba963-8544-437c-adb2-69504ca1ccb7 - - - - - -] Attempt 1 to provision port 5dfcd77a-2ed8-4439-9998-7d1425152aa5 2026-06-30 23:30:42.135 11 INFO neutron.plugins.ml2.plugin [None req-f524fb5a-eccd-4efa-9c03-41de76fafb68 - - - - - -] Attempt 1 to provision port 5dfcd77a-2ed8-4439-9998-7d1425152aa5 2026-06-30 23:30:43.125 11 INFO neutron.notifiers.nova [None req-27c82e4d-96be-4b37-8669-921f2dd5aab8 - - - - - -] Nova event matching ['req-8d4ba891-8c1b-4c55-80f7-786bd31a32c2'] response: {'server_uuid': 'c3dc4081-825a-4126-99d0-27ef9f9f5a2d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5032feb7-7313-4746-90e5-9ab116588641', 'code': 200} 2026-06-30 23:30:44.998 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port d299d174-4d0d-4708-93a0-95dd9312dbfd 2026-06-30 23:30:45.411 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 9eabb44c-31a9-448a-99f8-5ed2746b4cd2 2026-06-30 23:30:46.858 11 INFO neutron.plugins.ml2.plugin [None req-1a320242-66a5-4494-a2c9-580c06fb160f - - - - - -] Attempt 1 to provision port 9eabb44c-31a9-448a-99f8-5ed2746b4cd2 2026-06-30 23:30:46.913 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port d299d174-4d0d-4708-93a0-95dd9312dbfd 2026-06-30 23:30:46.941 11 INFO neutron.plugins.ml2.plugin [None req-1a320242-66a5-4494-a2c9-580c06fb160f - - - - - -] Attempt 1 to provision port b4da8f0c-d28e-4097-b09a-186de585155e 2026-06-30 23:30:47.126 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 9eabb44c-31a9-448a-99f8-5ed2746b4cd2 2026-06-30 23:30:51.107 11 INFO neutron.plugins.ml2.plugin [None req-43392d0f-46b3-4045-ba3a-16d25c22c03b - - - - - -] Attempt 1 to provision port 9eabb44c-31a9-448a-99f8-5ed2746b4cd2 2026-06-30 23:30:51.184 11 INFO neutron.plugins.ml2.plugin [None req-43392d0f-46b3-4045-ba3a-16d25c22c03b - - - - - -] Attempt 1 to provision port f417aef8-4123-4e00-b4cb-3fe65cd6137f 2026-06-30 23:30:54.341 11 INFO neutron.plugins.ml2.plugin [None req-0a1cba79-7a39-4d2e-a58b-bf9705b45747 - - - - - -] Attempt 1 to provision port f417aef8-4123-4e00-b4cb-3fe65cd6137f 2026-06-30 23:30:58.014 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port c4938c59-e30e-4108-a87f-e04d2d216c9f 2026-06-30 23:30:58.137 12 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-5f1afc30-7224-4b2b-8ea3-6df8a16b417c'] response: {'server_uuid': '76554123-cd75-4af2-bc3c-0257c0a60ec9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c4938c59-e30e-4108-a87f-e04d2d216c9f', 'code': 200} 2026-06-30 23:30:58.427 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port c8492ea4-d929-4814-bae7-e49d7ffc8a2a 2026-06-30 23:30:58.854 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port ea141553-1c1e-413c-b936-b175d130010a 2026-06-30 23:30:59.629 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port c4938c59-e30e-4108-a87f-e04d2d216c9f 2026-06-30 23:30:59.892 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port c8492ea4-d929-4814-bae7-e49d7ffc8a2a 2026-06-30 23:31:00.185 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port ea141553-1c1e-413c-b936-b175d130010a 2026-06-30 23:31:00.601 12 INFO neutron.plugins.ml2.plugin [None req-19d6730d-271e-4461-8979-78210378c3b0 - - - - - -] Attempt 1 to provision port c8492ea4-d929-4814-bae7-e49d7ffc8a2a 2026-06-30 23:31:00.657 12 INFO neutron.plugins.ml2.plugin [None req-19d6730d-271e-4461-8979-78210378c3b0 - - - - - -] Attempt 1 to provision port f417aef8-4123-4e00-b4cb-3fe65cd6137f 2026-06-30 23:31:03.660 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port f417aef8-4123-4e00-b4cb-3fe65cd6137f 2026-06-30 23:31:03.881 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port b4da8f0c-d28e-4097-b09a-186de585155e 2026-06-30 23:31:04.251 12 INFO neutron.plugins.ml2.plugin [None req-ee2c6dd7-5f26-4bfb-9a2f-286a738c430f - - - - - -] Attempt 1 to provision port 7366423c-27ab-4d3e-89f3-d083ade4064d 2026-06-30 23:31:04.297 12 INFO neutron.plugins.ml2.plugin [None req-ee2c6dd7-5f26-4bfb-9a2f-286a738c430f - - - - - -] Attempt 1 to provision port c8492ea4-d929-4814-bae7-e49d7ffc8a2a 2026-06-30 23:31:04.344 12 INFO neutron.plugins.ml2.plugin [None req-ee2c6dd7-5f26-4bfb-9a2f-286a738c430f - - - - - -] Attempt 1 to provision port c4938c59-e30e-4108-a87f-e04d2d216c9f 2026-06-30 23:31:05.602 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port f417aef8-4123-4e00-b4cb-3fe65cd6137f 2026-06-30 23:31:05.826 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port b4da8f0c-d28e-4097-b09a-186de585155e 2026-06-30 23:31:06.136 12 INFO neutron.plugins.ml2.plugin [None req-a1da754c-5bec-4916-a8f7-7fa2e5f3b0e9 - - - - - -] Attempt 1 to provision port bb766b7f-8d88-411a-a496-c6b7e5a897a5 2026-06-30 23:31:06.166 12 INFO neutron.plugins.ml2.plugin [None req-a1da754c-5bec-4916-a8f7-7fa2e5f3b0e9 - - - - - -] Attempt 1 to provision port 7366423c-27ab-4d3e-89f3-d083ade4064d 2026-06-30 23:31:09.028 12 INFO neutron.plugins.ml2.plugin [None req-63d52b63-250b-44d5-9e40-370f5b0810a2 - - - - - -] Attempt 1 to provision port 7366423c-27ab-4d3e-89f3-d083ade4064d 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server [None req-01445039-4ca4-43a9-ab95-dfb473edd43e - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port 81b89256-4bf9-4c6c-bd6b-2c366b3bee75 could not be found. 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 292, in _get_port 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py", line 211, in get_by_id 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2804, in one 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1808, in one 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 752, in _only_one_row 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 340, in get_dhcp_port 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1666, in get_port 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 295, in _get_port 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port 81b89256-4bf9-4c6c-bd6b-2c366b3bee75 could not be found. 2026-06-30 23:31:13.446 11 ERROR oslo_messaging.rpc.server 2026-06-30 23:31:14.412 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port f0a8855c-a687-44b2-91c7-3fc984636705 2026-06-30 23:31:14.506 12 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-19247b55-1d8d-4f18-a3f8-4f054a910cd8'] response: {'server_uuid': '83b8c1e2-7687-4099-8f3e-c814e8d47e34', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f0a8855c-a687-44b2-91c7-3fc984636705', 'code': 200} 2026-06-30 23:31:14.763 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 7366423c-27ab-4d3e-89f3-d083ade4064d 2026-06-30 23:31:15.068 12 INFO neutron.plugins.ml2.plugin [None req-0c9e9506-1af8-4dcb-86ac-d7cc075418c1 - - - - - -] Attempt 1 to provision port bb766b7f-8d88-411a-a496-c6b7e5a897a5 2026-06-30 23:31:16.196 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port f0a8855c-a687-44b2-91c7-3fc984636705 2026-06-30 23:31:16.491 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 7366423c-27ab-4d3e-89f3-d083ade4064d 2026-06-30 23:31:16.712 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port bb766b7f-8d88-411a-a496-c6b7e5a897a5 2026-06-30 23:31:26.117 11 INFO neutron.plugins.ml2.plugin [None req-e20b60d7-595e-451c-8b02-5a0aae5b746b - - - - - -] Attempt 1 to provision port e7961ccd-bccb-40da-a0c3-db2752f495af 2026-06-30 23:31:26.189 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port e7961ccd-bccb-40da-a0c3-db2752f495af 2026-06-30 23:31:28.265 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port e7961ccd-bccb-40da-a0c3-db2752f495af 2026-06-30 23:31:28.512 11 INFO neutron.plugins.ml2.plugin [None req-c4255d8c-53a7-4292-8862-ad51ac831d11 - - - - - -] Attempt 1 to provision port a23c498b-e0dd-4a65-aae9-5aa410fe6a82 2026-06-30 23:31:30.471 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 826dcfdd-4e13-4c19-8c6e-5256fdc0a4e5 2026-06-30 23:31:30.847 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port a23c498b-e0dd-4a65-aae9-5aa410fe6a82 2026-06-30 23:31:32.599 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 826dcfdd-4e13-4c19-8c6e-5256fdc0a4e5 2026-06-30 23:31:32.823 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port a579b7ab-9ae2-426f-a0ec-4ccacbfa325f 2026-06-30 23:31:34.508 12 INFO neutron.plugins.ml2.plugin [None req-18d9fee3-dd42-406b-9dba-b9f965635ed6 - - - - - -] Attempt 1 to provision port a579b7ab-9ae2-426f-a0ec-4ccacbfa325f 2026-06-30 23:31:38.534 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port e7961ccd-bccb-40da-a0c3-db2752f495af 2026-06-30 23:31:38.787 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 6022eabb-27ce-47e9-850d-bd9117828076 2026-06-30 23:31:39.057 11 INFO neutron.plugins.ml2.plugin [None req-84254cd7-f3ad-45d9-a792-d7ebd8626e26 - - - - - -] Attempt 1 to provision port 363c034d-a322-4241-a562-831e1e02ccb6 2026-06-30 23:31:39.078 11 INFO neutron.plugins.ml2.plugin [None req-84254cd7-f3ad-45d9-a792-d7ebd8626e26 - - - - - -] Attempt 1 to provision port 7c03563a-b8d4-42d4-92fd-3b649d437052 2026-06-30 23:31:39.099 11 INFO neutron.plugins.ml2.plugin [None req-84254cd7-f3ad-45d9-a792-d7ebd8626e26 - - - - - -] Attempt 1 to provision port ea34c5f8-d29e-403b-a00b-4e8a333071e7 2026-06-30 23:31:39.124 11 INFO neutron.plugins.ml2.plugin [None req-84254cd7-f3ad-45d9-a792-d7ebd8626e26 - - - - - -] Attempt 1 to provision port e7961ccd-bccb-40da-a0c3-db2752f495af 2026-06-30 23:31:39.167 11 INFO neutron.plugins.ml2.plugin [None req-84254cd7-f3ad-45d9-a792-d7ebd8626e26 - - - - - -] Attempt 1 to provision port a23c498b-e0dd-4a65-aae9-5aa410fe6a82 2026-06-30 23:31:39.227 11 INFO neutron.plugins.ml2.plugin [None req-84254cd7-f3ad-45d9-a792-d7ebd8626e26 - - - - - -] Attempt 1 to provision port a579b7ab-9ae2-426f-a0ec-4ccacbfa325f 2026-06-30 23:31:40.459 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 6022eabb-27ce-47e9-850d-bd9117828076 2026-06-30 23:31:42.410 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port ebbd4b15-e564-4d28-902e-5c723ad56dfe 2026-06-30 23:31:44.466 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port ebbd4b15-e564-4d28-902e-5c723ad56dfe 2026-06-30 23:31:46.290 11 INFO neutron.plugins.ml2.plugin [None req-61e9b8e8-8e54-4ef8-9c00-8453995fb8b2 - - - - - -] Attempt 1 to provision port 7c03563a-b8d4-42d4-92fd-3b649d437052 2026-06-30 23:31:46.325 11 INFO neutron.plugins.ml2.plugin [None req-61e9b8e8-8e54-4ef8-9c00-8453995fb8b2 - - - - - -] Attempt 1 to provision port a579b7ab-9ae2-426f-a0ec-4ccacbfa325f 2026-06-30 23:31:46.396 11 INFO neutron.plugins.ml2.plugin [None req-61e9b8e8-8e54-4ef8-9c00-8453995fb8b2 - - - - - -] Attempt 1 to provision port ea34c5f8-d29e-403b-a00b-4e8a333071e7 2026-06-30 23:31:46.420 11 INFO neutron.plugins.ml2.plugin [None req-61e9b8e8-8e54-4ef8-9c00-8453995fb8b2 - - - - - -] Attempt 1 to provision port e7961ccd-bccb-40da-a0c3-db2752f495af 2026-06-30 23:31:46.474 11 INFO neutron.plugins.ml2.plugin [None req-61e9b8e8-8e54-4ef8-9c00-8453995fb8b2 - - - - - -] Attempt 1 to provision port a23c498b-e0dd-4a65-aae9-5aa410fe6a82 2026-06-30 23:31:46.530 11 INFO neutron.plugins.ml2.plugin [None req-7e3bf479-6fd4-474b-813f-259e74118fe7 - - - - - -] Attempt 1 to provision port b62c29d8-6f75-4c93-8d87-e7af4f59e4b7 2026-06-30 23:31:46.549 11 INFO neutron.plugins.ml2.plugin [None req-7e3bf479-6fd4-474b-813f-259e74118fe7 - - - - - -] Attempt 1 to provision port 78b9c063-7e15-4c83-895d-9dd518a147bb 2026-06-30 23:31:46.987 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 412cf351-a2d1-4ef9-863c-34a23070a4fb 2026-06-30 23:31:47.088 12 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-c51292c1-178e-48f6-9dc7-1d8775074cb1'] response: {'server_uuid': '3e2973f2-ea73-4308-9763-5c51f1b3775a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '412cf351-a2d1-4ef9-863c-34a23070a4fb', 'code': 200} 2026-06-30 23:31:47.317 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port a8e05b25-0413-4a22-af44-65c571c7a280 2026-06-30 23:31:48.543 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 412cf351-a2d1-4ef9-863c-34a23070a4fb 2026-06-30 23:31:48.801 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port a8e05b25-0413-4a22-af44-65c571c7a280 2026-06-30 23:31:49.028 12 INFO neutron.plugins.ml2.plugin [None req-670d4739-aec1-42c2-a8de-1dfb94ca87cb - - - - - -] Attempt 1 to provision port 17aa7c92-e7b1-4cc6-b777-39f1d414e563 2026-06-30 23:31:50.606 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 7c03563a-b8d4-42d4-92fd-3b649d437052 2026-06-30 23:31:50.920 12 INFO neutron.plugins.ml2.plugin [None req-57d75670-ea62-4bad-8b30-f7ef3e86a9e4 - - - - - -] Attempt 1 to provision port 78b9c063-7e15-4c83-895d-9dd518a147bb 2026-06-30 23:31:51.199 12 INFO neutron.plugins.ml2.plugin [None req-5bd060d3-9d2e-4e61-a43d-fb7cba55ff69 - - - - - -] Attempt 1 to provision port 17aa7c92-e7b1-4cc6-b777-39f1d414e563 2026-06-30 23:31:53.194 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 7c03563a-b8d4-42d4-92fd-3b649d437052 2026-06-30 23:31:53.477 12 INFO neutron.plugins.ml2.plugin [None req-5cf2942f-4f13-4cb8-8e24-77b5219cd228 - - - - - -] Attempt 1 to provision port b62c29d8-6f75-4c93-8d87-e7af4f59e4b7 2026-06-30 23:31:53.893 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port ea34c5f8-d29e-403b-a00b-4e8a333071e7 2026-06-30 23:31:54.168 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 78b9c063-7e15-4c83-895d-9dd518a147bb 2026-06-30 23:31:54.391 12 INFO neutron.plugins.ml2.plugin [None req-b3ea7b23-c551-433c-b1a1-97c243b8638f - - - - - -] Attempt 1 to provision port e3607853-9c8b-4d7d-ab9a-5e3f40c470a2 2026-06-30 23:31:54.484 12 INFO neutron.notifiers.nova [None req-b3ea7b23-c551-433c-b1a1-97c243b8638f - - - - - -] Nova event matching ['req-42b311bc-1f3e-4c76-9140-ad6b2790bb7e'] response: {'server_uuid': '5de79b9c-e94a-4d00-bd72-5a5d77d29daa', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e3607853-9c8b-4d7d-ab9a-5e3f40c470a2', 'code': 200} 2026-06-30 23:31:55.416 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port e3607853-9c8b-4d7d-ab9a-5e3f40c470a2 2026-06-30 23:31:55.662 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port ea34c5f8-d29e-403b-a00b-4e8a333071e7 2026-06-30 23:31:55.714 11 INFO neutron.plugins.ml2.plugin [None req-15c80916-f18d-416d-979b-cd7e4f3f6afd - - - - - -] Attempt 1 to provision port 71966a88-8cd2-445a-85ef-569f8c2cf924 2026-06-30 23:31:55.749 11 INFO neutron.plugins.ml2.plugin [None req-15c80916-f18d-416d-979b-cd7e4f3f6afd - - - - - -] Attempt 1 to provision port 63ef9a36-3330-47c1-a4de-d6e09c21146a 2026-06-30 23:31:55.877 12 INFO neutron.plugins.ml2.plugin [None req-60566aa9-322d-4db4-842a-bf716fa2a835 - - - - - -] Attempt 1 to provision port 63ef9a36-3330-47c1-a4de-d6e09c21146a 2026-06-30 23:31:55.991 11 INFO neutron.plugins.ml2.plugin [None req-15c80916-f18d-416d-979b-cd7e4f3f6afd - - - - - -] Attempt 1 to provision port 4193554a-3a34-4fc5-a3bc-9dca678215ab 2026-06-30 23:31:56.017 11 INFO neutron.plugins.ml2.plugin [None req-15c80916-f18d-416d-979b-cd7e4f3f6afd - - - - - -] Attempt 1 to provision port a23c498b-e0dd-4a65-aae9-5aa410fe6a82 2026-06-30 23:31:56.079 11 INFO neutron.plugins.ml2.plugin [None req-15c80916-f18d-416d-979b-cd7e4f3f6afd - - - - - -] Attempt 1 to provision port a579b7ab-9ae2-426f-a0ec-4ccacbfa325f 2026-06-30 23:31:56.079 12 INFO neutron.plugins.ml2.plugin [None req-60566aa9-322d-4db4-842a-bf716fa2a835 - - - - - -] Attempt 1 to provision port b62c29d8-6f75-4c93-8d87-e7af4f59e4b7 2026-06-30 23:31:56.123 11 INFO neutron.plugins.ml2.plugin [None req-15c80916-f18d-416d-979b-cd7e4f3f6afd - - - - - -] Attempt 1 to provision port 7c03563a-b8d4-42d4-92fd-3b649d437052 2026-06-30 23:31:56.171 11 INFO neutron.plugins.ml2.plugin [None req-15c80916-f18d-416d-979b-cd7e4f3f6afd - - - - - -] Attempt 1 to provision port 17aa7c92-e7b1-4cc6-b777-39f1d414e563 2026-06-30 23:31:56.219 11 INFO neutron.plugins.ml2.plugin [None req-15c80916-f18d-416d-979b-cd7e4f3f6afd - - - - - -] Attempt 1 to provision port ea34c5f8-d29e-403b-a00b-4e8a333071e7 2026-06-30 23:31:56.281 11 INFO neutron.plugins.ml2.plugin [None req-15c80916-f18d-416d-979b-cd7e4f3f6afd - - - - - -] Attempt 1 to provision port 412cf351-a2d1-4ef9-863c-34a23070a4fb 2026-06-30 23:31:56.339 11 INFO neutron.plugins.ml2.plugin [None req-15c80916-f18d-416d-979b-cd7e4f3f6afd - - - - - -] Attempt 1 to provision port 78b9c063-7e15-4c83-895d-9dd518a147bb 2026-06-30 23:31:57.377 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 63ef9a36-3330-47c1-a4de-d6e09c21146a 2026-06-30 23:31:57.593 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 71966a88-8cd2-445a-85ef-569f8c2cf924 2026-06-30 23:32:00.482 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port d25a7290-ca7e-42ce-ac3e-06a67c5eb9ee 2026-06-30 23:32:00.627 11 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-51ac553a-dc5c-41b8-9a5f-c94c278a139d'] response: {'server_uuid': '50e08295-9d8e-49a4-a0f7-65344b7cf958', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd25a7290-ca7e-42ce-ac3e-06a67c5eb9ee', 'code': 200} 2026-06-30 23:32:00.889 11 INFO neutron.plugins.ml2.plugin [None req-cd83a5c8-0db3-49ec-9e53-55916b17fdd1 - - - - - -] Attempt 1 to provision port 71966a88-8cd2-445a-85ef-569f8c2cf924 2026-06-30 23:32:01.074 11 INFO neutron.plugins.ml2.plugin [None req-cd83a5c8-0db3-49ec-9e53-55916b17fdd1 - - - - - -] Attempt 1 to provision port 814a8873-27d9-4095-99c1-bbdc141b8b50 2026-06-30 23:32:01.621 11 INFO neutron.plugins.ml2.plugin [None req-5e4fb08d-d568-452c-b018-3400a2661363 - - - - - -] Attempt 1 to provision port 39ee71c6-f883-4529-9b84-2fc238201f29 2026-06-30 23:32:02.682 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port d25a7290-ca7e-42ce-ac3e-06a67c5eb9ee 2026-06-30 23:32:02.897 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 4193554a-3a34-4fc5-a3bc-9dca678215ab 2026-06-30 23:32:03.046 11 INFO neutron.plugins.ml2.plugin [None req-5edfe1ab-f436-4793-a3c5-954c786fe9da - - - - - -] Attempt 1 to provision port 52773620-9d62-4c52-a799-3283541c0dc0 2026-06-30 23:32:03.070 11 INFO neutron.plugins.ml2.plugin [None req-5edfe1ab-f436-4793-a3c5-954c786fe9da - - - - - -] Attempt 1 to provision port 39ee71c6-f883-4529-9b84-2fc238201f29 2026-06-30 23:32:03.174 11 INFO neutron.plugins.ml2.plugin [None req-5edfe1ab-f436-4793-a3c5-954c786fe9da - - - - - -] Attempt 1 to provision port 78b9c063-7e15-4c83-895d-9dd518a147bb 2026-06-30 23:32:03.216 11 INFO neutron.plugins.ml2.plugin [None req-5edfe1ab-f436-4793-a3c5-954c786fe9da - - - - - -] Attempt 1 to provision port 63f33818-b240-4404-8176-a50a679bbfca 2026-06-30 23:32:03.255 11 INFO neutron.plugins.ml2.plugin [None req-5edfe1ab-f436-4793-a3c5-954c786fe9da - - - - - -] Attempt 1 to provision port ea34c5f8-d29e-403b-a00b-4e8a333071e7 2026-06-30 23:32:03.514 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 814a8873-27d9-4095-99c1-bbdc141b8b50 2026-06-30 23:32:03.660 11 INFO neutron.plugins.ml2.plugin [None req-7e90fdc3-2f83-4dad-814b-b8f7ed2f24e0 - - - - - -] Attempt 1 to provision port 39ee71c6-f883-4529-9b84-2fc238201f29 2026-06-30 23:32:05.136 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 4614853f-ac04-4464-8b3f-2b2f04dfd439 2026-06-30 23:32:05.281 11 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-1c678837-27ed-4e4f-a20b-72c595bdccc5'] response: {'server_uuid': '6c0081d7-e290-4ccd-8dfb-124924245923', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4614853f-ac04-4464-8b3f-2b2f04dfd439', 'code': 200} 2026-06-30 23:32:05.588 11 INFO neutron.plugins.ml2.plugin [None req-0026a88e-7061-4771-8d0c-0a4f9691eafd - - - - - -] Attempt 1 to provision port 85fcf42f-feda-4008-b5c9-a70df43a50b2 2026-06-30 23:32:05.876 11 INFO neutron.plugins.ml2.plugin [None req-06432b01-224f-40d2-ba9f-86939d911f3d - - - - - -] Attempt 1 to provision port 52773620-9d62-4c52-a799-3283541c0dc0 2026-06-30 23:32:06.163 11 INFO neutron.plugins.ml2.plugin [None req-f4a9da42-3e9b-4ed6-bcda-e08591220ab3 - - - - - -] Attempt 1 to provision port 63f33818-b240-4404-8176-a50a679bbfca 2026-06-30 23:32:06.332 11 INFO neutron.plugins.ml2.plugin [None req-f4a9da42-3e9b-4ed6-bcda-e08591220ab3 - - - - - -] Attempt 1 to provision port 4193554a-3a34-4fc5-a3bc-9dca678215ab 2026-06-30 23:32:07.207 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 4614853f-ac04-4464-8b3f-2b2f04dfd439 2026-06-30 23:32:07.425 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 85fcf42f-feda-4008-b5c9-a70df43a50b2 2026-06-30 23:32:07.575 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 52773620-9d62-4c52-a799-3283541c0dc0 2026-06-30 23:32:13.608 12 INFO neutron.plugins.ml2.plugin [None req-81a51d6d-ecf6-4cb7-8a32-e7d072de1dfb - - - - - -] Attempt 1 to provision port 63ef9a36-3330-47c1-a4de-d6e09c21146a 2026-06-30 23:32:13.670 12 INFO neutron.plugins.ml2.plugin [None req-81a51d6d-ecf6-4cb7-8a32-e7d072de1dfb - - - - - -] Attempt 1 to provision port d25a7290-ca7e-42ce-ac3e-06a67c5eb9ee 2026-06-30 23:32:13.726 12 INFO neutron.plugins.ml2.plugin [None req-81a51d6d-ecf6-4cb7-8a32-e7d072de1dfb - - - - - -] Attempt 1 to provision port 4193554a-3a34-4fc5-a3bc-9dca678215ab 2026-06-30 23:32:13.771 12 INFO neutron.plugins.ml2.plugin [None req-81a51d6d-ecf6-4cb7-8a32-e7d072de1dfb - - - - - -] Attempt 1 to provision port 39ee71c6-f883-4529-9b84-2fc238201f29 2026-06-30 23:32:13.824 12 INFO neutron.plugins.ml2.plugin [None req-81a51d6d-ecf6-4cb7-8a32-e7d072de1dfb - - - - - -] Attempt 1 to provision port 52773620-9d62-4c52-a799-3283541c0dc0 2026-06-30 23:32:21.407 12 INFO neutron.plugins.ml2.plugin [None req-2a1ee4f4-f058-4362-bb25-ec2929497e06 - - - - - -] Attempt 1 to provision port 7c03563a-b8d4-42d4-92fd-3b649d437052 2026-06-30 23:32:21.457 12 INFO neutron.plugins.ml2.plugin [None req-2a1ee4f4-f058-4362-bb25-ec2929497e06 - - - - - -] Attempt 1 to provision port 4193554a-3a34-4fc5-a3bc-9dca678215ab 2026-06-30 23:32:21.508 12 INFO neutron.plugins.ml2.plugin [None req-2a1ee4f4-f058-4362-bb25-ec2929497e06 - - - - - -] Attempt 1 to provision port 78b9c063-7e15-4c83-895d-9dd518a147bb 2026-06-30 23:32:21.551 12 INFO neutron.plugins.ml2.plugin [None req-2a1ee4f4-f058-4362-bb25-ec2929497e06 - - - - - -] Attempt 1 to provision port 52773620-9d62-4c52-a799-3283541c0dc0 2026-06-30 23:32:25.144 12 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-37ce0bdd-f364-42d0-864a-fbb26c6e383e'] response: {'server_uuid': '50e08295-9d8e-49a4-a0f7-65344b7cf958', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd25a7290-ca7e-42ce-ac3e-06a67c5eb9ee', 'code': 200} 2026-06-30 23:32:25.658 11 INFO neutron.plugins.ml2.plugin [None req-c53b5587-51e0-4a88-b2fe-c9bd9462ad38 - - - - - -] Attempt 1 to provision port 63f33818-b240-4404-8176-a50a679bbfca 2026-06-30 23:32:25.713 11 INFO neutron.plugins.ml2.plugin [None req-c53b5587-51e0-4a88-b2fe-c9bd9462ad38 - - - - - -] Attempt 1 to provision port 7c03563a-b8d4-42d4-92fd-3b649d437052 2026-06-30 23:32:25.759 11 INFO neutron.plugins.ml2.plugin [None req-c53b5587-51e0-4a88-b2fe-c9bd9462ad38 - - - - - -] Attempt 1 to provision port 4193554a-3a34-4fc5-a3bc-9dca678215ab 2026-06-30 23:32:25.814 11 INFO neutron.plugins.ml2.plugin [None req-c53b5587-51e0-4a88-b2fe-c9bd9462ad38 - - - - - -] Attempt 1 to provision port 412cf351-a2d1-4ef9-863c-34a23070a4fb 2026-06-30 23:32:25.869 11 INFO neutron.plugins.ml2.plugin [None req-c53b5587-51e0-4a88-b2fe-c9bd9462ad38 - - - - - -] Attempt 1 to provision port 52773620-9d62-4c52-a799-3283541c0dc0 2026-06-30 23:32:28.886 12 INFO neutron.plugins.ml2.plugin [None req-f7f2c9e2-e584-4369-b00a-d03661e76595 - - - - - -] Attempt 1 to provision port 85fcf42f-feda-4008-b5c9-a70df43a50b2 2026-06-30 23:32:32.428 12 INFO neutron.plugins.ml2.plugin [None req-7a2f761c-a7b0-4c83-867b-7b8e0b748193 - - - - - -] Attempt 1 to provision port 4614853f-ac04-4464-8b3f-2b2f04dfd439 2026-06-30 23:32:49.119 11 INFO neutron.plugins.ml2.plugin [None req-83b49d35-cec7-4dbe-ac36-d3f3aad22674 - - - - - -] Attempt 1 to provision port 9b7a6417-040c-43ad-b2bb-c1018a0ac93b 2026-06-30 23:32:51.023 12 INFO neutron.plugins.ml2.plugin [None req-6cf30b2b-77a8-48b9-a342-1a6aee4dd85c - - - - - -] Attempt 1 to provision port 8a945276-5aac-4ad4-8687-fe1eb2419ca0 2026-06-30 23:32:52.774 12 INFO neutron.plugins.ml2.plugin [None req-ad26ad01-297c-4505-a960-e9c63eb55e76 - - - - - -] Attempt 1 to provision port 181c4cc2-5612-40b5-a510-6501af69b5de 2026-06-30 23:32:53.066 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 181c4cc2-5612-40b5-a510-6501af69b5de 2026-06-30 23:32:53.262 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 8a945276-5aac-4ad4-8687-fe1eb2419ca0 2026-06-30 23:32:54.993 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 181c4cc2-5612-40b5-a510-6501af69b5de 2026-06-30 23:32:55.034 12 INFO neutron.plugins.ml2.plugin [None req-807ad97e-41f1-4da9-9a3c-a92f528da08b - - - - - -] Attempt 1 to provision port 181c4cc2-5612-40b5-a510-6501af69b5de 2026-06-30 23:32:55.109 12 INFO neutron.plugins.ml2.plugin [None req-807ad97e-41f1-4da9-9a3c-a92f528da08b - - - - - -] Attempt 1 to provision port af81ed91-adab-4273-ac3c-a00a2c61247a 2026-06-30 23:32:56.759 12 INFO neutron.plugins.ml2.plugin [None req-d94b4731-c4f7-4dba-856c-bf9952f3a430 - - - - - -] Attempt 1 to provision port af81ed91-adab-4273-ac3c-a00a2c61247a 2026-06-30 23:32:57.997 12 INFO neutron.plugins.ml2.plugin [None req-cfeec4fd-3d92-4c54-a263-e34efd50f6ab - - - - - -] Attempt 1 to provision port af81ed91-adab-4273-ac3c-a00a2c61247a 2026-06-30 23:33:03.522 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port cdaa74a0-386b-47d0-9cab-030b19d8c4ba 2026-06-30 23:33:03.629 11 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-7009ccf6-6e9e-4f9a-8350-95086613a5e7'] response: {'server_uuid': 'e0e7b256-1aa2-482e-a9f9-6dd98d46ad7e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cdaa74a0-386b-47d0-9cab-030b19d8c4ba', 'code': 200} 2026-06-30 23:33:04.999 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port cdaa74a0-386b-47d0-9cab-030b19d8c4ba 2026-06-30 23:33:09.001 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 9b7a6417-040c-43ad-b2bb-c1018a0ac93b 2026-06-30 23:33:09.236 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port af81ed91-adab-4273-ac3c-a00a2c61247a 2026-06-30 23:33:11.000 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 9b7a6417-040c-43ad-b2bb-c1018a0ac93b 2026-06-30 23:33:11.146 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port af81ed91-adab-4273-ac3c-a00a2c61247a 2026-06-30 23:33:12.435 12 INFO neutron.plugins.ml2.plugin [None req-12cc8fcf-7a62-478d-a85a-a1677595ca2f - - - - - -] Attempt 1 to provision port b0b885fe-2bfa-42cb-886e-5179c5c644c3 2026-06-30 23:33:33.560 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 23bcd0e3-a4b7-4530-aace-a549bce3f7a2 2026-06-30 23:33:33.670 12 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-d5e22c4f-20c2-4886-a087-a1a1d691258a'] response: {'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '23bcd0e3-a4b7-4530-aace-a549bce3f7a2', 'code': 200} 2026-06-30 23:33:35.040 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 23bcd0e3-a4b7-4530-aace-a549bce3f7a2 2026-06-30 23:33:43.567 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port fdc6b047-28ab-47ee-b1cf-83a7b4985045 2026-06-30 23:33:43.677 11 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-9199feec-7a25-4677-8e39-9f45520404dd'] response: {'server_uuid': '58160f94-2afb-49e4-993c-889fdc9bf0cd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fdc6b047-28ab-47ee-b1cf-83a7b4985045', 'code': 200} 2026-06-30 23:33:45.006 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port fdc6b047-28ab-47ee-b1cf-83a7b4985045 2026-06-30 23:34:09.615 11 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-c5ca30cd-fa50-47df-99f0-2bc38fb8cf73'] response: {'server_uuid': '58160f94-2afb-49e4-993c-889fdc9bf0cd', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fdc6b047-28ab-47ee-b1cf-83a7b4985045', 'code': 200} 2026-06-30 23:34:14.429 12 INFO neutron.plugins.ml2.plugin [None req-a9dc749c-741a-4f00-851d-0bc062180aef - - - - - -] Attempt 1 to provision port 7c59a5c5-f33b-4c10-8aea-362828099240 2026-06-30 23:34:21.133 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 7c59a5c5-f33b-4c10-8aea-362828099240 2026-06-30 23:34:21.224 11 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-ee3e9ec6-68d5-41d9-b748-c97160ad4f97'] response: {'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7c59a5c5-f33b-4c10-8aea-362828099240', 'code': 200} 2026-06-30 23:34:23.354 11 INFO neutron_taas.services.taas.taas_plugin [None req-ec93f0b0-2c26-4beb-ba8d-c33cb49cc8f3 - - - - - -] TaaS: Handle Delete Port: 181c4cc2-5612-40b5-a510-6501af69b5de 2026-06-30 23:34:23.361 11 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec93f0b0-2c26-4beb-ba8d-c33cb49cc8f3 - - - - - -] Tap Mirror: Handle Delete Port: 181c4cc2-5612-40b5-a510-6501af69b5de 2026-06-30 23:34:23.850 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 7c59a5c5-f33b-4c10-8aea-362828099240 2026-06-30 23:34:40.524 12 INFO neutron.plugins.ml2.plugin [None req-a2e31ac3-0a2a-49b2-a061-cffb6e8741c4 - - - - - -] Attempt 1 to provision port 7311f553-33c0-4f1d-a242-40bc258a9487 2026-06-30 23:34:41.092 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 7311f553-33c0-4f1d-a242-40bc258a9487 2026-06-30 23:34:41.116 12 INFO neutron.plugins.ml2.db [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] No ports have port_id starting with 7311f553-33c0-4f1d-a242-40bc258a9487 2026-06-30 23:34:49.216 12 INFO neutron.plugins.ml2.plugin [None req-729af6c3-0b71-4c4f-960f-ca25468c5398 - - - - - -] Attempt 1 to provision port 9c919928-f413-403a-8f27-44fb36bd95b2 2026-06-30 23:34:58.660 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 9c919928-f413-403a-8f27-44fb36bd95b2 2026-06-30 23:34:58.771 12 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-62e6d0a3-cc58-4272-a1c8-b000624f7950'] response: {'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9c919928-f413-403a-8f27-44fb36bd95b2', 'code': 200} 2026-06-30 23:34:59.314 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 9c919928-f413-403a-8f27-44fb36bd95b2 2026-06-30 23:35:09.240 12 INFO neutron.plugins.ml2.plugin [None req-896bfb01-d560-421e-be21-32447d59c5b4 - - - - - -] Attempt 1 to provision port f8a9d0d8-62f3-4f68-a649-c1a875a610f7 2026-06-30 23:35:15.320 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port f8a9d0d8-62f3-4f68-a649-c1a875a610f7 2026-06-30 23:35:15.413 12 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-bf97a894-fa8e-42d8-b17f-b1172788bbd4'] response: {'server_uuid': '2bdf8280-ff0c-4489-864f-11ead8bea4c4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f8a9d0d8-62f3-4f68-a649-c1a875a610f7', 'code': 200} 2026-06-30 23:35:17.269 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port f8a9d0d8-62f3-4f68-a649-c1a875a610f7 2026-06-30 23:35:19.886 12 INFO neutron.plugins.ml2.plugin [None req-a480e5d0-e9db-49b1-afcb-deff85de682b - - - - - -] Attempt 1 to provision port 9c919928-f413-403a-8f27-44fb36bd95b2 2026-06-30 23:35:32.902 12 INFO neutron.plugins.ml2.plugin [None req-b53b5d2c-8156-434d-bf72-d262c3096c97 - - - - - -] Attempt 1 to provision port f8a9d0d8-62f3-4f68-a649-c1a875a610f7 2026-06-30 23:35:33.356 11 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port f8a9d0d8-62f3-4f68-a649-c1a875a610f7 2026-06-30 23:35:34.223 11 INFO neutron.plugins.ml2.plugin [None req-4cb735f0-6249-44b5-a44f-f2cb37ba1c98 - - - - - -] Attempt 1 to provision port f8a9d0d8-62f3-4f68-a649-c1a875a610f7 2026-06-30 23:35:43.145 11 INFO neutron.plugins.ml2.plugin [None req-51786951-168a-4e6e-8c70-037cb6a08561 - - - - - -] Attempt 1 to provision port 9c919928-f413-403a-8f27-44fb36bd95b2 2026-06-30 23:35:43.318 12 INFO neutron.plugins.ml2.plugin [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Attempt 1 to provision port 9c919928-f413-403a-8f27-44fb36bd95b2 2026-06-30 23:36:27.521 12 INFO neutron.notifiers.nova [None req-5f26e5b2-caaa-46a8-b857-d446c4df8122 - - - - - -] Nova event matching ['req-da738610-f883-4006-a7b1-1b87fe10579a'] response: {'server_uuid': '3e2973f2-ea73-4308-9763-5c51f1b3775a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '412cf351-a2d1-4ef9-863c-34a23070a4fb', 'code': 200}