+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu May 7 16:14:11 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-848b7979b4-c6t2m machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fa8a75f2668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-07 16:14:15.900 7 INFO neutron.common.config [-] Logging enabled! 2026-05-07 16:14:15.900 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-07 16:14:15.916 8 INFO neutron.common.config [-] Logging enabled! 2026-05-07 16:14:15.916 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-07 16:14:16.967 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-07 16:14:17.002 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-07 16:14:18.452 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 16:14:18.455 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-07 16:14:18.458 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-07 16:14:18.459 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 16:14:18.460 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-07 16:14:18.460 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-07 16:14:18.460 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 16:14:18.467 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 16:14:18.467 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 16:14:18.468 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 16:14:18.494 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-07 16:14:18.497 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 16:14:18.497 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-07 16:14:18.530 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-07 16:14:18.530 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-07 16:14:18.531 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-07 16:14:18.531 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-07 16:14:18.551 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 16:14:18.554 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-07 16:14:18.558 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-07 16:14:18.559 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 16:14:18.559 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-07 16:14:18.559 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-07 16:14:18.559 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 16:14:18.566 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 16:14:18.566 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 16:14:18.567 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 16:14:18.588 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-07 16:14:18.589 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 16:14:18.589 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-07 16:14:18.618 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-07 16:14:18.619 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-07 16:14:18.619 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-07 16:14:18.619 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-07 16:14:18.812 8 INFO neutron.plugins.ml2.managers [None req-ffced9e4-0771-4729-b487-9091e039aa21 - - - - - -] Initializing driver for type 'vlan' 2026-05-07 16:14:18.898 7 INFO neutron.plugins.ml2.managers [None req-8baccf24-45d6-4a93-ab47-bfc29ff6abc9 - - - - - -] Initializing driver for type 'vlan' 2026-05-07 16:14:19.194 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8baccf24-45d6-4a93-ab47-bfc29ff6abc9 - - - - - -] VlanTypeDriver initialization complete 2026-05-07 16:14:19.195 7 INFO neutron.plugins.ml2.managers [None req-8baccf24-45d6-4a93-ab47-bfc29ff6abc9 - - - - - -] Initializing driver for type 'vxlan' 2026-05-07 16:14:19.195 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8baccf24-45d6-4a93-ab47-bfc29ff6abc9 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-07 16:14:19.208 7 INFO neutron.plugins.ml2.managers [None req-8baccf24-45d6-4a93-ab47-bfc29ff6abc9 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-07 16:14:19.208 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8baccf24-45d6-4a93-ab47-bfc29ff6abc9 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-07 16:14:19.209 7 INFO neutron.plugins.ml2.managers [None req-8baccf24-45d6-4a93-ab47-bfc29ff6abc9 - - - - - -] Initializing extension driver 'port_security' 2026-05-07 16:14:19.209 7 INFO neutron.plugins.ml2.extensions.port_security [None req-8baccf24-45d6-4a93-ab47-bfc29ff6abc9 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-07 16:14:19.209 7 INFO neutron.plugins.ml2.managers [None req-8baccf24-45d6-4a93-ab47-bfc29ff6abc9 - - - - - -] Initializing extension driver 'qos' 2026-05-07 16:14:19.209 7 INFO neutron.plugins.ml2.managers [None req-8baccf24-45d6-4a93-ab47-bfc29ff6abc9 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-07 16:14:19.209 7 INFO neutron.plugins.ml2.managers [None req-8baccf24-45d6-4a93-ab47-bfc29ff6abc9 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-07 16:14:19.223 7 INFO neutron.quota [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded quota_driver: . 2026-05-07 16:14:19.223 7 INFO neutron.plugins.ml2.plugin [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Modular L2 Plugin initialization complete 2026-05-07 16:14:19.223 7 INFO neutron.plugins.ml2.managers [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-07 16:14:19.223 7 INFO neutron.plugins.ml2.managers [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-07 16:14:19.224 7 INFO neutron.plugins.ml2.managers [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Got port-security extension from driver 'port_security' 2026-05-07 16:14:19.224 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: qos 2026-05-07 16:14:19.231 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ffced9e4-0771-4729-b487-9091e039aa21 - - - - - -] VlanTypeDriver initialization complete 2026-05-07 16:14:19.231 8 INFO neutron.plugins.ml2.managers [None req-ffced9e4-0771-4729-b487-9091e039aa21 - - - - - -] Initializing driver for type 'vxlan' 2026-05-07 16:14:19.232 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ffced9e4-0771-4729-b487-9091e039aa21 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-07 16:14:19.236 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: router 2026-05-07 16:14:19.246 8 INFO neutron.plugins.ml2.managers [None req-ffced9e4-0771-4729-b487-9091e039aa21 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-07 16:14:19.246 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ffced9e4-0771-4729-b487-9091e039aa21 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-07 16:14:19.246 8 INFO neutron.plugins.ml2.managers [None req-ffced9e4-0771-4729-b487-9091e039aa21 - - - - - -] Initializing extension driver 'port_security' 2026-05-07 16:14:19.247 8 INFO neutron.plugins.ml2.extensions.port_security [None req-ffced9e4-0771-4729-b487-9091e039aa21 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-07 16:14:19.247 8 INFO neutron.plugins.ml2.managers [None req-ffced9e4-0771-4729-b487-9091e039aa21 - - - - - -] Initializing extension driver 'qos' 2026-05-07 16:14:19.247 8 INFO neutron.plugins.ml2.managers [None req-ffced9e4-0771-4729-b487-9091e039aa21 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-07 16:14:19.247 8 INFO neutron.plugins.ml2.managers [None req-ffced9e4-0771-4729-b487-9091e039aa21 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-07 16:14:19.262 8 INFO neutron.quota [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded quota_driver: . 2026-05-07 16:14:19.263 8 INFO neutron.plugins.ml2.plugin [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Modular L2 Plugin initialization complete 2026-05-07 16:14:19.263 8 INFO neutron.plugins.ml2.managers [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-07 16:14:19.263 8 INFO neutron.plugins.ml2.managers [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-07 16:14:19.263 8 INFO neutron.plugins.ml2.managers [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-07 16:14:19.263 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: qos 2026-05-07 16:14:19.278 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: router 2026-05-07 16:14:19.281 7 INFO neutron.services.service_base [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-07 16:14:19.281 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: segments 2026-05-07 16:14:19.322 8 INFO neutron.services.service_base [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-07 16:14:19.322 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: segments 2026-05-07 16:14:19.378 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: trunk 2026-05-07 16:14:19.392 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: vpnaas 2026-05-07 16:14:19.422 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: trunk 2026-05-07 16:14:19.430 7 WARNING stevedore.named [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 16:14:19.436 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: vpnaas 2026-05-07 16:14:19.474 8 WARNING stevedore.named [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 16:14:19.505 7 INFO neutron_vpnaas.services.vpn.plugin [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-07 16:14:19.505 7 INFO neutron.common.utils [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-07 16:14:19.505 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: taas 2026-05-07 16:14:19.529 7 WARNING stevedore.named [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 16:14:19.529 7 WARNING stevedore.named [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 16:14:19.546 8 INFO neutron_vpnaas.services.vpn.plugin [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-07 16:14:19.547 8 INFO neutron.common.utils [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-07 16:14:19.547 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: taas 2026-05-07 16:14:19.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-07 16:14:19.552 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: tapmirror 2026-05-07 16:14:19.565 7 WARNING stevedore.named [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 16:14:19.566 7 WARNING stevedore.named [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 16:14:19.571 8 WARNING stevedore.named [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 16:14:19.572 8 WARNING stevedore.named [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 16:14:19.581 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-07 16:14:19.581 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: auto_allocate 2026-05-07 16:14:19.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-07 16:14:19.587 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: tapmirror 2026-05-07 16:14:19.588 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: tag 2026-05-07 16:14:19.597 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: timestamp 2026-05-07 16:14:19.598 8 WARNING stevedore.named [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 16:14:19.598 8 WARNING stevedore.named [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 16:14:19.601 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: network_ip_availability 2026-05-07 16:14:19.604 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: flavors 2026-05-07 16:14:19.608 7 INFO neutron.manager [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loading Plugin: revisions 2026-05-07 16:14:19.611 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Initializing extension manager. 2026-05-07 16:14:19.612 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: address-group 2026-05-07 16:14:19.613 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: address-scope 2026-05-07 16:14:19.614 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-07 16:14:19.614 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-07 16:14:19.614 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: auto_allocate 2026-05-07 16:14:19.615 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: agent 2026-05-07 16:14:19.615 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: agent-resources-synced 2026-05-07 16:14:19.616 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: allowed-address-pairs 2026-05-07 16:14:19.617 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: auto-allocated-topology 2026-05-07 16:14:19.618 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: availability_zone 2026-05-07 16:14:19.618 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: availability_zone_filter 2026-05-07 16:14:19.619 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-07 16:14:19.619 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: default-subnetpools 2026-05-07 16:14:19.621 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-07 16:14:19.621 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: dns-integration 2026-05-07 16:14:19.621 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: dns-domain-ports 2026-05-07 16:14:19.622 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-07 16:14:19.623 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: dvr 2026-05-07 16:14:19.623 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-07 16:14:19.623 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: tag 2026-05-07 16:14:19.624 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: empty-string-filtering 2026-05-07 16:14:19.625 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 16:14:19.625 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-07 16:14:19.626 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: external-net 2026-05-07 16:14:19.626 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-07 16:14:19.627 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: extraroute 2026-05-07 16:14:19.627 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: extraroute-atomic 2026-05-07 16:14:19.628 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-07 16:14:19.628 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-07 16:14:19.629 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-07 16:14:19.629 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-07 16:14:19.630 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: fip-port-details 2026-05-07 16:14:19.630 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: flavors 2026-05-07 16:14:19.632 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-07 16:14:19.632 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: timestamp 2026-05-07 16:14:19.634 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: floatingip-pools 2026-05-07 16:14:19.634 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: ip_allocation 2026-05-07 16:14:19.635 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: ip-substring-filtering 2026-05-07 16:14:19.635 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: l2_adjacency 2026-05-07 16:14:19.635 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: network_ip_availability 2026-05-07 16:14:19.637 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: router 2026-05-07 16:14:19.638 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 16:14:19.639 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: flavors 2026-05-07 16:14:19.639 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-07 16:14:19.640 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-07 16:14:19.640 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: ext-gw-mode 2026-05-07 16:14:19.641 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: l3-ha 2026-05-07 16:14:19.642 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-07 16:14:19.642 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-07 16:14:19.642 8 INFO neutron.manager [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loading Plugin: revisions 2026-05-07 16:14:19.643 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: l3-flavors 2026-05-07 16:14:19.644 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-07 16:14:19.645 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-07 16:14:19.646 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Initializing extension manager. 2026-05-07 16:14:19.647 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: address-group 2026-05-07 16:14:19.648 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-07 16:14:19.648 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: address-scope 2026-05-07 16:14:19.649 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-07 16:14:19.649 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-07 16:14:19.650 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: agent 2026-05-07 16:14:19.650 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-07 16:14:19.650 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: agent-resources-synced 2026-05-07 16:14:19.651 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-07 16:14:19.651 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-07 16:14:19.652 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-07 16:14:19.652 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-07 16:14:19.652 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: multi-provider 2026-05-07 16:14:19.653 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: availability_zone 2026-05-07 16:14:19.653 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: net-mtu 2026-05-07 16:14:19.653 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: availability_zone_filter 2026-05-07 16:14:19.653 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: net-mtu-writable 2026-05-07 16:14:19.654 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-07 16:14:19.654 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: network_availability_zone 2026-05-07 16:14:19.654 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: default-subnetpools 2026-05-07 16:14:19.654 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: network_ha 2026-05-07 16:14:19.655 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: network-ip-availability 2026-05-07 16:14:19.656 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-07 16:14:19.656 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-07 16:14:19.656 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: dns-integration 2026-05-07 16:14:19.657 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: pagination 2026-05-07 16:14:19.657 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: dns-domain-ports 2026-05-07 16:14:19.657 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-07 16:14:19.658 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: port-device-profile 2026-05-07 16:14:19.658 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: dvr 2026-05-07 16:14:19.658 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-07 16:14:19.658 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-07 16:14:19.659 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-07 16:14:19.659 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: empty-string-filtering 2026-05-07 16:14:19.660 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-07 16:14:19.660 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 16:14:19.660 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: port-mac-override 2026-05-07 16:14:19.660 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-07 16:14:19.661 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-07 16:14:19.661 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: external-net 2026-05-07 16:14:19.661 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-07 16:14:19.661 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-07 16:14:19.662 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-07 16:14:19.662 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: extraroute 2026-05-07 16:14:19.662 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: port-resource-request 2026-05-07 16:14:19.662 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: extraroute-atomic 2026-05-07 16:14:19.663 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: port-resource-request-groups 2026-05-07 16:14:19.663 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-07 16:14:19.663 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-07 16:14:19.663 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-07 16:14:19.663 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: binding 2026-05-07 16:14:19.664 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-07 16:14:19.664 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-07 16:14:19.664 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: binding-extended 2026-05-07 16:14:19.665 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: fip-port-details 2026-05-07 16:14:19.665 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: port-security 2026-05-07 16:14:19.665 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: project-id 2026-05-07 16:14:19.666 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: flavors 2026-05-07 16:14:19.666 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: provider 2026-05-07 16:14:19.666 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-07 16:14:19.668 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-07 16:14:19.668 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos 2026-05-07 16:14:19.668 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: floatingip-pools 2026-05-07 16:14:19.669 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: ip_allocation 2026-05-07 16:14:19.669 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-07 16:14:19.670 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-07 16:14:19.670 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-07 16:14:19.670 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: l2_adjacency 2026-05-07 16:14:19.670 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos-default 2026-05-07 16:14:19.670 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos-fip 2026-05-07 16:14:19.671 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-07 16:14:19.671 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: router 2026-05-07 16:14:19.671 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos-gateway-ip 2026-05-07 16:14:19.672 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos-port-network-policy 2026-05-07 16:14:19.673 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos-pps-minimum 2026-05-07 16:14:19.673 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 16:14:19.673 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-07 16:14:19.673 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-07 16:14:19.674 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos-pps 2026-05-07 16:14:19.674 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-07 16:14:19.674 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos-rule-type-details 2026-05-07 16:14:19.674 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: ext-gw-mode 2026-05-07 16:14:19.675 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-07 16:14:19.675 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: l3-ha 2026-05-07 16:14:19.675 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: qos-rules-alias 2026-05-07 16:14:19.675 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-07 16:14:19.676 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: quota-check-limit 2026-05-07 16:14:19.676 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-07 16:14:19.676 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: l3-flavors 2026-05-07 16:14:19.677 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: quota-check-limit-default 2026-05-07 16:14:19.677 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-07 16:14:19.678 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-07 16:14:19.679 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: quotas 2026-05-07 16:14:19.680 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: quota_details 2026-05-07 16:14:19.680 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-07 16:14:19.681 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-07 16:14:19.681 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: rbac-policies 2026-05-07 16:14:19.682 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: rbac-address-group 2026-05-07 16:14:19.682 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-07 16:14:19.682 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: rbac-address-scope 2026-05-07 16:14:19.682 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: rbac-security-groups 2026-05-07 16:14:19.683 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: rbac-subnetpool 2026-05-07 16:14:19.683 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-07 16:14:19.683 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: revision-if-match 2026-05-07 16:14:19.684 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-07 16:14:19.684 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: standard-attr-revisions 2026-05-07 16:14:19.684 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: multi-provider 2026-05-07 16:14:19.685 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: net-mtu 2026-05-07 16:14:19.685 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: router_availability_zone 2026-05-07 16:14:19.685 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: net-mtu-writable 2026-05-07 16:14:19.685 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-07 16:14:19.686 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: network_availability_zone 2026-05-07 16:14:19.686 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: network_ha 2026-05-07 16:14:19.687 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: security-groups-default-rules 2026-05-07 16:14:19.687 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: network-ip-availability 2026-05-07 16:14:19.687 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-07 16:14:19.688 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-07 16:14:19.688 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-07 16:14:19.688 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-07 16:14:19.688 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: pagination 2026-05-07 16:14:19.689 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-07 16:14:19.689 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: port-device-profile 2026-05-07 16:14:19.689 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-07 16:14:19.689 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-07 16:14:19.690 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-07 16:14:19.690 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-07 16:14:19.691 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: port-mac-override 2026-05-07 16:14:19.692 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-07 16:14:19.692 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-07 16:14:19.693 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-07 16:14:19.693 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: port-resource-request 2026-05-07 16:14:19.694 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-07 16:14:19.694 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-07 16:14:19.695 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: binding 2026-05-07 16:14:19.695 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: security-group 2026-05-07 16:14:19.695 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: binding-extended 2026-05-07 16:14:19.696 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: port-security 2026-05-07 16:14:19.696 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: segment 2026-05-07 16:14:19.696 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: project-id 2026-05-07 16:14:19.697 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-07 16:14:19.697 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: provider 2026-05-07 16:14:19.697 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-07 16:14:19.698 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: service-type 2026-05-07 16:14:19.698 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: sorting 2026-05-07 16:14:19.699 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: standard-attr-segment 2026-05-07 16:14:19.699 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: standard-attr-description 2026-05-07 16:14:19.699 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos 2026-05-07 16:14:19.700 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: stateful-security-group 2026-05-07 16:14:19.700 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-07 16:14:19.700 7 WARNING neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-07 16:14:19.701 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-07 16:14:19.701 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-07 16:14:19.701 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos-default 2026-05-07 16:14:19.701 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: subnet-external-network 2026-05-07 16:14:19.702 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos-fip 2026-05-07 16:14:19.702 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: subnet_onboard 2026-05-07 16:14:19.702 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-07 16:14:19.702 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-07 16:14:19.702 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-07 16:14:19.703 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: subnet-service-types 2026-05-07 16:14:19.703 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-07 16:14:19.703 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: subnet_allocation 2026-05-07 16:14:19.704 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-07 16:14:19.704 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-07 16:14:19.704 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-07 16:14:19.705 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: tag-creation 2026-05-07 16:14:19.705 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos-pps 2026-05-07 16:14:19.705 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-07 16:14:19.705 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-07 16:14:19.706 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-07 16:14:19.706 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: qos-rules-alias 2026-05-07 16:14:19.707 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: quota-check-limit 2026-05-07 16:14:19.707 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-07 16:14:19.709 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: standard-attr-tag 2026-05-07 16:14:19.710 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-07 16:14:19.710 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: quotas 2026-05-07 16:14:19.710 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: trunk 2026-05-07 16:14:19.711 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: quota_details 2026-05-07 16:14:19.711 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: trunk-details 2026-05-07 16:14:19.711 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-07 16:14:19.712 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-07 16:14:19.712 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: rbac-policies 2026-05-07 16:14:19.712 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-07 16:14:19.713 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: rbac-address-group 2026-05-07 16:14:19.713 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: rbac-address-scope 2026-05-07 16:14:19.713 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-07 16:14:19.713 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: rbac-security-groups 2026-05-07 16:14:19.714 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-07 16:14:19.714 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: revision-if-match 2026-05-07 16:14:19.715 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-07 16:14:19.715 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-07 16:14:19.716 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-07 16:14:19.716 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: router_availability_zone 2026-05-07 16:14:19.716 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-07 16:14:19.716 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: vpn-flavors 2026-05-07 16:14:19.718 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: vpnaas 2026-05-07 16:14:19.718 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-07 16:14:19.718 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-07 16:14:19.719 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-07 16:14:19.719 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: taas 2026-05-07 16:14:19.719 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-07 16:14:19.720 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-07 16:14:19.720 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: tap-mirror 2026-05-07 16:14:19.720 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-07 16:14:19.720 7 INFO neutron.api.extensions [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Loaded extension: taas-vlan-filter 2026-05-07 16:14:19.723 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-07 16:14:19.723 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-07 16:14:19.723 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 16:14:19.723 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-07 16:14:19.726 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: security-group 2026-05-07 16:14:19.727 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: segment 2026-05-07 16:14:19.727 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 16:14:19.728 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-07 16:14:19.728 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 16:14:19.728 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: service-type 2026-05-07 16:14:19.729 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: sorting 2026-05-07 16:14:19.729 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: standard-attr-segment 2026-05-07 16:14:19.730 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: standard-attr-description 2026-05-07 16:14:19.730 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: stateful-security-group 2026-05-07 16:14:19.731 8 WARNING neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-07 16:14:19.732 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-07 16:14:19.732 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 16:14:19.732 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: subnet-external-network 2026-05-07 16:14:19.733 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 16:14:19.733 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: subnet_onboard 2026-05-07 16:14:19.733 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 16:14:19.733 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-07 16:14:19.734 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: subnet-service-types 2026-05-07 16:14:19.734 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 16:14:19.734 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] subnetpool is already registered 2026-05-07 16:14:19.735 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: subnet_allocation 2026-05-07 16:14:19.735 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 16:14:19.735 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] subnetpool is already registered 2026-05-07 16:14:19.735 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 16:14:19.735 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-07 16:14:19.736 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 16:14:19.736 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: tag-creation 2026-05-07 16:14:19.736 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 16:14:19.736 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-07 16:14:19.736 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 16:14:19.737 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 16:14:19.737 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 16:14:19.737 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 16:14:19.738 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] ipsecpolicy is already registered 2026-05-07 16:14:19.738 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 16:14:19.738 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] ikepolicy is already registered 2026-05-07 16:14:19.740 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: standard-attr-tag 2026-05-07 16:14:19.741 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-07 16:14:19.741 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: trunk 2026-05-07 16:14:19.742 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: trunk-details 2026-05-07 16:14:19.742 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-07 16:14:19.742 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 16:14:19.742 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] router is already registered 2026-05-07 16:14:19.743 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-07 16:14:19.743 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 16:14:19.743 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] floatingip is already registered 2026-05-07 16:14:19.743 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-07 16:14:19.744 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-07 16:14:19.746 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-07 16:14:19.746 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-07 16:14:19.747 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 16:14:19.747 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] rbac_policy is already registered 2026-05-07 16:14:19.747 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: vpn-flavors 2026-05-07 16:14:19.747 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 16:14:19.747 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] security_group is already registered 2026-05-07 16:14:19.748 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 16:14:19.748 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] security_group_rule is already registered 2026-05-07 16:14:19.749 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: vpnaas 2026-05-07 16:14:19.749 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 16:14:19.749 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] subnetpool is already registered 2026-05-07 16:14:19.749 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 16:14:19.749 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] subnetpool is already registered 2026-05-07 16:14:19.750 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: taas 2026-05-07 16:14:19.750 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 16:14:19.750 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] trunk is already registered 2026-05-07 16:14:19.750 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 16:14:19.750 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] ikepolicy is already registered 2026-05-07 16:14:19.751 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: tap-mirror 2026-05-07 16:14:19.751 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 16:14:19.751 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] ipsecpolicy is already registered 2026-05-07 16:14:19.751 8 INFO neutron.api.extensions [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-07 16:14:19.751 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 16:14:19.751 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] endpoint_group is already registered 2026-05-07 16:14:19.752 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 16:14:19.752 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] vpnservice is already registered 2026-05-07 16:14:19.752 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 16:14:19.752 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] ipsec_site_connection is already registered 2026-05-07 16:14:19.753 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 16:14:19.753 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] ipsecpolicy is already registered 2026-05-07 16:14:19.753 7 INFO neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 16:14:19.753 7 WARNING neutron.quota.resource_registry [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] ikepolicy is already registered 2026-05-07 16:14:19.754 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-07 16:14:19.754 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-07 16:14:19.754 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 16:14:19.754 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-07 16:14:19.757 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 16:14:19.758 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 16:14:19.762 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 16:14:19.763 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 16:14:19.763 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 16:14:19.764 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 16:14:19.764 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] subnetpool is already registered 2026-05-07 16:14:19.765 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 16:14:19.765 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] subnetpool is already registered 2026-05-07 16:14:19.765 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 16:14:19.766 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 16:14:19.766 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 16:14:19.767 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 16:14:19.767 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 16:14:19.767 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 16:14:19.768 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 16:14:19.768 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] ipsecpolicy is already registered 2026-05-07 16:14:19.768 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 16:14:19.768 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] ikepolicy is already registered 2026-05-07 16:14:19.774 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 16:14:19.774 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] router is already registered 2026-05-07 16:14:19.775 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 16:14:19.775 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] floatingip is already registered 2026-05-07 16:14:19.778 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 16:14:19.779 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] rbac_policy is already registered 2026-05-07 16:14:19.779 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 16:14:19.779 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] security_group is already registered 2026-05-07 16:14:19.780 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 16:14:19.780 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] security_group_rule is already registered 2026-05-07 16:14:19.781 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 16:14:19.781 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] subnetpool is already registered 2026-05-07 16:14:19.781 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 16:14:19.781 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] subnetpool is already registered 2026-05-07 16:14:19.782 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 16:14:19.782 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] trunk is already registered 2026-05-07 16:14:19.782 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 16:14:19.782 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] ikepolicy is already registered 2026-05-07 16:14:19.783 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 16:14:19.783 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] ipsecpolicy is already registered 2026-05-07 16:14:19.783 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 16:14:19.783 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] endpoint_group is already registered 2026-05-07 16:14:19.784 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 16:14:19.784 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] vpnservice is already registered 2026-05-07 16:14:19.784 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 16:14:19.784 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] ipsec_site_connection is already registered 2026-05-07 16:14:19.785 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 16:14:19.785 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] ipsecpolicy is already registered 2026-05-07 16:14:19.785 8 INFO neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 16:14:19.785 8 WARNING neutron.quota.resource_registry [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] ikepolicy is already registered 2026-05-07 16:14:19.791 7 WARNING keystonemiddleware._common.config [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-07 16:14:19.797 7 WARNING oslo_config.cfg [None req-8e4a2900-dfba-451f-9749-bb283ad3144f - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fa8a75f2668 pid: 7 (default app) 2026-05-07 16:14:19.822 8 WARNING keystonemiddleware._common.config [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-07 16:14:19.829 8 WARNING oslo_config.cfg [None req-21836419-f56b-4ed9-9633-d9e1ceb72367 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fa8a75f2668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:14:24.421 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32382653-e517-4f31-bdef-1a718edbe3b9 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.244 () {44 vars in 928 bytes} [Thu May 7 16:14:23 2026] GET /v2.0/networks/public => generated 108 bytes in 910 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.244 () {44 vars in 950 bytes} [Thu May 7 16:14:24 2026] GET /v2.0/networks?name=public => generated 15 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:14:25.304 7 WARNING neutron.services.revisions.revision_plugin [None req-42ffb11e-3bb4-4297-9896-eeae7056b579 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Could not find related network for resource to bump revision. 2026-05-07 16:14:25.330 7 INFO neutron.db.segments_db [None req-42ffb11e-3bb4-4297-9896-eeae7056b579 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment f6fb155a-9d2f-4a6a-97d1-8c2a6a310d10 of type flat for network 25a20a30-2901-44f3-8f31-5c9e420ed8aa 2026-05-07 16:14:25.371 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42ffb11e-3bb4-4297-9896-eeae7056b579 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.244 () {48 vars in 968 bytes} [Thu May 7 16:14:24 2026] POST /v2.0/networks => generated 124 bytes in 510 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:14:31.580 8 INFO neutron.pecan_wsgi.hooks.translation [None req-66b543d8-f565-44f4-bdc7-1f1839a20ae9 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.244 () {44 vars in 928 bytes} [Thu May 7 16:14:31 2026] GET /v2.0/networks/public => generated 108 bytes in 385 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.244 () {44 vars in 950 bytes} [Thu May 7 16:14:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:14:31.840 8 WARNING neutron.services.revisions.revision_plugin [None req-f3e7d29b-a6cb-4c25-9c1f-ac185b7b5a3c bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Could not find related network for resource to bump revision. 2026-05-07 16:14:31.862 8 INFO neutron.db.segments_db [None req-f3e7d29b-a6cb-4c25-9c1f-ac185b7b5a3c bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment b74dffbe-d32d-47c3-82ea-b7d9cd5b55ca of type flat for network 25e6d9c8-4eed-43b4-83d5-0f2f20a9a07a 2026-05-07 16:14:31.908 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3e7d29b-a6cb-4c25-9c1f-ac185b7b5a3c bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.244 () {48 vars in 968 bytes} [Thu May 7 16:14:31 2026] POST /v2.0/networks => generated 124 bytes in 308 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:14:37.812 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eca8737a-411f-4615-bb65-e64dd6d8a8e3 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.244 () {44 vars in 928 bytes} [Thu May 7 16:14:37 2026] GET /v2.0/networks/public => generated 108 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/11] 199.204.45.244 () {44 vars in 950 bytes} [Thu May 7 16:14:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:14:37.882 7 WARNING neutron.services.revisions.revision_plugin [None req-8b004f25-96ef-41f8-9ee1-037e8e65d49f bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Could not find related network for resource to bump revision. 2026-05-07 16:14:37.904 7 INFO neutron.db.segments_db [None req-8b004f25-96ef-41f8-9ee1-037e8e65d49f bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 90df54f7-9c47-44f3-8bd2-2adfe0c1f4cb of type flat for network 1a814cac-1403-40ef-b776-b0a5fa85cf76 2026-05-07 16:14:37.929 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b004f25-96ef-41f8-9ee1-037e8e65d49f bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/12] 199.204.45.244 () {48 vars in 968 bytes} [Thu May 7 16:14:37 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:14:43.755 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7072f6e6-c439-468b-9164-c1df5bcf7dce bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.244 () {44 vars in 928 bytes} [Thu May 7 16:14:43 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.244 () {44 vars in 950 bytes} [Thu May 7 16:14:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:14:43.818 7 WARNING neutron.services.revisions.revision_plugin [None req-0c41063b-32b3-44ee-bad0-fdcd386db41a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Could not find related network for resource to bump revision. 2026-05-07 16:14:43.839 7 INFO neutron.db.segments_db [None req-0c41063b-32b3-44ee-bad0-fdcd386db41a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 0a29c6e2-d053-431b-a222-968008846fce of type flat for network 6dcb16a5-cd6a-4f92-924b-0b1d769af27d 2026-05-07 16:14:43.865 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c41063b-32b3-44ee-bad0-fdcd386db41a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.244 () {48 vars in 968 bytes} [Thu May 7 16:14:43 2026] POST /v2.0/networks => generated 124 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:14:49.710 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a155ab7b-fce8-42ae-8919-15cc7b0fa3c4 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.244 () {44 vars in 928 bytes} [Thu May 7 16:14:49 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/18] 199.204.45.244 () {44 vars in 950 bytes} [Thu May 7 16:14:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:14:50.004 8 WARNING neutron.services.revisions.revision_plugin [None req-1bd17080-32ee-4039-989e-c569e0e0e381 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Could not find related network for resource to bump revision. 2026-05-07 16:14:50.022 8 INFO neutron.db.segments_db [None req-1bd17080-32ee-4039-989e-c569e0e0e381 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 4fe81c75-4fef-4181-8491-fd3f8198488e of type flat for network e6255b6b-30fc-4345-8a38-13d58dc3d3bb 2026-05-07 16:14:50.046 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1bd17080-32ee-4039-989e-c569e0e0e381 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/19] 199.204.45.244 () {48 vars in 968 bytes} [Thu May 7 16:14:49 2026] POST /v2.0/networks => generated 124 bytes in 333 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:14:55.895 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53cfc46c-52ba-4c04-8ccb-74a4ab2e243c bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.244 () {44 vars in 928 bytes} [Thu May 7 16:14:55 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.244 () {44 vars in 950 bytes} [Thu May 7 16:14:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:14:56.083 8 WARNING neutron.services.revisions.revision_plugin [None req-a8261dc8-40c5-41a6-91dd-78348f30ac8f bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Could not find related network for resource to bump revision. 2026-05-07 16:14:56.101 8 INFO neutron.db.segments_db [None req-a8261dc8-40c5-41a6-91dd-78348f30ac8f bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 6cb9c7d0-c0f5-4350-87d1-c04136203bcf of type flat for network 3ddb0101-d922-49a6-ab93-f81626bb28c2 [pid: 8|app: 0|req: 10/23] 199.204.45.244 () {48 vars in 968 bytes} [Thu May 7 16:14:55 2026] POST /v2.0/networks => generated 706 bytes in 853 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:14:57.845 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec7a8166-4622-4640-9085-f9d10ec78849 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.244 () {44 vars in 928 bytes} [Thu May 7 16:14:57 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.244 () {44 vars in 950 bytes} [Thu May 7 16:14:57 2026] GET /v2.0/networks?name=public => generated 709 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:14:57.939 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e262d10-ea33-4a62-a1c6-043040680032 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.244 () {44 vars in 1035 bytes} [Thu May 7 16:14:57 2026] GET /v2.0/subnets/public-subnet?network_id=3ddb0101-d922-49a6-ab93-f81626bb28c2 => generated 113 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.204.45.244 () {44 vars in 1058 bytes} [Thu May 7 16:14:57 2026] GET /v2.0/subnets?name=public-subnet&network_id=3ddb0101-d922-49a6-ab93-f81626bb28c2 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/28] 199.204.45.244 () {48 vars in 966 bytes} [Thu May 7 16:14:57 2026] POST /v2.0/subnets => generated 664 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:19:52.855 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30fa7ed5-f2c5-4d22-ae6e-42ce47b2ddc6 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/66] 199.204.45.244 () {44 vars in 938 bytes} [Thu May 7 16:19:52 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 199.204.45.244 () {44 vars in 960 bytes} [Thu May 7 16:19:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:19:52.947 7 INFO neutron.db.segments_db [None req-3cfb890d-93a9-48b7-bd9d-d8a05b31c19e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 0aed77b9-abdf-4906-a845-8c16602eead9 of type vxlan for network 6ffd7560-773c-4fff-890b-657c2ca6d262 [pid: 7|app: 0|req: 36/68] 199.204.45.244 () {48 vars in 967 bytes} [Thu May 7 16:19:52 2026] POST /v2.0/networks => generated 688 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:19:53.984 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb7a5cb9-8313-4270-a1b2-9cb54bc59bd1 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/69] 199.204.45.244 () {44 vars in 938 bytes} [Thu May 7 16:19:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 199.204.45.244 () {44 vars in 960 bytes} [Thu May 7 16:19:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:19:54.054 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aaa48ca6-0ee2-42a6-9f89-daa3c3444f03 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.204.45.244 () {44 vars in 1037 bytes} [Thu May 7 16:19:54 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6ffd7560-773c-4fff-890b-657c2ca6d262 => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.244 () {44 vars in 1060 bytes} [Thu May 7 16:19:54 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6ffd7560-773c-4fff-890b-657c2ca6d262 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.244 () {48 vars in 966 bytes} [Thu May 7 16:19:54 2026] POST /v2.0/subnets => generated 651 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:19:55.533 7 INFO neutron.api.v2.resource [None req-3ae1f681-7a24-4be4-b205-f3005215a49a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 199.204.45.244 () {44 vars in 972 bytes} [Thu May 7 16:19:55 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.244 () {44 vars in 994 bytes} [Thu May 7 16:19:55 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.244 () {48 vars in 981 bytes} [Thu May 7 16:19:55 2026] POST /v2.0/security-groups => generated 1616 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:19:56 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 1616 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:19:56 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:19:56 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.244 () {48 vars in 992 bytes} [Thu May 7 16:19:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:19:57 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 2230 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:19:57 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:19:57 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.244 () {48 vars in 992 bytes} [Thu May 7 16:19:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:19:58 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:19:59 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:19:59 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.244 () {48 vars in 992 bytes} [Thu May 7 16:19:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:00 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 3462 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:00 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:00 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 3462 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.244 () {48 vars in 992 bytes} [Thu May 7 16:20:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:01 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4078 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:01 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4078 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:01 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4078 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.244 () {48 vars in 992 bytes} [Thu May 7 16:20:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.244 () {44 vars in 988 bytes} [Thu May 7 16:20:02 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262 => generated 732 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:20:02.725 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2a84fad-0112-445a-94fa-3294f158785c bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/100] 199.204.45.244 () {44 vars in 1077 bytes} [Thu May 7 16:20:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6ffd7560-773c-4fff-890b-657c2ca6d262 => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.244 () {44 vars in 1100 bytes} [Thu May 7 16:20:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6ffd7560-773c-4fff-890b-657c2ca6d262 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:02 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.244 () {48 vars in 962 bytes} [Thu May 7 16:20:02 2026] POST /v2.0/ports => generated 1096 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 16:20:10.579 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f249bab-88d9-4340-a472-3b590b32d249 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/106] 199.204.45.244 () {44 vars in 980 bytes} [Thu May 7 16:20:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 52/107] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.204.45.244 () {48 vars in 1032 bytes} [Thu May 7 16:20:10 2026] PUT /v2.0/ports/b97650fb-9f47-4681-8814-9044fccb1553 => generated 1245 bytes in 815 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.204.45.244 () {44 vars in 921 bytes} [Thu May 7 16:20:13 2026] GET /v2.0/ports => generated 3726 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:20:14.644 7 INFO neutron.api.v2.resource [None req-d612df0c-ebd1-4f34-8e07-9b57258d8c35 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/110] 199.204.45.244 () {44 vars in 960 bytes} [Thu May 7 16:20:14 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.244 () {44 vars in 982 bytes} [Thu May 7 16:20:14 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.244 () {48 vars in 981 bytes} [Thu May 7 16:20:14 2026] POST /v2.0/security-groups => generated 1610 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:15 2026] GET /v2.0/security-groups/923f3030-bcc7-4f7d-9599-fea245bd9a9c => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:15 2026] GET /v2.0/security-groups/923f3030-bcc7-4f7d-9599-fea245bd9a9c => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:15 2026] GET /v2.0/security-groups/923f3030-bcc7-4f7d-9599-fea245bd9a9c => generated 1610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.204.45.244 () {48 vars in 992 bytes} [Thu May 7 16:20:15 2026] POST /v2.0/security-group-rules => generated 621 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:16 2026] GET /v2.0/security-groups/923f3030-bcc7-4f7d-9599-fea245bd9a9c => generated 2244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:16 2026] GET /v2.0/security-groups/923f3030-bcc7-4f7d-9599-fea245bd9a9c => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:20:16 2026] GET /v2.0/security-groups/923f3030-bcc7-4f7d-9599-fea245bd9a9c => generated 2244 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/120] 199.204.45.244 () {48 vars in 992 bytes} [Thu May 7 16:20:16 2026] POST /v2.0/security-group-rules => generated 625 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/129] 199.204.45.244 () {44 vars in 976 bytes} [Thu May 7 16:21:20 2026] GET /v2.0/quotas/5ecd8475225e4f3294dd1edae653a78d => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/130] 199.204.45.244 () {48 vars in 1028 bytes} [Thu May 7 16:21:21 2026] PUT /v2.0/quotas/5ecd8475225e4f3294dd1edae653a78d => generated 291 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:23:41.639 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5a1d92e-0323-4b28-bbbe-e74a4c617d9d bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/151] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:23:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 74/152] 199.204.45.244 () {30 vars in 763 bytes} [Thu May 7 16:23:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:23:43.717 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42d6fca0-13c1-48f0-844d-a8595e65c476 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/153] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:23:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/154] 199.204.45.244 () {30 vars in 763 bytes} [Thu May 7 16:23:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:29:51.024 7 INFO neutron.api.v2.resource [None req-3501df01-2c34-4b64-bc65-f3a49bc722af bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 104/203] 199.204.45.244 () {44 vars in 1075 bytes} [Thu May 7 16:29:50 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3aba287441044e98abf7fb2d59e78174 => generated 139 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/204] 199.204.45.244 () {44 vars in 1098 bytes} [Thu May 7 16:29:51 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3aba287441044e98abf7fb2d59e78174 => generated 23 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/205] 199.204.45.244 () {48 vars in 982 bytes} [Thu May 7 16:29:51 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/206] 199.204.45.244 () {44 vars in 1089 bytes} [Thu May 7 16:29:52 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e?project_id=3aba287441044e98abf7fb2d59e78174 => generated 1624 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/207] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:29:52 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/208] 199.204.45.244 () {44 vars in 1089 bytes} [Thu May 7 16:29:52 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e?project_id=3aba287441044e98abf7fb2d59e78174 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/209] 199.204.45.244 () {48 vars in 992 bytes} [Thu May 7 16:29:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/210] 199.204.45.244 () {44 vars in 1089 bytes} [Thu May 7 16:29:53 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e?project_id=3aba287441044e98abf7fb2d59e78174 => generated 2234 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/211] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:29:53 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e => generated 2234 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/212] 199.204.45.244 () {44 vars in 1089 bytes} [Thu May 7 16:29:53 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e?project_id=3aba287441044e98abf7fb2d59e78174 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/213] 199.204.45.244 () {48 vars in 992 bytes} [Thu May 7 16:29:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/216] 199.204.45.244 () {44 vars in 1089 bytes} [Thu May 7 16:29:54 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e?project_id=3aba287441044e98abf7fb2d59e78174 => generated 2846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/217] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:29:54 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/218] 199.204.45.244 () {44 vars in 1089 bytes} [Thu May 7 16:29:55 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e?project_id=3aba287441044e98abf7fb2d59e78174 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/219] 199.204.45.244 () {48 vars in 992 bytes} [Thu May 7 16:29:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/220] 199.204.45.244 () {44 vars in 1089 bytes} [Thu May 7 16:29:56 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e?project_id=3aba287441044e98abf7fb2d59e78174 => generated 3460 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/221] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:29:56 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/222] 199.204.45.244 () {44 vars in 1089 bytes} [Thu May 7 16:29:56 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e?project_id=3aba287441044e98abf7fb2d59e78174 => generated 3460 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/223] 199.204.45.244 () {48 vars in 992 bytes} [Thu May 7 16:29:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/242] 199.204.45.244 () {30 vars in 740 bytes} [Thu May 7 16:32:19 2026] GET /v2.0/networks?tenant_id=3aba287441044e98abf7fb2d59e78174&shared=False => generated 15 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:32:19.514 8 INFO neutron.db.segments_db [None req-5c0632e7-bed7-4a31-acac-aedec243f221 1a856f8c86cd4363b7d4ea29d683d2b1 3aba287441044e98abf7fb2d59e78174 - - 841e148dab8d489cb07227b09a48d50e 841e148dab8d489cb07227b09a48d50e] Added segment ae7a054d-afc6-44f0-a86f-b321e08b859d of type vxlan for network 763e9e46-5b02-4b2f-bd51-f407c3aaabdb [pid: 8|app: 0|req: 119/243] 199.204.45.244 () {34 vars in 682 bytes} [Thu May 7 16:32:19 2026] POST /v2.0/networks => generated 699 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/244] 199.204.45.244 () {30 vars in 722 bytes} [Thu May 7 16:32:19 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/245] 199.204.45.244 () {30 vars in 633 bytes} [Thu May 7 16:32:19 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/246] 199.204.45.244 () {34 vars in 677 bytes} [Thu May 7 16:32:19 2026] POST /v2.0/ports => generated 999 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/247] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:32:20 2026] GET /v2.0/networks/763e9e46-5b02-4b2f-bd51-f407c3aaabdb => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/248] 199.204.45.244 () {30 vars in 722 bytes} [Thu May 7 16:32:21 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/249] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:32:22 2026] GET /v2.0/networks/763e9e46-5b02-4b2f-bd51-f407c3aaabdb => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/252] 199.204.45.244 () {44 vars in 976 bytes} [Thu May 7 16:32:38 2026] GET /v2.0/quotas/3aba287441044e98abf7fb2d59e78174 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/253] 199.204.45.244 () {48 vars in 1028 bytes} [Thu May 7 16:32:38 2026] PUT /v2.0/quotas/3aba287441044e98abf7fb2d59e78174 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:44:10.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63fe3bd2-b67b-4f63-9c6f-fb2c535e8210 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/348] 199.204.45.244 () {44 vars in 928 bytes} [Thu May 7 16:44:10 2026] GET /v2.0/networks/public => generated 108 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/349] 199.204.45.244 () {44 vars in 950 bytes} [Thu May 7 16:44:10 2026] GET /v2.0/networks?name=public => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:44:12.302 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d5cdc89-5c7a-4dfb-937f-2abb5633538c bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/350] 199.204.45.244 () {44 vars in 928 bytes} [Thu May 7 16:44:12 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/351] 199.204.45.244 () {44 vars in 950 bytes} [Thu May 7 16:44:12 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:44:12.380 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c699f70-b958-4812-ac99-4728f5152546 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/352] 199.204.45.244 () {44 vars in 1035 bytes} [Thu May 7 16:44:12 2026] GET /v2.0/subnets/public-subnet?network_id=3ddb0101-d922-49a6-ab93-f81626bb28c2 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/353] 199.204.45.244 () {44 vars in 1058 bytes} [Thu May 7 16:44:12 2026] GET /v2.0/subnets?name=public-subnet&network_id=3ddb0101-d922-49a6-ab93-f81626bb28c2 => generated 667 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:44:41.297 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6cd208d7-5d30-421f-8554-d10e864e504c bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/358] 199.204.45.244 () {44 vars in 938 bytes} [Thu May 7 16:44:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/359] 199.204.45.244 () {44 vars in 960 bytes} [Thu May 7 16:44:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:44:42.325 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21d23f51-0cee-4372-b090-0aaa4f6ce67a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/360] 199.204.45.244 () {44 vars in 938 bytes} [Thu May 7 16:44:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/361] 199.204.45.244 () {44 vars in 960 bytes} [Thu May 7 16:44:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:44:42.405 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17874139-5255-44bf-a6c3-6a14745c7f72 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/362] 199.204.45.244 () {44 vars in 1037 bytes} [Thu May 7 16:44:42 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6ffd7560-773c-4fff-890b-657c2ca6d262 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/363] 199.204.45.244 () {44 vars in 1060 bytes} [Thu May 7 16:44:42 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6ffd7560-773c-4fff-890b-657c2ca6d262 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:44:43.494 8 INFO neutron.api.v2.resource [None req-2283f73a-692d-4aa9-9b3b-0cb17304a792 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/364] 199.204.45.244 () {44 vars in 972 bytes} [Thu May 7 16:44:43 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/365] 199.204.45.244 () {44 vars in 994 bytes} [Thu May 7 16:44:43 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/366] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:44:44 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/367] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:44:44 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/368] 199.204.45.244 () {44 vars in 1012 bytes} [Thu May 7 16:44:44 2026] GET /v2.0/security-group-rules/b8370c14-17ac-4e62-a6e6-0a4a9a668f8e => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/369] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:44:45 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/370] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:44:45 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/371] 199.204.45.244 () {44 vars in 1012 bytes} [Thu May 7 16:44:45 2026] GET /v2.0/security-group-rules/634e3f94-c128-45f5-b86b-96b2e0adbe4f => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/372] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:44:46 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4694 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/373] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:44:46 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/374] 199.204.45.244 () {44 vars in 1012 bytes} [Thu May 7 16:44:46 2026] GET /v2.0/security-group-rules/1c24a7fd-d9e3-4d3a-bd05-148b75d105c3 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/375] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:44:47 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/376] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:44:47 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/377] 199.204.45.244 () {44 vars in 1012 bytes} [Thu May 7 16:44:47 2026] GET /v2.0/security-group-rules/6959bb7b-5505-41eb-9f09-712b221c515f => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/378] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:44:48 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/379] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:44:48 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/380] 199.204.45.244 () {44 vars in 1012 bytes} [Thu May 7 16:44:48 2026] GET /v2.0/security-group-rules/c26925a5-f4a2-4af5-aa9d-25b18d75b138 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/381] 199.204.45.244 () {44 vars in 988 bytes} [Thu May 7 16:44:49 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262 => generated 732 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:44:49.973 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff81908e-95f7-4c1e-8aef-968819a53929 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/382] 199.204.45.244 () {44 vars in 1077 bytes} [Thu May 7 16:44:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6ffd7560-773c-4fff-890b-657c2ca6d262 => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/383] 199.204.45.244 () {44 vars in 1100 bytes} [Thu May 7 16:44:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6ffd7560-773c-4fff-890b-657c2ca6d262 => generated 1250 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/384] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:44:50 2026] GET /v2.0/security-groups/db3538c8-7505-4337-a00c-8dc19d47c199 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:44:59.179 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bbaeff9e-8ade-4043-b675-94becbf990ab bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/387] 199.204.45.244 () {44 vars in 980 bytes} [Thu May 7 16:44:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:44:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 199.204.45.244 () {44 vars in 921 bytes} [Thu May 7 16:45:00 2026] GET /v2.0/ports => generated 4721 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:45:02.123 7 INFO neutron.api.v2.resource [None req-2c67537d-99fa-4b55-8364-6aafbcfeb3af bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/390] 199.204.45.244 () {44 vars in 960 bytes} [Thu May 7 16:45:02 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/391] 199.204.45.244 () {44 vars in 982 bytes} [Thu May 7 16:45:02 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:45:03 2026] GET /v2.0/security-groups/923f3030-bcc7-4f7d-9599-fea245bd9a9c => generated 2882 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/393] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:45:03 2026] GET /v2.0/security-groups/923f3030-bcc7-4f7d-9599-fea245bd9a9c => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/394] 199.204.45.244 () {44 vars in 1012 bytes} [Thu May 7 16:45:03 2026] GET /v2.0/security-group-rules/d792d5a4-a24b-47a9-9f13-6fba7a31ca67 => generated 621 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/395] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:45:04 2026] GET /v2.0/security-groups/923f3030-bcc7-4f7d-9599-fea245bd9a9c => generated 2882 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/396] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:45:04 2026] GET /v2.0/security-groups/923f3030-bcc7-4f7d-9599-fea245bd9a9c => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/397] 199.204.45.244 () {44 vars in 1012 bytes} [Thu May 7 16:45:04 2026] GET /v2.0/security-group-rules/80a4697c-46ed-4336-9c22-6685da9750ef => generated 625 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/400] 199.204.45.244 () {44 vars in 976 bytes} [Thu May 7 16:45:16 2026] GET /v2.0/quotas/5ecd8475225e4f3294dd1edae653a78d => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:46:11.398 7 INFO neutron.api.v2.resource [None req-b937fde3-54ee-476d-bd6b-ae322422eb28 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 207/409] 199.204.45.244 () {44 vars in 1075 bytes} [Thu May 7 16:46:11 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3aba287441044e98abf7fb2d59e78174 => generated 139 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/410] 199.204.45.244 () {44 vars in 1098 bytes} [Thu May 7 16:46:11 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3aba287441044e98abf7fb2d59e78174 => generated 4072 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 199.204.45.244 () {44 vars in 1089 bytes} [Thu May 7 16:46:12 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e?project_id=3aba287441044e98abf7fb2d59e78174 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/412] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:46:12 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/413] 199.204.45.244 () {44 vars in 1012 bytes} [Thu May 7 16:46:12 2026] GET /v2.0/security-group-rules/0995b982-1014-4e20-8ca3-302e88108fac => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/414] 199.204.45.244 () {44 vars in 1089 bytes} [Thu May 7 16:46:13 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e?project_id=3aba287441044e98abf7fb2d59e78174 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/415] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:46:13 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/416] 199.204.45.244 () {44 vars in 1012 bytes} [Thu May 7 16:46:13 2026] GET /v2.0/security-group-rules/316cd392-439a-4b10-8e8e-d7d9c54d3b58 => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/417] 199.204.45.244 () {44 vars in 1089 bytes} [Thu May 7 16:46:14 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e?project_id=3aba287441044e98abf7fb2d59e78174 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/418] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:46:14 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/419] 199.204.45.244 () {44 vars in 1012 bytes} [Thu May 7 16:46:14 2026] GET /v2.0/security-group-rules/af2c853a-64fc-4f5e-a16a-525255383e6f => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/420] 199.204.45.244 () {44 vars in 1089 bytes} [Thu May 7 16:46:15 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e?project_id=3aba287441044e98abf7fb2d59e78174 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/421] 199.204.45.244 () {44 vars in 1002 bytes} [Thu May 7 16:46:15 2026] GET /v2.0/security-groups/f6ca7266-218f-4285-96ee-bd80c6d4863e => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/422] 199.204.45.244 () {44 vars in 1012 bytes} [Thu May 7 16:46:15 2026] GET /v2.0/security-group-rules/35f53fda-3883-40fa-a734-f58c3e24b1c6 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/423] 199.204.45.244 () {44 vars in 976 bytes} [Thu May 7 16:46:23 2026] GET /v2.0/quotas/3aba287441044e98abf7fb2d59e78174 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/432] 199.204.45.244 () {44 vars in 950 bytes} [Thu May 7 16:47:16 2026] GET /v2.0/networks?name=public => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/439] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:47:56 2026] GET /v2.0/networks => generated 2168 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/440] 10.0.0.78 () {32 vars in 654 bytes} [Thu May 7 16:47:58 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/441] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:47:58 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/442] 10.0.0.78 () {32 vars in 642 bytes} [Thu May 7 16:47:58 2026] GET /v2.0/ports => generated 4721 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/443] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:47:58 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/444] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:47:58 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/445] 10.0.0.78 () {32 vars in 662 bytes} [Thu May 7 16:47:58 2026] GET /v2.0/security-groups => generated 17397 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/446] 10.0.0.78 () {32 vars in 654 bytes} [Thu May 7 16:47:58 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:09.465 7 INFO neutron.db.segments_db [None req-4b6359c0-038f-4688-b6c6-f9c5a9a8ac9f bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 4b20301b-9f38-4c72-9224-32b3b56263a6 of type vxlan for network 6dcbec33-71bd-4517-bc28-908fbe4fd674 [pid: 7|app: 0|req: 226/447] 10.0.0.78 () {34 vars in 670 bytes} [Thu May 7 16:48:09 2026] POST /v2.0/networks => generated 733 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:48:09.562 8 INFO neutron.db.segments_db [None req-27b120e0-ff40-445f-96a6-1dc758760a71 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 2dfbb4f3-dfbf-4b57-92a8-9060ba1d8cd0 of type vxlan for network 73fe4a29-096c-4a1f-af35-feebde5bcc27 [pid: 8|app: 0|req: 222/448] 10.0.0.78 () {34 vars in 670 bytes} [Thu May 7 16:48:09 2026] POST /v2.0/networks => generated 719 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:48:09.653 7 INFO neutron.db.segments_db [None req-697d80ad-71b7-40b8-8c52-1d90b9c81133 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 9df34397-b389-4568-8886-593af12e408d of type vxlan for network 27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7 [pid: 7|app: 0|req: 227/451] 10.0.0.78 () {34 vars in 670 bytes} [Thu May 7 16:48:09 2026] POST /v2.0/networks => generated 729 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/452] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:48:09 2026] POST /v2.0/subnets => generated 699 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/453] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:48:09 2026] POST /v2.0/subnets => generated 685 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:48:09.971 7 INFO neutron.db.segments_db [None req-df4c4071-e0ac-4bf9-bfcb-6b294b36d245 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 30d519c5-435f-475e-984e-0cc2368a2870 of type vxlan for network 1d293ae5-b3e3-4588-bd2f-14de1dcabbb5 [pid: 8|app: 0|req: 226/454] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:48:09 2026] POST /v2.0/subnets => generated 695 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:48:10.068 8 INFO neutron.db.segments_db [None req-0de5d7ba-a4c0-4382-8353-591df169c694 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 1afb22c4-53a2-4212-a59d-b8c050ca3a98 of type vxlan for network 849f2a9b-feb6-48a3-8072-0ad586b27a3e 2026-05-07 16:48:10.172 7 INFO neutron.db.l3_hamode_db [None req-df4c4071-e0ac-4bf9-bfcb-6b294b36d245 bec85970fcb544dc90f9e1907c485153 1629a854d13a49bab73e6b7dabf144b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:48:10.313 8 INFO neutron.db.l3_hamode_db [None req-0de5d7ba-a4c0-4382-8353-591df169c694 bec85970fcb544dc90f9e1907c485153 bd6342545d954285b25aef2bdd785365 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:48:11.029 7 INFO neutron.db.l3_hamode_db [None req-df4c4071-e0ac-4bf9-bfcb-6b294b36d245 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:48:11.134 8 INFO neutron.db.l3_hamode_db [None req-0de5d7ba-a4c0-4382-8353-591df169c694 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/455] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:48:09 2026] POST /v2.0/routers => generated 739 bytes in 2402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:48:12.378 7 INFO neutron.db.segments_db [None req-d7965de9-5859-4b33-bf53-e3ea36c0e54c bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 39f4c94a-92cb-4335-ad4d-07fde5b221a0 of type vxlan for network 1b1093c2-d7f6-4a66-9fa6-7605d9f3ef4a [pid: 8|app: 0|req: 227/456] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:48:10 2026] POST /v2.0/routers => generated 725 bytes in 2373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:48:12.619 7 INFO neutron.db.l3_hamode_db [None req-d7965de9-5859-4b33-bf53-e3ea36c0e54c bec85970fcb544dc90f9e1907c485153 af224dfe52574c4f8bee8b6474e196eb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/457] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:12 2026] GET /v2.0/security-groups?tenant_id=39d4032e273d44d3a27f400e1908e36c&name=default => generated 2923 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:48:13.267 7 INFO neutron.db.l3_hamode_db [None req-d7965de9-5859-4b33-bf53-e3ea36c0e54c bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/458] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:48:12 2026] PUT /v2.0/routers/f77a0734-c22e-47a2-b3ed-eaff88924055/add_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/459] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:48:12 2026] POST /v2.0/routers => generated 735 bytes in 1806 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/460] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:14 2026] DELETE /v2.0/security-groups/ade20d2d-f784-47e5-8a3b-6b9e22ab52ff => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/461] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:48:13 2026] PUT /v2.0/routers/dadacb41-15b2-4053-a96f-f66765f64a1c/add_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 10.0.0.78 () {34 vars in 684 bytes} [Thu May 7 16:48:14 2026] POST /v2.0/security-groups => generated 1661 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/463] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:48:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:48:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:48:14 2026] PUT /v2.0/routers/76eb89b5-4668-4db8-a70d-02f68c6a9c3b/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/466] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:48:15 2026] POST /v2.0/floatingips => generated 552 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/467] 10.0.0.78 () {34 vars in 684 bytes} [Thu May 7 16:48:15 2026] POST /v2.0/security-groups => generated 1658 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/468] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:48:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/469] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:48:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/470] 10.0.0.78 () {34 vars in 684 bytes} [Thu May 7 16:48:16 2026] POST /v2.0/security-groups => generated 1661 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/471] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:48:15 2026] POST /v2.0/floatingips => generated 552 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:48:16.436 7 INFO neutron.db.segments_db [None req-6ee40237-e84b-4bcf-bad3-6537d6b73e4e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 80d3c35f-e61f-46f4-87b3-615facbbfd35 of type vxlan for network a2ff40b6-78f4-4ec9-b322-c343f82105ea [pid: 7|app: 0|req: 236/472] 10.0.0.78 () {34 vars in 670 bytes} [Thu May 7 16:48:16 2026] POST /v2.0/networks => generated 730 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/473] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:48:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/474] 10.0.0.4 () {34 vars in 1098 bytes} [Thu May 7 16:48:16 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1164147618&fields=id&tenant_id=1629a854d13a49bab73e6b7dabf144b0 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/475] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:48:16 2026] POST /v2.0/subnets => generated 696 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/476] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:48:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/477] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:48:16 2026] GET /v2.0/networks?id=6dcbec33-71bd-4517-bc28-908fbe4fd674 => generated 684 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:16.731 8 INFO neutron.db.segments_db [None req-ce37869c-cc66-4c65-a9ed-ee49befd618d bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment db6f3ec5-60e6-41ad-bea2-9aa07d55458c of type vxlan for network 4c828209-3bf3-4d4e-82cf-9d357ec25d11 2026-05-07 16:48:16.922 8 INFO neutron.db.l3_hamode_db [None req-ce37869c-cc66-4c65-a9ed-ee49befd618d bec85970fcb544dc90f9e1907c485153 e210105156bc425d9bcc0205ddbc9334 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/478] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:48:16 2026] POST /v2.0/floatingips => generated 552 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/479] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:48:17 2026] GET /v2.0/quotas/1629a854d13a49bab73e6b7dabf144b0 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:48:17 2026] GET /v2.0/ports?tenant_id=1629a854d13a49bab73e6b7dabf144b0&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/481] 10.0.0.4 () {34 vars in 1094 bytes} [Thu May 7 16:48:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--93633542&fields=id&tenant_id=bd6342545d954285b25aef2bdd785365 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/482] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:48:17 2026] GET /v2.0/networks?id=73fe4a29-096c-4a1f-af35-feebde5bcc27 => generated 670 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/483] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:48:17 2026] GET /v2.0/quotas/bd6342545d954285b25aef2bdd785365 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/484] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:48:17 2026] GET /v2.0/ports?tenant_id=bd6342545d954285b25aef2bdd785365&fields=id => generated 57 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:17.648 8 INFO neutron.db.l3_hamode_db [None req-ce37869c-cc66-4c65-a9ed-ee49befd618d bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 246/485] 10.0.0.4 () {34 vars in 905 bytes} [Thu May 7 16:48:17 2026] GET /v2.0/extensions => generated 21537 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/486] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:48:17 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/487] 10.0.0.4 () {34 vars in 905 bytes} [Thu May 7 16:48:17 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/488] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:48:17 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/489] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:48:17 2026] GET /v2.0/networks/73fe4a29-096c-4a1f-af35-feebde5bcc27?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/490] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:48:17 2026] GET /v2.0/networks/73fe4a29-096c-4a1f-af35-feebde5bcc27?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/491] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:18 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/492] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:48:16 2026] POST /v2.0/routers => generated 736 bytes in 1837 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/493] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:18 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 12 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/494] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:19 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/495] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:19 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/496] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:48:18 2026] PUT /v2.0/routers/8adf7298-b7d5-43be-8b08-036c2802816e/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/497] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:20 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/498] 10.0.0.4 () {38 vars in 969 bytes} [Thu May 7 16:48:20 2026] POST /v2.0/security-groups => generated 1685 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/499] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:20 2026] GET /v2.0/security-groups/b53d393d-65d6-4796-8ea5-daf673fac2ce => generated 1685 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/500] 10.0.0.4 () {38 vars in 979 bytes} [Thu May 7 16:48:20 2026] POST /v2.0/security-group-rules => generated 614 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/501] 10.0.0.4 () {38 vars in 969 bytes} [Thu May 7 16:48:20 2026] POST /v2.0/security-groups => generated 1685 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/502] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:20 2026] GET /v2.0/security-groups/2e94746b-8ec7-40d9-bbd4-99e6b40f242c => generated 1685 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/503] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:20 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/504] 10.0.0.4 () {38 vars in 979 bytes} [Thu May 7 16:48:20 2026] POST /v2.0/security-group-rules => generated 614 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/505] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:21 2026] GET /v2.0/security-groups/2e94746b-8ec7-40d9-bbd4-99e6b40f242c => generated 2310 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/506] 10.0.0.4 () {38 vars in 979 bytes} [Thu May 7 16:48:21 2026] POST /v2.0/security-group-rules => generated 619 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/507] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:21 2026] GET /v2.0/security-groups/2e94746b-8ec7-40d9-bbd4-99e6b40f242c => generated 2940 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/508] 10.0.0.4 () {34 vars in 999 bytes} [Thu May 7 16:48:21 2026] GET /v2.0/security-group-rules/2faa0432-a6f6-4050-8c5f-00c01fb62932 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/509] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:21 2026] GET /v2.0/security-groups/2e94746b-8ec7-40d9-bbd4-99e6b40f242c => generated 2940 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/510] 10.0.0.4 () {36 vars in 1021 bytes} [Thu May 7 16:48:21 2026] DELETE /v2.0/security-group-rules/2faa0432-a6f6-4050-8c5f-00c01fb62932 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/511] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:21 2026] GET /v2.0/security-groups/2e94746b-8ec7-40d9-bbd4-99e6b40f242c => generated 2310 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/512] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:21 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/513] 10.0.0.4 () {36 vars in 1011 bytes} [Thu May 7 16:48:21 2026] DELETE /v2.0/security-groups/2e94746b-8ec7-40d9-bbd4-99e6b40f242c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/514] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:21 2026] GET /v2.0/security-groups/b53d393d-65d6-4796-8ea5-daf673fac2ce => generated 2310 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/515] 10.0.0.4 () {36 vars in 1011 bytes} [Thu May 7 16:48:21 2026] DELETE /v2.0/security-groups/b53d393d-65d6-4796-8ea5-daf673fac2ce => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/516] 10.0.0.4 () {34 vars in 1098 bytes} [Thu May 7 16:48:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1152455420&fields=id&tenant_id=af224dfe52574c4f8bee8b6474e196eb => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/517] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:21 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/518] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:48:21 2026] GET /v2.0/networks?id=27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7 => generated 680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/519] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:48:22 2026] GET /v2.0/quotas/af224dfe52574c4f8bee8b6474e196eb => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/520] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:48:22 2026] GET /v2.0/ports?tenant_id=af224dfe52574c4f8bee8b6474e196eb&fields=id => generated 103 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/521] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:48:22 2026] GET /v2.0/networks/27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/522] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:48:22 2026] GET /v2.0/networks/27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:22.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2c2c969-201f-4966-bd45-bafc6dce8683 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 05865862-8b4b-49e3-bdd3-2fefaabb269f 2026-05-07 16:48:22.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2c2c969-201f-4966-bd45-bafc6dce8683 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 05865862-8b4b-49e3-bdd3-2fefaabb269f [pid: 8|app: 0|req: 258/523] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:22 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/524] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:22 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/525] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:48:21 2026] PUT /v2.0/routers/8adf7298-b7d5-43be-8b08-036c2802816e/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:23.045 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddaa80cf-7284-4d3f-b369-70796be806bd bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 0c14fe49-5bc8-4980-815b-c333f28d3a80 2026-05-07 16:48:23.053 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddaa80cf-7284-4d3f-b369-70796be806bd bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 0c14fe49-5bc8-4980-815b-c333f28d3a80 [pid: 7|app: 0|req: 267/526] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:23 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:23.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddaa80cf-7284-4d3f-b369-70796be806bd bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 1f0f1a3d-3910-44a4-a3b3-386ba915ac6f 2026-05-07 16:48:23.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddaa80cf-7284-4d3f-b369-70796be806bd bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 1f0f1a3d-3910-44a4-a3b3-386ba915ac6f 2026-05-07 16:48:23.474 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-ddaa80cf-7284-4d3f-b369-70796be806bd bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 268/527] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:23 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/528] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:23 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:23.839 8 INFO neutron.db.l3_hamode_db [None req-ddaa80cf-7284-4d3f-b369-70796be806bd bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] HA network 4c828209-3bf3-4d4e-82cf-9d357ec25d11 was deleted as no HA routers are present in tenant e210105156bc425d9bcc0205ddbc9334. [pid: 8|app: 0|req: 260/529] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:48:22 2026] DELETE /v2.0/routers/8adf7298-b7d5-43be-8b08-036c2802816e => generated 0 bytes in 1056 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/530] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:48:23 2026] DELETE /v2.0/subnets/8f890f86-a07f-4327-9080-9d8251ca9ec8 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/531] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:48:23 2026] DELETE /v2.0/networks/a2ff40b6-78f4-4ec9-b322-c343f82105ea => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/532] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:24 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:24.175 8 INFO neutron.services.segments.plugin [-] Segment db6f3ec5-60e6-41ad-bea2-9aa07d55458c resource provider aggregate not found 2026-05-07 16:48:24.191 8 INFO neutron.services.segments.plugin [-] Segment db6f3ec5-60e6-41ad-bea2-9aa07d55458c resource provider aggregate not found 2026-05-07 16:48:24.195 8 INFO neutron.services.segments.plugin [-] Segment db6f3ec5-60e6-41ad-bea2-9aa07d55458c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db6f3ec5-60e6-41ad-bea2-9aa07d55458c found for delete ", "request_id": "req-88bf501b-b625-48ff-bb0a-310c22ac8ae0"}]} 2026-05-07 16:48:24.212 8 INFO neutron.services.segments.plugin [-] Segment db6f3ec5-60e6-41ad-bea2-9aa07d55458c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db6f3ec5-60e6-41ad-bea2-9aa07d55458c found for delete ", "request_id": "req-6bc10fe7-0ed8-433d-8c08-c2b0858fac1e"}]} [pid: 8|app: 0|req: 262/533] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:24 2026] GET /v2.0/security-groups?tenant_id=e210105156bc425d9bcc0205ddbc9334&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/534] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:24 2026] DELETE /v2.0/security-groups/fc35ec83-5dd7-40a1-b046-56fec50b9c1c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/537] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:24 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/538] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:24 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/539] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:25 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/540] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:48:25 2026] GET /v2.0/networks?id=6dcbec33-71bd-4517-bc28-908fbe4fd674 => generated 684 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/541] 199.204.45.244 () {34 vars in 911 bytes} [Thu May 7 16:48:25 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/542] 199.204.45.244 () {34 vars in 1050 bytes} [Thu May 7 16:48:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1629a854d13a49bab73e6b7dabf144b0 => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/543] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:25 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/544] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:48:25 2026] POST /v2.0/ports => generated 954 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/545] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:25 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 957 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 268/546] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:26 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:26.219 8 INFO neutron.services.segments.plugin [-] Segment 80d3c35f-e61f-46f4-87b3-615facbbfd35 resource provider aggregate not found 2026-05-07 16:48:26.238 8 INFO neutron.services.segments.plugin [-] Segment 80d3c35f-e61f-46f4-87b3-615facbbfd35 resource provider aggregate not found 2026-05-07 16:48:26.243 8 INFO neutron.services.segments.plugin [-] Segment 80d3c35f-e61f-46f4-87b3-615facbbfd35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80d3c35f-e61f-46f4-87b3-615facbbfd35 found for delete ", "request_id": "req-4b89951b-1924-49a8-9d68-c272638819bb"}]} 2026-05-07 16:48:26.259 8 INFO neutron.services.segments.plugin [-] Segment 80d3c35f-e61f-46f4-87b3-615facbbfd35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80d3c35f-e61f-46f4-87b3-615facbbfd35 found for delete ", "request_id": "req-cfe3c9ef-b248-4284-9c25-388da1b02132"}]} 2026-05-07 16:48:26.619 7 INFO neutron.db.segments_db [None req-bfc016e3-50fb-4b74-b064-819c8a5b0907 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 0e9d478a-5edf-4843-a6f9-242f92cb5c58 of type vxlan for network d1353c8a-69a3-4cd6-9832-dd617903527e [pid: 7|app: 0|req: 279/547] 10.0.0.78 () {34 vars in 670 bytes} [Thu May 7 16:48:26 2026] POST /v2.0/networks => generated 726 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/548] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:26 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/549] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:48:26 2026] PUT /v2.0/ports/32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 1235 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 281/550] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:48:26 2026] POST /v2.0/subnets => generated 692 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/551] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:48:26 2026] GET /v2.0/networks?id=73fe4a29-096c-4a1f-af35-feebde5bcc27 => generated 670 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:26.938 7 INFO neutron.db.segments_db [None req-c55e694a-cb31-4541-82f1-4781a589a8c5 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 0446c8d1-4f86-45f1-b701-1ea39b298f04 of type vxlan for network 0c9dec13-e78d-4166-aafa-53cc405cbdcf [pid: 8|app: 0|req: 271/552] 199.204.45.244 () {34 vars in 1050 bytes} [Thu May 7 16:48:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bd6342545d954285b25aef2bdd785365 => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/553] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:26 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:27.272 7 INFO neutron.db.l3_hamode_db [None req-c55e694a-cb31-4541-82f1-4781a589a8c5 bec85970fcb544dc90f9e1907c485153 59535a1f00214eb6bbc4e2727ff6874b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:48:27.364 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d78e8cc8-98ba-46b4-b433-2a384e358c01'] response: {'name': 'network-changed', 'server_uuid': 'ad2ee5bb-ad8f-4b6f-8c04-030e562033fa', 'tag': '32e31514-2959-4cc4-b1fa-6a0e0cf266e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 273/554] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:48:26 2026] POST /v2.0/ports => generated 958 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 274/555] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:27 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/556] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:48:27 2026] PUT /v2.0/ports/d6f5182e-d63a-4844-b75a-a01864723055 => generated 1239 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 276/557] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:28 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:28.104 7 INFO neutron.db.l3_hamode_db [None req-c55e694a-cb31-4541-82f1-4781a589a8c5 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 277/558] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:48:28 2026] GET /v2.0/ports?tenant_id=1629a854d13a49bab73e6b7dabf144b0&device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/559] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:28 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/560] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:48:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/561] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:28 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/562] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:28 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/563] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:48:28 2026] GET /v2.0/subnets?id=92e3a789-7249-4549-8270-0ffaf5773ac0 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/564] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:48:28 2026] GET /v2.0/ports?network_id=6dcbec33-71bd-4517-bc28-908fbe4fd674&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/565] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:48:28 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/566] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:48:28 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/567] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:48:26 2026] POST /v2.0/routers => generated 732 bytes in 2068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/568] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:48:29 2026] GET /v2.0/networks?id=27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7 => generated 680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/569] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:48:29 2026] GET /v2.0/ports?tenant_id=bd6342545d954285b25aef2bdd785365&device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/570] 199.204.45.244 () {34 vars in 1050 bytes} [Thu May 7 16:48:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=af224dfe52574c4f8bee8b6474e196eb => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/571] 199.204.45.244 () {34 vars in 1060 bytes} [Thu May 7 16:48:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d6f5182e-d63a-4844-b75a-a01864723055 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/572] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:48:29 2026] POST /v2.0/ports => generated 954 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 288/573] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:29 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/574] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:48:29 2026] GET /v2.0/subnets?id=234f8cea-b6bb-47b5-8022-44a59d90bc04 => generated 688 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/575] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:29 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 957 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/576] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:48:29 2026] GET /v2.0/ports?tenant_id=1629a854d13a49bab73e6b7dabf144b0&device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/577] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:48:28 2026] PUT /v2.0/routers/05685975-5164-4cd4-9438-e67547f0b9a1/add_router_interface => generated 309 bytes in 1116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/578] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/579] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:48:29 2026] PUT /v2.0/ports/1d6b91a3-f015-4315-99df-92be2cdd8ecf => generated 1235 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 288/580] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/ports?network_id=73fe4a29-096c-4a1f-af35-feebde5bcc27&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/581] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/582] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/networks?id=6dcbec33-71bd-4517-bc28-908fbe4fd674 => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/583] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/networks/73fe4a29-096c-4a1f-af35-feebde5bcc27?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:30.211 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e58be61f-d9f2-4a00-8e46-8d56792ce813'] response: {'name': 'network-changed', 'server_uuid': 'f1d3f3b2-80d1-4445-99d5-315309528bb3', 'tag': 'd6f5182e-d63a-4844-b75a-a01864723055', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 290/584] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/585] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/networks/73fe4a29-096c-4a1f-af35-feebde5bcc27?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/586] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/subnets?id=92e3a789-7249-4549-8270-0ffaf5773ac0 => generated 702 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/587] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/588] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/589] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/ports?network_id=6dcbec33-71bd-4517-bc28-908fbe4fd674&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/590] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/591] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:48:30 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:30.531 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e65644be-6fe9-4159-98db-bc877031243c'] response: {'name': 'network-changed', 'server_uuid': 'eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa', 'tag': '1d6b91a3-f015-4315-99df-92be2cdd8ecf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 294/592] 10.0.0.4 () {38 vars in 969 bytes} [Thu May 7 16:48:30 2026] POST /v2.0/security-groups => generated 1680 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/593] 10.0.0.4 () {38 vars in 969 bytes} [Thu May 7 16:48:30 2026] POST /v2.0/security-groups => generated 1681 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/594] 10.0.0.4 () {38 vars in 969 bytes} [Thu May 7 16:48:30 2026] POST /v2.0/security-groups => generated 1681 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/595] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/ports?tenant_id=af224dfe52574c4f8bee8b6474e196eb&device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/596] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups?tenant_id=59535a1f00214eb6bbc4e2727ff6874b => generated 7907 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/597] 199.204.45.244 () {34 vars in 1018 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/networks?tenant_id=af224dfe52574c4f8bee8b6474e196eb&shared=False => generated 776 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/598] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups/8549c523-1a2a-461a-8885-26e626dfb127 => generated 2922 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/599] 199.204.45.244 () {34 vars in 930 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/600] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups/8549c523-1a2a-461a-8885-26e626dfb127 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/601] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/ports?tenant_id=bd6342545d954285b25aef2bdd785365&device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 1242 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/602] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/603] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/networks?id=73fe4a29-096c-4a1f-af35-feebde5bcc27 => generated 766 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/604] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/605] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/606] 199.204.45.244 () {34 vars in 1060 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d6f5182e-d63a-4844-b75a-a01864723055 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/607] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/608] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/subnets?id=234f8cea-b6bb-47b5-8022-44a59d90bc04 => generated 688 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/609] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups/4537c9cf-fb9a-41c7-9133-b1d96f025ced => generated 1680 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/610] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/ports?network_id=73fe4a29-096c-4a1f-af35-feebde5bcc27&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/611] 10.0.0.4 () {36 vars in 1011 bytes} [Thu May 7 16:48:31 2026] DELETE /v2.0/security-groups/4537c9cf-fb9a-41c7-9133-b1d96f025ced => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/612] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/networks/73fe4a29-096c-4a1f-af35-feebde5bcc27?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/613] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:31.546 8 INFO neutron.api.v2.resource [req-f53a3c5e-b959-4107-a816-4bfe703ec4b7 req-fde1a619-08a5-4754-a153-8f5cda37bbe5 059e36492f954faa8beb863871ae3b5f 59535a1f00214eb6bbc4e2727ff6874b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 306/614] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups/4537c9cf-fb9a-41c7-9133-b1d96f025ced => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/615] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/616] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/networks/73fe4a29-096c-4a1f-af35-feebde5bcc27?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/617] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups/52ee443d-6f01-4ba2-b184-23e0e0aedcb4 => generated 1681 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/618] 10.0.0.4 () {36 vars in 1011 bytes} [Thu May 7 16:48:31 2026] DELETE /v2.0/security-groups/52ee443d-6f01-4ba2-b184-23e0e0aedcb4 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:48:31.742 8 INFO neutron.api.v2.resource [req-290c1968-6721-4a0d-b7b0-00a29cc322b7 req-e6f2c5c7-976b-489d-9454-daeeff7ad1a0 059e36492f954faa8beb863871ae3b5f 59535a1f00214eb6bbc4e2727ff6874b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 309/619] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups/52ee443d-6f01-4ba2-b184-23e0e0aedcb4 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/620] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups/4664294a-5078-4679-a6b6-3d17ae4078b0 => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/621] 10.0.0.4 () {36 vars in 1011 bytes} [Thu May 7 16:48:31 2026] DELETE /v2.0/security-groups/4664294a-5078-4679-a6b6-3d17ae4078b0 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:48:31.915 7 INFO neutron.api.v2.resource [req-eeeb2203-f81d-43f8-a74a-4ff57bf6b559 req-39ab8573-8fcc-4a2b-a22c-45d2085117d3 059e36492f954faa8beb863871ae3b5f 59535a1f00214eb6bbc4e2727ff6874b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 312/622] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups/4664294a-5078-4679-a6b6-3d17ae4078b0 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/623] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups?tenant_id=59535a1f00214eb6bbc4e2727ff6874b => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/624] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:31 2026] GET /v2.0/security-groups/8549c523-1a2a-461a-8885-26e626dfb127 => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/625] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/security-groups/8549c523-1a2a-461a-8885-26e626dfb127 => generated 2922 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:48:32.084 7 INFO neutron.api.v2.resource [req-bd302488-0f0f-40c6-b5d8-d9d3cd57efc2 req-2c5687a4-e23d-4f40-bb03-f46a2d2a0fda 059e36492f954faa8beb863871ae3b5f 59535a1f00214eb6bbc4e2727ff6874b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 314/626] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/security-groups/4664294a-5078-4679-a6b6-3d17ae4078b0 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:48:32.116 8 INFO neutron.api.v2.resource [req-72c9c5d8-3782-4b00-a33b-69f5e000d5ff req-b0ec5f06-3f49-4269-bb20-1fb6b0f105df 059e36492f954faa8beb863871ae3b5f 59535a1f00214eb6bbc4e2727ff6874b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 313/627] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/security-groups/52ee443d-6f01-4ba2-b184-23e0e0aedcb4 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:48:32.152 7 INFO neutron.api.v2.resource [req-1bebbb28-7f70-4015-83e9-157bdd2236e9 req-35e75fc8-3d2a-45cd-acb1-ca233ea75c4b 059e36492f954faa8beb863871ae3b5f 59535a1f00214eb6bbc4e2727ff6874b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 315/628] 10.0.0.4 () {34 vars in 989 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/security-groups/4537c9cf-fb9a-41c7-9133-b1d96f025ced => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/629] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/ports?tenant_id=af224dfe52574c4f8bee8b6474e196eb&device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/630] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=1d6b91a3-f015-4315-99df-92be2cdd8ecf => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/631] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/subnets?id=898cf29e-dc90-4ded-ad77-867ee788f991 => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/632] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/ports?network_id=27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/633] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/networks/27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/634] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/networks/27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/635] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/636] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:32.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-95a970de-ddf1-4216-a5b9-e9c4e80d853a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 93e0e8c3-8c33-409c-a412-8750d5d03e18 2026-05-07 16:48:32.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95a970de-ddf1-4216-a5b9-e9c4e80d853a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 93e0e8c3-8c33-409c-a412-8750d5d03e18 [pid: 7|app: 0|req: 324/637] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/638] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/639] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/640] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:32 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/641] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:48:32 2026] PUT /v2.0/routers/05685975-5164-4cd4-9438-e67547f0b9a1/remove_router_interface => generated 309 bytes in 1399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:33.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-8aa86391-31aa-4790-bb8b-6cbd1be3f7ab bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 098ae481-af93-48a0-a704-35e444c09a1d 2026-05-07 16:48:33.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8aa86391-31aa-4790-bb8b-6cbd1be3f7ab bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 098ae481-af93-48a0-a704-35e444c09a1d [pid: 8|app: 0|req: 315/642] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:33 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/643] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:33 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/644] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:33 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/645] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:33 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:33.987 7 INFO neutron_taas.services.taas.taas_plugin [None req-8aa86391-31aa-4790-bb8b-6cbd1be3f7ab bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: b0a64d3e-8b4e-49b3-b4d9-e4e9bc052839 2026-05-07 16:48:33.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8aa86391-31aa-4790-bb8b-6cbd1be3f7ab bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: b0a64d3e-8b4e-49b3-b4d9-e4e9bc052839 [pid: 8|app: 0|req: 319/646] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:33 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/647] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:34 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:34.067 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-8aa86391-31aa-4790-bb8b-6cbd1be3f7ab bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-07 16:48:34.389 7 INFO neutron.db.l3_hamode_db [None req-8aa86391-31aa-4790-bb8b-6cbd1be3f7ab bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] HA network 0c9dec13-e78d-4166-aafa-53cc405cbdcf was deleted as no HA routers are present in tenant 59535a1f00214eb6bbc4e2727ff6874b. [pid: 7|app: 0|req: 328/648] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:48:33 2026] DELETE /v2.0/routers/05685975-5164-4cd4-9438-e67547f0b9a1 => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/649] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:48:34 2026] DELETE /v2.0/subnets/2b2e7a39-6abe-4655-bb57-0e0e9541189b => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/650] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:34 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/651] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:34 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/652] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:35 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/653] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:35 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/654] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:48:34 2026] DELETE /v2.0/networks/d1353c8a-69a3-4cd6-9832-dd617903527e => generated 0 bytes in 582 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:48:35.145 7 INFO neutron.services.segments.plugin [-] Segment 0446c8d1-4f86-45f1-b701-1ea39b298f04 resource provider aggregate not found 2026-05-07 16:48:35.160 7 INFO neutron.services.segments.plugin [-] Segment 0446c8d1-4f86-45f1-b701-1ea39b298f04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0446c8d1-4f86-45f1-b701-1ea39b298f04 found for delete ", "request_id": "req-95ec50e4-640b-4458-b1ad-3061a425cb89"}]} 2026-05-07 16:48:35.183 7 INFO neutron.services.segments.plugin [-] Segment 0446c8d1-4f86-45f1-b701-1ea39b298f04 resource provider aggregate not found 2026-05-07 16:48:35.210 7 INFO neutron.services.segments.plugin [-] Segment 0446c8d1-4f86-45f1-b701-1ea39b298f04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0446c8d1-4f86-45f1-b701-1ea39b298f04 found for delete ", "request_id": "req-6d25eee5-3e9d-4812-bd5a-12779ad586ec"}]} [pid: 8|app: 0|req: 326/655] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:35 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/656] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:35 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/657] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:35 2026] GET /v2.0/security-groups?tenant_id=59535a1f00214eb6bbc4e2727ff6874b&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/658] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:35 2026] DELETE /v2.0/security-groups/8549c523-1a2a-461a-8885-26e626dfb127 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/659] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:36 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/660] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:36 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/661] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:36 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/662] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:36 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/663] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:36 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/664] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:36 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:37.181 7 INFO neutron.services.segments.plugin [-] Segment 0e9d478a-5edf-4843-a6f9-242f92cb5c58 resource provider aggregate not found 2026-05-07 16:48:37.201 7 INFO neutron.services.segments.plugin [-] Segment 0e9d478a-5edf-4843-a6f9-242f92cb5c58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e9d478a-5edf-4843-a6f9-242f92cb5c58 found for delete ", "request_id": "req-10262f61-12fc-4999-bf19-7d2dd9c44b01"}]} 2026-05-07 16:48:37.233 7 INFO neutron.services.segments.plugin [-] Segment 0e9d478a-5edf-4843-a6f9-242f92cb5c58 resource provider aggregate not found 2026-05-07 16:48:37.249 7 INFO neutron.services.segments.plugin [-] Segment 0e9d478a-5edf-4843-a6f9-242f92cb5c58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e9d478a-5edf-4843-a6f9-242f92cb5c58 found for delete ", "request_id": "req-f0e57c1c-b8ef-4965-8f2e-620d306f6633"}]} [pid: 7|app: 0|req: 334/665] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:37 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/666] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:37 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/667] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:37 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/668] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:37 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/669] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:37 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/670] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:37 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/671] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:38 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/672] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:38 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/673] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:38 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/674] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:38 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/675] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:38 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/676] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:38 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/677] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:38 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:39.470 8 INFO neutron.db.l3_db [None req-1306a2f0-afa8-4417-9af9-077592d2e53c bb8767e6bab04b6a8f6774a9c7bd96a9 bd6342545d954285b25aef2bdd785365 - - default default] Floating IP 58fd9bdc-c57a-462e-aaa0-70afeee4adc8 associated. External IP: 10.96.250.211, port: d6f5182e-d63a-4844-b75a-a01864723055. [pid: 7|app: 0|req: 343/680] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:39 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/681] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:39 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/682] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:48:38 2026] PUT /v2.0/floatingips/58fd9bdc-c57a-462e-aaa0-70afeee4adc8 => generated 856 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/683] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:39 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/684] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:39 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/685] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:39 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:39.951 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5054f15e-2b8d-4951-9fef-549a338db7a3'] response: {'name': 'network-changed', 'server_uuid': 'f1d3f3b2-80d1-4445-99d5-315309528bb3', 'tag': 'd6f5182e-d63a-4844-b75a-a01864723055', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 347/686] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:39 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/687] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:40 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/688] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:40 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/689] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:48:40 2026] GET /v2.0/ports?tenant_id=bd6342545d954285b25aef2bdd785365&device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/690] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:48:40 2026] GET /v2.0/networks?id=73fe4a29-096c-4a1f-af35-feebde5bcc27 => generated 766 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/691] 199.204.45.244 () {34 vars in 1060 bytes} [Thu May 7 16:48:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d6f5182e-d63a-4844-b75a-a01864723055 => generated 859 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/692] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:48:40 2026] GET /v2.0/subnets?id=234f8cea-b6bb-47b5-8022-44a59d90bc04 => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/693] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:48:40 2026] GET /v2.0/ports?network_id=73fe4a29-096c-4a1f-af35-feebde5bcc27&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/694] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:48:40 2026] GET /v2.0/networks/73fe4a29-096c-4a1f-af35-feebde5bcc27?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/695] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:48:40 2026] GET /v2.0/networks/73fe4a29-096c-4a1f-af35-feebde5bcc27?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/696] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:40 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/697] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:40 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/698] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:40 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/699] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:41 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/700] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:41 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/701] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:41 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:41.557 8 INFO neutron.db.l3_db [None req-a994ba4a-2818-4115-b6d5-a37331e21451 ecfbc4ae103e49ef904477e3ec9a21ae 1629a854d13a49bab73e6b7dabf144b0 - - default default] Floating IP 55b8119b-efe4-43c5-8402-f02007229cab associated. External IP: 10.96.250.207, port: 32e31514-2959-4cc4-b1fa-6a0e0cf266e1. 2026-05-07 16:48:41.828 7 INFO neutron.db.l3_db [None req-191b7307-cd9f-465e-bf51-a9df3c353cc7 6edfb21599c74d87b091a480ba8e8d65 af224dfe52574c4f8bee8b6474e196eb - - default default] Floating IP e6d819d7-0190-4646-865e-f0797b37d53f associated. External IP: 10.96.250.204, port: 1d6b91a3-f015-4315-99df-92be2cdd8ecf. [pid: 8|app: 0|req: 347/702] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:48:41 2026] PUT /v2.0/floatingips/55b8119b-efe4-43c5-8402-f02007229cab => generated 855 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/703] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:41 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/704] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:48:41 2026] PUT /v2.0/floatingips/e6d819d7-0190-4646-865e-f0797b37d53f => generated 855 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/705] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/706] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:41 2026] GET /v2.0/security-groups?tenant_id=2332a06b884f48f1822e59a2a12c0785&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/707] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:42.199 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c94ce62-a089-4b75-965f-dc83c0b7fd65'] response: {'name': 'network-changed', 'server_uuid': 'ad2ee5bb-ad8f-4b6f-8c04-030e562033fa', 'tag': '32e31514-2959-4cc4-b1fa-6a0e0cf266e1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 359/708] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/709] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:42 2026] DELETE /v2.0/security-groups/fa2aa800-2b9d-41cd-b7a6-110a86c416f9 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:48:42.288 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86d43e6c-93b6-48cb-afcc-31df60d24826'] response: {'name': 'network-changed', 'server_uuid': 'eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa', 'tag': '1d6b91a3-f015-4315-99df-92be2cdd8ecf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 360/710] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/711] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/712] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/security-groups?tenant_id=573b7bc118e34400ae6f7e147aae86c2&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/713] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:42 2026] DELETE /v2.0/security-groups/341f7b69-3535-415c-8b51-4e95785c13bf => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/714] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/715] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/ports?tenant_id=1629a854d13a49bab73e6b7dabf144b0&device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/716] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/717] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/networks?id=6dcbec33-71bd-4517-bc28-908fbe4fd674 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/718] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/ports?tenant_id=af224dfe52574c4f8bee8b6474e196eb&device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/719] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/720] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/721] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/subnets?id=92e3a789-7249-4549-8270-0ffaf5773ac0 => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/722] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/networks?id=27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7 => generated 776 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/723] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/ports?network_id=6dcbec33-71bd-4517-bc28-908fbe4fd674&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/724] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:48:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=1d6b91a3-f015-4315-99df-92be2cdd8ecf => generated 858 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/725] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:48:43 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:43.103 7 INFO neutron_taas.services.taas.taas_plugin [req-5e673e5c-e7ef-479c-b982-84ea33819a04 req-cd65bf3f-6f63-4c01-89fb-4181aa460a72 bb8767e6bab04b6a8f6774a9c7bd96a9 bd6342545d954285b25aef2bdd785365 - - default default] TaaS: Handle Delete Port: d6f5182e-d63a-4844-b75a-a01864723055 2026-05-07 16:48:43.108 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5e673e5c-e7ef-479c-b982-84ea33819a04 req-cd65bf3f-6f63-4c01-89fb-4181aa460a72 bb8767e6bab04b6a8f6774a9c7bd96a9 bd6342545d954285b25aef2bdd785365 - - default default] Tap Mirror: Handle Delete Port: d6f5182e-d63a-4844-b75a-a01864723055 [pid: 8|app: 0|req: 361/726] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:48:43 2026] GET /v2.0/subnets?id=898cf29e-dc90-4ded-ad77-867ee788f991 => generated 698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/727] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:48:43 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/728] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:48:43 2026] GET /v2.0/ports?network_id=27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/729] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:48:43 2026] GET /v2.0/networks/27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/730] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:43 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/731] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:48:43 2026] GET /v2.0/networks/27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:43.374 7 INFO neutron.db.l3_db [req-5e673e5c-e7ef-479c-b982-84ea33819a04 req-cd65bf3f-6f63-4c01-89fb-4181aa460a72 bb8767e6bab04b6a8f6774a9c7bd96a9 bd6342545d954285b25aef2bdd785365 - - default default] Floating IP 58fd9bdc-c57a-462e-aaa0-70afeee4adc8 disassociated. External IP: 10.96.250.211, port: d6f5182e-d63a-4844-b75a-a01864723055. [pid: 8|app: 0|req: 367/732] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:43 2026] GET /v2.0/security-groups?id=251a41cd-fc1c-41b0-9027-b716fcbbe7bd&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/733] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:48:42 2026] DELETE /v2.0/ports/d6f5182e-d63a-4844-b75a-a01864723055 => generated 0 bytes in 922 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/734] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:43 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/735] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:43 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:44.329 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1b34443-1802-4c8c-aee7-eb8feeefe9c3'] response: {'server_uuid': 'f1d3f3b2-80d1-4445-99d5-315309528bb3', 'name': 'network-vif-deleted', 'tag': 'd6f5182e-d63a-4844-b75a-a01864723055', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 369/736] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:44 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/737] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:45 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/738] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:48:45 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/739] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:48:45 2026] GET /v2.0/security-groups?id=d4a920bf-9bed-43c6-b901-c0ae70410bba&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:45.239 7 INFO neutron_taas.services.taas.taas_plugin [req-0cb3ecf7-7dba-477b-b076-c5bc508caf1a req-dc188cb1-9ec6-4fd2-b020-62fa7956b767 6edfb21599c74d87b091a480ba8e8d65 af224dfe52574c4f8bee8b6474e196eb - - default default] TaaS: Handle Delete Port: 1d6b91a3-f015-4315-99df-92be2cdd8ecf 2026-05-07 16:48:45.242 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0cb3ecf7-7dba-477b-b076-c5bc508caf1a req-dc188cb1-9ec6-4fd2-b020-62fa7956b767 6edfb21599c74d87b091a480ba8e8d65 af224dfe52574c4f8bee8b6474e196eb - - default default] Tap Mirror: Handle Delete Port: 1d6b91a3-f015-4315-99df-92be2cdd8ecf 2026-05-07 16:48:45.351 7 INFO neutron.db.l3_db [req-0cb3ecf7-7dba-477b-b076-c5bc508caf1a req-dc188cb1-9ec6-4fd2-b020-62fa7956b767 6edfb21599c74d87b091a480ba8e8d65 af224dfe52574c4f8bee8b6474e196eb - - default default] Floating IP e6d819d7-0190-4646-865e-f0797b37d53f disassociated. External IP: 10.96.250.204, port: 1d6b91a3-f015-4315-99df-92be2cdd8ecf. [pid: 8|app: 0|req: 372/740] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:45 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/741] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:48:45 2026] DELETE /v2.0/ports/1d6b91a3-f015-4315-99df-92be2cdd8ecf => generated 0 bytes in 613 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/742] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:46 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:46.375 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c818b29-ff80-43fd-890f-305a35b4733a'] response: {'server_uuid': 'eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa', 'name': 'network-vif-deleted', 'tag': '1d6b91a3-f015-4315-99df-92be2cdd8ecf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 370/743] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:46 2026] GET /v2.0/ports?device_id=f1d3f3b2-80d1-4445-99d5-315309528bb3 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/744] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:47 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/745] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:47 2026] GET /v2.0/security-groups?tenant_id=115ce3ef79494f9987c7887ea40ae3bb&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/746] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:47 2026] DELETE /v2.0/security-groups/99dfb711-9407-4db3-986b-9f46c0a28413 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/747] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:47 2026] DELETE /v2.0/security-groups/251a41cd-fc1c-41b0-9027-b716fcbbe7bd => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:48:47.990 8 INFO neutron.api.v2.resource [None req-3bfe6862-3aed-41f7-ba21-baa420b6b20d bb8767e6bab04b6a8f6774a9c7bd96a9 bd6342545d954285b25aef2bdd785365 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 376/748] 10.0.0.78 () {32 vars in 736 bytes} [Thu May 7 16:48:47 2026] GET /v2.0/security-groups/251a41cd-fc1c-41b0-9027-b716fcbbe7bd => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:48:48.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-d24f2eac-ce8e-46a1-98d2-43be8b153225 bb8767e6bab04b6a8f6774a9c7bd96a9 bd6342545d954285b25aef2bdd785365 - - default default] TaaS: Handle Delete Port: 2c351b95-2b36-47cd-b777-68b3d5f91f3c 2026-05-07 16:48:48.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d24f2eac-ce8e-46a1-98d2-43be8b153225 bb8767e6bab04b6a8f6774a9c7bd96a9 bd6342545d954285b25aef2bdd785365 - - default default] Tap Mirror: Handle Delete Port: 2c351b95-2b36-47cd-b777-68b3d5f91f3c [pid: 8|app: 0|req: 377/749] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:48 2026] GET /v2.0/security-groups?tenant_id=780d373f782441b28792510652eb3bce&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/750] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:48:47 2026] DELETE /v2.0/floatingips/58fd9bdc-c57a-462e-aaa0-70afeee4adc8 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/751] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:48 2026] DELETE /v2.0/security-groups/bb132983-2ffe-4289-aa97-35025c8a485b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/752] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:48 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:48.595 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d081490-8657-46ad-9b93-34209fe97f4f bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 00a788ed-5e84-4edc-b715-a984603e1e6a 2026-05-07 16:48:48.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d081490-8657-46ad-9b93-34209fe97f4f bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 00a788ed-5e84-4edc-b715-a984603e1e6a [pid: 7|app: 0|req: 374/753] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:48:48 2026] PUT /v2.0/routers/dadacb41-15b2-4053-a96f-f66765f64a1c/remove_router_interface => generated 309 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:49.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f8c3e43-f36c-49eb-b1bf-9c7c2adcffd0 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 83aba226-182e-4a43-ba12-e6ed3ef8c5cb 2026-05-07 16:48:49.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f8c3e43-f36c-49eb-b1bf-9c7c2adcffd0 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 83aba226-182e-4a43-ba12-e6ed3ef8c5cb [pid: 7|app: 0|req: 375/754] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:49 2026] GET /v2.0/ports?device_id=eb1bf6b1-b51a-42b8-bc86-7b3f63f01efa => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:48:49.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f8c3e43-f36c-49eb-b1bf-9c7c2adcffd0 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 83be3767-96e6-46dd-a8ae-a88f4c180f1f 2026-05-07 16:48:49.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f8c3e43-f36c-49eb-b1bf-9c7c2adcffd0 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 83be3767-96e6-46dd-a8ae-a88f4c180f1f 2026-05-07 16:48:49.945 8 INFO neutron.services.segments.plugin [-] Segment 1afb22c4-53a2-4212-a59d-b8c050ca3a98 resource provider aggregate not found 2026-05-07 16:48:49.954 8 INFO neutron.services.segments.plugin [-] Segment 1afb22c4-53a2-4212-a59d-b8c050ca3a98 resource provider aggregate not found 2026-05-07 16:48:49.969 8 INFO neutron.services.segments.plugin [-] Segment 1afb22c4-53a2-4212-a59d-b8c050ca3a98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1afb22c4-53a2-4212-a59d-b8c050ca3a98 found for delete ", "request_id": "req-506cadff-64af-440a-8aee-80aba0384ba4"}]} 2026-05-07 16:48:49.980 8 INFO neutron.services.segments.plugin [-] Segment 1afb22c4-53a2-4212-a59d-b8c050ca3a98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1afb22c4-53a2-4212-a59d-b8c050ca3a98 found for delete ", "request_id": "req-ea7287f7-d8e2-4280-8cd2-641ae388b4e4"}]} 2026-05-07 16:48:49.988 8 INFO neutron.db.l3_hamode_db [None req-3f8c3e43-f36c-49eb-b1bf-9c7c2adcffd0 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] HA network 849f2a9b-feb6-48a3-8072-0ad586b27a3e was deleted as no HA routers are present in tenant bd6342545d954285b25aef2bdd785365. [pid: 8|app: 0|req: 380/755] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:48:49 2026] DELETE /v2.0/routers/dadacb41-15b2-4053-a96f-f66765f64a1c => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/756] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:48:50 2026] DELETE /v2.0/subnets/234f8cea-b6bb-47b5-8022-44a59d90bc04 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:48:50.294 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c596f0b-6191-4dd5-be07-a8f332351537 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 9d26b614-9283-4272-9879-47b38a8b77e7 2026-05-07 16:48:50.297 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c596f0b-6191-4dd5-be07-a8f332351537 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 9d26b614-9283-4272-9879-47b38a8b77e7 [pid: 8|app: 0|req: 381/757] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:48:50 2026] DELETE /v2.0/networks/73fe4a29-096c-4a1f-af35-feebde5bcc27 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/758] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:50 2026] GET /v2.0/security-groups?tenant_id=bd6342545d954285b25aef2bdd785365&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/759] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:50 2026] DELETE /v2.0/security-groups/d4a920bf-9bed-43c6-b901-c0ae70410bba => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/760] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:50 2026] DELETE /v2.0/security-groups/4083798c-2361-4a93-ac4e-ca11577d6397 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:48:50.767 8 INFO neutron.api.v2.resource [None req-31abaa3e-3143-4174-97a4-dfa3e46c508d 6edfb21599c74d87b091a480ba8e8d65 af224dfe52574c4f8bee8b6474e196eb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 383/761] 10.0.0.78 () {32 vars in 736 bytes} [Thu May 7 16:48:50 2026] GET /v2.0/security-groups/d4a920bf-9bed-43c6-b901-c0ae70410bba => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:48:50.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ecb653a-47df-4d20-87e9-fb1adcd0bfa9 6edfb21599c74d87b091a480ba8e8d65 af224dfe52574c4f8bee8b6474e196eb - - default default] TaaS: Handle Delete Port: 9adaa586-3d87-417b-897f-70fd49bf4498 2026-05-07 16:48:50.893 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ecb653a-47df-4d20-87e9-fb1adcd0bfa9 6edfb21599c74d87b091a480ba8e8d65 af224dfe52574c4f8bee8b6474e196eb - - default default] Tap Mirror: Handle Delete Port: 9adaa586-3d87-417b-897f-70fd49bf4498 [pid: 7|app: 0|req: 379/762] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:48:50 2026] DELETE /v2.0/floatingips/e6d819d7-0190-4646-865e-f0797b37d53f => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/763] 10.0.0.253 () {34 vars in 990 bytes} [Thu May 7 16:48:51 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 1240 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/764] 10.0.0.253 () {34 vars in 1040 bytes} [Thu May 7 16:48:51 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:51.557 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7cb2ac7-859b-4991-90b7-d86761b386a5 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 11d38324-9df9-4bb5-8735-d98e3a0c9d24 2026-05-07 16:48:51.561 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7cb2ac7-859b-4991-90b7-d86761b386a5 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 11d38324-9df9-4bb5-8735-d98e3a0c9d24 2026-05-07 16:48:51.991 8 INFO neutron.services.segments.plugin [-] Segment 2dfbb4f3-dfbf-4b57-92a8-9060ba1d8cd0 resource provider aggregate not found 2026-05-07 16:48:52.000 8 INFO neutron.services.segments.plugin [-] Segment 2dfbb4f3-dfbf-4b57-92a8-9060ba1d8cd0 resource provider aggregate not found 2026-05-07 16:48:52.015 8 INFO neutron.services.segments.plugin [-] Segment 2dfbb4f3-dfbf-4b57-92a8-9060ba1d8cd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dfbb4f3-dfbf-4b57-92a8-9060ba1d8cd0 found for delete ", "request_id": "req-da2577bb-88c2-4f7a-806d-b0913cf6db82"}]} 2026-05-07 16:48:52.020 8 INFO neutron.services.segments.plugin [-] Segment 2dfbb4f3-dfbf-4b57-92a8-9060ba1d8cd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dfbb4f3-dfbf-4b57-92a8-9060ba1d8cd0 found for delete ", "request_id": "req-17fd0597-9c87-4863-8d65-c760f5166c0e"}]} [pid: 7|app: 0|req: 380/765] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:48:51 2026] PUT /v2.0/routers/76eb89b5-4668-4db8-a70d-02f68c6a9c3b/remove_router_interface => generated 309 bytes in 1057 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:48:52.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-35d28eff-5057-490c-b15f-ce48290c1a6e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 7c1bd1fe-a706-4ae8-ad28-2547302061fe 2026-05-07 16:48:52.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35d28eff-5057-490c-b15f-ce48290c1a6e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 7c1bd1fe-a706-4ae8-ad28-2547302061fe 2026-05-07 16:48:52.559 8 INFO neutron_taas.services.taas.taas_plugin [None req-35d28eff-5057-490c-b15f-ce48290c1a6e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 23326303-4569-4ee3-9f53-608ca00fcbcc 2026-05-07 16:48:52.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35d28eff-5057-490c-b15f-ce48290c1a6e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 23326303-4569-4ee3-9f53-608ca00fcbcc 2026-05-07 16:48:52.911 8 INFO neutron.db.l3_hamode_db [None req-35d28eff-5057-490c-b15f-ce48290c1a6e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] HA network 1b1093c2-d7f6-4a66-9fa6-7605d9f3ef4a was deleted as no HA routers are present in tenant af224dfe52574c4f8bee8b6474e196eb. [pid: 8|app: 0|req: 386/766] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:48:52 2026] DELETE /v2.0/routers/76eb89b5-4668-4db8-a70d-02f68c6a9c3b => generated 0 bytes in 777 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:48:53.057 7 INFO neutron.db.segments_db [None req-34f23e5a-7255-43e4-b547-517d0c471a09 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 0a5aa018-7f0b-4604-9a10-6210c309069c of type vxlan for network 8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409 [pid: 8|app: 0|req: 387/767] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:48:52 2026] DELETE /v2.0/subnets/898cf29e-dc90-4ded-ad77-867ee788f991 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/768] 10.0.0.78 () {34 vars in 670 bytes} [Thu May 7 16:48:52 2026] POST /v2.0/networks => generated 724 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:48:53.184 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ac68f98-3b33-4cd3-a706-ae8368614e3a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: bd52066f-5d5c-4be1-8101-47781462f32b 2026-05-07 16:48:53.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ac68f98-3b33-4cd3-a706-ae8368614e3a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: bd52066f-5d5c-4be1-8101-47781462f32b [pid: 7|app: 0|req: 382/769] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:48:53 2026] POST /v2.0/subnets => generated 690 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/770] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:48:53 2026] DELETE /v2.0/networks/27aee745-1ce0-4b64-9e6e-ef88a9b0b1e7 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:48:53.400 7 INFO neutron.db.segments_db [None req-c96b9135-809a-4d3d-846c-de2fffeab210 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment d580ab95-e547-4595-9027-230f0eebe611 of type vxlan for network 889736e2-52ee-45a6-ab21-ec14da47a358 [pid: 8|app: 0|req: 389/771] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:53 2026] GET /v2.0/security-groups?tenant_id=af224dfe52574c4f8bee8b6474e196eb&name=default => generated 2921 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:48:53.653 7 INFO neutron.db.l3_hamode_db [None req-c96b9135-809a-4d3d-846c-de2fffeab210 bec85970fcb544dc90f9e1907c485153 76201be15609486698637bf79c887085 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 390/772] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:53 2026] DELETE /v2.0/security-groups/b3f58eb7-7929-4eeb-a8c2-f8e4037e5919 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:48:54.038 8 INFO neutron.services.segments.plugin [-] Segment 39f4c94a-92cb-4335-ad4d-07fde5b221a0 resource provider aggregate not found 2026-05-07 16:48:54.041 8 INFO neutron.services.segments.plugin [-] Segment 39f4c94a-92cb-4335-ad4d-07fde5b221a0 resource provider aggregate not found 2026-05-07 16:48:54.057 8 INFO neutron.services.segments.plugin [-] Segment 39f4c94a-92cb-4335-ad4d-07fde5b221a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f4c94a-92cb-4335-ad4d-07fde5b221a0 found for delete ", "request_id": "req-4d281423-9dda-40a6-9eea-5f5bf0fbb13a"}]} 2026-05-07 16:48:54.059 8 INFO neutron.services.segments.plugin [-] Segment 39f4c94a-92cb-4335-ad4d-07fde5b221a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f4c94a-92cb-4335-ad4d-07fde5b221a0 found for delete ", "request_id": "req-84c7c1fc-6e4b-4baf-9cf6-341415ae6363"}]} 2026-05-07 16:48:54.072 8 INFO neutron.services.segments.plugin [-] Segment 9df34397-b389-4568-8886-593af12e408d resource provider aggregate not found 2026-05-07 16:48:54.076 8 INFO neutron.services.segments.plugin [-] Segment 9df34397-b389-4568-8886-593af12e408d resource provider aggregate not found 2026-05-07 16:48:54.086 8 INFO neutron.services.segments.plugin [-] Segment 9df34397-b389-4568-8886-593af12e408d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9df34397-b389-4568-8886-593af12e408d found for delete ", "request_id": "req-44b6f8bb-63b4-42f9-8242-1beff809ddbc"}]} 2026-05-07 16:48:54.091 8 INFO neutron.services.segments.plugin [-] Segment 9df34397-b389-4568-8886-593af12e408d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9df34397-b389-4568-8886-593af12e408d found for delete ", "request_id": "req-571e7c35-74c6-4dfd-a5cd-35a2f3ae662e"}]} 2026-05-07 16:48:54.449 7 INFO neutron.db.l3_hamode_db [None req-c96b9135-809a-4d3d-846c-de2fffeab210 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 383/775] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:48:53 2026] POST /v2.0/routers => generated 730 bytes in 2473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/776] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:55 2026] GET /v2.0/security-groups?tenant_id=db229f1ad2584dd298c2aa952973517f&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/777] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:55 2026] DELETE /v2.0/security-groups/35073680-577c-49bb-ba8a-2a90569855af => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/778] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:56 2026] GET /v2.0/security-groups?tenant_id=1713bed379b5413fa1a09e66095d24f5&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/779] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:56 2026] DELETE /v2.0/security-groups/124bc7b9-d20e-482f-ab48-3cc87b03f6de => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/780] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:48:55 2026] PUT /v2.0/routers/e59334a8-633d-424b-bb26-c4ef8ac96923/add_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/781] 10.0.0.78 () {34 vars in 684 bytes} [Thu May 7 16:48:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/782] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:48:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/783] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:48:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/784] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:48:58 2026] POST /v2.0/floatingips => generated 552 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/785] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:58 2026] GET /v2.0/security-groups?tenant_id=8678239752004974bfeaa4d036fa8fbd&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/786] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:58 2026] DELETE /v2.0/security-groups/61b40554-0ae4-4263-b8ca-1cf519873cbf => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/787] 10.0.0.4 () {34 vars in 1098 bytes} [Thu May 7 16:48:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1032993521&fields=id&tenant_id=76201be15609486698637bf79c887085 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/788] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:48:59 2026] GET /v2.0/networks?id=8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409 => generated 675 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/789] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:48:59 2026] GET /v2.0/quotas/76201be15609486698637bf79c887085 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/790] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:48:59 2026] GET /v2.0/security-groups?tenant_id=724779dc7dd543c393df7eac655e3aa0&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/791] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:48:59 2026] GET /v2.0/ports?tenant_id=76201be15609486698637bf79c887085&fields=id => generated 57 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/792] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:48:59 2026] GET /v2.0/networks/8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/793] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:48:59 2026] DELETE /v2.0/security-groups/9abf4ec0-4883-4ba9-9cd6-5d97d083c6c9 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/794] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:48:59 2026] GET /v2.0/networks/8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/795] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:48:59 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/796] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:00 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/797] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:00 2026] GET /v2.0/security-groups?tenant_id=f63db01979d0443d8b3b82fb1f7bfcf4&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/798] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:00 2026] DELETE /v2.0/security-groups/aa290ab2-b466-4435-8996-ba396cdf7ec9 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/799] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:01 2026] GET /v2.0/security-groups?tenant_id=8369da05dd2643588f373ebf68171e02&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/800] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:01 2026] DELETE /v2.0/security-groups/19d159dd-2ce8-475a-8c76-0e310a3442c7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/801] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:01 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/802] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:02 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/803] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:49:03 2026] GET /v2.0/networks?id=8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/804] 199.204.45.244 () {34 vars in 1050 bytes} [Thu May 7 16:49:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=76201be15609486698637bf79c887085 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/805] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:03 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/806] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:49:03 2026] POST /v2.0/ports => generated 954 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/807] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:49:04 2026] PUT /v2.0/ports/eaf702ce-5743-449e-858c-7d006d370e9c => generated 1235 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:04.773 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91062775-9dff-4f3e-b4a8-d0964e6efc68'] response: {'name': 'network-changed', 'server_uuid': 'cce9c57d-2070-433e-885b-cf63237ab399', 'tag': 'eaf702ce-5743-449e-858c-7d006d370e9c', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 411/808] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:05 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 398/809] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:05 2026] GET /v2.0/security-groups?id=494a8925-ce1f-456e-b669-7036e9233eb9&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/810] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:49:05 2026] GET /v2.0/ports?tenant_id=76201be15609486698637bf79c887085&device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/811] 199.204.45.244 () {34 vars in 1018 bytes} [Thu May 7 16:49:05 2026] GET /v2.0/networks?tenant_id=76201be15609486698637bf79c887085&shared=False => generated 771 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/812] 199.204.45.244 () {34 vars in 930 bytes} [Thu May 7 16:49:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/813] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:05 2026] GET /v2.0/security-groups?tenant_id=8d31f1a1ad2147a29545f528587b433a&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/814] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:05 2026] GET /v2.0/security-groups?tenant_id=6f8125c8df024754b4f628bb9e545d1d&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/815] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:05 2026] DELETE /v2.0/security-groups/324a7a4e-9419-4064-ab7c-9af96ef972ea => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/816] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:05 2026] DELETE /v2.0/security-groups/5c9abae1-8c47-4939-a72a-92b23e4d2201 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/817] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:05 2026] GET /v2.0/security-groups?tenant_id=4ecadd15ad3f4a94b4099cb5bece5108&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/818] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:06 2026] DELETE /v2.0/security-groups/da22e20c-21b4-4e1b-aec4-2c5547fc0a44 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/819] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:06 2026] GET /v2.0/security-groups?tenant_id=d8d9f05f7b8a46c08ee4eda005e64a88&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/820] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:06 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/821] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:06 2026] GET /v2.0/security-groups?id=494a8925-ce1f-456e-b669-7036e9233eb9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/822] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:06 2026] DELETE /v2.0/security-groups/708240f0-b56a-4089-bdca-c737c89bd73f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/823] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:49:06 2026] GET /v2.0/ports?tenant_id=76201be15609486698637bf79c887085&device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/824] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:49:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=eaf702ce-5743-449e-858c-7d006d370e9c => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/825] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:49:06 2026] GET /v2.0/subnets?id=c83cee3e-2619-4907-9508-fe6598b80017 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/826] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:49:06 2026] GET /v2.0/ports?network_id=8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/827] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:49:06 2026] GET /v2.0/networks/8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/828] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:49:06 2026] GET /v2.0/networks/8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/829] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:07 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/830] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:07 2026] GET /v2.0/security-groups?id=494a8925-ce1f-456e-b669-7036e9233eb9&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/831] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:08 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/832] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:08 2026] GET /v2.0/security-groups?id=494a8925-ce1f-456e-b669-7036e9233eb9&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/833] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:08 2026] GET /v2.0/security-groups?tenant_id=9b2f5ba2b47f4bcbb26e0deeed0382bb&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/834] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:09 2026] DELETE /v2.0/security-groups/49063faf-b6e9-4880-9ff1-6e602b1755a8 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/837] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:09 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/838] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:09 2026] GET /v2.0/security-groups?id=494a8925-ce1f-456e-b669-7036e9233eb9&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/839] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:10 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/840] 10.0.0.4 () {34 vars in 969 bytes} [Thu May 7 16:49:10 2026] GET /v2.0/ports/32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 968 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/841] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:10 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/842] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:10 2026] GET /v2.0/security-groups?id=494a8925-ce1f-456e-b669-7036e9233eb9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/843] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:10 2026] GET /v2.0/security-groups?tenant_id=6e96cf41436d412bb85f7b4a77f8f5c1&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:11.364 8 INFO neutron.db.segments_db [None req-2c68ce05-4e9e-45ca-aa3b-ce10b59d0a3a 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Added segment 2495a426-377a-4ee5-b6cc-43e1f459f21a of type vxlan for network c56b046c-6236-423d-be50-78c269268e65 [pid: 7|app: 0|req: 417/844] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:11 2026] DELETE /v2.0/security-groups/414e167c-a26e-4d24-9a4a-000951175fcc => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/845] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:11 2026] POST /v2.0/networks => generated 631 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/846] 199.204.45.244 () {34 vars in 1000 bytes} [Thu May 7 16:49:11 2026] GET /v2.0/subnets?network_id=6dcbec33-71bd-4517-bc28-908fbe4fd674 => generated 684 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/847] 199.204.45.244 () {34 vars in 1146 bytes} [Thu May 7 16:49:11 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa&device_owner=compute%3Anova&network_id=6dcbec33-71bd-4517-bc28-908fbe4fd674 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/848] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:11 2026] POST /v2.0/subnets => generated 627 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:11.811 7 INFO neutron.db.segments_db [None req-7e697d91-c0b5-454f-95cd-09e4c0835a3c 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Added segment fd4d8454-15f9-4269-b178-72d5f67351ba of type vxlan for network 01b2cd89-4b14-488b-9c21-6a23aa388df2 2026-05-07 16:49:12.084 7 INFO neutron.db.l3_hamode_db [None req-7e697d91-c0b5-454f-95cd-09e4c0835a3c 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 431/849] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:49:11 2026] PUT /v2.0/ports/32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 1145 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:49:12.327 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-544ef4ae-d792-4b8c-ac6b-211f653e0860'] response: {'name': 'network-changed', 'server_uuid': 'ad2ee5bb-ad8f-4b6f-8c04-030e562033fa', 'tag': '32e31514-2959-4cc4-b1fa-6a0e0cf266e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 432/850] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:12 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/851] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:12 2026] GET /v2.0/security-groups?id=494a8925-ce1f-456e-b669-7036e9233eb9&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/852] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:12 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:12.860 8 INFO neutron.db.l3_db [None req-94a65af8-78e5-4e86-a536-3538c998c7e5 1bf4986d341b48da89aaeb707d01c1a7 76201be15609486698637bf79c887085 - - default default] Floating IP 875beb76-1b9b-4314-a182-e4bc3de1d8d3 associated. External IP: 10.96.250.219, port: eaf702ce-5743-449e-858c-7d006d370e9c. 2026-05-07 16:49:12.880 7 INFO neutron.db.l3_hamode_db [None req-7e697d91-c0b5-454f-95cd-09e4c0835a3c 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 435/853] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:49:12 2026] PUT /v2.0/floatingips/875beb76-1b9b-4314-a182-e4bc3de1d8d3 => generated 855 bytes in 625 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/854] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:49:13 2026] GET /v2.0/ports?tenant_id=1629a854d13a49bab73e6b7dabf144b0&device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 1417 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/855] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:49:13 2026] GET /v2.0/networks?id=6dcbec33-71bd-4517-bc28-908fbe4fd674 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/856] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:13 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/857] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:49:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/858] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:13 2026] GET /v2.0/security-groups?id=494a8925-ce1f-456e-b669-7036e9233eb9&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:13.724 8 INFO neutron.db.segments_db [None req-2c7f3a57-3fe9-4067-914a-669486dbe746 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] Added segment a3694c90-67ec-4f93-8993-c392aa88bc92 of type vxlan for network 72abe74d-cc23-4f52-b288-c19e0441258d [pid: 7|app: 0|req: 419/859] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:11 2026] POST /v2.0/routers => generated 695 bytes in 2015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/860] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:49:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/861] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:13 2026] POST /v2.0/networks => generated 630 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/862] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:13 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/863] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:49:13 2026] GET /v2.0/subnets?id=92e3a789-7249-4549-8270-0ffaf5773ac0 => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/864] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:49:13 2026] POST /v2.0/ports => generated 779 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 424/865] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:14 2026] GET /v2.0/security-groups?id=494a8925-ce1f-456e-b669-7036e9233eb9&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/866] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:49:14 2026] GET /v2.0/ports?network_id=6dcbec33-71bd-4517-bc28-908fbe4fd674&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:14.323 7 INFO neutron.db.segments_db [None req-752bb62a-c316-418f-95b0-6d48818ad52a 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] Added segment 29a5a2b1-8ce0-4f61-9a76-da6fb81c7e6a of type vxlan for network 2c156c43-8e84-451a-8d15-ceb299fc2a46 2026-05-07 16:49:14.379 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-48a27619-f569-42a8-b0ab-f38648fe0f1f'] response: {'name': 'network-changed', 'server_uuid': 'cce9c57d-2070-433e-885b-cf63237ab399', 'tag': 'eaf702ce-5743-449e-858c-7d006d370e9c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 426/867] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:14 2026] POST /v2.0/networks => generated 617 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/868] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:49:14 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/869] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:14 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/870] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:49:14 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/871] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:49:14 2026] POST /v2.0/ports => generated 966 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 431/872] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/ports?tenant_id=76201be15609486698637bf79c887085&device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:15.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-0728648d-3f4c-46e4-8b6a-ffd7ecf870b5 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] TaaS: Handle Delete Port: 152a5dc1-6b6c-45b5-94c5-47e9bf0a6fc0 2026-05-07 16:49:15.159 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0728648d-3f4c-46e4-8b6a-ffd7ecf870b5 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] Tap Mirror: Handle Delete Port: 152a5dc1-6b6c-45b5-94c5-47e9bf0a6fc0 [pid: 7|app: 0|req: 432/873] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:15 2026] DELETE /v2.0/ports/152a5dc1-6b6c-45b5-94c5-47e9bf0a6fc0 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/874] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/networks?id=8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409 => generated 771 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:15.337 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7775e15-9f15-40a9-86cf-d05804ebecff 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 434/875] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:15 2026] DELETE /v2.0/ports/152a5dc1-6b6c-45b5-94c5-47e9bf0a6fc0 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/876] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/877] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=eaf702ce-5743-449e-858c-7d006d370e9c => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:15.423 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3488093c-2dae-4c7c-95bd-860ab532fea2 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 437/878] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/ports/152a5dc1-6b6c-45b5-94c5-47e9bf0a6fc0 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/879] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 1148 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/880] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/security-groups?id=494a8925-ce1f-456e-b669-7036e9233eb9&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/881] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/subnets?id=c83cee3e-2619-4907-9508-fe6598b80017 => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/882] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:49:13 2026] PUT /v2.0/routers/aad85b59-315c-4be3-97bc-e2f350f88651/add_router_interface => generated 309 bytes in 1760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/883] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/884] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/ports?network_id=8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/885] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:15 2026] DELETE /v2.0/subnets/c692917f-e714-4222-be68-1fd55874ddcb => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/886] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/networks/8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:15.835 7 INFO neutron.services.segments.plugin [-] Segment 29a5a2b1-8ce0-4f61-9a76-da6fb81c7e6a resource provider aggregate not found 2026-05-07 16:49:15.842 7 INFO neutron.services.segments.plugin [-] Segment 29a5a2b1-8ce0-4f61-9a76-da6fb81c7e6a resource provider aggregate not found 2026-05-07 16:49:15.859 7 INFO neutron.services.segments.plugin [-] Segment 29a5a2b1-8ce0-4f61-9a76-da6fb81c7e6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29a5a2b1-8ce0-4f61-9a76-da6fb81c7e6a found for delete ", "request_id": "req-91e7f3e1-d161-425e-a70d-92ef3046b612"}]} 2026-05-07 16:49:15.862 7 INFO neutron.services.segments.plugin [-] Segment 29a5a2b1-8ce0-4f61-9a76-da6fb81c7e6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29a5a2b1-8ce0-4f61-9a76-da6fb81c7e6a found for delete ", "request_id": "req-6f2e34d6-1d4f-4808-945d-598f674809d6"}]} [pid: 7|app: 0|req: 443/887] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:15 2026] DELETE /v2.0/networks/2c156c43-8e84-451a-8d15-ceb299fc2a46 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/888] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/networks/8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/889] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:49:15 2026] GET /v2.0/ports?tenant_id=1629a854d13a49bab73e6b7dabf144b0&device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 1417 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:16.000 7 INFO neutron.db.segments_db [None req-674b3dcc-7ca3-4ef7-aba6-de2acd461914 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] Added segment 6cb752dc-3018-4a79-89b5-cc2d8558d954 of type vxlan for network 24b3acbb-29bb-43f5-a9e5-93e2e621d87f [pid: 8|app: 0|req: 445/890] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:49:15 2026] POST /v2.0/ports => generated 959 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 446/891] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:15 2026] POST /v2.0/networks => generated 617 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/892] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:49:16 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/893] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:49:16 2026] GET /v2.0/networks?id=6dcbec33-71bd-4517-bc28-908fbe4fd674 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/894] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:16 2026] POST /v2.0/subnets => generated 646 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/895] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:49:16 2026] POST /v2.0/ports => generated 955 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 449/896] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:49:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:16.513 8 INFO neutron_taas.services.taas.taas_plugin [req-b043fc0c-b075-433a-89d9-7252396f1ac6 req-464c70b9-5cb1-4905-a251-716f3a1d8fd7 1bf4986d341b48da89aaeb707d01c1a7 76201be15609486698637bf79c887085 - - default default] TaaS: Handle Delete Port: eaf702ce-5743-449e-858c-7d006d370e9c 2026-05-07 16:49:16.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b043fc0c-b075-433a-89d9-7252396f1ac6 req-464c70b9-5cb1-4905-a251-716f3a1d8fd7 1bf4986d341b48da89aaeb707d01c1a7 76201be15609486698637bf79c887085 - - default default] Tap Mirror: Handle Delete Port: eaf702ce-5743-449e-858c-7d006d370e9c 2026-05-07 16:49:16.653 8 INFO neutron.db.l3_db [req-b043fc0c-b075-433a-89d9-7252396f1ac6 req-464c70b9-5cb1-4905-a251-716f3a1d8fd7 1bf4986d341b48da89aaeb707d01c1a7 76201be15609486698637bf79c887085 - - default default] Floating IP 875beb76-1b9b-4314-a182-e4bc3de1d8d3 disassociated. External IP: 10.96.250.219, port: eaf702ce-5743-449e-858c-7d006d370e9c. [pid: 7|app: 0|req: 450/897] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:49:16 2026] POST /v2.0/ports => generated 927 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/898] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:49:16 2026] DELETE /v2.0/ports/eaf702ce-5743-449e-858c-7d006d370e9c => generated 0 bytes in 603 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/899] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:49:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:17.049 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-14ee5786-0ff0-4067-83ba-402c97848129'] response: {'server_uuid': 'cce9c57d-2070-433e-885b-cf63237ab399', 'name': 'network-vif-deleted', 'tag': 'eaf702ce-5743-449e-858c-7d006d370e9c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 450/900] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:17 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:17.163 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd33f6f0-ac32-4c55-a31f-bf476d14c5c8 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] TaaS: Handle Delete Port: 0995a74f-210f-47a9-8eb0-68e7efebbd04 2026-05-07 16:49:17.166 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd33f6f0-ac32-4c55-a31f-bf476d14c5c8 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] Tap Mirror: Handle Delete Port: 0995a74f-210f-47a9-8eb0-68e7efebbd04 [pid: 8|app: 0|req: 451/901] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:17 2026] DELETE /v2.0/ports/0995a74f-210f-47a9-8eb0-68e7efebbd04 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/902] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:49:17 2026] GET /v2.0/subnets?id=92e3a789-7249-4549-8270-0ffaf5773ac0 => generated 702 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:17.310 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2199e65-f6e4-4ae3-98cd-f9264149d94f 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 453/903] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:49:17 2026] GET /v2.0/ports/0995a74f-210f-47a9-8eb0-68e7efebbd04 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/904] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:49:17 2026] GET /v2.0/ports?network_id=6dcbec33-71bd-4517-bc28-908fbe4fd674&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/905] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:17 2026] DELETE /v2.0/subnets/c7c92a61-5d36-49af-9470-5e958e191164 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:17.489 7 INFO neutron.db.l3_db [None req-3b77ffea-3dd7-4b2b-88f9-a3d5628d8991 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Floating IP 8883c482-9fe2-4386-8e27-645a17a2448e associated. External IP: 10.96.250.214, port: 84fa429d-92f6-4e11-b6b5-429610931b3e. [pid: 8|app: 0|req: 456/906] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:49:17 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:17.645 8 INFO neutron.services.segments.plugin [-] Segment 6cb752dc-3018-4a79-89b5-cc2d8558d954 resource provider aggregate not found 2026-05-07 16:49:17.649 8 INFO neutron.services.segments.plugin [-] Segment 6cb752dc-3018-4a79-89b5-cc2d8558d954 resource provider aggregate not found [pid: 8|app: 0|req: 457/907] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:17 2026] DELETE /v2.0/networks/24b3acbb-29bb-43f5-a9e5-93e2e621d87f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:17.678 8 INFO neutron.services.segments.plugin [-] Segment 6cb752dc-3018-4a79-89b5-cc2d8558d954 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cb752dc-3018-4a79-89b5-cc2d8558d954 found for delete ", "request_id": "req-7a688524-91b6-4572-9512-e256f1328e60"}]} 2026-05-07 16:49:17.688 8 INFO neutron.services.segments.plugin [-] Segment 6cb752dc-3018-4a79-89b5-cc2d8558d954 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cb752dc-3018-4a79-89b5-cc2d8558d954 found for delete ", "request_id": "req-ab232d21-3212-4b6e-bce1-27e224d24022"}]} [pid: 8|app: 0|req: 458/908] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:49:17 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/909] 10.0.0.78 () {34 vars in 676 bytes} [Thu May 7 16:49:16 2026] POST /v2.0/floatingips => generated 842 bytes in 1041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:17.958 7 INFO neutron.db.l3_db [None req-23acb4db-415f-4a8f-aa14-a8b069622ec3 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Floating IP 8883c482-9fe2-4386-8e27-645a17a2448e disassociated. External IP: 10.96.250.214, port: 84fa429d-92f6-4e11-b6b5-429610931b3e. [pid: 8|app: 0|req: 459/910] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:49:17 2026] POST /v2.0/ports => generated 779 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 460/911] 10.0.0.78 () {34 vars in 736 bytes} [Thu May 7 16:49:17 2026] PUT /v2.0/ports/e798dc29-bccc-4254-b45c-3aad9186043b => generated 752 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 461/912] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:18 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/913] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:49:17 2026] PUT /v2.0/floatingips/8883c482-9fe2-4386-8e27-645a17a2448e => generated 552 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:18.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-23ecb6fa-6de6-41d2-abb8-3bbe64462661 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] TaaS: Handle Delete Port: e798dc29-bccc-4254-b45c-3aad9186043b 2026-05-07 16:49:18.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23ecb6fa-6de6-41d2-abb8-3bbe64462661 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] Tap Mirror: Handle Delete Port: e798dc29-bccc-4254-b45c-3aad9186043b [pid: 8|app: 0|req: 462/914] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:18 2026] DELETE /v2.0/ports/e798dc29-bccc-4254-b45c-3aad9186043b => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/915] 199.204.45.244 () {34 vars in 1118 bytes} [Thu May 7 16:49:18 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.6 => generated 1148 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/916] 10.0.0.78 () {32 vars in 642 bytes} [Thu May 7 16:49:18 2026] GET /v2.0/ports => generated 782 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:18.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-70100eae-f2bf-46f8-a6ca-1464020cddae 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] TaaS: Handle Delete Port: 8d2558d8-6c2e-44e1-a762-34f421c4f184 2026-05-07 16:49:18.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70100eae-f2bf-46f8-a6ca-1464020cddae 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Tap Mirror: Handle Delete Port: 8d2558d8-6c2e-44e1-a762-34f421c4f184 [pid: 8|app: 0|req: 463/917] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:49:18 2026] DELETE /v2.0/floatingips/8883c482-9fe2-4386-8e27-645a17a2448e => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:18.709 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f385fa9c-016e-4e42-9b41-9cf61c642ef8 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 464/918] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:49:18 2026] GET /v2.0/ports/e798dc29-bccc-4254-b45c-3aad9186043b => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/919] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:49:18 2026] PUT /v2.0/ports/32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 968 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 456/920] 10.0.0.78 () {32 vars in 642 bytes} [Thu May 7 16:49:18 2026] GET /v2.0/ports => generated 782 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:18.850 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-38b741e7-3c12-48d4-9bed-8a16b614282b'] response: {'name': 'network-changed', 'server_uuid': 'ad2ee5bb-ad8f-4b6f-8c04-030e562033fa', 'tag': '32e31514-2959-4cc4-b1fa-6a0e0cf266e1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 457/921] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:49:18 2026] GET /v2.0/ports/30735c1a-b91e-4229-9ff0-0457b26dd845 => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:18.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-658af17a-23c6-4b21-9468-8ba16aa6b25c 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 458/922] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:18 2026] DELETE /v2.0/ports/0995a74f-210f-47a9-8eb0-68e7efebbd04 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:49:18.927 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0311d1ec-5973-4957-a79f-b8c1fb365610 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 459/923] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:18 2026] DELETE /v2.0/subnets/c7c92a61-5d36-49af-9470-5e958e191164 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:49:18.947 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57b951bc-6a7d-4adb-a8c2-38a1a711fefb 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 460/924] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:18 2026] DELETE /v2.0/subnets/c692917f-e714-4222-be68-1fd55874ddcb => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:49:19.050 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9f7f56a-dfa6-4280-a5d6-ea8196bed654 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] TaaS: Handle Delete Port: 30735c1a-b91e-4229-9ff0-0457b26dd845 2026-05-07 16:49:19.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9f7f56a-dfa6-4280-a5d6-ea8196bed654 2a188d9defc44539a07c10926925735c e049b79191ca43bdb8c00334ea6d37f3 - - default default] Tap Mirror: Handle Delete Port: 30735c1a-b91e-4229-9ff0-0457b26dd845 [pid: 7|app: 0|req: 461/925] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:18 2026] DELETE /v2.0/ports/30735c1a-b91e-4229-9ff0-0457b26dd845 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:19.236 7 INFO neutron.services.segments.plugin [-] Segment a3694c90-67ec-4f93-8993-c392aa88bc92 resource provider aggregate not found 2026-05-07 16:49:19.237 7 INFO neutron.services.segments.plugin [-] Segment a3694c90-67ec-4f93-8993-c392aa88bc92 resource provider aggregate not found 2026-05-07 16:49:19.256 7 INFO neutron.services.segments.plugin [-] Segment a3694c90-67ec-4f93-8993-c392aa88bc92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3694c90-67ec-4f93-8993-c392aa88bc92 found for delete ", "request_id": "req-4c3aa596-ef28-4c03-bc1d-d327773c5cee"}]} [pid: 7|app: 0|req: 462/926] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:19 2026] DELETE /v2.0/networks/72abe74d-cc23-4f52-b288-c19e0441258d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:19.262 7 INFO neutron.services.segments.plugin [-] Segment a3694c90-67ec-4f93-8993-c392aa88bc92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3694c90-67ec-4f93-8993-c392aa88bc92 found for delete ", "request_id": "req-0c7c846e-20d9-4019-9d66-6583f24bd070"}]} [pid: 7|app: 0|req: 463/927] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:19 2026] GET /v2.0/ports?device_id=cce9c57d-2070-433e-885b-cf63237ab399 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/928] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:49:19 2026] GET /v2.0/ports?tenant_id=1629a854d13a49bab73e6b7dabf144b0&device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/929] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:49:19 2026] GET /v2.0/networks?id=6dcbec33-71bd-4517-bc28-908fbe4fd674 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/930] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:49:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/931] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:49:19 2026] GET /v2.0/subnets?id=92e3a789-7249-4549-8270-0ffaf5773ac0 => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/932] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:49:19 2026] GET /v2.0/ports?network_id=6dcbec33-71bd-4517-bc28-908fbe4fd674&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:19.519 8 INFO neutron.db.l3_db [None req-c1cab9c1-a15c-4629-b579-f6322dafa8a9 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Floating IP 79dafdb1-7fa9-4a4b-8eed-20b25a8a8b37 associated. External IP: 10.96.250.216, port: 5d841883-569d-4bc5-bb28-f6efc031253b. [pid: 7|app: 0|req: 469/933] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:49:19 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/934] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:49:19 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/935] 10.0.0.78 () {34 vars in 676 bytes} [Thu May 7 16:49:18 2026] POST /v2.0/floatingips => generated 843 bytes in 1128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/936] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:49:19 2026] GET /v2.0/floatingips/79dafdb1-7fa9-4a4b-8eed-20b25a8a8b37 => generated 843 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/937] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:19 2026] GET /v2.0/security-groups?tenant_id=e049b79191ca43bdb8c00334ea6d37f3&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/938] 10.0.0.78 () {32 vars in 654 bytes} [Thu May 7 16:49:19 2026] GET /v2.0/floatingips => generated 846 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/939] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:19 2026] DELETE /v2.0/security-groups/8d0ca041-6587-40b1-b850-4d2e05134e22 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/940] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:20 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/941] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:20 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:20.350 8 INFO neutron.db.l3_db [None req-1bca6a4a-0da3-442e-8456-5dd0ace07488 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Floating IP 79dafdb1-7fa9-4a4b-8eed-20b25a8a8b37 associated. External IP: 10.96.250.216, port: 5d841883-569d-4bc5-bb28-f6efc031253b. [pid: 7|app: 0|req: 475/942] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:20 2026] DELETE /v2.0/security-groups/494a8925-ce1f-456e-b669-7036e9233eb9 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:20.464 7 INFO neutron.api.v2.resource [None req-928b47ba-5531-4d3f-8d31-6131bfe6ed0c 1bf4986d341b48da89aaeb707d01c1a7 76201be15609486698637bf79c887085 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 476/943] 10.0.0.78 () {32 vars in 736 bytes} [Thu May 7 16:49:20 2026] GET /v2.0/security-groups/494a8925-ce1f-456e-b669-7036e9233eb9 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:49:20.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-85346c4e-c584-481e-995d-8eeafaa3f21d 1bf4986d341b48da89aaeb707d01c1a7 76201be15609486698637bf79c887085 - - default default] TaaS: Handle Delete Port: d6f39489-afbc-401b-943f-c3cce3b79307 2026-05-07 16:49:20.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85346c4e-c584-481e-995d-8eeafaa3f21d 1bf4986d341b48da89aaeb707d01c1a7 76201be15609486698637bf79c887085 - - default default] Tap Mirror: Handle Delete Port: d6f39489-afbc-401b-943f-c3cce3b79307 [pid: 7|app: 0|req: 477/944] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:49:20 2026] DELETE /v2.0/floatingips/875beb76-1b9b-4314-a182-e4bc3de1d8d3 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/945] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:49:20 2026] GET /v2.0/ports?tenant_id=1629a854d13a49bab73e6b7dabf144b0&device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/946] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:49:19 2026] PUT /v2.0/floatingips/79dafdb1-7fa9-4a4b-8eed-20b25a8a8b37 => generated 842 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/947] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:49:20 2026] GET /v2.0/networks?id=6dcbec33-71bd-4517-bc28-908fbe4fd674 => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:21.195 8 INFO neutron.db.l3_db [None req-f26982ae-d0e3-4e6f-a1e8-db9ae6dd8b72 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Floating IP 79dafdb1-7fa9-4a4b-8eed-20b25a8a8b37 disassociated. External IP: 10.96.250.216, port: 84fa429d-92f6-4e11-b6b5-429610931b3e. 2026-05-07 16:49:21.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8d85d22-287b-482c-9c61-30c50c16c4dc bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: ab14b4cd-34db-41de-a88e-78f4e96c87e4 2026-05-07 16:49:21.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8d85d22-287b-482c-9c61-30c50c16c4dc bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: ab14b4cd-34db-41de-a88e-78f4e96c87e4 [pid: 8|app: 0|req: 470/948] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:49:21 2026] PUT /v2.0/floatingips/79dafdb1-7fa9-4a4b-8eed-20b25a8a8b37 => generated 552 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/949] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:49:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 860 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/950] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:21 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:21.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fc3b2e4-5a92-4cff-9cad-3306c88b81c6 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] TaaS: Handle Delete Port: 25653303-5605-405e-ba19-a1e339c275a6 2026-05-07 16:49:21.718 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fc3b2e4-5a92-4cff-9cad-3306c88b81c6 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Tap Mirror: Handle Delete Port: 25653303-5605-405e-ba19-a1e339c275a6 [pid: 8|app: 0|req: 473/951] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:49:21 2026] DELETE /v2.0/floatingips/79dafdb1-7fa9-4a4b-8eed-20b25a8a8b37 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/952] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:49:21 2026] GET /v2.0/subnets?id=92e3a789-7249-4549-8270-0ffaf5773ac0 => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/953] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:21 2026] GET /v2.0/security-groups?id=da20a49b-da27-4a08-bb6e-50ea67513c99&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/954] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:49:20 2026] PUT /v2.0/routers/e59334a8-633d-424b-bb26-c4ef8ac96923/remove_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:21.951 7 INFO neutron.api.v2.resource [None req-adc25d5d-9e73-4c71-bbcd-6b268ec66d10 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 480/955] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:49:21 2026] DELETE /v2.0/floatingips/79dafdb1-7fa9-4a4b-8eed-20b25a8a8b37 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/956] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:49:21 2026] GET /v2.0/ports?network_id=6dcbec33-71bd-4517-bc28-908fbe4fd674&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/957] 10.0.0.78 () {34 vars in 676 bytes} [Thu May 7 16:49:21 2026] POST /v2.0/subnetpools => generated 549 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:22.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e776e45-5f4f-4b9f-85c2-f0e0b16865b5 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 3522fc62-5284-4986-9d61-8c8107b82582 2026-05-07 16:49:22.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e776e45-5f4f-4b9f-85c2-f0e0b16865b5 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 3522fc62-5284-4986-9d61-8c8107b82582 2026-05-07 16:49:22.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-93cec567-9456-4ad0-9658-5956a1d47b6a 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] TaaS: Handle Delete Port: 84fa429d-92f6-4e11-b6b5-429610931b3e 2026-05-07 16:49:22.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93cec567-9456-4ad0-9658-5956a1d47b6a 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Tap Mirror: Handle Delete Port: 84fa429d-92f6-4e11-b6b5-429610931b3e [pid: 8|app: 0|req: 477/958] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:22 2026] DELETE /v2.0/ports/84fa429d-92f6-4e11-b6b5-429610931b3e => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:22.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e776e45-5f4f-4b9f-85c2-f0e0b16865b5 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 9175669a-cb80-4f33-8f8c-5ab63cde02b8 2026-05-07 16:49:22.445 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e776e45-5f4f-4b9f-85c2-f0e0b16865b5 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 9175669a-cb80-4f33-8f8c-5ab63cde02b8 [pid: 8|app: 0|req: 478/959] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:49:22 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/960] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:49:22 2026] GET /v2.0/subnetpools/1bf48054-6f48-4afb-9264-4fb61bcafe66 => generated 549 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:22.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cc4861d-7568-4f21-9e9b-a0c13d1b954a 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] TaaS: Handle Delete Port: 5d841883-569d-4bc5-bb28-f6efc031253b 2026-05-07 16:49:22.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cc4861d-7568-4f21-9e9b-a0c13d1b954a 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Tap Mirror: Handle Delete Port: 5d841883-569d-4bc5-bb28-f6efc031253b [pid: 8|app: 0|req: 480/961] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:22 2026] DELETE /v2.0/ports/5d841883-569d-4bc5-bb28-f6efc031253b => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/962] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:49:22 2026] GET /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:22.811 7 INFO neutron.services.segments.plugin [-] Segment d580ab95-e547-4595-9027-230f0eebe611 resource provider aggregate not found 2026-05-07 16:49:22.818 7 INFO neutron.services.segments.plugin [-] Segment d580ab95-e547-4595-9027-230f0eebe611 resource provider aggregate not found 2026-05-07 16:49:22.836 7 INFO neutron.services.segments.plugin [-] Segment d580ab95-e547-4595-9027-230f0eebe611 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d580ab95-e547-4595-9027-230f0eebe611 found for delete ", "request_id": "req-9b899536-4a92-43e2-adc1-a49aabe8934f"}]} 2026-05-07 16:49:22.843 7 INFO neutron.services.segments.plugin [-] Segment d580ab95-e547-4595-9027-230f0eebe611 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d580ab95-e547-4595-9027-230f0eebe611 found for delete ", "request_id": "req-6594ef65-eb1b-4805-9aa6-b122a5470ab4"}]} 2026-05-07 16:49:22.850 7 INFO neutron.db.l3_hamode_db [None req-2e776e45-5f4f-4b9f-85c2-f0e0b16865b5 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] HA network 889736e2-52ee-45a6-ab21-ec14da47a358 was deleted as no HA routers are present in tenant 76201be15609486698637bf79c887085. [pid: 7|app: 0|req: 482/963] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:21 2026] DELETE /v2.0/routers/e59334a8-633d-424b-bb26-c4ef8ac96923 => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/964] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:49:22 2026] PUT /v2.0/subnetpools/1bf48054-6f48-4afb-9264-4fb61bcafe66 => generated 501 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/965] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:49:22 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/966] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:49:22 2026] GET /v2.0/ports?device_id=aad85b59-315c-4be3-97bc-e2f350f88651 => generated 958 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/967] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:49:22 2026] DELETE /v2.0/subnetpools/1bf48054-6f48-4afb-9264-4fb61bcafe66 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:23.082 8 INFO neutron_taas.services.taas.taas_plugin [req-ab2ab149-2eaa-4e68-95d8-bb7d9686a319 req-e55584b5-cc5b-4fa7-a5d8-24d02b6a6f63 ecfbc4ae103e49ef904477e3ec9a21ae 1629a854d13a49bab73e6b7dabf144b0 - - default default] TaaS: Handle Delete Port: 32e31514-2959-4cc4-b1fa-6a0e0cf266e1 [pid: 7|app: 0|req: 484/968] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:22 2026] DELETE /v2.0/subnets/c83cee3e-2619-4907-9508-fe6598b80017 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:23.086 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ab2ab149-2eaa-4e68-95d8-bb7d9686a319 req-e55584b5-cc5b-4fa7-a5d8-24d02b6a6f63 ecfbc4ae103e49ef904477e3ec9a21ae 1629a854d13a49bab73e6b7dabf144b0 - - default default] Tap Mirror: Handle Delete Port: 32e31514-2959-4cc4-b1fa-6a0e0cf266e1 2026-05-07 16:49:23.211 8 INFO neutron.db.l3_db [req-ab2ab149-2eaa-4e68-95d8-bb7d9686a319 req-e55584b5-cc5b-4fa7-a5d8-24d02b6a6f63 ecfbc4ae103e49ef904477e3ec9a21ae 1629a854d13a49bab73e6b7dabf144b0 - - default default] Floating IP 55b8119b-efe4-43c5-8402-f02007229cab disassociated. External IP: 10.96.250.207, port: 32e31514-2959-4cc4-b1fa-6a0e0cf266e1. 2026-05-07 16:49:23.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-38fd1b03-aa7d-4c49-9566-4e90edf2d70f 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] TaaS: Handle Delete Port: e1c19e39-8342-4e21-adf8-79c56de6db5d 2026-05-07 16:49:23.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38fd1b03-aa7d-4c49-9566-4e90edf2d70f 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Tap Mirror: Handle Delete Port: e1c19e39-8342-4e21-adf8-79c56de6db5d [pid: 8|app: 0|req: 485/969] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:49:22 2026] DELETE /v2.0/ports/32e31514-2959-4cc4-b1fa-6a0e0cf266e1 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:23.566 8 INFO neutron.api.v2.resource [None req-13e37f75-fbc9-4c3e-80e9-d84df1d92c01 9b7614ed1e724f6db7cf64795eda3380 0ac5a3c1d61146f8a4cb3525071fcf35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 486/970] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:49:23 2026] GET /v2.0/subnetpools/1bf48054-6f48-4afb-9264-4fb61bcafe66 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/971] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:23 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:23.590 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d8e6fb6-5ea4-4a72-a2b1-849a3488ac6c'] response: {'server_uuid': 'ad2ee5bb-ad8f-4b6f-8c04-030e562033fa', 'name': 'network-vif-deleted', 'tag': '32e31514-2959-4cc4-b1fa-6a0e0cf266e1', 'status': 'completed', 'code': 200} 2026-05-07 16:49:23.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-9eadb319-78d9-43b7-ae0b-65236909d463 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 6ce1ea62-19ed-4cf1-b1ce-4bf755c5724f 2026-05-07 16:49:23.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9eadb319-78d9-43b7-ae0b-65236909d463 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 6ce1ea62-19ed-4cf1-b1ce-4bf755c5724f 2026-05-07 16:49:23.865 8 INFO neutron.services.segments.plugin [-] Segment 0a5aa018-7f0b-4604-9a10-6210c309069c resource provider aggregate not found 2026-05-07 16:49:23.872 8 INFO neutron.services.segments.plugin [-] Segment 0a5aa018-7f0b-4604-9a10-6210c309069c resource provider aggregate not found 2026-05-07 16:49:23.890 8 INFO neutron.services.segments.plugin [-] Segment 0a5aa018-7f0b-4604-9a10-6210c309069c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a5aa018-7f0b-4604-9a10-6210c309069c found for delete ", "request_id": "req-9e804722-fbc0-4697-ac12-12eb08078498"}]} 2026-05-07 16:49:23.893 8 INFO neutron.services.segments.plugin [-] Segment 0a5aa018-7f0b-4604-9a10-6210c309069c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a5aa018-7f0b-4604-9a10-6210c309069c found for delete ", "request_id": "req-9175a89e-a446-43c1-b2a9-576f3005c0f6"}]} [pid: 8|app: 0|req: 488/972] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:23 2026] DELETE /v2.0/networks/8aa3a1ee-6d0f-4d0a-8d2b-285671ba6409 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:23.908 8 INFO neutron.api.v2.resource [None req-fb06d7c8-68d6-4ccd-ad7e-230aff13a239 9b7614ed1e724f6db7cf64795eda3380 0ac5a3c1d61146f8a4cb3525071fcf35 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 489/973] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:49:23 2026] DELETE /v2.0/subnetpools/1bf48054-6f48-4afb-9264-4fb61bcafe66 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/974] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:49:23 2026] PUT /v2.0/routers/aad85b59-315c-4be3-97bc-e2f350f88651/remove_router_interface => generated 309 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/975] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:24 2026] GET /v2.0/security-groups?tenant_id=76201be15609486698637bf79c887085&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:24.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-91e7be2c-6fb4-4472-980a-43de62324391 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] TaaS: Handle Delete Port: 30bba73e-8d68-4f7d-bcf5-5a52232cceb5 2026-05-07 16:49:24.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91e7be2c-6fb4-4472-980a-43de62324391 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Tap Mirror: Handle Delete Port: 30bba73e-8d68-4f7d-bcf5-5a52232cceb5 [pid: 7|app: 0|req: 487/976] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:24 2026] DELETE /v2.0/security-groups/259a7e92-5be2-42ab-b9b9-ff48ddd0ae61 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:24.375 8 INFO neutron_taas.services.taas.taas_plugin [None req-91e7be2c-6fb4-4472-980a-43de62324391 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] TaaS: Handle Delete Port: 7fbe2055-2a35-43a1-92f1-afb8bb96bcca 2026-05-07 16:49:24.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91e7be2c-6fb4-4472-980a-43de62324391 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] Tap Mirror: Handle Delete Port: 7fbe2055-2a35-43a1-92f1-afb8bb96bcca 2026-05-07 16:49:24.776 8 INFO neutron.db.l3_hamode_db [None req-91e7be2c-6fb4-4472-980a-43de62324391 548e7e7f685d4a94a5dbe6e691f87b5a 100b48bd21404094976a5e15ef467fba - - default default] HA network 01b2cd89-4b14-488b-9c21-6a23aa388df2 was deleted as no HA routers are present in tenant 100b48bd21404094976a5e15ef467fba. [pid: 8|app: 0|req: 490/977] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:23 2026] DELETE /v2.0/routers/aad85b59-315c-4be3-97bc-e2f350f88651 => generated 0 bytes in 855 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/980] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:24 2026] GET /v2.0/security-groups?tenant_id=0ac5a3c1d61146f8a4cb3525071fcf35&name=default => generated 2925 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/981] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:24 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/982] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:24 2026] DELETE /v2.0/security-groups/508a0cef-7d47-4763-886a-3ac1d1f9ab33 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/983] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:24 2026] DELETE /v2.0/subnets/663fcd83-fa70-4b5b-b20c-ccb70e332471 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/984] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:25 2026] DELETE /v2.0/networks/c56b046c-6236-423d-be50-78c269268e65 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/985] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:25 2026] GET /v2.0/security-groups?tenant_id=100b48bd21404094976a5e15ef467fba&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/986] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:25 2026] DELETE /v2.0/security-groups/bea8b23c-434e-4fdd-adb1-3f4dbb7f9c14 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:25.911 8 INFO neutron.services.segments.plugin [-] Segment fd4d8454-15f9-4269-b178-72d5f67351ba resource provider aggregate not found 2026-05-07 16:49:25.916 8 INFO neutron.services.segments.plugin [-] Segment fd4d8454-15f9-4269-b178-72d5f67351ba resource provider aggregate not found [pid: 7|app: 0|req: 491/987] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:25 2026] GET /v2.0/ports?device_id=ad2ee5bb-ad8f-4b6f-8c04-030e562033fa => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:25.927 8 INFO neutron.services.segments.plugin [-] Segment fd4d8454-15f9-4269-b178-72d5f67351ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd4d8454-15f9-4269-b178-72d5f67351ba found for delete ", "request_id": "req-dadf600c-302a-4705-b67c-253d0710750b"}]} 2026-05-07 16:49:25.932 8 INFO neutron.services.segments.plugin [-] Segment fd4d8454-15f9-4269-b178-72d5f67351ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd4d8454-15f9-4269-b178-72d5f67351ba found for delete ", "request_id": "req-94817102-8e69-475f-a0ce-fef4c49f7027"}]} 2026-05-07 16:49:25.946 8 INFO neutron.services.segments.plugin [-] Segment 2495a426-377a-4ee5-b6cc-43e1f459f21a resource provider aggregate not found 2026-05-07 16:49:25.953 8 INFO neutron.services.segments.plugin [-] Segment 2495a426-377a-4ee5-b6cc-43e1f459f21a resource provider aggregate not found 2026-05-07 16:49:25.965 8 INFO neutron.services.segments.plugin [-] Segment 2495a426-377a-4ee5-b6cc-43e1f459f21a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2495a426-377a-4ee5-b6cc-43e1f459f21a found for delete ", "request_id": "req-77de1b01-f7ba-48ef-8cd6-bae2c1bcd777"}]} 2026-05-07 16:49:25.971 8 INFO neutron.services.segments.plugin [-] Segment 2495a426-377a-4ee5-b6cc-43e1f459f21a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2495a426-377a-4ee5-b6cc-43e1f459f21a found for delete ", "request_id": "req-a952789a-d489-452b-9e88-b3d3130cf8a6"}]} [pid: 8|app: 0|req: 497/988] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:27 2026] DELETE /v2.0/security-groups/da20a49b-da27-4a08-bb6e-50ea67513c99 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:27.143 7 INFO neutron.api.v2.resource [None req-15106d7c-3f1a-4601-ac81-f93e63aae3a3 ecfbc4ae103e49ef904477e3ec9a21ae 1629a854d13a49bab73e6b7dabf144b0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/989] 10.0.0.78 () {32 vars in 736 bytes} [Thu May 7 16:49:27 2026] GET /v2.0/security-groups/da20a49b-da27-4a08-bb6e-50ea67513c99 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:49:27.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-48c60932-2c90-4ee2-8cd3-32d2adf0c592 ecfbc4ae103e49ef904477e3ec9a21ae 1629a854d13a49bab73e6b7dabf144b0 - - default default] TaaS: Handle Delete Port: f4067de3-9087-429f-a572-6a41c57ec593 2026-05-07 16:49:27.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48c60932-2c90-4ee2-8cd3-32d2adf0c592 ecfbc4ae103e49ef904477e3ec9a21ae 1629a854d13a49bab73e6b7dabf144b0 - - default default] Tap Mirror: Handle Delete Port: f4067de3-9087-429f-a572-6a41c57ec593 [pid: 8|app: 0|req: 498/990] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:49:27 2026] DELETE /v2.0/floatingips/55b8119b-efe4-43c5-8402-f02007229cab => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:27.867 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7213cb5-3e26-494a-bd30-8bd14be4d26a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 2a896550-5ed3-4356-8c8d-43311b610a04 2026-05-07 16:49:27.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7213cb5-3e26-494a-bd30-8bd14be4d26a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 2a896550-5ed3-4356-8c8d-43311b610a04 2026-05-07 16:49:27.936 8 INFO neutron.db.segments_db [None req-63b60b30-53f8-4f72-9e97-e06275035760 1e0444ee94dc4b2b92ca22aeda92d686 1676be1f659748db9e52052196fb0da6 - - default default] Added segment f5c9b452-c29c-408a-8093-cb7b8a7517ff of type vxlan for network 64121f63-b30f-4275-bfde-02e8f3becd1c 2026-05-07 16:49:27.987 8 INFO neutron.db.segments_db [None req-63b60b30-53f8-4f72-9e97-e06275035760 1e0444ee94dc4b2b92ca22aeda92d686 1676be1f659748db9e52052196fb0da6 - - default default] Added segment 8ec31676-a76c-4bb4-82d5-033f30f49f3e of type vxlan for network 87dcf773-a57a-4a2d-b9c4-f9c71a89a3bb [pid: 8|app: 0|req: 499/991] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:27 2026] POST /v2.0/networks => generated 1206 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/992] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:28 2026] GET /v2.0/security-groups?tenant_id=bec65007a30c4d11a5bdb2a6d92eff16&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/993] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:49:28 2026] GET /v2.0/networks => generated 1843 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/994] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:49:27 2026] PUT /v2.0/routers/f77a0734-c22e-47a2-b3ed-eaff88924055/remove_router_interface => generated 309 bytes in 832 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/995] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:28 2026] DELETE /v2.0/security-groups/2293b720-8e0b-45b1-8b16-913d98f5035c => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:28.443 7 INFO neutron.services.segments.plugin [-] Segment f5c9b452-c29c-408a-8093-cb7b8a7517ff resource provider aggregate not found 2026-05-07 16:49:28.462 7 INFO neutron.services.segments.plugin [-] Segment f5c9b452-c29c-408a-8093-cb7b8a7517ff resource provider aggregate not found 2026-05-07 16:49:28.476 7 INFO neutron.services.segments.plugin [-] Segment f5c9b452-c29c-408a-8093-cb7b8a7517ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5c9b452-c29c-408a-8093-cb7b8a7517ff found for delete ", "request_id": "req-2015f491-533d-402c-b7de-0893db6f126c"}]} 2026-05-07 16:49:28.481 7 INFO neutron.services.segments.plugin [-] Segment f5c9b452-c29c-408a-8093-cb7b8a7517ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5c9b452-c29c-408a-8093-cb7b8a7517ff found for delete ", "request_id": "req-beb18326-5c1e-4129-b95f-ec9dd946d994"}]} [pid: 7|app: 0|req: 494/996] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:28 2026] DELETE /v2.0/networks/64121f63-b30f-4275-bfde-02e8f3becd1c => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/997] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:28 2026] DELETE /v2.0/networks/87dcf773-a57a-4a2d-b9c4-f9c71a89a3bb => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:28.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-153c6029-b0e8-4725-90c8-77c283cfade4 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 989aadb8-a3a1-4afd-9e0e-3339e4427060 2026-05-07 16:49:28.682 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-153c6029-b0e8-4725-90c8-77c283cfade4 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 989aadb8-a3a1-4afd-9e0e-3339e4427060 [pid: 7|app: 0|req: 496/998] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:28 2026] GET /v2.0/security-groups?tenant_id=2980e7f6384344ff8c1e9fc3a23bc3ae&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/999] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:49:28 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1000] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:28 2026] DELETE /v2.0/security-groups/50c5a4e8-f8ae-4231-8336-361f51d642ba => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:28.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-153c6029-b0e8-4725-90c8-77c283cfade4 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: ff303059-892c-43c1-ae53-ac40082ef3e5 2026-05-07 16:49:28.947 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-153c6029-b0e8-4725-90c8-77c283cfade4 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: ff303059-892c-43c1-ae53-ac40082ef3e5 2026-05-07 16:49:28.966 7 INFO neutron.db.segments_db [None req-e10676d6-5e1b-42ea-b5c1-30a6f29de766 1e0444ee94dc4b2b92ca22aeda92d686 1676be1f659748db9e52052196fb0da6 - - default default] Added segment aafb502f-ce7b-4dad-813c-ff5faa44e7c7 of type vxlan for network 051faab0-8e96-494e-9147-dd82b0cbdab5 [pid: 7|app: 0|req: 499/1001] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:28 2026] POST /v2.0/networks => generated 630 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:29.137 7 INFO neutron.db.segments_db [None req-d87de9db-bd35-467e-8714-0872fd8b6efb 1e0444ee94dc4b2b92ca22aeda92d686 1676be1f659748db9e52052196fb0da6 - - default default] Added segment c8fcd59e-2a19-4967-9a62-49eb0ae6cc2f of type vxlan for network 52bb3595-a3f8-40de-ab29-a14edcb0eee7 [pid: 7|app: 0|req: 500/1002] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:29 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:29.313 8 INFO neutron.services.segments.plugin [-] Segment 30d519c5-435f-475e-984e-0cc2368a2870 resource provider aggregate not found 2026-05-07 16:49:29.317 8 INFO neutron.services.segments.plugin [-] Segment 30d519c5-435f-475e-984e-0cc2368a2870 resource provider aggregate not found 2026-05-07 16:49:29.341 8 INFO neutron.services.segments.plugin [-] Segment 30d519c5-435f-475e-984e-0cc2368a2870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30d519c5-435f-475e-984e-0cc2368a2870 found for delete ", "request_id": "req-43d6eb0d-8013-46d9-bdbf-66ef1908e47a"}]} 2026-05-07 16:49:29.342 8 INFO neutron.services.segments.plugin [-] Segment 30d519c5-435f-475e-984e-0cc2368a2870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30d519c5-435f-475e-984e-0cc2368a2870 found for delete ", "request_id": "req-b7d7960b-369b-4e56-abd7-63e67d4056d5"}]} 2026-05-07 16:49:29.347 8 INFO neutron.db.l3_hamode_db [None req-153c6029-b0e8-4725-90c8-77c283cfade4 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] HA network 1d293ae5-b3e3-4588-bd2f-14de1dcabbb5 was deleted as no HA routers are present in tenant 1629a854d13a49bab73e6b7dabf144b0. [pid: 8|app: 0|req: 503/1003] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:28 2026] DELETE /v2.0/routers/f77a0734-c22e-47a2-b3ed-eaff88924055 => generated 0 bytes in 979 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1004] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:29 2026] DELETE /v2.0/subnets/92e3a789-7249-4549-8270-0ffaf5773ac0 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:29.610 8 INFO neutron_taas.services.taas.taas_plugin [None req-300a3c02-06fc-4a04-b0df-eb5351f31e6e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 53aa7eba-06ea-421b-9ab5-d9a583ec809b 2026-05-07 16:49:29.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-300a3c02-06fc-4a04-b0df-eb5351f31e6e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 53aa7eba-06ea-421b-9ab5-d9a583ec809b [pid: 7|app: 0|req: 501/1005] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:49:29 2026] POST /v2.0/ports => generated 1506 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 505/1006] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:29 2026] DELETE /v2.0/networks/6dcbec33-71bd-4517-bc28-908fbe4fd674 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1007] 10.0.0.78 () {32 vars in 642 bytes} [Thu May 7 16:49:29 2026] GET /v2.0/ports => generated 1506 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1008] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:29 2026] GET /v2.0/security-groups?tenant_id=1629a854d13a49bab73e6b7dabf144b0&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:29.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-32e8641c-daca-44db-8401-41989fc52cd3 1e0444ee94dc4b2b92ca22aeda92d686 1676be1f659748db9e52052196fb0da6 - - default default] TaaS: Handle Delete Port: 3b13bd37-4982-4344-9a13-f7e1133906f0 2026-05-07 16:49:29.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32e8641c-daca-44db-8401-41989fc52cd3 1e0444ee94dc4b2b92ca22aeda92d686 1676be1f659748db9e52052196fb0da6 - - default default] Tap Mirror: Handle Delete Port: 3b13bd37-4982-4344-9a13-f7e1133906f0 [pid: 7|app: 0|req: 504/1009] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:29 2026] DELETE /v2.0/security-groups/3ebf6136-8cad-4bc2-b2a6-d43453f7d5a1 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1010] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:29 2026] DELETE /v2.0/ports/3b13bd37-4982-4344-9a13-f7e1133906f0 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:30.209 8 INFO neutron_taas.services.taas.taas_plugin [None req-88299816-1919-4310-b985-f7a2a6e2415c 1e0444ee94dc4b2b92ca22aeda92d686 1676be1f659748db9e52052196fb0da6 - - default default] TaaS: Handle Delete Port: e9fa220f-a638-4e74-b311-6d4bb344547f 2026-05-07 16:49:30.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88299816-1919-4310-b985-f7a2a6e2415c 1e0444ee94dc4b2b92ca22aeda92d686 1676be1f659748db9e52052196fb0da6 - - default default] Tap Mirror: Handle Delete Port: e9fa220f-a638-4e74-b311-6d4bb344547f [pid: 8|app: 0|req: 507/1011] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:30 2026] DELETE /v2.0/ports/e9fa220f-a638-4e74-b311-6d4bb344547f => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1012] 10.0.0.78 () {32 vars in 642 bytes} [Thu May 7 16:49:30 2026] GET /v2.0/ports => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:30.386 8 INFO neutron.db.segments_db [None req-cf999010-2647-4ae1-b489-16901747777a 1e0444ee94dc4b2b92ca22aeda92d686 1676be1f659748db9e52052196fb0da6 - - default default] Added segment 4bd7ef8b-2bdf-40ea-a9a6-d6c619789a53 of type vxlan for network 5f84bc52-04ef-46ea-b518-fdee7ed34126 [pid: 7|app: 0|req: 505/1013] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:30 2026] GET /v2.0/security-groups?tenant_id=9b61ab63599640b29b297b69eb09e3e2&name=default => generated 2925 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1014] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:30 2026] POST /v2.0/networks => generated 630 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:30.507 7 INFO neutron.services.segments.plugin [-] Segment 8ec31676-a76c-4bb4-82d5-033f30f49f3e resource provider aggregate not found 2026-05-07 16:49:30.508 7 INFO neutron.services.segments.plugin [-] Segment 8ec31676-a76c-4bb4-82d5-033f30f49f3e resource provider aggregate not found 2026-05-07 16:49:30.527 7 INFO neutron.services.segments.plugin [-] Segment 8ec31676-a76c-4bb4-82d5-033f30f49f3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ec31676-a76c-4bb4-82d5-033f30f49f3e found for delete ", "request_id": "req-8af813e6-f8c7-4fb7-b961-9134b53c7d9d"}]} 2026-05-07 16:49:30.534 7 INFO neutron.services.segments.plugin [-] Segment 8ec31676-a76c-4bb4-82d5-033f30f49f3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ec31676-a76c-4bb4-82d5-033f30f49f3e found for delete ", "request_id": "req-ff1093fc-4929-42ed-8f93-ace5cef262f0"}]} [pid: 7|app: 0|req: 506/1015] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:30 2026] DELETE /v2.0/security-groups/d9f843af-7f35-4bde-86c6-78cee9498ffb => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:30.546 8 INFO neutron.db.segments_db [None req-c9de03b1-6c45-456e-8bbc-c51801c86479 1e0444ee94dc4b2b92ca22aeda92d686 1676be1f659748db9e52052196fb0da6 - - default default] Added segment e1b8c407-c2bc-440d-82b0-c583bbe1ab27 of type vxlan for network 4ee5c5da-8335-4212-a192-4a9ff5dc02c3 [pid: 8|app: 0|req: 510/1016] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:30 2026] POST /v2.0/networks => generated 629 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1017] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:30 2026] GET /v2.0/security-groups?tenant_id=af7b95855505401283f0fea1d28a07f1&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1018] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:30 2026] DELETE /v2.0/security-groups/439e7bce-5dc0-4faf-aa18-1cd770fc97d4 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1019] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:30 2026] POST /v2.0/subnets => generated 1274 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1020] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:49:31 2026] GET /v2.0/subnets => generated 1910 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1021] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:31 2026] DELETE /v2.0/subnets/76044435-3247-48a0-a6b7-2f919d6b85a3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:31.370 8 INFO neutron.services.segments.plugin [-] Segment 4b20301b-9f38-4c72-9224-32b3b56263a6 resource provider aggregate not found 2026-05-07 16:49:31.374 8 INFO neutron.services.segments.plugin [-] Segment 4b20301b-9f38-4c72-9224-32b3b56263a6 resource provider aggregate not found 2026-05-07 16:49:31.394 8 INFO neutron.services.segments.plugin [-] Segment 4b20301b-9f38-4c72-9224-32b3b56263a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b20301b-9f38-4c72-9224-32b3b56263a6 found for delete ", "request_id": "req-c6d34f75-357a-4f8c-8af5-c4d5ab86128a"}]} 2026-05-07 16:49:31.396 8 INFO neutron.services.segments.plugin [-] Segment 4b20301b-9f38-4c72-9224-32b3b56263a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b20301b-9f38-4c72-9224-32b3b56263a6 found for delete ", "request_id": "req-ecf06076-79e7-4aad-bd83-5187f4c9d651"}]} [pid: 8|app: 0|req: 513/1022] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:31 2026] DELETE /v2.0/subnets/f25e3228-f5c8-4c36-8a0b-5052294d251f => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1023] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:49:31 2026] GET /v2.0/subnets => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1024] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:31 2026] GET /v2.0/security-groups?tenant_id=e3a2fec1ed564fcbbc55c2132d15bb23&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1025] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:31 2026] DELETE /v2.0/networks/4ee5c5da-8335-4212-a192-4a9ff5dc02c3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1026] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:31 2026] DELETE /v2.0/security-groups/b1dae7be-9dde-494c-829c-12985c53b7d7 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1027] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:31 2026] DELETE /v2.0/networks/5f84bc52-04ef-46ea-b518-fdee7ed34126 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1028] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:31 2026] DELETE /v2.0/networks/52bb3595-a3f8-40de-ab29-a14edcb0eee7 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:32.039 7 INFO neutron.db.segments_db [None req-fc702351-fd70-469f-8fda-f8b7b3a92afe bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment b80312b6-b5bd-4f53-93bf-330c36e2f1ad of type vxlan for network d0ba8b2b-86d7-401c-a45e-b2cc7642b34f [pid: 8|app: 0|req: 518/1029] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:31 2026] DELETE /v2.0/networks/051faab0-8e96-494e-9147-dd82b0cbdab5 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1030] 10.0.0.78 () {34 vars in 670 bytes} [Thu May 7 16:49:31 2026] POST /v2.0/networks => generated 724 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1031] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:32 2026] POST /v2.0/subnets => generated 690 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:32.382 7 INFO neutron.db.segments_db [None req-5e130439-c0e2-4545-a07d-979670896c50 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment b01f3ad5-bc6a-43d3-b239-f5a6f13eef6b of type vxlan for network 21ef3203-5e8d-4c23-8a66-24c207cd29f6 2026-05-07 16:49:32.641 7 INFO neutron.db.l3_hamode_db [None req-5e130439-c0e2-4545-a07d-979670896c50 bec85970fcb544dc90f9e1907c485153 1129d3b6d6a045d9becd3d935764bacf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 520/1032] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:32 2026] GET /v2.0/security-groups?tenant_id=1676be1f659748db9e52052196fb0da6&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1033] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:32 2026] DELETE /v2.0/security-groups/25d3d6d3-d4b8-4fbb-89bd-6518b332a4a9 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:33.415 8 INFO neutron.services.segments.plugin [-] Segment e1b8c407-c2bc-440d-82b0-c583bbe1ab27 resource provider aggregate not found 2026-05-07 16:49:33.422 8 INFO neutron.services.segments.plugin [-] Segment e1b8c407-c2bc-440d-82b0-c583bbe1ab27 resource provider aggregate not found 2026-05-07 16:49:33.433 8 INFO neutron.services.segments.plugin [-] Segment e1b8c407-c2bc-440d-82b0-c583bbe1ab27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1b8c407-c2bc-440d-82b0-c583bbe1ab27 found for delete ", "request_id": "req-e7237a18-bc68-43f2-b094-6af66479b534"}]} 2026-05-07 16:49:33.445 8 INFO neutron.services.segments.plugin [-] Segment 4bd7ef8b-2bdf-40ea-a9a6-d6c619789a53 resource provider aggregate not found 2026-05-07 16:49:33.447 8 INFO neutron.services.segments.plugin [-] Segment e1b8c407-c2bc-440d-82b0-c583bbe1ab27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1b8c407-c2bc-440d-82b0-c583bbe1ab27 found for delete ", "request_id": "req-f14d4987-fe66-4ee3-a68a-dd383defeae9"}]} 2026-05-07 16:49:33.460 8 INFO neutron.services.segments.plugin [-] Segment 4bd7ef8b-2bdf-40ea-a9a6-d6c619789a53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bd7ef8b-2bdf-40ea-a9a6-d6c619789a53 found for delete ", "request_id": "req-e1f50ccc-378a-4f57-958b-bee8236fb852"}]} 2026-05-07 16:49:33.471 8 INFO neutron.services.segments.plugin [-] Segment 4bd7ef8b-2bdf-40ea-a9a6-d6c619789a53 resource provider aggregate not found 2026-05-07 16:49:33.474 8 INFO neutron.services.segments.plugin [-] Segment c8fcd59e-2a19-4967-9a62-49eb0ae6cc2f resource provider aggregate not found 2026-05-07 16:49:33.491 8 INFO neutron.services.segments.plugin [-] Segment c8fcd59e-2a19-4967-9a62-49eb0ae6cc2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8fcd59e-2a19-4967-9a62-49eb0ae6cc2f found for delete ", "request_id": "req-6e1b8038-9c94-4c80-8d26-b7fdf93e0822"}]} 2026-05-07 16:49:33.511 8 INFO neutron.services.segments.plugin [-] Segment 4bd7ef8b-2bdf-40ea-a9a6-d6c619789a53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bd7ef8b-2bdf-40ea-a9a6-d6c619789a53 found for delete ", "request_id": "req-b5514d5d-27b3-424a-92ad-58a41f5cebc8"}]} 2026-05-07 16:49:33.517 8 INFO neutron.services.segments.plugin [-] Segment aafb502f-ce7b-4dad-813c-ff5faa44e7c7 resource provider aggregate not found 2026-05-07 16:49:33.530 8 INFO neutron.services.segments.plugin [-] Segment c8fcd59e-2a19-4967-9a62-49eb0ae6cc2f resource provider aggregate not found 2026-05-07 16:49:33.542 8 INFO neutron.services.segments.plugin [-] Segment aafb502f-ce7b-4dad-813c-ff5faa44e7c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aafb502f-ce7b-4dad-813c-ff5faa44e7c7 found for delete ", "request_id": "req-84d592c8-003a-401c-8f34-756930aaee4c"}]} 2026-05-07 16:49:33.548 8 INFO neutron.services.segments.plugin [-] Segment c8fcd59e-2a19-4967-9a62-49eb0ae6cc2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8fcd59e-2a19-4967-9a62-49eb0ae6cc2f found for delete ", "request_id": "req-2e2fb3b7-3204-4d65-aebf-fcd7287f923b"}]} 2026-05-07 16:49:33.566 8 INFO neutron.services.segments.plugin [-] Segment aafb502f-ce7b-4dad-813c-ff5faa44e7c7 resource provider aggregate not found 2026-05-07 16:49:33.587 8 INFO neutron.services.segments.plugin [-] Segment aafb502f-ce7b-4dad-813c-ff5faa44e7c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aafb502f-ce7b-4dad-813c-ff5faa44e7c7 found for delete ", "request_id": "req-608cdaff-f0b9-42b3-bafd-3d9fb3d28591"}]} [pid: 8|app: 0|req: 522/1034] 10.0.0.78 () {32 vars in 652 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions => generated 21537 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1035] 10.0.0.78 () {32 vars in 680 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1036] 10.0.0.78 () {32 vars in 680 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1037] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1038] 10.0.0.78 () {32 vars in 664 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1039] 10.0.0.78 () {32 vars in 698 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1040] 10.0.0.78 () {32 vars in 696 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1041] 10.0.0.78 () {32 vars in 700 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1042] 10.0.0.78 () {32 vars in 688 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1043] 10.0.0.78 () {32 vars in 702 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1044] 10.0.0.78 () {32 vars in 692 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1045] 10.0.0.78 () {32 vars in 694 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1046] 10.0.0.78 () {32 vars in 684 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1047] 10.0.0.78 () {32 vars in 686 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1048] 10.0.0.78 () {32 vars in 660 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1049] 10.0.0.78 () {32 vars in 698 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1050] 10.0.0.78 () {32 vars in 678 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1051] 10.0.0.78 () {32 vars in 682 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1052] 10.0.0.78 () {32 vars in 674 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1053] 10.0.0.78 () {32 vars in 688 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1054] 10.0.0.78 () {32 vars in 722 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1055] 10.0.0.78 () {32 vars in 686 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1056] 10.0.0.78 () {32 vars in 668 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1057] 10.0.0.78 () {32 vars in 686 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1058] 10.0.0.78 () {32 vars in 680 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1059] 10.0.0.78 () {32 vars in 698 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1060] 10.0.0.78 () {32 vars in 678 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1061] 10.0.0.78 () {32 vars in 666 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1062] 10.0.0.78 () {32 vars in 676 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1063] 10.0.0.78 () {32 vars in 664 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1064] 10.0.0.78 () {32 vars in 674 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1065] 10.0.0.78 () {32 vars in 712 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1066] 10.0.0.78 () {32 vars in 690 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1067] 10.0.0.78 () {32 vars in 682 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1068] 10.0.0.78 () {32 vars in 668 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1069] 10.0.0.78 () {32 vars in 686 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1070] 10.0.0.78 () {32 vars in 704 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1071] 10.0.0.78 () {32 vars in 674 bytes} [Thu May 7 16:49:33 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1072] 10.0.0.78 () {32 vars in 700 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1073] 10.0.0.78 () {32 vars in 674 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1074] 10.0.0.78 () {32 vars in 692 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1075] 10.0.0.78 () {32 vars in 688 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1076] 10.0.0.78 () {32 vars in 708 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:34.038 7 INFO neutron.db.l3_hamode_db [None req-5e130439-c0e2-4545-a07d-979670896c50 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 565/1077] 10.0.0.78 () {32 vars in 704 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1078] 10.0.0.78 () {32 vars in 718 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1079] 10.0.0.78 () {32 vars in 696 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1080] 10.0.0.78 () {32 vars in 710 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1081] 10.0.0.78 () {32 vars in 668 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1082] 10.0.0.78 () {32 vars in 686 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1083] 10.0.0.78 () {32 vars in 680 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1084] 10.0.0.78 () {32 vars in 674 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1085] 10.0.0.78 () {32 vars in 670 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1086] 10.0.0.78 () {32 vars in 660 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1087] 10.0.0.78 () {32 vars in 698 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1088] 10.0.0.78 () {32 vars in 698 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1089] 10.0.0.78 () {32 vars in 676 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1090] 10.0.0.78 () {32 vars in 668 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1091] 10.0.0.78 () {32 vars in 682 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1092] 10.0.0.78 () {32 vars in 700 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1093] 10.0.0.78 () {32 vars in 684 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1094] 10.0.0.78 () {32 vars in 706 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1095] 10.0.0.78 () {32 vars in 668 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1096] 10.0.0.78 () {32 vars in 696 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1097] 10.0.0.78 () {32 vars in 694 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1098] 10.0.0.78 () {32 vars in 684 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1099] 10.0.0.78 () {32 vars in 688 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1100] 10.0.0.78 () {32 vars in 704 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1101] 10.0.0.78 () {32 vars in 666 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1102] 10.0.0.78 () {32 vars in 680 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1103] 10.0.0.78 () {32 vars in 680 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1104] 10.0.0.78 () {32 vars in 690 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1105] 10.0.0.78 () {32 vars in 690 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1106] 10.0.0.78 () {32 vars in 694 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1107] 10.0.0.78 () {32 vars in 684 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1108] 10.0.0.78 () {32 vars in 688 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1109] 10.0.0.78 () {32 vars in 700 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1110] 10.0.0.78 () {32 vars in 702 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1111] 10.0.0.78 () {32 vars in 712 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1112] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1113] 10.0.0.78 () {32 vars in 714 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1114] 10.0.0.78 () {32 vars in 726 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1115] 10.0.0.78 () {32 vars in 740 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1116] 10.0.0.78 () {32 vars in 718 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1117] 10.0.0.78 () {32 vars in 682 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1118] 10.0.0.78 () {32 vars in 668 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/segment => generated 145 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1119] 10.0.0.78 () {32 vars in 718 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1120] 10.0.0.78 () {32 vars in 678 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1121] 10.0.0.78 () {32 vars in 668 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1122] 10.0.0.78 () {32 vars in 696 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1123] 10.0.0.78 () {32 vars in 704 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1124] 10.0.0.78 () {32 vars in 700 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1125] 10.0.0.78 () {32 vars in 700 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1126] 10.0.0.78 () {32 vars in 682 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1127] 10.0.0.78 () {32 vars in 704 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1128] 10.0.0.78 () {32 vars in 694 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1129] 10.0.0.78 () {32 vars in 688 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1130] 10.0.0.78 () {32 vars in 696 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1131] 10.0.0.78 () {32 vars in 678 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1132] 10.0.0.78 () {32 vars in 688 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1133] 10.0.0.78 () {32 vars in 700 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1134] 10.0.0.78 () {32 vars in 664 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1135] 10.0.0.78 () {32 vars in 680 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1136] 10.0.0.78 () {32 vars in 676 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1137] 10.0.0.78 () {32 vars in 692 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1138] 10.0.0.78 () {32 vars in 676 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1139] 10.0.0.78 () {32 vars in 666 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1140] 10.0.0.78 () {32 vars in 662 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1141] 10.0.0.78 () {32 vars in 674 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1142] 10.0.0.78 () {32 vars in 686 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1143] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:32 2026] POST /v2.0/routers => generated 730 bytes in 2587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:34.984 8 INFO neutron.db.segments_db [None req-8d07a87f-5285-419e-a360-30f6328a6d01 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Added segment c033960a-4e42-4c7e-a678-f49ce1519c28 of type vxlan for network 6f796c4f-bb0e-415c-a049-7995f17de7ac [pid: 8|app: 0|req: 631/1144] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:34 2026] POST /v2.0/networks => generated 615 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1145] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:34 2026] GET /v2.0/security-groups?tenant_id=4634490299b6497a8375efb411082437&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:35.279 7 INFO neutron.db.segments_db [None req-1946e91a-04cd-462e-864b-e029ec23ca89 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Added segment d7e6a99f-48a2-4cb6-8055-c1ba94ca8799 of type vxlan for network fde8b214-f344-4814-85e2-a3085ce0a00e [pid: 7|app: 0|req: 515/1146] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:35 2026] POST /v2.0/networks => generated 615 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1147] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:35 2026] GET /v2.0/security-groups?tenant_id=75cdddee5eb84899adecd3209de5bf9b&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1148] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:35 2026] DELETE /v2.0/security-groups/3c1165b2-0079-4ab2-acaa-7cdbd62652aa => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1149] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:35 2026] POST /v2.0/subnets => generated 646 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1150] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:35 2026] DELETE /v2.0/security-groups/9d4760c9-ba28-40cc-b49b-833c4381ad2d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1151] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:35 2026] POST /v2.0/subnets => generated 655 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:36.254 7 INFO neutron.db.segments_db [None req-63565471-f824-4afa-ac74-2411a05d9b1f 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Added segment af3f5bb8-4db6-455e-aeee-8cf619554ad9 of type vxlan for network dfdef209-4c79-48ae-93e1-56696acbf80e [pid: 8|app: 0|req: 632/1152] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:49:35 2026] PUT /v2.0/routers/dc626271-91e1-43cd-8c3e-5c6b19120a58/add_router_interface => generated 309 bytes in 1255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:36.571 7 INFO neutron.db.l3_hamode_db [None req-63565471-f824-4afa-ac74-2411a05d9b1f 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:49:36.682 7 INFO neutron.db.l3_hamode_db [None req-63565471-f824-4afa-ac74-2411a05d9b1f 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 633/1153] 10.0.0.78 () {34 vars in 684 bytes} [Thu May 7 16:49:36 2026] POST /v2.0/security-groups => generated 1659 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1154] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:49:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1155] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:49:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1156] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:36 2026] POST /v2.0/routers => generated 511 bytes in 1068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1157] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:49:37 2026] POST /v2.0/floatingips => generated 552 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:38.251 8 INFO neutron.db.segments_db [None req-f103dbe8-57ee-4d5f-9401-03e7722ba511 e9317dd1c9c2462bac094402c1464624 ccb928aed0544de1aa24cc908e4f2e72 - - default default] Added segment 9539b374-ff43-4b47-9264-8192540eba29 of type vxlan for network e4edf341-94c9-4f3e-91c3-e5c73c4f1e3f 2026-05-07 16:49:38.315 8 INFO neutron.db.segments_db [None req-f103dbe8-57ee-4d5f-9401-03e7722ba511 e9317dd1c9c2462bac094402c1464624 ccb928aed0544de1aa24cc908e4f2e72 - - default default] Added segment 2b35af39-8211-49fe-8741-5cc97190a5da of type vxlan for network 0d289ef5-3ba5-49e7-8969-baf7ec86ef62 [pid: 7|app: 0|req: 522/1158] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:49:37 2026] PUT /v2.0/routers/c871c734-821a-4e65-ac40-e424c8be42ea/add_router_interface => generated 309 bytes in 1084 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1159] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:37 2026] POST /v2.0/networks => generated 1208 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1160] 10.0.0.4 () {34 vars in 1098 bytes} [Thu May 7 16:49:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1945477109&fields=id&tenant_id=1129d3b6d6a045d9becd3d935764bacf => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1161] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:38 2026] GET /v2.0/security-groups?tenant_id=7c4c66e5d7cb4d24b7268ec70a9da473&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1162] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:49:38 2026] GET /v2.0/ports/6883d727-76ad-4432-bf42-37bd1996e803 => generated 959 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1163] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:49:38 2026] GET /v2.0/networks?id=d0ba8b2b-86d7-401c-a45e-b2cc7642b34f => generated 675 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1164] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:49:38 2026] GET /v2.0/networks => generated 1845 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1165] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:38 2026] DELETE /v2.0/security-groups/d1df0149-9ff3-4cdf-8134-799ec8b3144c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1166] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:49:38 2026] GET /v2.0/quotas/1129d3b6d6a045d9becd3d935764bacf => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:38.843 8 INFO neutron.services.segments.plugin [-] Segment 9539b374-ff43-4b47-9264-8192540eba29 resource provider aggregate not found 2026-05-07 16:49:38.851 8 INFO neutron.services.segments.plugin [-] Segment 9539b374-ff43-4b47-9264-8192540eba29 resource provider aggregate not found 2026-05-07 16:49:38.867 8 INFO neutron.services.segments.plugin [-] Segment 9539b374-ff43-4b47-9264-8192540eba29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9539b374-ff43-4b47-9264-8192540eba29 found for delete ", "request_id": "req-0139dc0a-a543-4ddc-8fb8-ceb7eede6eef"}]} [pid: 8|app: 0|req: 643/1167] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:38 2026] DELETE /v2.0/networks/e4edf341-94c9-4f3e-91c3-e5c73c4f1e3f => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:38.875 8 INFO neutron.services.segments.plugin [-] Segment 9539b374-ff43-4b47-9264-8192540eba29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9539b374-ff43-4b47-9264-8192540eba29 found for delete ", "request_id": "req-7035e9c5-0ca0-4435-81d3-a37cef9cd3ba"}]} [pid: 8|app: 0|req: 644/1168] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:49:38 2026] GET /v2.0/ports?tenant_id=1129d3b6d6a045d9becd3d935764bacf&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1169] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:38 2026] DELETE /v2.0/networks/0d289ef5-3ba5-49e7-8969-baf7ec86ef62 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1170] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:49:39 2026] GET /v2.0/networks/d0ba8b2b-86d7-401c-a45e-b2cc7642b34f?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1171] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:49:39 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1172] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:49:39 2026] GET /v2.0/networks/d0ba8b2b-86d7-401c-a45e-b2cc7642b34f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:39.221 8 INFO neutron.db.segments_db [None req-63484fe7-9781-40af-ae51-55a698b396ec e9317dd1c9c2462bac094402c1464624 ccb928aed0544de1aa24cc908e4f2e72 - - default default] Added segment 0bcc69e3-de71-48cd-8c6c-0b1a5e179652 of type vxlan for network 51a74439-76ec-473d-a265-4eff73b54425 [pid: 8|app: 0|req: 649/1173] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:39 2026] POST /v2.0/networks => generated 634 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:39.388 8 INFO neutron.db.segments_db [None req-20a5b36b-21fc-4817-8577-e316a418e38c e9317dd1c9c2462bac094402c1464624 ccb928aed0544de1aa24cc908e4f2e72 - - default default] Added segment 1ada7d8c-bc33-499c-a6f1-3f38e706138e of type vxlan for network e6b70b41-5922-4abb-b80f-a41011854d33 [pid: 8|app: 0|req: 650/1174] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:39 2026] POST /v2.0/networks => generated 635 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1175] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:39 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1178] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:49:38 2026] PUT /v2.0/routers/c871c734-821a-4e65-ac40-e424c8be42ea/add_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1179] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:49:39 2026] GET /v2.0/ports/eceaadb6-96bd-481a-8577-aa38b8865638 => generated 967 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:40.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bf05b4e-bc36-49fa-831f-a396bb368e97 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] TaaS: Handle Delete Port: eceaadb6-96bd-481a-8577-aa38b8865638 2026-05-07 16:49:40.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bf05b4e-bc36-49fa-831f-a396bb368e97 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Tap Mirror: Handle Delete Port: eceaadb6-96bd-481a-8577-aa38b8865638 [pid: 8|app: 0|req: 654/1180] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:49:39 2026] POST /v2.0/ports => generated 1506 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 655/1181] 10.0.0.78 () {32 vars in 642 bytes} [Thu May 7 16:49:40 2026] GET /v2.0/ports => generated 1506 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:40.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd845fe5-4740-4897-b7af-20b480d094a9 e9317dd1c9c2462bac094402c1464624 ccb928aed0544de1aa24cc908e4f2e72 - - default default] TaaS: Handle Delete Port: 1a1c8430-1e47-4fee-adcc-23083f39c720 2026-05-07 16:49:40.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd845fe5-4740-4897-b7af-20b480d094a9 e9317dd1c9c2462bac094402c1464624 ccb928aed0544de1aa24cc908e4f2e72 - - default default] Tap Mirror: Handle Delete Port: 1a1c8430-1e47-4fee-adcc-23083f39c720 [pid: 8|app: 0|req: 656/1182] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:40 2026] DELETE /v2.0/ports/1a1c8430-1e47-4fee-adcc-23083f39c720 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1183] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:49:39 2026] PUT /v2.0/routers/c871c734-821a-4e65-ac40-e424c8be42ea/remove_router_interface => generated 309 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:40.527 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2abf156-e37c-49bf-a8e5-5bb0aa4bd1cd e9317dd1c9c2462bac094402c1464624 ccb928aed0544de1aa24cc908e4f2e72 - - default default] TaaS: Handle Delete Port: 5f148caa-3b5a-4fa6-92c2-ecc6ca53c79e 2026-05-07 16:49:40.533 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2abf156-e37c-49bf-a8e5-5bb0aa4bd1cd e9317dd1c9c2462bac094402c1464624 ccb928aed0544de1aa24cc908e4f2e72 - - default default] Tap Mirror: Handle Delete Port: 5f148caa-3b5a-4fa6-92c2-ecc6ca53c79e [pid: 8|app: 0|req: 657/1184] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:40 2026] DELETE /v2.0/ports/5f148caa-3b5a-4fa6-92c2-ecc6ca53c79e => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1185] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:40 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1186] 10.0.0.78 () {32 vars in 642 bytes} [Thu May 7 16:49:40 2026] GET /v2.0/ports => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:40.702 8 INFO neutron.db.segments_db [None req-7bce0ed9-0335-424f-b381-567f60a9a9fd e9317dd1c9c2462bac094402c1464624 ccb928aed0544de1aa24cc908e4f2e72 - - default default] Added segment 7f501ca9-cf9d-4697-92dd-4b443c0aae9e of type vxlan for network ae3285c8-0008-4d86-abb1-8f67905f1b48 2026-05-07 16:49:40.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a47b7db-5c8d-4fdc-96d3-ddb87ceb3715 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] TaaS: Handle Delete Port: 6883d727-76ad-4432-bf42-37bd1996e803 2026-05-07 16:49:40.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a47b7db-5c8d-4fdc-96d3-ddb87ceb3715 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Tap Mirror: Handle Delete Port: 6883d727-76ad-4432-bf42-37bd1996e803 [pid: 8|app: 0|req: 660/1187] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:40 2026] POST /v2.0/networks => generated 635 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:40.881 8 INFO neutron.db.segments_db [None req-4248adf8-fb07-43ed-9d55-8451c1cd6bf2 e9317dd1c9c2462bac094402c1464624 ccb928aed0544de1aa24cc908e4f2e72 - - default default] Added segment 6a892048-5ff8-49ba-87f0-47644924e980 of type vxlan for network 587ef7b7-8820-48b2-b14d-ee54608c65a5 2026-05-07 16:49:40.898 8 INFO neutron.services.segments.plugin [-] Segment 2b35af39-8211-49fe-8741-5cc97190a5da resource provider aggregate not found 2026-05-07 16:49:40.905 8 INFO neutron.services.segments.plugin [-] Segment 2b35af39-8211-49fe-8741-5cc97190a5da resource provider aggregate not found 2026-05-07 16:49:40.918 8 INFO neutron.services.segments.plugin [-] Segment 2b35af39-8211-49fe-8741-5cc97190a5da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b35af39-8211-49fe-8741-5cc97190a5da found for delete ", "request_id": "req-612d6b5d-a49b-4c09-920a-47c13244ec8e"}]} 2026-05-07 16:49:40.934 8 INFO neutron.services.segments.plugin [-] Segment 2b35af39-8211-49fe-8741-5cc97190a5da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b35af39-8211-49fe-8741-5cc97190a5da found for delete ", "request_id": "req-6b31492d-de42-4b93-8afb-0658c4e21a53"}]} [pid: 8|app: 0|req: 661/1188] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:40 2026] POST /v2.0/networks => generated 634 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1189] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:49:40 2026] PUT /v2.0/routers/c871c734-821a-4e65-ac40-e424c8be42ea/remove_router_interface => generated 309 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1190] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:49:41 2026] GET /v2.0/ports?device_id=c871c734-821a-4e65-ac40-e424c8be42ea => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:41.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a15a22f-0b28-47b3-88f3-d31b7d3efb60 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] TaaS: Handle Delete Port: 72ab66dd-40b8-4d66-9e92-9bb603dc30d2 2026-05-07 16:49:41.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a15a22f-0b28-47b3-88f3-d31b7d3efb60 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Tap Mirror: Handle Delete Port: 72ab66dd-40b8-4d66-9e92-9bb603dc30d2 2026-05-07 16:49:41.873 7 INFO neutron.services.segments.plugin [-] Segment af3f5bb8-4db6-455e-aeee-8cf619554ad9 resource provider aggregate not found 2026-05-07 16:49:41.886 7 INFO neutron.services.segments.plugin [-] Segment af3f5bb8-4db6-455e-aeee-8cf619554ad9 resource provider aggregate not found 2026-05-07 16:49:41.898 7 INFO neutron.services.segments.plugin [-] Segment af3f5bb8-4db6-455e-aeee-8cf619554ad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3f5bb8-4db6-455e-aeee-8cf619554ad9 found for delete ", "request_id": "req-7ced2491-76b2-4665-af2c-dcb6f67d67a7"}]} 2026-05-07 16:49:41.907 7 INFO neutron.services.segments.plugin [-] Segment af3f5bb8-4db6-455e-aeee-8cf619554ad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3f5bb8-4db6-455e-aeee-8cf619554ad9 found for delete ", "request_id": "req-dc04ba7a-d4f4-4cfd-9c2a-39166bb5b819"}]} 2026-05-07 16:49:41.912 7 INFO neutron.db.l3_hamode_db [None req-8a15a22f-0b28-47b3-88f3-d31b7d3efb60 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] HA network dfdef209-4c79-48ae-93e1-56696acbf80e was deleted as no HA routers are present in tenant a82c55437a4b4c0dae84b844b59dc077. [pid: 7|app: 0|req: 529/1191] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:41 2026] DELETE /v2.0/routers/c871c734-821a-4e65-ac40-e424c8be42ea => generated 0 bytes in 618 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1192] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:41 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1193] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:41 2026] POST /v2.0/subnets => generated 1324 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1194] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:49:41 2026] GET /v2.0/subnets => generated 1960 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1195] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:41 2026] DELETE /v2.0/subnets/355f91fa-5b31-4389-9338-c86a4aef0562 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1196] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:42 2026] DELETE /v2.0/subnets/3837becc-4a12-4c1f-b43d-3597f008e6bc => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1197] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:42 2026] DELETE /v2.0/subnets/00bcafec-6098-4764-9ea9-fb221e06476a => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1198] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:42 2026] DELETE /v2.0/subnets/1330ea38-0b47-4571-8d16-421a9f8f865a => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1199] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:49:42 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1200] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:42 2026] DELETE /v2.0/networks/fde8b214-f344-4814-85e2-a3085ce0a00e => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1201] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:42 2026] DELETE /v2.0/networks/587ef7b7-8820-48b2-b14d-ee54608c65a5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:42.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d045ed1-0f03-4d28-afec-251b7d67c77a 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] TaaS: Handle Delete Port: 162dae86-945e-4c8b-b70e-5ad94dc8ca24 2026-05-07 16:49:42.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d045ed1-0f03-4d28-afec-251b7d67c77a 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Tap Mirror: Handle Delete Port: 162dae86-945e-4c8b-b70e-5ad94dc8ca24 [pid: 8|app: 0|req: 669/1202] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:42 2026] DELETE /v2.0/networks/ae3285c8-0008-4d86-abb1-8f67905f1b48 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1203] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:42 2026] DELETE /v2.0/networks/6f796c4f-bb0e-415c-a049-7995f17de7ac => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1204] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:42 2026] DELETE /v2.0/networks/e6b70b41-5922-4abb-b80f-a41011854d33 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:42.761 7 INFO neutron.db.segments_db [None req-68944cfb-89fb-4a46-a098-8437fbcc622f 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Added segment 622f72b6-ac42-490b-b5a6-e4c7ace28233 of type vxlan for network 3f64a7a1-175e-40fe-8f28-7a1cad890e93 [pid: 8|app: 0|req: 671/1205] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:42 2026] DELETE /v2.0/networks/51a74439-76ec-473d-a265-4eff73b54425 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1206] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:42 2026] POST /v2.0/networks => generated 614 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:42.932 8 INFO neutron.services.segments.plugin [-] Segment 6a892048-5ff8-49ba-87f0-47644924e980 resource provider aggregate not found 2026-05-07 16:49:42.951 8 INFO neutron.services.segments.plugin [-] Segment 6a892048-5ff8-49ba-87f0-47644924e980 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a892048-5ff8-49ba-87f0-47644924e980 found for delete ", "request_id": "req-5508e47c-3f63-47d0-b8d8-c7392a2b6a9f"}]} 2026-05-07 16:49:42.953 8 INFO neutron.services.segments.plugin [-] Segment 6a892048-5ff8-49ba-87f0-47644924e980 resource provider aggregate not found 2026-05-07 16:49:42.963 8 INFO neutron.services.segments.plugin [-] Segment 6a892048-5ff8-49ba-87f0-47644924e980 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a892048-5ff8-49ba-87f0-47644924e980 found for delete ", "request_id": "req-bbdddf33-a1a1-4990-9664-1aad54c60e5a"}]} 2026-05-07 16:49:42.970 8 INFO neutron.services.segments.plugin [-] Segment 7f501ca9-cf9d-4697-92dd-4b443c0aae9e resource provider aggregate not found 2026-05-07 16:49:42.982 8 INFO neutron.services.segments.plugin [-] Segment 7f501ca9-cf9d-4697-92dd-4b443c0aae9e resource provider aggregate not found 2026-05-07 16:49:42.992 8 INFO neutron.services.segments.plugin [-] Segment 7f501ca9-cf9d-4697-92dd-4b443c0aae9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f501ca9-cf9d-4697-92dd-4b443c0aae9e found for delete ", "request_id": "req-cafd1b78-518d-4b63-93a7-61354fd14084"}]} 2026-05-07 16:49:42.999 8 INFO neutron.services.segments.plugin [-] Segment 7f501ca9-cf9d-4697-92dd-4b443c0aae9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f501ca9-cf9d-4697-92dd-4b443c0aae9e found for delete ", "request_id": "req-d60e08b6-bd85-4566-ada9-09bfcec9b70d"}]} 2026-05-07 16:49:43.017 8 INFO neutron.services.segments.plugin [-] Segment 1ada7d8c-bc33-499c-a6f1-3f38e706138e resource provider aggregate not found 2026-05-07 16:49:43.018 8 INFO neutron.services.segments.plugin [-] Segment 1ada7d8c-bc33-499c-a6f1-3f38e706138e resource provider aggregate not found 2026-05-07 16:49:43.043 8 INFO neutron.services.segments.plugin [-] Segment 1ada7d8c-bc33-499c-a6f1-3f38e706138e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ada7d8c-bc33-499c-a6f1-3f38e706138e found for delete ", "request_id": "req-6859a11e-8cb6-4d3c-a298-cbb55818a2aa"}]} 2026-05-07 16:49:43.044 8 INFO neutron.services.segments.plugin [-] Segment 1ada7d8c-bc33-499c-a6f1-3f38e706138e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ada7d8c-bc33-499c-a6f1-3f38e706138e found for delete ", "request_id": "req-90b9cd11-9c27-42d5-bd0f-318e7ecd9302"}]} 2026-05-07 16:49:43.062 8 INFO neutron.services.segments.plugin [-] Segment 0bcc69e3-de71-48cd-8c6c-0b1a5e179652 resource provider aggregate not found 2026-05-07 16:49:43.066 8 INFO neutron.services.segments.plugin [-] Segment 0bcc69e3-de71-48cd-8c6c-0b1a5e179652 resource provider aggregate not found 2026-05-07 16:49:43.080 8 INFO neutron.services.segments.plugin [-] Segment 0bcc69e3-de71-48cd-8c6c-0b1a5e179652 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bcc69e3-de71-48cd-8c6c-0b1a5e179652 found for delete ", "request_id": "req-67d24555-734f-40b0-a1e7-64e1291042c2"}]} 2026-05-07 16:49:43.086 8 INFO neutron.services.segments.plugin [-] Segment 0bcc69e3-de71-48cd-8c6c-0b1a5e179652 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bcc69e3-de71-48cd-8c6c-0b1a5e179652 found for delete ", "request_id": "req-7b0e6724-825d-4f5e-b74a-7994d8f15b07"}]} [pid: 8|app: 0|req: 672/1207] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:42 2026] POST /v2.0/subnets => generated 646 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1208] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:43 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:43.236 8 INFO neutron.db.segments_db [None req-cf5d2cc4-4bb4-4add-acf1-8b38e94507f3 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Added segment c92eb050-fa00-458a-9947-21d0c8b033de of type vxlan for network fc54e0ec-5f13-49df-b398-ca3d9bda6330 2026-05-07 16:49:43.350 7 INFO neutron.db.segments_db [None req-7dd735a3-7b91-45cf-93c4-cfe2be26d9d3 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] Added segment e83bdb76-40cd-4033-af7f-44bca80028ea of type vxlan for network 93d999ba-4c89-47a6-bd3f-08eb61ddb8fa [pid: 7|app: 0|req: 536/1209] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:42 2026] POST /v2.0/networks => generated 613 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:43.497 8 INFO neutron.db.l3_hamode_db [None req-cf5d2cc4-4bb4-4add-acf1-8b38e94507f3 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 537/1210] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:43 2026] GET /v2.0/security-groups?tenant_id=ccb928aed0544de1aa24cc908e4f2e72&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:43.631 8 INFO neutron.db.l3_hamode_db [None req-cf5d2cc4-4bb4-4add-acf1-8b38e94507f3 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 538/1211] 10.0.0.78 () {34 vars in 663 bytes} [Thu May 7 16:49:43 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:49:43.914 7 INFO neutron.services.segments.plugin [-] Segment d7e6a99f-48a2-4cb6-8055-c1ba94ca8799 resource provider aggregate not found 2026-05-07 16:49:43.937 7 INFO neutron.services.segments.plugin [-] Segment d7e6a99f-48a2-4cb6-8055-c1ba94ca8799 resource provider aggregate not found 2026-05-07 16:49:43.937 7 INFO neutron.services.segments.plugin [-] Segment d7e6a99f-48a2-4cb6-8055-c1ba94ca8799 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7e6a99f-48a2-4cb6-8055-c1ba94ca8799 found for delete ", "request_id": "req-27920fa3-dc57-46fe-b370-aabbb5cec82a"}]} 2026-05-07 16:49:43.953 7 INFO neutron.services.segments.plugin [-] Segment d7e6a99f-48a2-4cb6-8055-c1ba94ca8799 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7e6a99f-48a2-4cb6-8055-c1ba94ca8799 found for delete ", "request_id": "req-07907b4e-e34a-4b3c-b56d-ad88a3e67b2a"}]} 2026-05-07 16:49:43.960 7 INFO neutron.services.segments.plugin [-] Segment c033960a-4e42-4c7e-a678-f49ce1519c28 resource provider aggregate not found [pid: 7|app: 0|req: 539/1212] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:43 2026] DELETE /v2.0/security-groups/ea37c7bd-f9c2-4518-8ce9-9dfd5f53e569 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:43.981 7 INFO neutron.services.segments.plugin [-] Segment c033960a-4e42-4c7e-a678-f49ce1519c28 resource provider aggregate not found 2026-05-07 16:49:43.988 7 INFO neutron.services.segments.plugin [-] Segment c033960a-4e42-4c7e-a678-f49ce1519c28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c033960a-4e42-4c7e-a678-f49ce1519c28 found for delete ", "request_id": "req-8db87997-c8af-4ce7-ac43-aaca057698ea"}]} 2026-05-07 16:49:43.993 7 INFO neutron.services.segments.plugin [-] Segment c033960a-4e42-4c7e-a678-f49ce1519c28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c033960a-4e42-4c7e-a678-f49ce1519c28 found for delete ", "request_id": "req-960eb3ae-29c4-437c-9a18-622f0ea19768"}]} [pid: 7|app: 0|req: 540/1213] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:49:43 2026] GET /v2.0/networks?id=d0ba8b2b-86d7-401c-a45e-b2cc7642b34f => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:44.062 7 INFO neutron.db.segments_db [None req-a42e87b6-beee-4dfa-a636-e33ea7a0d81c 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] Added segment f576d2ce-421a-4893-ac0e-0234cd6395a8 of type vxlan for network be2ad4fb-9041-4b97-ac4e-5d2b67fcb9fa [pid: 7|app: 0|req: 541/1214] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:44 2026] POST /v2.0/networks => generated 612 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1215] 199.204.45.244 () {34 vars in 1050 bytes} [Thu May 7 16:49:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1129d3b6d6a045d9becd3d935764bacf => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1216] 10.0.0.78 () {34 vars in 663 bytes} [Thu May 7 16:49:44 2026] POST /v2.0/ports => generated 743 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 674/1217] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:43 2026] POST /v2.0/routers => generated 510 bytes in 1475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1218] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:44 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 961 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:44.795 8 INFO neutron.db.segments_db [None req-c58fa58a-2de2-4b0e-895b-7dd3c9ee6944 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] Added segment 90e69e4d-1ca5-4039-aee0-107e8b3b5652 of type vxlan for network 0573cf23-4bd5-4c50-b7a5-0dcc1f2be8b3 [pid: 7|app: 0|req: 544/1219] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:49:44 2026] POST /v2.0/ports => generated 958 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 676/1220] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:44 2026] POST /v2.0/networks => generated 612 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1221] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:44 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1222] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:49:44 2026] POST /v2.0/ports => generated 963 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 678/1223] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:49:44 2026] PUT /v2.0/ports/061b09c8-fac7-49ae-b095-e2eb47837870 => generated 1239 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:49:45.222 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-44e314ca-a492-4eea-a138-e38c922f0c9c'] response: {'name': 'network-changed', 'server_uuid': '12d1ff5d-99a9-4060-a0e9-fb14c9b48651', 'tag': '061b09c8-fac7-49ae-b095-e2eb47837870', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 546/1224] 10.0.0.78 () {34 vars in 663 bytes} [Thu May 7 16:49:45 2026] POST /v2.0/ports => generated 743 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:49:45.510 7 INFO neutron.db.segments_db [None req-55dbd204-5a4e-4ee8-85cb-894ed1fa78e9 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] Added segment 4cdbf83d-f3a2-4a3c-9995-53b0e7e2c294 of type vxlan for network 0f371ccf-5951-48d0-be98-82510496400e [pid: 7|app: 0|req: 547/1225] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:45 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1226] 10.0.0.78 () {34 vars in 663 bytes} [Thu May 7 16:49:45 2026] POST /v2.0/ports => generated 743 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:49:46.171 7 INFO neutron.db.segments_db [None req-2f532002-4045-4bad-a67e-a040c7addb13 9aed25249b014103af5d990cad01521b a5d2258ca9ab4ce399af14c98822b991 - - default default] Added segment f36f9a7d-0c61-44a8-a62e-5b76228620e9 of type vxlan for network 855ffc2a-28f9-4a76-92f9-882a3c33b37a [pid: 8|app: 0|req: 679/1227] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:49:45 2026] PUT /v2.0/routers/196b1043-0ef7-45fe-92e5-01fa11649f05/add_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 680/1228] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:49:46 2026] GET /v2.0/ports?tenant_id=1129d3b6d6a045d9becd3d935764bacf&device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1229] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:45 2026] POST /v2.0/networks => generated 629 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:46.288 8 INFO neutron.db.segments_db [None req-3a2ffbf9-a6b1-4452-baaf-6b9b40caf1c6 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] Added segment de53e4e9-de28-4211-922b-e52d7b611859 of type vxlan for network 13b0d230-630a-46e6-9def-87d8dab6c323 [pid: 7|app: 0|req: 550/1230] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:46 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1231] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:49:46 2026] GET /v2.0/ports/ff4a6387-a3e2-4647-9db2-7bfa70c11561 => generated 1037 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1232] 199.204.45.244 () {34 vars in 1018 bytes} [Thu May 7 16:49:46 2026] GET /v2.0/networks?tenant_id=1129d3b6d6a045d9becd3d935764bacf&shared=False => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1233] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:46 2026] POST /v2.0/networks => generated 612 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1234] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:46 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1235] 199.204.45.244 () {34 vars in 930 bytes} [Thu May 7 16:49:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1236] 10.0.0.78 () {34 vars in 663 bytes} [Thu May 7 16:49:46 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:49:46.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-0895c128-738f-40c1-80fd-75221c1a76b3 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] TaaS: Handle Delete Port: ff4a6387-a3e2-4647-9db2-7bfa70c11561 2026-05-07 16:49:46.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0895c128-738f-40c1-80fd-75221c1a76b3 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Tap Mirror: Handle Delete Port: ff4a6387-a3e2-4647-9db2-7bfa70c11561 [pid: 7|app: 0|req: 556/1237] 10.0.0.78 () {34 vars in 746 bytes} [Thu May 7 16:49:46 2026] PUT /v2.0/ports/4a305702-4dea-4b2e-97b1-c44fb2c57538/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 557/1238] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:46 2026] POST /v2.0/subnets => generated 673 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1239] 10.0.0.78 () {34 vars in 746 bytes} [Thu May 7 16:49:46 2026] PUT /v2.0/ports/0ff363a6-d422-4bd5-9714-953a0166734d/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:49:47.102 7 INFO neutron.db.segments_db [None req-dec133cd-8635-4206-b882-d4a01d0cb1a7 9aed25249b014103af5d990cad01521b a5d2258ca9ab4ce399af14c98822b991 - - default default] Added segment 16ddb39c-ebdf-4911-a14d-8322a056de6a of type vxlan for network 12ff67e3-c191-40c7-95db-939352a2eddf [pid: 8|app: 0|req: 682/1240] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:49:46 2026] PUT /v2.0/routers/196b1043-0ef7-45fe-92e5-01fa11649f05/remove_router_interface => generated 309 bytes in 778 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 559/1241] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:47 2026] POST /v2.0/networks => generated 629 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1242] 10.0.0.78 () {34 vars in 746 bytes} [Thu May 7 16:49:47 2026] PUT /v2.0/ports/0297cb43-8741-4262-91e9-468f29ce9e5c/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 684/1243] 10.0.0.78 () {34 vars in 742 bytes} [Thu May 7 16:49:47 2026] PUT /v2.0/networks/12ff67e3-c191-40c7-95db-939352a2eddf => generated 592 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:47.348 7 INFO neutron.api.v2.resource [None req-bc5e53d8-88c0-4298-b1b1-f3892033ac23 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 560/1244] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:49:47 2026] PUT /v2.0/routers/196b1043-0ef7-45fe-92e5-01fa11649f05/remove_router_interface => generated 197 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1245] 10.0.0.78 () {34 vars in 746 bytes} [Thu May 7 16:49:47 2026] PUT /v2.0/ports/c1a20afa-b39d-4008-9346-1a6dbc5d34a2/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 686/1246] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:49:47 2026] GET /v2.0/ports?device_id=196b1043-0ef7-45fe-92e5-01fa11649f05 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1247] 10.0.0.78 () {32 vars in 659 bytes} [Thu May 7 16:49:47 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1248] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:47 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1249] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:49:47 2026] GET /v2.0/ports?tenant_id=1129d3b6d6a045d9becd3d935764bacf&device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1250] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:47 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:47.702 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9f599d4-1ae2-4b4c-9198-40484170d507 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] TaaS: Handle Delete Port: 3c8414b6-b761-4cb9-b4e2-887a9518f1b3 2026-05-07 16:49:47.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9f599d4-1ae2-4b4c-9198-40484170d507 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Tap Mirror: Handle Delete Port: 3c8414b6-b761-4cb9-b4e2-887a9518f1b3 [pid: 7|app: 0|req: 564/1251] 10.0.0.78 () {32 vars in 673 bytes} [Thu May 7 16:49:47 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1252] 10.0.0.78 () {34 vars in 740 bytes} [Thu May 7 16:49:47 2026] PUT /v2.0/subnets/d8e5ca75-63bb-41d9-b2b3-4b7347a16756 => generated 656 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1253] 199.204.45.244 () {34 vars in 1060 bytes} [Thu May 7 16:49:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=061b09c8-fac7-49ae-b095-e2eb47837870 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1254] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:47 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1255] 10.0.0.78 () {32 vars in 669 bytes} [Thu May 7 16:49:47 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:48.058 8 INFO neutron.services.segments.plugin [-] Segment c92eb050-fa00-458a-9947-21d0c8b033de resource provider aggregate not found 2026-05-07 16:49:48.068 8 INFO neutron.services.segments.plugin [-] Segment c92eb050-fa00-458a-9947-21d0c8b033de resource provider aggregate not found 2026-05-07 16:49:48.083 8 INFO neutron.services.segments.plugin [-] Segment c92eb050-fa00-458a-9947-21d0c8b033de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c92eb050-fa00-458a-9947-21d0c8b033de found for delete ", "request_id": "req-1e5ea0c7-61fe-48e8-830e-3baa3a1fd5e7"}]} 2026-05-07 16:49:48.086 8 INFO neutron.services.segments.plugin [-] Segment c92eb050-fa00-458a-9947-21d0c8b033de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c92eb050-fa00-458a-9947-21d0c8b033de found for delete ", "request_id": "req-eda4dc11-c15e-40db-a058-233c49225b1d"}]} 2026-05-07 16:49:48.096 8 INFO neutron.db.l3_hamode_db [None req-d9f599d4-1ae2-4b4c-9198-40484170d507 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] HA network fc54e0ec-5f13-49df-b398-ca3d9bda6330 was deleted as no HA routers are present in tenant a82c55437a4b4c0dae84b844b59dc077. [pid: 8|app: 0|req: 688/1256] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:47 2026] DELETE /v2.0/routers/196b1043-0ef7-45fe-92e5-01fa11649f05 => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1257] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/subnets?id=46efd346-1e30-495e-bac3-c8f5bfc684bb => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:48.175 7 INFO neutron.services.segments.plugin [-] Segment 16ddb39c-ebdf-4911-a14d-8322a056de6a resource provider aggregate not found 2026-05-07 16:49:48.180 7 INFO neutron.services.segments.plugin [-] Segment 16ddb39c-ebdf-4911-a14d-8322a056de6a resource provider aggregate not found 2026-05-07 16:49:48.192 7 INFO neutron.services.segments.plugin [-] Segment 16ddb39c-ebdf-4911-a14d-8322a056de6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16ddb39c-ebdf-4911-a14d-8322a056de6a found for delete ", "request_id": "req-54ffd493-e8df-4f44-a44b-39ac6b3fb894"}]} 2026-05-07 16:49:48.194 7 INFO neutron.services.segments.plugin [-] Segment 16ddb39c-ebdf-4911-a14d-8322a056de6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16ddb39c-ebdf-4911-a14d-8322a056de6a found for delete ", "request_id": "req-ac9a751f-5394-4a46-a46c-021d997aea95"}]} [pid: 8|app: 0|req: 690/1258] 10.0.0.78 () {32 vars in 681 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1259] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:47 2026] DELETE /v2.0/networks/12ff67e3-c191-40c7-95db-939352a2eddf => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1260] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/ports?network_id=d0ba8b2b-86d7-401c-a45e-b2cc7642b34f&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1261] 10.0.0.78 () {32 vars in 667 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:48.309 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0cc74895-7d0e-45fb-83c4-a3a14a9e544b 9aed25249b014103af5d990cad01521b a5d2258ca9ab4ce399af14c98822b991 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 572/1262] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:48 2026] DELETE /v2.0/networks/12ff67e3-c191-40c7-95db-939352a2eddf => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1263] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:48 2026] DELETE /v2.0/subnets/a4f2ca3d-4bda-47ab-8098-2d9dc8003257 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1264] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/networks/d0ba8b2b-86d7-401c-a45e-b2cc7642b34f?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1265] 10.0.0.78 () {32 vars in 693 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1266] 10.0.0.78 () {32 vars in 681 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1267] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:48 2026] DELETE /v2.0/networks/3f64a7a1-175e-40fe-8f28-7a1cad890e93 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1268] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/networks/d0ba8b2b-86d7-401c-a45e-b2cc7642b34f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1269] 10.0.0.78 () {32 vars in 741 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/subnets?network_id=3ddb0101-d922-49a6-ab93-f81626bb28c2 => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1270] 10.0.0.78 () {32 vars in 677 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1271] 10.0.0.78 () {32 vars in 652 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-07 16:49:48.607 7 INFO neutron.db.segments_db [None req-4ecaaf78-2913-4c87-bf0b-a2c9e490f1da 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Added segment 530d2158-c05b-485d-b033-7dffa728e441 of type vxlan for network 7126ec51-c636-4e55-89dc-7b4ae0149b17 [pid: 8|app: 0|req: 696/1272] 10.0.0.78 () {32 vars in 689 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1273] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/networks => generated 1313 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1274] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:48 2026] POST /v2.0/networks => generated 615 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1275] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/subnets => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:48.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-4493e1e2-a287-4fb7-9d4f-f61b57c661b4 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] TaaS: Handle Delete Port: 4a305702-4dea-4b2e-97b1-c44fb2c57538 2026-05-07 16:49:48.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4493e1e2-a287-4fb7-9d4f-f61b57c661b4 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] Tap Mirror: Handle Delete Port: 4a305702-4dea-4b2e-97b1-c44fb2c57538 [pid: 8|app: 0|req: 698/1276] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:48 2026] DELETE /v2.0/ports/4a305702-4dea-4b2e-97b1-c44fb2c57538 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1277] 10.0.0.78 () {32 vars in 722 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/networks/855ffc2a-28f9-4a76-92f9-882a3c33b37a => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1278] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:48 2026] POST /v2.0/subnets => generated 646 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1279] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:49:48 2026] GET /v2.0/subnets/135146db-3893-411e-9dc7-2313b29950bf => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:48.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-7aec9d53-7ea9-46eb-b49f-d75b233b0a68 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] TaaS: Handle Delete Port: 0ff363a6-d422-4bd5-9714-953a0166734d 2026-05-07 16:49:48.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7aec9d53-7ea9-46eb-b49f-d75b233b0a68 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] Tap Mirror: Handle Delete Port: 0ff363a6-d422-4bd5-9714-953a0166734d 2026-05-07 16:49:49.015 7 INFO neutron.db.segments_db [None req-56b2d618-ff69-4eb7-b565-a386b9dc3b2a 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Added segment 4a2c0453-ce3a-418c-8dea-73029b2c1d73 of type vxlan for network 5e96c724-1808-4553-805b-bf5dcc0c0a5c [pid: 8|app: 0|req: 700/1280] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:48 2026] DELETE /v2.0/ports/0ff363a6-d422-4bd5-9714-953a0166734d => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:49.084 8 INFO neutron.pecan_wsgi.hooks.translation [None req-beedfc4a-27f4-40d5-a3f4-1a6747b5d290 9aed25249b014103af5d990cad01521b a5d2258ca9ab4ce399af14c98822b991 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 701/1281] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:49 2026] DELETE /v2.0/subnets/d8e5ca75-63bb-41d9-b2b3-4b7347a16756 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1282] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:49 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:49.224 8 INFO neutron_taas.services.taas.taas_plugin [None req-088c873f-1ad9-482e-80de-42b0cc35c82a 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] TaaS: Handle Delete Port: 0297cb43-8741-4262-91e9-468f29ce9e5c 2026-05-07 16:49:49.227 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-088c873f-1ad9-482e-80de-42b0cc35c82a 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] Tap Mirror: Handle Delete Port: 0297cb43-8741-4262-91e9-468f29ce9e5c 2026-05-07 16:49:49.245 7 INFO neutron.db.l3_hamode_db [None req-56b2d618-ff69-4eb7-b565-a386b9dc3b2a 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 703/1283] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:49 2026] DELETE /v2.0/ports/0297cb43-8741-4262-91e9-468f29ce9e5c => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:49.317 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05ee9c49-c487-41ec-8a3d-15dac9ecfe4a 9aed25249b014103af5d990cad01521b a5d2258ca9ab4ce399af14c98822b991 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 704/1284] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:49 2026] DELETE /v2.0/networks/12ff67e3-c191-40c7-95db-939352a2eddf => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1285] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:49 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:49.365 7 INFO neutron.db.l3_hamode_db [None req-56b2d618-ff69-4eb7-b565-a386b9dc3b2a 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:49:49.437 8 INFO neutron_taas.services.taas.taas_plugin [None req-65118744-6a8e-49af-b2f4-06ef04886443 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] TaaS: Handle Delete Port: c1a20afa-b39d-4008-9346-1a6dbc5d34a2 2026-05-07 16:49:49.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65118744-6a8e-49af-b2f4-06ef04886443 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] Tap Mirror: Handle Delete Port: c1a20afa-b39d-4008-9346-1a6dbc5d34a2 [pid: 8|app: 0|req: 706/1286] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:49 2026] DELETE /v2.0/ports/c1a20afa-b39d-4008-9346-1a6dbc5d34a2 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1287] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:49 2026] DELETE /v2.0/subnets/135146db-3893-411e-9dc7-2313b29950bf => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:49.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-de15796c-1148-4262-b9ca-f46856a006f0 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] TaaS: Handle Delete Port: 24475876-b27c-42a1-a6af-9eb27d5d2941 2026-05-07 16:49:49.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de15796c-1148-4262-b9ca-f46856a006f0 9ed4e27aab5943e099be77dcf3ee6363 ed0da1bcb3644e6ca745d3c89ea36c65 - - default default] Tap Mirror: Handle Delete Port: 24475876-b27c-42a1-a6af-9eb27d5d2941 [pid: 8|app: 0|req: 708/1288] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:49 2026] DELETE /v2.0/ports/24475876-b27c-42a1-a6af-9eb27d5d2941 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1289] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:48 2026] POST /v2.0/routers => generated 511 bytes in 999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1290] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:49 2026] DELETE /v2.0/networks/855ffc2a-28f9-4a76-92f9-882a3c33b37a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1291] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:49 2026] DELETE /v2.0/networks/93d999ba-4c89-47a6-bd3f-08eb61ddb8fa => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:50.118 8 INFO neutron.services.segments.plugin [-] Segment f36f9a7d-0c61-44a8-a62e-5b76228620e9 resource provider aggregate not found 2026-05-07 16:49:50.122 8 INFO neutron.services.segments.plugin [-] Segment f36f9a7d-0c61-44a8-a62e-5b76228620e9 resource provider aggregate not found 2026-05-07 16:49:50.148 8 INFO neutron.services.segments.plugin [-] Segment f36f9a7d-0c61-44a8-a62e-5b76228620e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f36f9a7d-0c61-44a8-a62e-5b76228620e9 found for delete ", "request_id": "req-762d6db6-5ac3-4c63-8879-efcad85c3bb9"}]} 2026-05-07 16:49:50.165 8 INFO neutron.services.segments.plugin [-] Segment f36f9a7d-0c61-44a8-a62e-5b76228620e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f36f9a7d-0c61-44a8-a62e-5b76228620e9 found for delete ", "request_id": "req-2210c996-df38-4d41-b8f7-aae3e5dfa2bb"}]} 2026-05-07 16:49:50.216 7 INFO neutron.services.segments.plugin [-] Segment 622f72b6-ac42-490b-b5a6-e4c7ace28233 resource provider aggregate not found 2026-05-07 16:49:50.217 7 INFO neutron.services.segments.plugin [-] Segment 622f72b6-ac42-490b-b5a6-e4c7ace28233 resource provider aggregate not found 2026-05-07 16:49:50.233 7 INFO neutron.services.segments.plugin [-] Segment 622f72b6-ac42-490b-b5a6-e4c7ace28233 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 622f72b6-ac42-490b-b5a6-e4c7ace28233 found for delete ", "request_id": "req-406c7e19-4385-4ad3-8474-e26404fc65d8"}]} 2026-05-07 16:49:50.239 7 INFO neutron.services.segments.plugin [-] Segment 622f72b6-ac42-490b-b5a6-e4c7ace28233 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 622f72b6-ac42-490b-b5a6-e4c7ace28233 found for delete ", "request_id": "req-ad543fe7-055a-46a8-b42e-5d72dc60d8f5"}]} 2026-05-07 16:49:50.252 7 INFO neutron.services.segments.plugin [-] Segment e83bdb76-40cd-4033-af7f-44bca80028ea resource provider aggregate not found 2026-05-07 16:49:50.260 7 INFO neutron.services.segments.plugin [-] Segment e83bdb76-40cd-4033-af7f-44bca80028ea resource provider aggregate not found 2026-05-07 16:49:50.269 7 INFO neutron.services.segments.plugin [-] Segment e83bdb76-40cd-4033-af7f-44bca80028ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e83bdb76-40cd-4033-af7f-44bca80028ea found for delete ", "request_id": "req-f951b3c9-976e-4e0f-ab55-8dad6385ac7a"}]} 2026-05-07 16:49:50.273 7 INFO neutron.services.segments.plugin [-] Segment e83bdb76-40cd-4033-af7f-44bca80028ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e83bdb76-40cd-4033-af7f-44bca80028ea found for delete ", "request_id": "req-a9de260b-5a2f-4db8-8bd0-eb4fb6a06d5a"}]} [pid: 7|app: 0|req: 583/1292] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:50 2026] DELETE /v2.0/networks/be2ad4fb-9041-4b97-ac4e-5d2b67fcb9fa => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1293] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:50 2026] DELETE /v2.0/networks/0573cf23-4bd5-4c50-b7a5-0dcc1f2be8b3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1294] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:50 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1295] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:50 2026] DELETE /v2.0/networks/0f371ccf-5951-48d0-be98-82510496400e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1296] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:50 2026] GET /v2.0/security-groups?tenant_id=a5d2258ca9ab4ce399af14c98822b991&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1297] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:50 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1298] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:50 2026] DELETE /v2.0/networks/13b0d230-630a-46e6-9def-87d8dab6c323 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1299] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:50 2026] DELETE /v2.0/security-groups/656b9f1b-a6c9-407e-9884-991f6d9b2544 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1300] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:49:49 2026] PUT /v2.0/routers/a956b4a0-2f08-4b04-b0a9-4095ee5257b1/add_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1301] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:49:51 2026] GET /v2.0/ports/73a4cecf-c346-4ced-a5d0-b8e8634acd46 => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:51.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-f24857c1-a1a5-4fba-a4b6-b69d69808b3f 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] TaaS: Handle Delete Port: 73a4cecf-c346-4ced-a5d0-b8e8634acd46 2026-05-07 16:49:51.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f24857c1-a1a5-4fba-a4b6-b69d69808b3f 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Tap Mirror: Handle Delete Port: 73a4cecf-c346-4ced-a5d0-b8e8634acd46 [pid: 8|app: 0|req: 711/1302] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:49:51 2026] PUT /v2.0/routers/a956b4a0-2f08-4b04-b0a9-4095ee5257b1/remove_router_interface => generated 309 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1303] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:49:51 2026] GET /v2.0/ports?device_id=a956b4a0-2f08-4b04-b0a9-4095ee5257b1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1304] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:51 2026] GET /v2.0/security-groups?tenant_id=90185ebdf44a4f86819cc832b5685a02&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:51.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c20cbf5-db86-4c0e-a809-0ad402b66320 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] TaaS: Handle Delete Port: 22bcb41c-05a5-4cd5-ab5a-84e34166359b 2026-05-07 16:49:51.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c20cbf5-db86-4c0e-a809-0ad402b66320 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Tap Mirror: Handle Delete Port: 22bcb41c-05a5-4cd5-ab5a-84e34166359b [pid: 7|app: 0|req: 593/1305] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:51 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1306] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:51 2026] DELETE /v2.0/security-groups/eb1f93b4-da9c-461a-b349-96578b54b635 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1307] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:52 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:52.256 8 INFO neutron.services.segments.plugin [-] Segment 4a2c0453-ce3a-418c-8dea-73029b2c1d73 resource provider aggregate not found 2026-05-07 16:49:52.263 8 INFO neutron.services.segments.plugin [-] Segment 4a2c0453-ce3a-418c-8dea-73029b2c1d73 resource provider aggregate not found 2026-05-07 16:49:52.286 8 INFO neutron.services.segments.plugin [-] Segment 4a2c0453-ce3a-418c-8dea-73029b2c1d73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a2c0453-ce3a-418c-8dea-73029b2c1d73 found for delete ", "request_id": "req-8e755974-7dca-4435-a727-acf65d6af74d"}]} 2026-05-07 16:49:52.288 8 INFO neutron.services.segments.plugin [-] Segment 4a2c0453-ce3a-418c-8dea-73029b2c1d73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a2c0453-ce3a-418c-8dea-73029b2c1d73 found for delete ", "request_id": "req-87fc8d1c-2152-45b9-becc-ef5fef180d6f"}]} 2026-05-07 16:49:52.297 7 INFO neutron.services.segments.plugin [-] Segment f576d2ce-421a-4893-ac0e-0234cd6395a8 resource provider aggregate not found 2026-05-07 16:49:52.297 8 INFO neutron.db.l3_hamode_db [None req-5c20cbf5-db86-4c0e-a809-0ad402b66320 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] HA network 5e96c724-1808-4553-805b-bf5dcc0c0a5c was deleted as no HA routers are present in tenant a82c55437a4b4c0dae84b844b59dc077. 2026-05-07 16:49:52.297 7 INFO neutron.services.segments.plugin [-] Segment f576d2ce-421a-4893-ac0e-0234cd6395a8 resource provider aggregate not found [pid: 8|app: 0|req: 713/1308] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:51 2026] DELETE /v2.0/routers/a956b4a0-2f08-4b04-b0a9-4095ee5257b1 => generated 0 bytes in 484 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:52.318 7 INFO neutron.services.segments.plugin [-] Segment f576d2ce-421a-4893-ac0e-0234cd6395a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f576d2ce-421a-4893-ac0e-0234cd6395a8 found for delete ", "request_id": "req-e04e2e7c-5cf9-4152-ad33-eb3090b9a670"}]} 2026-05-07 16:49:52.324 7 INFO neutron.services.segments.plugin [-] Segment f576d2ce-421a-4893-ac0e-0234cd6395a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f576d2ce-421a-4893-ac0e-0234cd6395a8 found for delete ", "request_id": "req-be48eba9-da02-4901-b372-a2966c3c59a0"}]} 2026-05-07 16:49:52.336 7 INFO neutron.services.segments.plugin [-] Segment 90e69e4d-1ca5-4039-aee0-107e8b3b5652 resource provider aggregate not found 2026-05-07 16:49:52.340 7 INFO neutron.services.segments.plugin [-] Segment 90e69e4d-1ca5-4039-aee0-107e8b3b5652 resource provider aggregate not found 2026-05-07 16:49:52.350 7 INFO neutron.services.segments.plugin [-] Segment 90e69e4d-1ca5-4039-aee0-107e8b3b5652 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90e69e4d-1ca5-4039-aee0-107e8b3b5652 found for delete ", "request_id": "req-579e027e-52de-483e-a25a-9129196f9a6b"}]} 2026-05-07 16:49:52.359 7 INFO neutron.services.segments.plugin [-] Segment 90e69e4d-1ca5-4039-aee0-107e8b3b5652 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90e69e4d-1ca5-4039-aee0-107e8b3b5652 found for delete ", "request_id": "req-05639500-a6e6-4305-894d-4cb675dc1654"}]} 2026-05-07 16:49:52.371 7 INFO neutron.services.segments.plugin [-] Segment 4cdbf83d-f3a2-4a3c-9995-53b0e7e2c294 resource provider aggregate not found 2026-05-07 16:49:52.385 7 INFO neutron.services.segments.plugin [-] Segment 4cdbf83d-f3a2-4a3c-9995-53b0e7e2c294 resource provider aggregate not found 2026-05-07 16:49:52.401 7 INFO neutron.services.segments.plugin [-] Segment 4cdbf83d-f3a2-4a3c-9995-53b0e7e2c294 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cdbf83d-f3a2-4a3c-9995-53b0e7e2c294 found for delete ", "request_id": "req-d3db3f54-3288-4259-8672-364fec598ea9"}]} 2026-05-07 16:49:52.407 7 INFO neutron.services.segments.plugin [-] Segment 4cdbf83d-f3a2-4a3c-9995-53b0e7e2c294 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cdbf83d-f3a2-4a3c-9995-53b0e7e2c294 found for delete ", "request_id": "req-ba7bf59d-5512-4e8a-8c98-d51246b0a81b"}]} [pid: 7|app: 0|req: 596/1309] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:52 2026] GET /v2.0/security-groups?tenant_id=bec20d4cfc6a4a53a2711587c028102c&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:52.421 7 INFO neutron.services.segments.plugin [-] Segment de53e4e9-de28-4211-922b-e52d7b611859 resource provider aggregate not found 2026-05-07 16:49:52.435 7 INFO neutron.services.segments.plugin [-] Segment de53e4e9-de28-4211-922b-e52d7b611859 resource provider aggregate not found 2026-05-07 16:49:52.450 7 INFO neutron.services.segments.plugin [-] Segment de53e4e9-de28-4211-922b-e52d7b611859 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de53e4e9-de28-4211-922b-e52d7b611859 found for delete ", "request_id": "req-75cb2667-4cbe-4c69-9caa-11c0d1bd9f5a"}]} 2026-05-07 16:49:52.466 7 INFO neutron.services.segments.plugin [-] Segment de53e4e9-de28-4211-922b-e52d7b611859 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de53e4e9-de28-4211-922b-e52d7b611859 found for delete ", "request_id": "req-868ca9b2-4f7e-4918-848a-fe6b2474b084"}]} [pid: 8|app: 0|req: 714/1310] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:52 2026] DELETE /v2.0/subnets/60433f91-0155-4308-81d2-8373d799c8d9 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1311] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:52 2026] DELETE /v2.0/security-groups/5d1a031b-9691-49e0-bd47-cd2ddcd4db7c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1312] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:52 2026] DELETE /v2.0/networks/7126ec51-c636-4e55-89dc-7b4ae0149b17 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:52.650 7 INFO neutron.db.segments_db [None req-14ef205c-4a86-4415-a398-aefe50a620fa 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Added segment 9fb432c3-1dee-40c6-b4ee-33af3b07fb08 of type vxlan for network d730e827-5083-4762-9be6-f2203d6b76e2 [pid: 8|app: 0|req: 716/1313] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:52 2026] GET /v2.0/security-groups?tenant_id=ed0da1bcb3644e6ca745d3c89ea36c65&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1314] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:52 2026] DELETE /v2.0/security-groups/4159cbdb-dfa2-48ac-b9d5-e28057a15016 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:49:52.921 7 INFO neutron.db.l3_hamode_db [None req-14ef205c-4a86-4415-a398-aefe50a620fa 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:49:53.405 8 INFO neutron.db.segments_db [None req-69b3025e-ec8b-48b7-9b48-c59fbcdf7f18 494798d924f14fd79d14d70010bf927a 28fa0dfe1e5247f38652d34284fed365 - - default default] Added segment 93b1e5db-f0d3-4c7c-9a03-3493bc99c0ab of type vxlan for network 35875703-eefd-4dca-9c67-8f5fd29e2c3c [pid: 8|app: 0|req: 718/1315] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:52 2026] POST /v2.0/networks => generated 624 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1316] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:53 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:53.754 7 INFO neutron.db.l3_hamode_db [None req-14ef205c-4a86-4415-a398-aefe50a620fa 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 720/1317] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:53 2026] POST /v2.0/subnets => generated 641 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1318] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:53 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:53.946 8 INFO neutron.db.segments_db [None req-fbbf8f9a-50b0-4de0-aa6f-44b1049d192d 494798d924f14fd79d14d70010bf927a 28fa0dfe1e5247f38652d34284fed365 - - default default] Added segment 6b0c002e-6340-43f5-897d-476b789fcf35 of type vxlan for network 7b2a2087-50d5-4efa-8730-873c07ff04da [pid: 8|app: 0|req: 722/1319] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:53 2026] POST /v2.0/networks => generated 625 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1320] 10.0.0.78 () {34 vars in 742 bytes} [Thu May 7 16:49:54 2026] PUT /v2.0/networks/7b2a2087-50d5-4efa-8730-873c07ff04da => generated 592 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:54.311 8 INFO neutron.services.segments.plugin [-] Segment 530d2158-c05b-485d-b033-7dffa728e441 resource provider aggregate not found 2026-05-07 16:49:54.313 8 INFO neutron.services.segments.plugin [-] Segment 530d2158-c05b-485d-b033-7dffa728e441 resource provider aggregate not found 2026-05-07 16:49:54.334 8 INFO neutron.services.segments.plugin [-] Segment 530d2158-c05b-485d-b033-7dffa728e441 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530d2158-c05b-485d-b033-7dffa728e441 found for delete ", "request_id": "req-2699cb2f-c5f7-40c8-ae7c-6156cb70a986"}]} 2026-05-07 16:49:54.338 8 INFO neutron.services.segments.plugin [-] Segment 530d2158-c05b-485d-b033-7dffa728e441 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530d2158-c05b-485d-b033-7dffa728e441 found for delete ", "request_id": "req-88254d7b-3a5c-4316-9edb-e6b804de04ba"}]} [pid: 8|app: 0|req: 724/1321] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:54 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1322] 10.0.0.78 () {34 vars in 740 bytes} [Thu May 7 16:49:54 2026] PUT /v2.0/subnets/eb7ccb06-d58b-4289-bd53-d959e76f4364 => generated 636 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1325] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:52 2026] POST /v2.0/routers => generated 692 bytes in 2063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1326] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:54 2026] DELETE /v2.0/networks/7b2a2087-50d5-4efa-8730-873c07ff04da => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:54.716 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12c2164f-0f3e-49e4-9ef8-6b7ae04a0f14 494798d924f14fd79d14d70010bf927a 28fa0dfe1e5247f38652d34284fed365 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 729/1327] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:54 2026] DELETE /v2.0/networks/7b2a2087-50d5-4efa-8730-873c07ff04da => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1328] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:49:54 2026] GET /v2.0/routers/78aa0021-d2e9-42b9-b532-c5744eaa0077 => generated 698 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1329] 10.0.0.78 () {32 vars in 693 bytes} [Thu May 7 16:49:54 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1330] 10.0.0.78 () {32 vars in 741 bytes} [Thu May 7 16:49:54 2026] GET /v2.0/subnets?network_id=3ddb0101-d922-49a6-ab93-f81626bb28c2 => generated 649 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1331] 10.0.0.78 () {32 vars in 652 bytes} [Thu May 7 16:49:54 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1332] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:49:54 2026] GET /v2.0/routers => generated 701 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1333] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:49:54 2026] GET /v2.0/networks => generated 1308 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1334] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:49:54 2026] GET /v2.0/subnets => generated 1280 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1335] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:54 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1336] 10.0.0.78 () {32 vars in 722 bytes} [Thu May 7 16:49:55 2026] GET /v2.0/networks/35875703-eefd-4dca-9c67-8f5fd29e2c3c => generated 668 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1337] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:49:55 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1338] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:49:55 2026] GET /v2.0/subnets/1257acd5-99a9-4768-9efa-4915b8a61d52 => generated 641 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:55.140 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2cfae20a-b1f1-4fbd-90fb-bf6ab4fae0b1 494798d924f14fd79d14d70010bf927a 28fa0dfe1e5247f38652d34284fed365 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 739/1339] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:55 2026] DELETE /v2.0/subnets/eb7ccb06-d58b-4289-bd53-d959e76f4364 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:49:55.159 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3f0c5eb-1cad-4f94-880f-0b37f4aff353 494798d924f14fd79d14d70010bf927a 28fa0dfe1e5247f38652d34284fed365 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 740/1340] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:55 2026] DELETE /v2.0/networks/7b2a2087-50d5-4efa-8730-873c07ff04da => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1341] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:49:55 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1342] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:55 2026] DELETE /v2.0/subnets/1257acd5-99a9-4768-9efa-4915b8a61d52 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:55.597 8 INFO neutron.db.l3_db [None req-0768aa46-e6e4-4981-becc-b29d31bb31de 9d12c516163c4801805f10dfc4cf4f6d 1129d3b6d6a045d9becd3d935764bacf - - default default] Floating IP ad1c0e7d-8bc3-4548-8a3e-2018ebe3dfeb associated. External IP: 10.96.250.210, port: 061b09c8-fac7-49ae-b095-e2eb47837870. [pid: 7|app: 0|req: 601/1343] 10.0.0.78 () {34 vars in 740 bytes} [Thu May 7 16:49:54 2026] PUT /v2.0/routers/78aa0021-d2e9-42b9-b532-c5744eaa0077 => generated 705 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1344] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:49:55 2026] PUT /v2.0/floatingips/ad1c0e7d-8bc3-4548-8a3e-2018ebe3dfeb => generated 856 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:55.911 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec149e7f-3035-4ec4-81c4-96cd20c67348'] response: {'name': 'network-changed', 'server_uuid': '12d1ff5d-99a9-4060-a0e9-fb14c9b48651', 'tag': '061b09c8-fac7-49ae-b095-e2eb47837870', 'status': 'completed', 'code': 200} 2026-05-07 16:49:55.950 7 INFO neutron.services.segments.plugin [-] Segment 93b1e5db-f0d3-4c7c-9a03-3493bc99c0ab resource provider aggregate not found [pid: 8|app: 0|req: 744/1345] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:49:55 2026] GET /v2.0/routers/78aa0021-d2e9-42b9-b532-c5744eaa0077 => generated 705 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:55.956 7 INFO neutron.services.segments.plugin [-] Segment 93b1e5db-f0d3-4c7c-9a03-3493bc99c0ab resource provider aggregate not found 2026-05-07 16:49:55.974 7 INFO neutron.services.segments.plugin [-] Segment 93b1e5db-f0d3-4c7c-9a03-3493bc99c0ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93b1e5db-f0d3-4c7c-9a03-3493bc99c0ab found for delete ", "request_id": "req-d316dc76-6c96-4379-86c3-7a80ff35ee73"}]} [pid: 8|app: 0|req: 745/1346] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:49:55 2026] GET /v2.0/ports?device_id=78aa0021-d2e9-42b9-b532-c5744eaa0077 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1347] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:49:55 2026] DELETE /v2.0/networks/35875703-eefd-4dca-9c67-8f5fd29e2c3c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:49:55.981 7 INFO neutron.services.segments.plugin [-] Segment 93b1e5db-f0d3-4c7c-9a03-3493bc99c0ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93b1e5db-f0d3-4c7c-9a03-3493bc99c0ab found for delete ", "request_id": "req-8e704d4d-46c9-4b30-89a1-7184cc30b7b0"}]} 2026-05-07 16:49:56.196 8 INFO neutron_taas.services.taas.taas_plugin [None req-0aa37020-b185-425a-afe1-763d92c9bb7e 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] TaaS: Handle Delete Port: fe888900-c498-4988-b8bd-a86191d66f9b 2026-05-07 16:49:56.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0aa37020-b185-425a-afe1-763d92c9bb7e 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Tap Mirror: Handle Delete Port: fe888900-c498-4988-b8bd-a86191d66f9b 2026-05-07 16:49:56.365 8 INFO neutron.services.segments.plugin [-] Segment 6b0c002e-6340-43f5-897d-476b789fcf35 resource provider aggregate not found 2026-05-07 16:49:56.371 8 INFO neutron.services.segments.plugin [-] Segment 6b0c002e-6340-43f5-897d-476b789fcf35 resource provider aggregate not found 2026-05-07 16:49:56.382 8 INFO neutron.services.segments.plugin [-] Segment 6b0c002e-6340-43f5-897d-476b789fcf35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b0c002e-6340-43f5-897d-476b789fcf35 found for delete ", "request_id": "req-564cbd7e-5008-424d-b435-530dd8120aa4"}]} 2026-05-07 16:49:56.393 8 INFO neutron.services.segments.plugin [-] Segment 6b0c002e-6340-43f5-897d-476b789fcf35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b0c002e-6340-43f5-897d-476b789fcf35 found for delete ", "request_id": "req-2e6dfd26-eaf7-4625-99b4-b13f98c8d73d"}]} 2026-05-07 16:49:56.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-0aa37020-b185-425a-afe1-763d92c9bb7e 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] TaaS: Handle Delete Port: 6a884ebb-0eb1-4897-8215-7942cd542832 2026-05-07 16:49:56.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0aa37020-b185-425a-afe1-763d92c9bb7e 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] Tap Mirror: Handle Delete Port: 6a884ebb-0eb1-4897-8215-7942cd542832 [pid: 7|app: 0|req: 603/1348] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:56 2026] GET /v2.0/security-groups?tenant_id=28fa0dfe1e5247f38652d34284fed365&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1349] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:49:56 2026] GET /v2.0/ports?tenant_id=1129d3b6d6a045d9becd3d935764bacf&device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1350] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:56 2026] DELETE /v2.0/security-groups/5abe0a31-69c8-4342-a8cd-52e109a8cb50 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1351] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:49:56 2026] GET /v2.0/networks?id=d0ba8b2b-86d7-401c-a45e-b2cc7642b34f => generated 771 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1352] 199.204.45.244 () {34 vars in 1060 bytes} [Thu May 7 16:49:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=061b09c8-fac7-49ae-b095-e2eb47837870 => generated 859 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1353] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:49:56 2026] GET /v2.0/subnets?id=46efd346-1e30-495e-bac3-c8f5bfc684bb => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1354] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:49:56 2026] GET /v2.0/ports?network_id=d0ba8b2b-86d7-401c-a45e-b2cc7642b34f&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:56.859 8 INFO neutron.db.l3_hamode_db [None req-0aa37020-b185-425a-afe1-763d92c9bb7e 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] HA network d730e827-5083-4762-9be6-f2203d6b76e2 was deleted as no HA routers are present in tenant a82c55437a4b4c0dae84b844b59dc077. [pid: 8|app: 0|req: 746/1355] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:55 2026] DELETE /v2.0/routers/78aa0021-d2e9-42b9-b532-c5744eaa0077 => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1356] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:49:56 2026] GET /v2.0/ports?device_id=78aa0021-d2e9-42b9-b532-c5744eaa0077 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1357] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:49:56 2026] GET /v2.0/networks/d0ba8b2b-86d7-401c-a45e-b2cc7642b34f?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:56.912 8 INFO neutron.api.v2.resource [None req-8f9341f2-389b-4f5f-819b-f399cf919073 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 748/1358] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:56 2026] DELETE /v2.0/routers/78aa0021-d2e9-42b9-b532-c5744eaa0077 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1359] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:49:56 2026] GET /v2.0/ports?device_id=a956b4a0-2f08-4b04-b0a9-4095ee5257b1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1360] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:49:56 2026] GET /v2.0/networks/d0ba8b2b-86d7-401c-a45e-b2cc7642b34f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:56.964 8 INFO neutron.api.v2.resource [None req-ef2f489e-6450-4611-b52e-4429b4700b99 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 750/1361] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:56 2026] DELETE /v2.0/routers/a956b4a0-2f08-4b04-b0a9-4095ee5257b1 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:49:56.983 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eec3bfa7-853e-4318-ad57-c98fcc00f87d 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 612/1362] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:56 2026] DELETE /v2.0/subnets/60433f91-0155-4308-81d2-8373d799c8d9 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1363] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:49:56 2026] GET /v2.0/ports?device_id=196b1043-0ef7-45fe-92e5-01fa11649f05 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:57.040 7 INFO neutron.api.v2.resource [None req-898103f2-0fdb-4100-9b75-f0c0a39c85e3 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 613/1364] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:57 2026] DELETE /v2.0/routers/196b1043-0ef7-45fe-92e5-01fa11649f05 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:49:57.058 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c5c1156-a83b-4528-b8cd-e680afffb308 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 752/1365] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:57 2026] DELETE /v2.0/subnets/a4f2ca3d-4bda-47ab-8098-2d9dc8003257 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1366] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:49:57 2026] GET /v2.0/ports?device_id=c871c734-821a-4e65-ac40-e424c8be42ea => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:57.113 8 INFO neutron.api.v2.resource [None req-d9ec8d89-72a9-4484-b8d1-02770ee442da 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1367] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:57 2026] DELETE /v2.0/routers/c871c734-821a-4e65-ac40-e424c8be42ea => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:49:57.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86242762-60fc-4dbf-afa8-7bf7f7e4e10e 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 615/1368] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:57 2026] DELETE /v2.0/subnets/355f91fa-5b31-4389-9338-c86a4aef0562 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:49:57.152 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10687057-9536-4a79-b35e-f4e14a64f271 58f60739bada4dca8cc67570255ad15f a82c55437a4b4c0dae84b844b59dc077 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 754/1369] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:49:57 2026] DELETE /v2.0/subnets/00bcafec-6098-4764-9ea9-fb221e06476a => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1370] 10.0.0.78 () {34 vars in 677 bytes} [Thu May 7 16:49:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1371] 10.0.0.78 () {34 vars in 677 bytes} [Thu May 7 16:49:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1372] 10.0.0.78 () {34 vars in 677 bytes} [Thu May 7 16:49:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1373] 10.0.0.78 () {34 vars in 677 bytes} [Thu May 7 16:49:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1374] 10.0.0.78 () {34 vars in 677 bytes} [Thu May 7 16:49:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1375] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:49:57 2026] PUT /v2.0/policies/54baf7cd-1a9e-4557-952f-97203ced4793/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1376] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:57 2026] GET /v2.0/security-groups?tenant_id=a82c55437a4b4c0dae84b844b59dc077&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1377] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:49:57 2026] PUT /v2.0/policies/bc388292-6554-4ca3-a4ea-830f56c93aa1/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1378] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:49:57 2026] PUT /v2.0/policies/b505c439-aede-4e33-9f46-a186cbcddbe6/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1379] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:49:57 2026] DELETE /v2.0/security-groups/6c4058cc-c5ff-4108-85fa-f435abadbb86 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1380] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:49:57 2026] PUT /v2.0/policies/9d980443-412e-4f53-bcc4-a01d34e3c746/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:49:58.405 8 INFO neutron.services.segments.plugin [-] Segment 9fb432c3-1dee-40c6-b4ee-33af3b07fb08 resource provider aggregate not found 2026-05-07 16:49:58.424 8 INFO neutron.services.segments.plugin [-] Segment 9fb432c3-1dee-40c6-b4ee-33af3b07fb08 resource provider aggregate not found 2026-05-07 16:49:58.429 8 INFO neutron.services.segments.plugin [-] Segment 9fb432c3-1dee-40c6-b4ee-33af3b07fb08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fb432c3-1dee-40c6-b4ee-33af3b07fb08 found for delete ", "request_id": "req-16583838-a4bf-43a2-a0c0-5c8add5c9b79"}]} [pid: 7|app: 0|req: 620/1381] 10.0.0.78 () {32 vars in 673 bytes} [Thu May 7 16:49:58 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:49:58.445 8 INFO neutron.services.segments.plugin [-] Segment 9fb432c3-1dee-40c6-b4ee-33af3b07fb08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fb432c3-1dee-40c6-b4ee-33af3b07fb08 found for delete ", "request_id": "req-83dfb330-4dd3-4a88-bfb8-7a816ab75572"}]} [pid: 8|app: 0|req: 762/1382] 10.0.0.78 () {32 vars in 687 bytes} [Thu May 7 16:49:58 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1383] 10.0.0.78 () {32 vars in 683 bytes} [Thu May 7 16:49:58 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1384] 10.0.0.78 () {32 vars in 695 bytes} [Thu May 7 16:49:58 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1385] 10.0.0.78 () {32 vars in 681 bytes} [Thu May 7 16:49:58 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:49:58.774 7 INFO neutron.db.segments_db [None req-f5ce4850-8e2f-4b0e-8426-afda02b2124c 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] Added segment 5e6ffb68-0364-49b7-aa3d-0103681332c2 of type vxlan for network 34486a91-bc13-4e73-af9e-334790892a76 [pid: 8|app: 0|req: 765/1386] 10.0.0.78 () {32 vars in 695 bytes} [Thu May 7 16:49:58 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1387] 10.0.0.78 () {32 vars in 691 bytes} [Thu May 7 16:49:58 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1388] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:58 2026] POST /v2.0/networks => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1389] 10.0.0.78 () {32 vars in 703 bytes} [Thu May 7 16:49:58 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1390] 10.0.0.78 () {32 vars in 733 bytes} [Thu May 7 16:49:58 2026] DELETE /v2.0/qos/policies/54baf7cd-1a9e-4557-952f-97203ced4793 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1391] 10.0.0.78 () {32 vars in 733 bytes} [Thu May 7 16:49:58 2026] DELETE /v2.0/qos/policies/bc388292-6554-4ca3-a4ea-830f56c93aa1 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1392] 10.0.0.78 () {32 vars in 733 bytes} [Thu May 7 16:49:58 2026] DELETE /v2.0/qos/policies/b505c439-aede-4e33-9f46-a186cbcddbe6 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1393] 10.0.0.78 () {32 vars in 733 bytes} [Thu May 7 16:49:59 2026] DELETE /v2.0/qos/policies/9d980443-412e-4f53-bcc4-a01d34e3c746 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1394] 10.0.0.78 () {32 vars in 733 bytes} [Thu May 7 16:49:59 2026] DELETE /v2.0/qos/policies/cce6a624-a604-418d-b86f-19c3e4eeee4f => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1395] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:49:58 2026] POST /v2.0/ports => generated 774 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:49:59.188 8 INFO neutron.db.segments_db [None req-a6983ac1-493f-4559-8639-4ede3fe7adc6 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] Added segment 7928f855-efe9-41ee-adb9-836d52286cfe of type vxlan for network 76e86e8b-d0f4-47f1-a962-f4a3ad3f52ce [pid: 8|app: 0|req: 773/1396] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:59 2026] POST /v2.0/networks => generated 612 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 624/1397] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:49:59 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1398] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:49:59 2026] POST /v2.0/ports => generated 954 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:49:59.860 7 INFO neutron.db.segments_db [None req-3fe91dca-2995-462c-a0c2-df4f58f228bf 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Added segment 9a4cef77-ed0f-4930-adcd-a0d9b7b8f645 of type vxlan for network 421f7f9f-5fc1-4d42-8120-5fd00cdd8a9e 2026-05-07 16:49:59.940 8 INFO neutron_taas.services.taas.taas_plugin [None req-c566f7e0-12b6-4534-b0b7-63bde1a92e4d 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] TaaS: Handle Delete Port: 4577e21b-0f89-43fd-8cf1-94179ba25c85 2026-05-07 16:49:59.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c566f7e0-12b6-4534-b0b7-63bde1a92e4d 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] Tap Mirror: Handle Delete Port: 4577e21b-0f89-43fd-8cf1-94179ba25c85 [pid: 7|app: 0|req: 625/1399] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:49:59 2026] POST /v2.0/networks => generated 610 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1400] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:49:59 2026] DELETE /v2.0/ports/4577e21b-0f89-43fd-8cf1-94179ba25c85 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1401] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:49:59 2026] GET /v2.0/security-groups?tenant_id=db26b2086a2f4c41b1e3596b7a64b523&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:50:00.136 8 INFO neutron.db.segments_db [None req-8254d525-47f9-418f-a90d-0bd2ad90cbdd 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Added segment 38c0da4b-077b-4a37-a2c5-f75bcb9ad6da of type vxlan for network edc33f6d-18a1-47f1-a698-8c6eb5b8f897 2026-05-07 16:50:00.147 7 INFO neutron.pecan_wsgi.hooks.translation [None req-59e91840-057a-4813-bb1e-7cb0f8bbd33e 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 627/1402] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:50:00 2026] DELETE /v2.0/ports/4577e21b-0f89-43fd-8cf1-94179ba25c85 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1403] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:00 2026] DELETE /v2.0/security-groups/81df6725-52d8-47d9-bdae-5c1e7345d158 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1404] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:50:00 2026] POST /v2.0/networks => generated 610 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:50:00.233 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32c2fe51-5f08-4b9c-a5f9-494bf95aafac 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1405] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:00 2026] GET /v2.0/ports/4577e21b-0f89-43fd-8cf1-94179ba25c85 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1406] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:00 2026] DELETE /v2.0/subnets/a7821f48-4f2c-4323-9c40-a6f116b39d36 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1407] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:00 2026] POST /v2.0/subnets => generated 626 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1408] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:00 2026] GET /v2.0/security-groups?tenant_id=9fa0102f91154d4fabd5b3ebb341c4d9&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:50:00.645 8 INFO neutron.services.segments.plugin [-] Segment 7928f855-efe9-41ee-adb9-836d52286cfe resource provider aggregate not found 2026-05-07 16:50:00.647 8 INFO neutron.services.segments.plugin [-] Segment 7928f855-efe9-41ee-adb9-836d52286cfe resource provider aggregate not found 2026-05-07 16:50:00.666 8 INFO neutron.services.segments.plugin [-] Segment 7928f855-efe9-41ee-adb9-836d52286cfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7928f855-efe9-41ee-adb9-836d52286cfe found for delete ", "request_id": "req-942943f5-4d51-4423-adfa-5dd62a6e8fab"}]} 2026-05-07 16:50:00.668 8 INFO neutron.services.segments.plugin [-] Segment 7928f855-efe9-41ee-adb9-836d52286cfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7928f855-efe9-41ee-adb9-836d52286cfe found for delete ", "request_id": "req-19d45744-9bfb-4d53-96bb-54f6151257f8"}]} [pid: 8|app: 0|req: 778/1409] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:50:00 2026] DELETE /v2.0/networks/76e86e8b-d0f4-47f1-a962-f4a3ad3f52ce => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1410] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:00 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1411] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:00 2026] DELETE /v2.0/security-groups/573fa4c5-428c-47ab-9b05-31f124c45543 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:50:00.823 7 INFO neutron.db.segments_db [None req-6bedbf47-1b32-4e93-902a-6e89480cd87d 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] Added segment cdc891a8-5015-4b9b-a0f4-4950ab7a1879 of type vxlan for network a4f10645-d0bf-443e-ab98-9d8829fe34e8 2026-05-07 16:50:00.826 8 INFO neutron.db.segments_db [None req-988cf297-1065-464d-8321-8bdca37a238f 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Added segment 267b3163-e38d-469a-8ce0-0884d8a1e40e of type vxlan for network 3f05e059-f90e-44ce-8106-6c7541563808 [pid: 7|app: 0|req: 633/1412] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:50:00 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1413] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:00 2026] GET /v2.0/security-groups?tenant_id=01654ebf098c4e12847430c29e47841f&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:50:01.120 8 INFO neutron.db.l3_hamode_db [None req-988cf297-1065-464d-8321-8bdca37a238f 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:50:01.241 8 INFO neutron.db.l3_hamode_db [None req-988cf297-1065-464d-8321-8bdca37a238f 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 635/1414] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:01 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1415] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:01 2026] DELETE /v2.0/security-groups/558aa907-0175-4772-b9a5-8e54ef1eebb5 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1416] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:50:01 2026] POST /v2.0/ports => generated 912 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:50:01.815 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cdab730-8bb7-4fe0-8e64-7fef5e3ac326 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] TaaS: Handle Delete Port: 2163a99c-f89d-4b49-ac51-9a4f99d946d0 2026-05-07 16:50:01.818 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cdab730-8bb7-4fe0-8e64-7fef5e3ac326 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] Tap Mirror: Handle Delete Port: 2163a99c-f89d-4b49-ac51-9a4f99d946d0 [pid: 8|app: 0|req: 780/1417] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:00 2026] POST /v2.0/routers => generated 505 bytes in 1067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1418] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:50:01 2026] DELETE /v2.0/ports/2163a99c-f89d-4b49-ac51-9a4f99d946d0 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:50:01.960 7 INFO neutron.pecan_wsgi.hooks.translation [None req-356d2422-ec02-4f5c-a8dc-6bbdd5f89840 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 639/1419] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:01 2026] GET /v2.0/ports/2163a99c-f89d-4b49-ac51-9a4f99d946d0 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1420] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:01 2026] DELETE /v2.0/subnets/348de3c9-1902-4977-8826-c61cd52890f4 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:50:02.160 7 INFO neutron.services.segments.plugin [-] Segment cdc891a8-5015-4b9b-a0f4-4950ab7a1879 resource provider aggregate not found 2026-05-07 16:50:02.172 7 INFO neutron.services.segments.plugin [-] Segment cdc891a8-5015-4b9b-a0f4-4950ab7a1879 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdc891a8-5015-4b9b-a0f4-4950ab7a1879 found for delete ", "request_id": "req-12aee2e1-5d8f-493f-9671-deac39302400"}]} [pid: 7|app: 0|req: 641/1421] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:50:02 2026] DELETE /v2.0/networks/a4f10645-d0bf-443e-ab98-9d8829fe34e8 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:50:02.184 7 INFO neutron.services.segments.plugin [-] Segment cdc891a8-5015-4b9b-a0f4-4950ab7a1879 resource provider aggregate not found 2026-05-07 16:50:02.198 7 INFO neutron.services.segments.plugin [-] Segment cdc891a8-5015-4b9b-a0f4-4950ab7a1879 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdc891a8-5015-4b9b-a0f4-4950ab7a1879 found for delete ", "request_id": "req-e405a07d-bee2-46c1-9cba-6f6d747849ed"}]} [pid: 7|app: 0|req: 642/1422] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:50:02 2026] POST /v2.0/ports => generated 774 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 643/1423] 10.0.0.78 () {34 vars in 736 bytes} [Thu May 7 16:50:02 2026] PUT /v2.0/ports/f6a6f399-9cb0-428c-89f4-df6ae5d4d2b7 => generated 752 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:50:02.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-7722e82f-49d4-497f-ac12-cbdeff923bc9 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] TaaS: Handle Delete Port: f6a6f399-9cb0-428c-89f4-df6ae5d4d2b7 2026-05-07 16:50:02.643 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7722e82f-49d4-497f-ac12-cbdeff923bc9 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] Tap Mirror: Handle Delete Port: f6a6f399-9cb0-428c-89f4-df6ae5d4d2b7 [pid: 7|app: 0|req: 644/1424] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:50:02 2026] DELETE /v2.0/ports/f6a6f399-9cb0-428c-89f4-df6ae5d4d2b7 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1425] 10.0.0.78 () {32 vars in 642 bytes} [Thu May 7 16:50:02 2026] GET /v2.0/ports => generated 777 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:50:02.786 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66a58595-3b55-4796-a103-cc3d17d14dae 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 646/1426] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:02 2026] GET /v2.0/ports/f6a6f399-9cb0-428c-89f4-df6ae5d4d2b7 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1427] 10.0.0.78 () {32 vars in 642 bytes} [Thu May 7 16:50:02 2026] GET /v2.0/ports => generated 777 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1428] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:50:01 2026] PUT /v2.0/routers/1196b01f-0634-4086-b507-c7582f33f2f0/add_router_interface => generated 309 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1429] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:02 2026] GET /v2.0/ports/e975d2fa-36cd-455c-abf3-a450c64a4c2e => generated 774 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1430] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:02 2026] GET /v2.0/ports/232ce594-7e5c-4643-97d8-8b01a44862be => generated 955 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:50:02.895 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8910188c-4a17-490d-8b50-f05fd0fd13be 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 649/1431] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:50:02 2026] DELETE /v2.0/ports/2163a99c-f89d-4b49-ac51-9a4f99d946d0 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:50:02.910 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b3372c9-a260-4dc3-9efe-c05938c22b83 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 650/1432] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:02 2026] DELETE /v2.0/subnets/348de3c9-1902-4977-8826-c61cd52890f4 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:50:02.922 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1be88e8-d47e-4877-b596-60afa75b8627 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1433] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:02 2026] DELETE /v2.0/subnets/a7821f48-4f2c-4323-9c40-a6f116b39d36 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:50:03.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-d12e10ea-e983-4bfc-bd9c-245309e745aa 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] TaaS: Handle Delete Port: e975d2fa-36cd-455c-abf3-a450c64a4c2e 2026-05-07 16:50:03.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d12e10ea-e983-4bfc-bd9c-245309e745aa 0c738a638934448e83b1dd78e764d86c 1559700a6e614cb98cd56d2cd6efdcd1 - - default default] Tap Mirror: Handle Delete Port: e975d2fa-36cd-455c-abf3-a450c64a4c2e [pid: 7|app: 0|req: 652/1434] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:50:02 2026] DELETE /v2.0/ports/e975d2fa-36cd-455c-abf3-a450c64a4c2e => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1435] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:50:03 2026] DELETE /v2.0/networks/34486a91-bc13-4e73-af9e-334790892a76 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1436] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:03 2026] GET /v2.0/security-groups?tenant_id=1559700a6e614cb98cd56d2cd6efdcd1&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1437] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:50:02 2026] PUT /v2.0/routers/1196b01f-0634-4086-b507-c7582f33f2f0/add_router_interface => generated 309 bytes in 1091 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1438] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:03 2026] DELETE /v2.0/security-groups/3172378b-df5e-4936-a856-d895c39cf7e2 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1439] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:03 2026] GET /v2.0/ports/9141a734-38ff-440f-a624-3544a3f58c30 => generated 955 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:50:04.203 7 INFO neutron.services.segments.plugin [-] Segment 5e6ffb68-0364-49b7-aa3d-0103681332c2 resource provider aggregate not found 2026-05-07 16:50:04.220 7 INFO neutron.services.segments.plugin [-] Segment 5e6ffb68-0364-49b7-aa3d-0103681332c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e6ffb68-0364-49b7-aa3d-0103681332c2 found for delete ", "request_id": "req-00793981-5ded-489a-b2fc-6a996a5c36f0"}]} 2026-05-07 16:50:04.223 7 INFO neutron.services.segments.plugin [-] Segment 5e6ffb68-0364-49b7-aa3d-0103681332c2 resource provider aggregate not found 2026-05-07 16:50:04.240 7 INFO neutron.services.segments.plugin [-] Segment 5e6ffb68-0364-49b7-aa3d-0103681332c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e6ffb68-0364-49b7-aa3d-0103681332c2 found for delete ", "request_id": "req-1f9a294a-119c-4c0a-a694-f628c3e78356"}]} 2026-05-07 16:50:04.392 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c678008-7ad5-445d-962b-9e4cb56e2f7a 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] TaaS: Handle Delete Port: 9141a734-38ff-440f-a624-3544a3f58c30 2026-05-07 16:50:04.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c678008-7ad5-445d-962b-9e4cb56e2f7a 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Tap Mirror: Handle Delete Port: 9141a734-38ff-440f-a624-3544a3f58c30 2026-05-07 16:50:04.850 8 INFO neutron.db.segments_db [None req-07133cd1-2211-4978-b19e-8874f6c8df4d 30e3a5b0ffc6424a9b88bbb20251abe1 95fd4f0a988f4f0680aac964ad43691a - - default default] Added segment c2cffa62-4b74-4494-8d0d-48ebe62c25c4 of type vxlan for network 2b7ea06d-04b0-4d64-ac42-6c59d460ea54 [pid: 7|app: 0|req: 656/1440] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:50:04 2026] PUT /v2.0/routers/1196b01f-0634-4086-b507-c7582f33f2f0/remove_router_interface => generated 309 bytes in 837 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:50:05.094 8 INFO neutron.db.l3_hamode_db [None req-07133cd1-2211-4978-b19e-8874f6c8df4d 30e3a5b0ffc6424a9b88bbb20251abe1 95fd4f0a988f4f0680aac964ad43691a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:50:05.193 8 INFO neutron.db.l3_hamode_db [None req-07133cd1-2211-4978-b19e-8874f6c8df4d 30e3a5b0ffc6424a9b88bbb20251abe1 95fd4f0a988f4f0680aac964ad43691a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:50:05.243 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb730066-ec34-4db7-8248-8301d2c081cb 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] TaaS: Handle Delete Port: 232ce594-7e5c-4643-97d8-8b01a44862be 2026-05-07 16:50:05.246 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb730066-ec34-4db7-8248-8301d2c081cb 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Tap Mirror: Handle Delete Port: 232ce594-7e5c-4643-97d8-8b01a44862be [pid: 7|app: 0|req: 657/1441] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:50:04 2026] PUT /v2.0/routers/1196b01f-0634-4086-b507-c7582f33f2f0/remove_router_interface => generated 309 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1442] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:50:05 2026] GET /v2.0/ports?device_id=1196b01f-0634-4086-b507-c7582f33f2f0 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:05.875 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd05b8da-e9a4-43a4-95ac-012ca6231cee 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] TaaS: Handle Delete Port: f9f51ae3-97f4-4016-8682-5358765ed0c6 2026-05-07 16:50:05.878 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd05b8da-e9a4-43a4-95ac-012ca6231cee 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Tap Mirror: Handle Delete Port: f9f51ae3-97f4-4016-8682-5358765ed0c6 2026-05-07 16:50:06.228 7 INFO neutron.db.l3_hamode_db [None req-bd05b8da-e9a4-43a4-95ac-012ca6231cee 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] HA network 3f05e059-f90e-44ce-8106-6c7541563808 was deleted as no HA routers are present in tenant afe632b9335e4e3c9587de749b5c4eb2. [pid: 7|app: 0|req: 659/1443] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:05 2026] DELETE /v2.0/routers/1196b01f-0634-4086-b507-c7582f33f2f0 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1444] 10.0.0.78 () {34 vars in 667 bytes} [Thu May 7 16:50:04 2026] POST /v2.0/routers => generated 474 bytes in 1564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:50:06.252 7 INFO neutron.services.segments.plugin [-] Segment 267b3163-e38d-469a-8ce0-0884d8a1e40e resource provider aggregate not found 2026-05-07 16:50:06.274 7 INFO neutron.services.segments.plugin [-] Segment 267b3163-e38d-469a-8ce0-0884d8a1e40e resource provider aggregate not found 2026-05-07 16:50:06.281 7 INFO neutron.services.segments.plugin [-] Segment 267b3163-e38d-469a-8ce0-0884d8a1e40e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 267b3163-e38d-469a-8ce0-0884d8a1e40e found for delete ", "request_id": "req-f7e92b7b-3afe-4cc7-9081-d1e1e5e12f13"}]} 2026-05-07 16:50:06.291 7 INFO neutron.services.segments.plugin [-] Segment 267b3163-e38d-469a-8ce0-0884d8a1e40e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 267b3163-e38d-469a-8ce0-0884d8a1e40e found for delete ", "request_id": "req-a39d02b7-fa9a-4d0a-acd9-22330b62f230"}]} [pid: 8|app: 0|req: 786/1445] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:06 2026] DELETE /v2.0/subnets/5cccaea3-90fa-430f-8e04-1f3d3c12652f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1446] 10.0.0.78 () {34 vars in 750 bytes} [Thu May 7 16:50:06 2026] PUT /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags => generated 25 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1447] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:06 2026] DELETE /v2.0/subnets/7fd92958-dab3-4852-a402-d42950a7ba20 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1448] 10.0.0.78 () {34 vars in 683 bytes} [Thu May 7 16:50:06 2026] POST /v2.0/security-groups => generated 1625 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1449] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:50:06 2026] GET /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1450] 10.0.0.78 () {32 vars in 662 bytes} [Thu May 7 16:50:06 2026] GET /v2.0/security-groups => generated 4530 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1451] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:50:06 2026] DELETE /v2.0/networks/edc33f6d-18a1-47f1-a698-8c6eb5b8f897 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1452] 10.0.0.78 () {34 vars in 757 bytes} [Thu May 7 16:50:06 2026] PUT /v2.0/security-groups/f094ab35-207b-469c-bcc3-b19638887122 => generated 1661 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1453] 10.0.0.78 () {34 vars in 761 bytes} [Thu May 7 16:50:06 2026] PUT /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags/green => generated 4 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1454] 10.0.0.78 () {32 vars in 736 bytes} [Thu May 7 16:50:06 2026] GET /v2.0/security-groups/f094ab35-207b-469c-bcc3-b19638887122 => generated 1661 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1455] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:50:06 2026] GET /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1456] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:50:06 2026] DELETE /v2.0/networks/421f7f9f-5fc1-4d42-8120-5fd00cdd8a9e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1457] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:07 2026] DELETE /v2.0/security-groups/f094ab35-207b-469c-bcc3-b19638887122 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:50:07.131 8 INFO neutron.db.segments_db [None req-1be91b3f-cc38-4db8-8dd0-a16b7ce76546 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Added segment 76a854ee-8bb5-4ce4-824f-45ac20920e31 of type vxlan for network 104c0284-1ffb-4796-8e68-02ba0786f188 [pid: 7|app: 0|req: 664/1458] 10.0.0.78 () {34 vars in 757 bytes} [Thu May 7 16:50:07 2026] PUT /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags/red => generated 4 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1459] 10.0.0.78 () {32 vars in 662 bytes} [Thu May 7 16:50:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1460] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:50:07 2026] POST /v2.0/networks => generated 610 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:50:07.222 8 INFO neutron.api.v2.resource [None req-f573874c-9761-47a1-8f57-4165bd273379 3b1352699d6f452dbc68159a6b1ca9dd ee9c06592f18417583947de7538b0a17 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 796/1461] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:07 2026] DELETE /v2.0/security-groups/f094ab35-207b-469c-bcc3-b19638887122 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1462] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:50:07 2026] GET /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags => generated 34 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1463] 10.0.0.78 () {34 vars in 683 bytes} [Thu May 7 16:50:07 2026] POST /v2.0/security-groups => generated 1625 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1464] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:07 2026] POST /v2.0/subnets => generated 626 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1465] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:50:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1466] 10.0.0.78 () {34 vars in 779 bytes} [Thu May 7 16:50:07 2026] PUT /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags/black.or.white => generated 4 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1467] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:50:07 2026] GET /v2.0/security-group-rules/960b317b-7d18-4cc6-b30d-9d49c958f6b2 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:50:07.639 8 INFO neutron.db.segments_db [None req-a47f6062-c627-415d-be85-6006493170f1 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Added segment 839de895-f188-4558-9f04-845c98321d07 of type vxlan for network 8d7fcb48-dc89-4115-98c0-b99ab1d41629 [pid: 7|app: 0|req: 670/1468] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:50:07 2026] GET /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags => generated 52 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1469] 10.0.0.78 () {32 vars in 672 bytes} [Thu May 7 16:50:07 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:50:07.867 8 INFO neutron.db.l3_hamode_db [None req-a47f6062-c627-415d-be85-6006493170f1 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 672/1470] 10.0.0.78 () {34 vars in 750 bytes} [Thu May 7 16:50:07 2026] PUT /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags => generated 37 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1471] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:50:07 2026] DELETE /v2.0/security-group-rules/960b317b-7d18-4cc6-b30d-9d49c958f6b2 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:50:07.982 8 INFO neutron.db.l3_hamode_db [None req-a47f6062-c627-415d-be85-6006493170f1 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 674/1472] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:50:07 2026] GET /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags => generated 37 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1473] 10.0.0.78 () {32 vars in 672 bytes} [Thu May 7 16:50:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1474] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:50:08 2026] GET /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags/red => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:50:08.307 7 INFO neutron.services.segments.plugin [-] Segment 38c0da4b-077b-4a37-a2c5-f75bcb9ad6da resource provider aggregate not found 2026-05-07 16:50:08.311 7 INFO neutron.services.segments.plugin [-] Segment 38c0da4b-077b-4a37-a2c5-f75bcb9ad6da resource provider aggregate not found [pid: 7|app: 0|req: 677/1475] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:50:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:50:08.327 7 INFO neutron.services.segments.plugin [-] Segment 38c0da4b-077b-4a37-a2c5-f75bcb9ad6da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38c0da4b-077b-4a37-a2c5-f75bcb9ad6da found for delete ", "request_id": "req-75712bcd-2a6d-4bf9-bc92-7b9bb63fcbc8"}]} 2026-05-07 16:50:08.333 7 INFO neutron.services.segments.plugin [-] Segment 38c0da4b-077b-4a37-a2c5-f75bcb9ad6da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38c0da4b-077b-4a37-a2c5-f75bcb9ad6da found for delete ", "request_id": "req-e4fd3d80-e056-4617-acf9-8b2f516202d5"}]} 2026-05-07 16:50:08.351 7 INFO neutron.services.segments.plugin [-] Segment 9a4cef77-ed0f-4930-adcd-a0d9b7b8f645 resource provider aggregate not found 2026-05-07 16:50:08.368 7 INFO neutron.services.segments.plugin [-] Segment 9a4cef77-ed0f-4930-adcd-a0d9b7b8f645 resource provider aggregate not found 2026-05-07 16:50:08.380 7 INFO neutron.services.segments.plugin [-] Segment 9a4cef77-ed0f-4930-adcd-a0d9b7b8f645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a4cef77-ed0f-4930-adcd-a0d9b7b8f645 found for delete ", "request_id": "req-0d64dfcc-9dea-48bb-87a3-83dad1779d3b"}]} 2026-05-07 16:50:08.385 7 INFO neutron.services.segments.plugin [-] Segment 9a4cef77-ed0f-4930-adcd-a0d9b7b8f645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a4cef77-ed0f-4930-adcd-a0d9b7b8f645 found for delete ", "request_id": "req-3490c4c4-4de7-4eb3-bbb7-f5e0aca6ddb1"}]} 2026-05-07 16:50:08.428 7 INFO neutron.api.v2.resource [None req-8d894c31-ee14-4d52-998c-aae879e4cb66 30e3a5b0ffc6424a9b88bbb20251abe1 95fd4f0a988f4f0680aac964ad43691a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 678/1476] 10.0.0.78 () {32 vars in 742 bytes} [Thu May 7 16:50:08 2026] GET /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags/green => generated 99 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1477] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:50:08 2026] GET /v2.0/security-group-rules/a5d8f35a-3305-475c-bae2-f8f0d4d64df4 => generated 601 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1478] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:07 2026] POST /v2.0/routers => generated 507 bytes in 986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1479] 10.0.0.78 () {32 vars in 741 bytes} [Thu May 7 16:50:08 2026] DELETE /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags/red => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1480] 10.0.0.78 () {32 vars in 672 bytes} [Thu May 7 16:50:08 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1481] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:50:08 2026] GET /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags => generated 30 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1482] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:50:08 2026] DELETE /v2.0/security-group-rules/a5d8f35a-3305-475c-bae2-f8f0d4d64df4 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:50:08.843 7 INFO neutron.api.v2.resource [None req-48aa13e5-14c8-4407-b7db-245a1b2abd06 30e3a5b0ffc6424a9b88bbb20251abe1 95fd4f0a988f4f0680aac964ad43691a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 683/1483] 10.0.0.78 () {32 vars in 745 bytes} [Thu May 7 16:50:08 2026] DELETE /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags/green => generated 99 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1484] 10.0.0.78 () {32 vars in 672 bytes} [Thu May 7 16:50:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1485] 10.0.0.78 () {32 vars in 733 bytes} [Thu May 7 16:50:08 2026] DELETE /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1486] 10.0.0.78 () {34 vars in 664 bytes} [Thu May 7 16:50:08 2026] POST /v2.0/ports => generated 948 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:50:09.021 7 INFO neutron.db.securitygroups_db [None req-fda1085f-ee70-4d0e-8183-90567a1b3522 3b1352699d6f452dbc68159a6b1ca9dd ee9c06592f18417583947de7538b0a17 - - default default] Project ee9c06592f18417583947de7538b0a17 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 686/1487] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:50:08 2026] POST /v2.0/security-group-rules => generated 607 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1488] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:50:09 2026] GET /v2.0/routers/93beaf35-9265-4934-86bf-336072317801/tags => generated 12 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1489] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:50:09 2026] GET /v2.0/security-group-rules/876ed913-9009-46b0-b696-2e90d8da2ab9 => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1490] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:50:09 2026] GET /v2.0/routers/93beaf35-9265-4934-86bf-336072317801 => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1491] 10.0.0.78 () {32 vars in 672 bytes} [Thu May 7 16:50:09 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1492] 10.0.0.78 () {34 vars in 741 bytes} [Thu May 7 16:50:09 2026] PUT /v2.0/routers/93beaf35-9265-4934-86bf-336072317801 => generated 480 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1493] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:50:09 2026] DELETE /v2.0/security-group-rules/876ed913-9009-46b0-b696-2e90d8da2ab9 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1496] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:50:09 2026] GET /v2.0/ports?device_id=93beaf35-9265-4934-86bf-336072317801 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1497] 10.0.0.78 () {32 vars in 672 bytes} [Thu May 7 16:50:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:50:10.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-89dca72b-4b20-41aa-b4a9-04a3322a18ab 30e3a5b0ffc6424a9b88bbb20251abe1 95fd4f0a988f4f0680aac964ad43691a - - default default] TaaS: Handle Delete Port: 06b2dd1b-5e04-4b5b-bc92-670891928055 2026-05-07 16:50:10.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89dca72b-4b20-41aa-b4a9-04a3322a18ab 30e3a5b0ffc6424a9b88bbb20251abe1 95fd4f0a988f4f0680aac964ad43691a - - default default] Tap Mirror: Handle Delete Port: 06b2dd1b-5e04-4b5b-bc92-670891928055 [pid: 7|app: 0|req: 687/1498] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:50:09 2026] PUT /v2.0/routers/a00715a1-6a1e-4637-9991-b82165d3d259/add_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 688/1499] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:10 2026] DELETE /v2.0/security-groups/bfe7e0ce-da8e-4e41-ac9a-1f2c77e6ed9e => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1500] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:10 2026] GET /v2.0/ports/db7ce667-d50d-48de-bbe5-48fe12d3babd => generated 1022 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1501] 10.0.0.78 () {32 vars in 662 bytes} [Thu May 7 16:50:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:50:10.356 8 INFO neutron.services.segments.plugin [-] Segment c2cffa62-4b74-4494-8d0d-48ebe62c25c4 resource provider aggregate not found 2026-05-07 16:50:10.360 8 INFO neutron.services.segments.plugin [-] Segment c2cffa62-4b74-4494-8d0d-48ebe62c25c4 resource provider aggregate not found 2026-05-07 16:50:10.374 8 INFO neutron.services.segments.plugin [-] Segment c2cffa62-4b74-4494-8d0d-48ebe62c25c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2cffa62-4b74-4494-8d0d-48ebe62c25c4 found for delete ", "request_id": "req-51f0ff91-4c09-416f-97e5-f08f5f68210d"}]} 2026-05-07 16:50:10.377 8 INFO neutron.services.segments.plugin [-] Segment c2cffa62-4b74-4494-8d0d-48ebe62c25c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2cffa62-4b74-4494-8d0d-48ebe62c25c4 found for delete ", "request_id": "req-ce2d21ee-a942-4e7c-b5af-510c792f4bed"}]} 2026-05-07 16:50:10.377 8 INFO neutron.db.l3_hamode_db [None req-89dca72b-4b20-41aa-b4a9-04a3322a18ab 30e3a5b0ffc6424a9b88bbb20251abe1 95fd4f0a988f4f0680aac964ad43691a - - default default] HA network 2b7ea06d-04b0-4d64-ac42-6c59d460ea54 was deleted as no HA routers are present in tenant 95fd4f0a988f4f0680aac964ad43691a. [pid: 8|app: 0|req: 812/1502] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:09 2026] DELETE /v2.0/routers/93beaf35-9265-4934-86bf-336072317801 => generated 0 bytes in 504 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1503] 10.0.0.78 () {32 vars in 662 bytes} [Thu May 7 16:50:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:50:10.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-df0acd01-0c86-4724-b4ee-1b5e3f169f3c 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] TaaS: Handle Delete Port: db7ce667-d50d-48de-bbe5-48fe12d3babd 2026-05-07 16:50:10.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df0acd01-0c86-4724-b4ee-1b5e3f169f3c 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Tap Mirror: Handle Delete Port: db7ce667-d50d-48de-bbe5-48fe12d3babd [pid: 7|app: 0|req: 691/1504] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:50:10 2026] PUT /v2.0/routers/a00715a1-6a1e-4637-9991-b82165d3d259/remove_router_interface => generated 309 bytes in 728 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 814/1505] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:10 2026] GET /v2.0/security-groups?tenant_id=ee9c06592f18417583947de7538b0a17&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:50:11.223 8 INFO neutron.api.v2.resource [None req-07dfa089-692a-491f-ba28-e88ee5bf047e 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 815/1506] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:50:11 2026] PUT /v2.0/routers/a00715a1-6a1e-4637-9991-b82165d3d259/remove_router_interface => generated 197 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1507] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:11 2026] GET /v2.0/security-groups?tenant_id=f5475b636ef24e1d8ac57b853f33616a&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1508] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:50:11 2026] GET /v2.0/ports?device_id=a00715a1-6a1e-4637-9991-b82165d3d259 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1509] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:11 2026] DELETE /v2.0/security-groups/3fe0c4eb-d91b-4075-ad91-f8f269a9f023 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1510] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:11 2026] DELETE /v2.0/security-groups/ca98b649-a534-4bb6-af9c-23ae38f67be9 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:50:11.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-81bc6015-3619-4ece-a62d-caed7872617f 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] TaaS: Handle Delete Port: 58d68528-52cc-4f06-a217-29e5283238c9 2026-05-07 16:50:11.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81bc6015-3619-4ece-a62d-caed7872617f 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Tap Mirror: Handle Delete Port: 58d68528-52cc-4f06-a217-29e5283238c9 [pid: 7|app: 0|req: 695/1511] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:11 2026] GET /v2.0/security-groups?tenant_id=95fd4f0a988f4f0680aac964ad43691a&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:50:11.749 8 INFO neutron.db.l3_hamode_db [None req-81bc6015-3619-4ece-a62d-caed7872617f 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] HA network 8d7fcb48-dc89-4115-98c0-b99ab1d41629 was deleted as no HA routers are present in tenant afe632b9335e4e3c9587de749b5c4eb2. [pid: 8|app: 0|req: 817/1512] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:11 2026] DELETE /v2.0/routers/a00715a1-6a1e-4637-9991-b82165d3d259 => generated 0 bytes in 445 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1513] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:11 2026] DELETE /v2.0/security-groups/36d8e725-aa28-4b26-8ab3-2a7bdcbbede3 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1514] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:11 2026] DELETE /v2.0/subnets/7797efcf-af4d-465b-b1b3-5af86886ac78 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:50:12.030 7 INFO neutron.services.segments.plugin [-] Segment 76a854ee-8bb5-4ce4-824f-45ac20920e31 resource provider aggregate not found 2026-05-07 16:50:12.033 7 INFO neutron.services.segments.plugin [-] Segment 76a854ee-8bb5-4ce4-824f-45ac20920e31 resource provider aggregate not found 2026-05-07 16:50:12.050 7 INFO neutron.services.segments.plugin [-] Segment 76a854ee-8bb5-4ce4-824f-45ac20920e31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76a854ee-8bb5-4ce4-824f-45ac20920e31 found for delete ", "request_id": "req-d9527725-24dd-4950-b5cd-0aacbc17b343"}]} 2026-05-07 16:50:12.051 7 INFO neutron.services.segments.plugin [-] Segment 76a854ee-8bb5-4ce4-824f-45ac20920e31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76a854ee-8bb5-4ce4-824f-45ac20920e31 found for delete ", "request_id": "req-f1f5cfaf-d1be-447a-8094-1877f46951c6"}]} [pid: 7|app: 0|req: 697/1515] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:50:11 2026] DELETE /v2.0/networks/104c0284-1ffb-4796-8e68-02ba0786f188 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:50:12.114 8 INFO neutron.db.segments_db [None req-36655d48-d99a-47d9-b029-1c872527e7d1 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Added segment 3290be8f-1b98-4994-bf18-7259b309e861 of type vxlan for network f49d65a4-fe74-4bca-a28c-9c3e4b13f248 [pid: 8|app: 0|req: 819/1516] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:50:12 2026] POST /v2.0/networks => generated 610 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:50:12.399 8 INFO neutron.services.segments.plugin [-] Segment 839de895-f188-4558-9f04-845c98321d07 resource provider aggregate not found 2026-05-07 16:50:12.404 8 INFO neutron.services.segments.plugin [-] Segment 839de895-f188-4558-9f04-845c98321d07 resource provider aggregate not found 2026-05-07 16:50:12.420 8 INFO neutron.services.segments.plugin [-] Segment 839de895-f188-4558-9f04-845c98321d07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 839de895-f188-4558-9f04-845c98321d07 found for delete ", "request_id": "req-52c7ad2a-a717-4e37-92af-0f5f4b64c73b"}]} 2026-05-07 16:50:12.431 8 INFO neutron.services.segments.plugin [-] Segment 839de895-f188-4558-9f04-845c98321d07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 839de895-f188-4558-9f04-845c98321d07 found for delete ", "request_id": "req-948568cc-f820-4476-8489-1a4d06bfe3ee"}]} [pid: 7|app: 0|req: 698/1517] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:12 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:50:12.484 8 INFO neutron.db.segments_db [None req-536df455-a4ce-48d8-bdac-e5df0e6aa9be 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Added segment c65d1a7e-b3dc-4172-a808-9df473c518b9 of type vxlan for network d149bce2-2f9d-4781-9d3f-4c936974405f 2026-05-07 16:50:12.738 8 INFO neutron.db.l3_hamode_db [None req-536df455-a4ce-48d8-bdac-e5df0e6aa9be 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:50:12.829 8 INFO neutron.db.l3_hamode_db [None req-536df455-a4ce-48d8-bdac-e5df0e6aa9be 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 820/1518] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:12 2026] POST /v2.0/routers => generated 507 bytes in 991 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1519] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:50:13 2026] PUT /v2.0/routers/dacc0ec8-957f-414f-94c8-4dfefa631412/add_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1520] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:14 2026] GET /v2.0/ports/b0a1c90e-7837-421d-9e41-2e152b617cad => generated 955 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:50:14.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-46865b11-5875-42c7-88be-90d9fd6a081b 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] TaaS: Handle Delete Port: b0a1c90e-7837-421d-9e41-2e152b617cad 2026-05-07 16:50:14.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46865b11-5875-42c7-88be-90d9fd6a081b 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Tap Mirror: Handle Delete Port: b0a1c90e-7837-421d-9e41-2e152b617cad [pid: 8|app: 0|req: 822/1521] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:14 2026] GET /v2.0/security-groups?tenant_id=610e146f36444424a82ceb1029b4c437&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1522] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:15 2026] DELETE /v2.0/security-groups/0dd809ed-dfb3-4378-bcbf-e18c4603f709 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1523] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:50:14 2026] PUT /v2.0/routers/dacc0ec8-957f-414f-94c8-4dfefa631412/remove_router_interface => generated 309 bytes in 791 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1524] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:50:15 2026] GET /v2.0/ports?device_id=dacc0ec8-957f-414f-94c8-4dfefa631412 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:15.577 8 INFO neutron_taas.services.taas.taas_plugin [None req-beff0fc9-0611-4efa-92c5-04e482894e38 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] TaaS: Handle Delete Port: 4b5f2c29-2ddd-476c-ad13-a17f9cd7f5d4 2026-05-07 16:50:15.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-beff0fc9-0611-4efa-92c5-04e482894e38 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Tap Mirror: Handle Delete Port: 4b5f2c29-2ddd-476c-ad13-a17f9cd7f5d4 [pid: 7|app: 0|req: 701/1525] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:15 2026] GET /v2.0/security-groups?tenant_id=0c70a1ce14cd420fa6da216d8e0328d4&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1526] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:15 2026] DELETE /v2.0/security-groups/1a6bb166-a639-4fc1-af79-e53df52ca54e => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:50:15.885 8 INFO neutron.services.segments.plugin [-] Segment c65d1a7e-b3dc-4172-a808-9df473c518b9 resource provider aggregate not found 2026-05-07 16:50:15.889 8 INFO neutron.services.segments.plugin [-] Segment c65d1a7e-b3dc-4172-a808-9df473c518b9 resource provider aggregate not found 2026-05-07 16:50:15.901 8 INFO neutron.services.segments.plugin [-] Segment c65d1a7e-b3dc-4172-a808-9df473c518b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c65d1a7e-b3dc-4172-a808-9df473c518b9 found for delete ", "request_id": "req-156fd34a-b1e0-445c-bc25-423b22b52bf2"}]} 2026-05-07 16:50:15.912 8 INFO neutron.db.l3_hamode_db [None req-beff0fc9-0611-4efa-92c5-04e482894e38 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] HA network d149bce2-2f9d-4781-9d3f-4c936974405f was deleted as no HA routers are present in tenant afe632b9335e4e3c9587de749b5c4eb2. 2026-05-07 16:50:15.913 8 INFO neutron.services.segments.plugin [-] Segment c65d1a7e-b3dc-4172-a808-9df473c518b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c65d1a7e-b3dc-4172-a808-9df473c518b9 found for delete ", "request_id": "req-c10afc88-c0ef-449a-bd6e-be6739fa2eab"}]} [pid: 8|app: 0|req: 825/1527] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:15 2026] DELETE /v2.0/routers/dacc0ec8-957f-414f-94c8-4dfefa631412 => generated 0 bytes in 499 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1528] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:15 2026] GET /v2.0/security-groups?tenant_id=df7e638c98c7469e8400ac1fc067168b&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1529] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:15 2026] DELETE /v2.0/security-groups/a34aec74-7512-469a-aca1-c3175afa059a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1530] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:15 2026] DELETE /v2.0/subnets/8de8031c-1908-4d25-a5f4-398655e839ec => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:50:16.313 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fe0aa89-c20b-4a47-ac54-acfad34e6827 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] TaaS: Handle Delete Port: 092ffd48-1bda-44ca-ab83-329153cc034d 2026-05-07 16:50:16.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fe0aa89-c20b-4a47-ac54-acfad34e6827 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Tap Mirror: Handle Delete Port: 092ffd48-1bda-44ca-ab83-329153cc034d 2026-05-07 16:50:16.494 7 INFO neutron.services.segments.plugin [-] Segment 3290be8f-1b98-4994-bf18-7259b309e861 resource provider aggregate not found 2026-05-07 16:50:16.502 7 INFO neutron.services.segments.plugin [-] Segment 3290be8f-1b98-4994-bf18-7259b309e861 resource provider aggregate not found 2026-05-07 16:50:16.517 7 INFO neutron.services.segments.plugin [-] Segment 3290be8f-1b98-4994-bf18-7259b309e861 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3290be8f-1b98-4994-bf18-7259b309e861 found for delete ", "request_id": "req-e1136db0-de66-4562-b2a7-e031dc875c1b"}]} 2026-05-07 16:50:16.519 7 INFO neutron.services.segments.plugin [-] Segment 3290be8f-1b98-4994-bf18-7259b309e861 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3290be8f-1b98-4994-bf18-7259b309e861 found for delete ", "request_id": "req-26abd3aa-2df8-4e3c-86ff-3e5ae3b474d2"}]} [pid: 7|app: 0|req: 705/1531] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:50:16 2026] DELETE /v2.0/networks/f49d65a4-fe74-4bca-a28c-9c3e4b13f248 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:50:16.601 8 INFO neutron.db.segments_db [None req-3ed9ffb4-4127-41a3-a646-5f1faab65e8c 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Added segment fe6c2161-8e25-45f2-836f-7c956d890693 of type vxlan for network 4cb9e528-ab6b-4880-8360-94f958c33c44 2026-05-07 16:50:16.838 8 INFO neutron.db.l3_hamode_db [None req-3ed9ffb4-4127-41a3-a646-5f1faab65e8c 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 706/1532] 10.0.0.253 () {34 vars in 990 bytes} [Thu May 7 16:50:16 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 1244 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1533] 10.0.0.253 () {34 vars in 1040 bytes} [Thu May 7 16:50:17 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:50:17.542 8 INFO neutron.db.l3_hamode_db [None req-3ed9ffb4-4127-41a3-a646-5f1faab65e8c 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 827/1534] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:16 2026] POST /v2.0/routers => generated 687 bytes in 1907 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1535] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:50:18 2026] GET /v2.0/routers/577dcdd0-74b6-4b74-86a7-f9a50bd93b0d => generated 693 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1536] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:50:18 2026] GET /v2.0/routers => generated 696 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1537] 10.0.0.78 () {34 vars in 740 bytes} [Thu May 7 16:50:18 2026] PUT /v2.0/routers/577dcdd0-74b6-4b74-86a7-f9a50bd93b0d => generated 700 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1538] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:50:19 2026] GET /v2.0/routers/577dcdd0-74b6-4b74-86a7-f9a50bd93b0d => generated 700 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1539] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:50:19 2026] GET /v2.0/ports?device_id=577dcdd0-74b6-4b74-86a7-f9a50bd93b0d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:19.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff4fb634-0ddd-49e2-bcac-b995411248b1 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] TaaS: Handle Delete Port: a04ce95a-9558-4158-98d2-313c58514039 2026-05-07 16:50:19.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff4fb634-0ddd-49e2-bcac-b995411248b1 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Tap Mirror: Handle Delete Port: a04ce95a-9558-4158-98d2-313c58514039 2026-05-07 16:50:19.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff4fb634-0ddd-49e2-bcac-b995411248b1 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] TaaS: Handle Delete Port: 444a4aca-d7c2-4b91-bb1b-a11c63bbddde 2026-05-07 16:50:19.687 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff4fb634-0ddd-49e2-bcac-b995411248b1 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] Tap Mirror: Handle Delete Port: 444a4aca-d7c2-4b91-bb1b-a11c63bbddde 2026-05-07 16:50:20.030 8 INFO neutron.services.segments.plugin [-] Segment fe6c2161-8e25-45f2-836f-7c956d890693 resource provider aggregate not found 2026-05-07 16:50:20.039 8 INFO neutron.services.segments.plugin [-] Segment fe6c2161-8e25-45f2-836f-7c956d890693 resource provider aggregate not found 2026-05-07 16:50:20.053 8 INFO neutron.services.segments.plugin [-] Segment fe6c2161-8e25-45f2-836f-7c956d890693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe6c2161-8e25-45f2-836f-7c956d890693 found for delete ", "request_id": "req-a5a973e8-463a-492f-9dcb-774a0c0de8b4"}]} 2026-05-07 16:50:20.057 8 INFO neutron.services.segments.plugin [-] Segment fe6c2161-8e25-45f2-836f-7c956d890693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe6c2161-8e25-45f2-836f-7c956d890693 found for delete ", "request_id": "req-881824ac-3958-4eb5-addb-90ba4ce82868"}]} 2026-05-07 16:50:20.069 8 INFO neutron.db.l3_hamode_db [None req-ff4fb634-0ddd-49e2-bcac-b995411248b1 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] HA network 4cb9e528-ab6b-4880-8360-94f958c33c44 was deleted as no HA routers are present in tenant afe632b9335e4e3c9587de749b5c4eb2. [pid: 8|app: 0|req: 830/1540] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:19 2026] DELETE /v2.0/routers/577dcdd0-74b6-4b74-86a7-f9a50bd93b0d => generated 0 bytes in 914 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1541] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:50:20 2026] GET /v2.0/ports?device_id=577dcdd0-74b6-4b74-86a7-f9a50bd93b0d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:20.134 8 INFO neutron.api.v2.resource [None req-4c9652fe-fcd1-42a0-9226-fb00755c46ed 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 831/1542] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:20 2026] DELETE /v2.0/routers/577dcdd0-74b6-4b74-86a7-f9a50bd93b0d => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1543] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:50:20 2026] GET /v2.0/ports?device_id=dacc0ec8-957f-414f-94c8-4dfefa631412 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:20.180 8 INFO neutron.api.v2.resource [None req-35473fb7-39c5-43d3-8040-8404a03e0cf9 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 832/1544] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:20 2026] DELETE /v2.0/routers/dacc0ec8-957f-414f-94c8-4dfefa631412 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:50:20.197 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c12b9db5-ace4-4366-917e-71723a40b5f7 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 713/1545] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:20 2026] DELETE /v2.0/subnets/8de8031c-1908-4d25-a5f4-398655e839ec => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1546] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:50:20 2026] GET /v2.0/ports?device_id=a00715a1-6a1e-4637-9991-b82165d3d259 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:20.247 7 INFO neutron.api.v2.resource [None req-146716b6-fc5d-4575-9343-0f96bea9a152 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 714/1547] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:20 2026] DELETE /v2.0/routers/a00715a1-6a1e-4637-9991-b82165d3d259 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:50:20.268 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5caa42ea-ef19-4a37-a4b6-e5777b6c1ede 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 834/1548] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:20 2026] DELETE /v2.0/subnets/7797efcf-af4d-465b-b1b3-5af86886ac78 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1549] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:50:20 2026] GET /v2.0/ports?device_id=1196b01f-0634-4086-b507-c7582f33f2f0 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:20.316 8 INFO neutron.api.v2.resource [None req-462cad22-11b1-4938-a9d0-d2005c02b802 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1550] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:20 2026] DELETE /v2.0/routers/1196b01f-0634-4086-b507-c7582f33f2f0 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:50:20.334 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e3af17f-5a28-45ef-9a92-0b9af98e2ae5 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1551] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:20 2026] DELETE /v2.0/subnets/5cccaea3-90fa-430f-8e04-1f3d3c12652f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:50:20.353 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9e4d0bd-083f-4d7a-9443-7c274642d36a 22e3f9b4679c4b39a87ed6943dfd5ee3 afe632b9335e4e3c9587de749b5c4eb2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 836/1552] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:50:20 2026] DELETE /v2.0/subnets/7fd92958-dab3-4852-a402-d42950a7ba20 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1553] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:20 2026] GET /v2.0/security-groups?tenant_id=afe632b9335e4e3c9587de749b5c4eb2&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1554] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:21 2026] DELETE /v2.0/security-groups/4e0fddd2-fd2c-46c5-8765-29b9836c1799 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1557] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:24 2026] GET /v2.0/security-groups?tenant_id=dbc16debf99c45f0b8c1d0773acb8b51&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1558] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:24 2026] DELETE /v2.0/security-groups/e3585133-8fbd-4978-8232-788b531b59be => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1559] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:25 2026] GET /v2.0/security-groups?tenant_id=3c38ffed76734fee97f6ae724a67128c&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1560] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:25 2026] DELETE /v2.0/security-groups/19a25d8d-1121-4231-b415-5ef074cd6599 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:50:26.680 7 INFO neutron.db.segments_db [None req-2e6d5402-59c9-4ad5-ba02-c21d1dee9ade bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment dead3091-112e-416c-9fe8-57d88f4cc106 of type vxlan for network e7484f5f-5e75-4a4c-b1b7-ef79c003152e [pid: 7|app: 0|req: 720/1561] 10.0.0.78 () {34 vars in 670 bytes} [Thu May 7 16:50:26 2026] POST /v2.0/networks => generated 721 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1562] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:26 2026] POST /v2.0/subnets => generated 687 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:50:27.021 7 INFO neutron.db.segments_db [None req-8a191591-d803-4c3a-a205-9eaf7425d186 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 8b08e3f3-c3f6-44f9-a5eb-960d5e8b2949 of type vxlan for network 1e50ed25-7c6e-4e66-97fb-66d4ab6689b8 2026-05-07 16:50:27.269 7 INFO neutron.db.l3_hamode_db [None req-8a191591-d803-4c3a-a205-9eaf7425d186 bec85970fcb544dc90f9e1907c485153 64137e8877cc4e478660ef95e1d6c4e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:50:28.049 7 INFO neutron.db.l3_hamode_db [None req-8a191591-d803-4c3a-a205-9eaf7425d186 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 843/1563] 10.0.0.94 () {32 vars in 800 bytes} [Thu May 7 16:50:28 2026] GET /v2.0/extensions => generated 21537 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1564] 10.0.0.94 () {30 vars in 723 bytes} [Thu May 7 16:50:29 2026] GET /v2.0/quotas/627f89539b7f45d6a178d558724d6cdb/details => generated 847 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1565] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:29 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1566] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:26 2026] POST /v2.0/routers => generated 727 bytes in 2482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1567] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:50:29 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1568] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:29 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1569] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:50:29 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1570] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:29 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1571] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:50:30 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1572] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:50:29 2026] PUT /v2.0/routers/f7963bda-143c-4ce7-b7de-b6509a508e59/add_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1573] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:31 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1574] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:50:31 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1575] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:50:31 2026] GET /v2.0/ports?tenant_id=1129d3b6d6a045d9becd3d935764bacf&device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1576] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:50:31 2026] GET /v2.0/networks?id=d0ba8b2b-86d7-401c-a45e-b2cc7642b34f => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1577] 199.204.45.244 () {34 vars in 1060 bytes} [Thu May 7 16:50:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=061b09c8-fac7-49ae-b095-e2eb47837870 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1578] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:50:31 2026] GET /v2.0/subnets?id=46efd346-1e30-495e-bac3-c8f5bfc684bb => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1579] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:50:31 2026] GET /v2.0/ports?network_id=d0ba8b2b-86d7-401c-a45e-b2cc7642b34f&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1580] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:50:31 2026] GET /v2.0/networks/d0ba8b2b-86d7-401c-a45e-b2cc7642b34f?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:31.816 8 INFO neutron.db.segments_db [None req-919f7d3f-b71f-47de-a0d3-3a2cf2016865 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment d8fb121d-5c34-4284-8720-7e10b8f5eb7c of type vxlan for network aebe966b-5eae-4125-bc97-0704a144f0c7 [pid: 7|app: 0|req: 728/1581] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:50:31 2026] GET /v2.0/networks/d0ba8b2b-86d7-401c-a45e-b2cc7642b34f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1582] 10.0.0.78 () {34 vars in 670 bytes} [Thu May 7 16:50:31 2026] POST /v2.0/networks => generated 722 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1583] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:31 2026] POST /v2.0/subnets => generated 688 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:50:32.168 8 INFO neutron.db.segments_db [None req-30b21d21-6426-4301-83ba-edcc5270f41a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 37a34b7a-4197-4bc5-a5b0-3f4aa4751e87 of type vxlan for network 72f2cb95-7237-4d14-9994-06c0b59fb814 [pid: 7|app: 0|req: 730/1584] 10.0.0.94 () {32 vars in 800 bytes} [Thu May 7 16:50:32 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1585] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:32 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:50:32.398 8 INFO neutron.db.l3_hamode_db [None req-30b21d21-6426-4301-83ba-edcc5270f41a bec85970fcb544dc90f9e1907c485153 2e77da8d3aa44cc88ffee4ddb6bb9966 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 732/1586] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:50:32 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1587] 10.0.0.94 () {30 vars in 723 bytes} [Thu May 7 16:50:32 2026] GET /v2.0/quotas/627f89539b7f45d6a178d558724d6cdb/details => generated 847 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:50:33.110 8 INFO neutron.db.l3_hamode_db [None req-30b21d21-6426-4301-83ba-edcc5270f41a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 734/1588] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:33 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1589] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:50:33 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1590] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:50:32 2026] POST /v2.0/routers => generated 728 bytes in 1893 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1591] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:34 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1592] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:50:34 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1593] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:50:34 2026] PUT /v2.0/routers/ed8861dc-7201-474b-bfb1-0906602d71aa/add_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1594] 10.0.0.78 () {34 vars in 684 bytes} [Thu May 7 16:50:35 2026] POST /v2.0/security-groups => generated 1673 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1595] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:36 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1596] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:35 2026] GET /v2.0/security-groups?tenant_id=627f89539b7f45d6a178d558724d6cdb&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1597] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:50:36 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1598] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:36 2026] DELETE /v2.0/security-groups/82c70c17-b88e-4c02-8e16-cc413feb700f => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1599] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:50:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1600] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:50:36 2026] POST /v2.0/security-group-rules => generated 596 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1601] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:50:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1602] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:50:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:50:36.685 7 INFO neutron.db.securitygroups_db [None req-997bd0b2-57eb-4ce0-ac00-d15ad4b6cefa bf21c8994f17489189a85ad82e20c5fe 64137e8877cc4e478660ef95e1d6c4e7 - - default default] Project 64137e8877cc4e478660ef95e1d6c4e7 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 741/1603] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:50:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:50:36.810 8 INFO neutron.db.securitygroups_db [None req-686357b6-44b0-444b-8688-1b14a9bb9a2f bf21c8994f17489189a85ad82e20c5fe 64137e8877cc4e478660ef95e1d6c4e7 - - default default] Project 64137e8877cc4e478660ef95e1d6c4e7 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 863/1604] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:50:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1605] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:37 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1606] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:50:37 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1607] 10.0.0.78 () {34 vars in 684 bytes} [Thu May 7 16:50:37 2026] POST /v2.0/security-groups => generated 1658 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1608] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:50:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1609] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:50:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1610] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:50:37 2026] POST /v2.0/floatingips => generated 552 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1611] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:38 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1612] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:50:38 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1613] 10.0.0.4 () {34 vars in 1096 bytes} [Thu May 7 16:50:38 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-926869344&fields=id&tenant_id=64137e8877cc4e478660ef95e1d6c4e7 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1614] 10.0.0.4 () {34 vars in 1096 bytes} [Thu May 7 16:50:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--181556986&fields=id&tenant_id=64137e8877cc4e478660ef95e1d6c4e7 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1615] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:50:38 2026] GET /v2.0/networks?id=e7484f5f-5e75-4a4c-b1b7-ef79c003152e => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1616] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:50:38 2026] GET /v2.0/quotas/64137e8877cc4e478660ef95e1d6c4e7 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1617] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:50:38 2026] GET /v2.0/ports?tenant_id=64137e8877cc4e478660ef95e1d6c4e7&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1618] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:50:38 2026] GET /v2.0/networks/e7484f5f-5e75-4a4c-b1b7-ef79c003152e?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1619] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:50:38 2026] GET /v2.0/networks/e7484f5f-5e75-4a4c-b1b7-ef79c003152e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1620] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:39 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1623] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:39 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1624] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:50:39 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1625] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:40 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:40.987 7 INFO neutron.db.segments_db [None req-71152fa2-68e1-4c0a-8690-b0d9685365fe 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] Added segment 8f8f8341-7d99-41a0-b797-8cc10945ad6f of type vxlan for network 74ba2223-61a5-4e7c-8c28-f2b27540f7a5 [pid: 7|app: 0|req: 752/1626] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:50:40 2026] POST /v2.0/networks => generated 612 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1627] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:41 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1628] 10.0.0.78 () {34 vars in 663 bytes} [Thu May 7 16:50:41 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1629] 10.0.0.78 () {34 vars in 665 bytes} [Thu May 7 16:50:41 2026] POST /v2.0/trunks => generated 407 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:50:41.749 8 INFO neutron.db.segments_db [None req-0a3c13da-103f-4c21-bacc-8d3dc3d66176 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] Added segment 90d7bf44-7aeb-4e3f-81fb-7cf491010f2d of type vxlan for network 31fa12a7-eff4-470d-b981-4f272e44f6ca [pid: 8|app: 0|req: 876/1630] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:50:41 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1631] 10.0.0.78 () {34 vars in 663 bytes} [Thu May 7 16:50:41 2026] POST /v2.0/ports => generated 743 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1632] 10.0.0.78 () {34 vars in 665 bytes} [Thu May 7 16:50:42 2026] POST /v2.0/trunks => generated 407 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:50:42.367 7 INFO neutron.db.segments_db [None req-11464b3c-862a-4199-aec5-f609465fd838 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] Added segment 94623259-81c5-4813-89a8-ab9b2c9817ea of type vxlan for network 2d34d825-f07a-4b8d-909f-c6e0cddf8108 [pid: 8|app: 0|req: 878/1633] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:42 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1634] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:50:42 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1635] 10.0.0.78 () {34 vars in 663 bytes} [Thu May 7 16:50:42 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1636] 10.0.0.78 () {34 vars in 665 bytes} [Thu May 7 16:50:42 2026] POST /v2.0/trunks => generated 407 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:50:42.997 8 INFO neutron.db.segments_db [None req-abe7cc60-465c-4c63-9ef7-d1894e4cead1 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] Added segment 8d63c1e8-4b83-4225-940b-9456f29edd7a of type vxlan for network 3df69f1a-b918-47af-a234-64c867c11057 [pid: 8|app: 0|req: 880/1637] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:50:42 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1638] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:50:43 2026] GET /v2.0/networks?id=e7484f5f-5e75-4a4c-b1b7-ef79c003152e => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1639] 10.0.0.78 () {34 vars in 663 bytes} [Thu May 7 16:50:43 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 882/1640] 199.204.45.244 () {34 vars in 1050 bytes} [Thu May 7 16:50:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=64137e8877cc4e478660ef95e1d6c4e7 => generated 272 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1641] 10.0.0.78 () {34 vars in 665 bytes} [Thu May 7 16:50:43 2026] POST /v2.0/trunks => generated 407 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1642] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:43 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:43.622 7 INFO neutron.db.segments_db [None req-17e24466-df11-4128-bd0d-fb1c737adb3a 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] Added segment 297c3f94-0f24-4ffa-adc5-3b0014d2fbe6 of type vxlan for network d31a26d5-110f-460b-a201-7842d5eb7f6d [pid: 7|app: 0|req: 761/1643] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:50:43 2026] POST /v2.0/networks => generated 613 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1644] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:50:43 2026] POST /v2.0/ports => generated 997 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 762/1645] 10.0.0.78 () {34 vars in 663 bytes} [Thu May 7 16:50:43 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 763/1646] 10.0.0.78 () {34 vars in 665 bytes} [Thu May 7 16:50:44 2026] POST /v2.0/trunks => generated 407 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1647] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:50:44 2026] PUT /v2.0/trunks/00a628ae-6927-4b3b-a38b-837ef3fe1480/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1648] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:50:43 2026] PUT /v2.0/ports/7b80f07d-eacb-4d20-a38e-57a6d76019c3 => generated 1278 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1649] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:50:44 2026] PUT /v2.0/trunks/aee0ac2a-35fe-4e45-97ab-e804b99a3d4c/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:50:44.310 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1aa48d8-5cea-4ddc-8df3-8bb97f3afd7a'] response: {'name': 'network-changed', 'server_uuid': '92515c94-560b-49fc-a8cc-773865e15742', 'tag': '7b80f07d-eacb-4d20-a38e-57a6d76019c3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 885/1650] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:50:44 2026] PUT /v2.0/trunks/fb61f280-9b2f-4eb7-b560-122b92f3b442/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1651] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:50:44 2026] PUT /v2.0/trunks/b0b3c95b-a126-4a1f-a385-0c2203abc264/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1652] 10.0.0.78 () {32 vars in 661 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1653] 10.0.0.78 () {32 vars in 675 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1654] 10.0.0.78 () {32 vars in 671 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1655] 10.0.0.78 () {32 vars in 683 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1656] 10.0.0.78 () {32 vars in 669 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1657] 10.0.0.78 () {32 vars in 683 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1658] 10.0.0.78 () {32 vars in 679 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1659] 10.0.0.78 () {32 vars in 691 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1660] 10.0.0.78 () {32 vars in 718 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/trunks/00a628ae-6927-4b3b-a38b-837ef3fe1480 => generated 412 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1661] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1012 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1662] 10.0.0.4 () {34 vars in 1118 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1663] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/ports/9ea9a863-0d06-403e-b729-21b928f55978 => generated 826 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1664] 10.0.0.78 () {32 vars in 721 bytes} [Thu May 7 16:50:44 2026] DELETE /v2.0/trunks/00a628ae-6927-4b3b-a38b-837ef3fe1480 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1665] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/ports?tenant_id=64137e8877cc4e478660ef95e1d6c4e7&device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1281 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1666] 10.0.0.78 () {32 vars in 718 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/trunks/aee0ac2a-35fe-4e45-97ab-e804b99a3d4c => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1667] 199.204.45.244 () {34 vars in 1018 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/networks?tenant_id=64137e8877cc4e478660ef95e1d6c4e7&shared=False => generated 768 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1668] 199.204.45.244 () {34 vars in 930 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1669] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:44 2026] GET /v2.0/ports/8827f56f-f9bf-4bc4-bb18-159642eae429 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1670] 10.0.0.78 () {32 vars in 721 bytes} [Thu May 7 16:50:44 2026] DELETE /v2.0/trunks/aee0ac2a-35fe-4e45-97ab-e804b99a3d4c => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1671] 10.0.0.78 () {32 vars in 718 bytes} [Thu May 7 16:50:45 2026] GET /v2.0/trunks/fb61f280-9b2f-4eb7-b560-122b92f3b442 => generated 429 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1672] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:45 2026] GET /v2.0/ports/0d1d9d68-060f-4faa-b837-f5287d8a1d30 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1673] 10.0.0.78 () {32 vars in 721 bytes} [Thu May 7 16:50:45 2026] DELETE /v2.0/trunks/fb61f280-9b2f-4eb7-b560-122b92f3b442 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1674] 10.0.0.78 () {32 vars in 718 bytes} [Thu May 7 16:50:45 2026] GET /v2.0/trunks/b0b3c95b-a126-4a1f-a385-0c2203abc264 => generated 414 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1675] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:45 2026] GET /v2.0/ports/c7b8ae52-865e-4b83-866e-437ee251637b => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1676] 10.0.0.78 () {32 vars in 721 bytes} [Thu May 7 16:50:45 2026] DELETE /v2.0/trunks/b0b3c95b-a126-4a1f-a385-0c2203abc264 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1677] 10.0.0.78 () {32 vars in 718 bytes} [Thu May 7 16:50:45 2026] GET /v2.0/trunks/47eaa502-7ecd-40a2-925f-b7f4e82fca46 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1678] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:50:45 2026] GET /v2.0/ports/24949801-8555-477f-9718-b9b193af8f33 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1679] 10.0.0.78 () {32 vars in 721 bytes} [Thu May 7 16:50:45 2026] DELETE /v2.0/trunks/47eaa502-7ecd-40a2-925f-b7f4e82fca46 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:50:45.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-8957b02c-6d4e-4890-8ae1-dc56702dda90 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] TaaS: Handle Delete Port: 9ea9a863-0d06-403e-b729-21b928f55978 2026-05-07 16:50:45.688 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8957b02c-6d4e-4890-8ae1-dc56702dda90 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] Tap Mirror: Handle Delete Port: 9ea9a863-0d06-403e-b729-21b928f55978 [pid: 7|app: 0|req: 781/1680] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:50:45 2026] DELETE /v2.0/ports/9ea9a863-0d06-403e-b729-21b928f55978 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1681] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:45 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1012 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:50:45.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-6db77619-9235-4a2e-af84-fcca40403910 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] TaaS: Handle Delete Port: 8827f56f-f9bf-4bc4-bb18-159642eae429 2026-05-07 16:50:45.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6db77619-9235-4a2e-af84-fcca40403910 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] Tap Mirror: Handle Delete Port: 8827f56f-f9bf-4bc4-bb18-159642eae429 [pid: 7|app: 0|req: 783/1682] 10.0.0.4 () {34 vars in 1118 bytes} [Thu May 7 16:50:45 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1683] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:50:45 2026] DELETE /v2.0/ports/8827f56f-f9bf-4bc4-bb18-159642eae429 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1684] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:50:45 2026] GET /v2.0/ports?tenant_id=64137e8877cc4e478660ef95e1d6c4e7&device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1281 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1685] 199.204.45.244 () {34 vars in 1060 bytes} [Thu May 7 16:50:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7b80f07d-eacb-4d20-a38e-57a6d76019c3 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:46.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b2bd92e-0a83-4dcd-9b50-1855bd12540a 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] TaaS: Handle Delete Port: 0d1d9d68-060f-4faa-b837-f5287d8a1d30 2026-05-07 16:50:46.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b2bd92e-0a83-4dcd-9b50-1855bd12540a 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] Tap Mirror: Handle Delete Port: 0d1d9d68-060f-4faa-b837-f5287d8a1d30 [pid: 7|app: 0|req: 786/1686] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:50:46 2026] GET /v2.0/subnets?id=a1a4ae62-f21e-48c3-8a2c-71491588aafb => generated 690 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1687] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:50:46 2026] GET /v2.0/ports?network_id=e7484f5f-5e75-4a4c-b1b7-ef79c003152e&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1688] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:50:45 2026] DELETE /v2.0/ports/0d1d9d68-060f-4faa-b837-f5287d8a1d30 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1689] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:50:46 2026] GET /v2.0/networks/e7484f5f-5e75-4a4c-b1b7-ef79c003152e?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1690] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:50:46 2026] GET /v2.0/networks/e7484f5f-5e75-4a4c-b1b7-ef79c003152e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:46.243 8 INFO neutron_taas.services.taas.taas_plugin [None req-b56f1daf-e2e1-4676-8d9d-8adbdf872008 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] TaaS: Handle Delete Port: c7b8ae52-865e-4b83-866e-437ee251637b 2026-05-07 16:50:46.246 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b56f1daf-e2e1-4676-8d9d-8adbdf872008 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] Tap Mirror: Handle Delete Port: c7b8ae52-865e-4b83-866e-437ee251637b [pid: 8|app: 0|req: 902/1691] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:50:46 2026] DELETE /v2.0/ports/c7b8ae52-865e-4b83-866e-437ee251637b => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:50:46.400 7 INFO neutron_taas.services.taas.taas_plugin [None req-65b4fb66-31b8-4460-a49f-785ba7218a51 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] TaaS: Handle Delete Port: 24949801-8555-477f-9718-b9b193af8f33 2026-05-07 16:50:46.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65b4fb66-31b8-4460-a49f-785ba7218a51 994140eafbce46509d0832a7664ce861 1d524b5a1d89410e8b3f3e0a2deb9239 - - default default] Tap Mirror: Handle Delete Port: 24949801-8555-477f-9718-b9b193af8f33 [pid: 7|app: 0|req: 790/1692] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:50:46 2026] DELETE /v2.0/ports/24949801-8555-477f-9718-b9b193af8f33 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:50:46.590 8 INFO neutron.services.segments.plugin [-] Segment 8f8f8341-7d99-41a0-b797-8cc10945ad6f resource provider aggregate not found 2026-05-07 16:50:46.591 8 INFO neutron.services.segments.plugin [-] Segment 8f8f8341-7d99-41a0-b797-8cc10945ad6f resource provider aggregate not found 2026-05-07 16:50:46.611 8 INFO neutron.services.segments.plugin [-] Segment 8f8f8341-7d99-41a0-b797-8cc10945ad6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f8f8341-7d99-41a0-b797-8cc10945ad6f found for delete ", "request_id": "req-efb59113-849b-46cd-b59c-d9dd9d4cbe63"}]} 2026-05-07 16:50:46.614 8 INFO neutron.services.segments.plugin [-] Segment 8f8f8341-7d99-41a0-b797-8cc10945ad6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f8f8341-7d99-41a0-b797-8cc10945ad6f found for delete ", "request_id": "req-69c60c59-1594-41d6-b722-d1f9f1522823"}]} [pid: 8|app: 0|req: 903/1693] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:50:46 2026] DELETE /v2.0/networks/74ba2223-61a5-4e7c-8c28-f2b27540f7a5 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:50:46.732 7 INFO neutron.services.segments.plugin [-] Segment 90d7bf44-7aeb-4e3f-81fb-7cf491010f2d resource provider aggregate not found 2026-05-07 16:50:46.737 7 INFO neutron.services.segments.plugin [-] Segment 90d7bf44-7aeb-4e3f-81fb-7cf491010f2d resource provider aggregate not found 2026-05-07 16:50:46.750 7 INFO neutron.services.segments.plugin [-] Segment 90d7bf44-7aeb-4e3f-81fb-7cf491010f2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90d7bf44-7aeb-4e3f-81fb-7cf491010f2d found for delete ", "request_id": "req-d0c928c6-66a6-4617-8f97-a959e9f59223"}]} 2026-05-07 16:50:46.758 7 INFO neutron.services.segments.plugin [-] Segment 90d7bf44-7aeb-4e3f-81fb-7cf491010f2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90d7bf44-7aeb-4e3f-81fb-7cf491010f2d found for delete ", "request_id": "req-baaec85b-bd29-48e8-b0b8-205474b1ea2e"}]} [pid: 7|app: 0|req: 791/1694] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:50:46 2026] DELETE /v2.0/networks/31fa12a7-eff4-470d-b981-4f272e44f6ca => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1695] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:50:46 2026] DELETE /v2.0/networks/2d34d825-f07a-4b8d-909f-c6e0cddf8108 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1696] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:46 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1697] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:50:46 2026] DELETE /v2.0/networks/3df69f1a-b918-47af-a234-64c867c11057 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1698] 10.0.0.4 () {34 vars in 1118 bytes} [Thu May 7 16:50:47 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1699] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:50:47 2026] DELETE /v2.0/networks/d31a26d5-110f-460b-a201-7842d5eb7f6d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1700] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:48 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1012 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1701] 10.0.0.4 () {34 vars in 1118 bytes} [Thu May 7 16:50:48 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1702] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:47 2026] GET /v2.0/security-groups?tenant_id=b22e5c3ad78e4774b010b3ebb6b82246&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1703] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:48 2026] DELETE /v2.0/security-groups/eea16572-dcc3-4d55-b01e-1be1af2f1521 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1704] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:48 2026] GET /v2.0/security-groups?tenant_id=1d524b5a1d89410e8b3f3e0a2deb9239&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1705] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:48 2026] DELETE /v2.0/security-groups/7fc136ea-93b2-42da-a9a6-721a5494af0a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:50:48.638 8 INFO neutron.services.segments.plugin [-] Segment 94623259-81c5-4813-89a8-ab9b2c9817ea resource provider aggregate not found 2026-05-07 16:50:48.641 8 INFO neutron.services.segments.plugin [-] Segment 94623259-81c5-4813-89a8-ab9b2c9817ea resource provider aggregate not found 2026-05-07 16:50:48.654 8 INFO neutron.services.segments.plugin [-] Segment 94623259-81c5-4813-89a8-ab9b2c9817ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94623259-81c5-4813-89a8-ab9b2c9817ea found for delete ", "request_id": "req-c7f4e1d4-8379-4658-a293-7cfc63cf1400"}]} 2026-05-07 16:50:48.654 8 INFO neutron.services.segments.plugin [-] Segment 94623259-81c5-4813-89a8-ab9b2c9817ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94623259-81c5-4813-89a8-ab9b2c9817ea found for delete ", "request_id": "req-dd212729-113b-453b-a51e-66e12567566e"}]} 2026-05-07 16:50:48.769 7 INFO neutron.services.segments.plugin [-] Segment 8d63c1e8-4b83-4225-940b-9456f29edd7a resource provider aggregate not found 2026-05-07 16:50:48.779 7 INFO neutron.services.segments.plugin [-] Segment 8d63c1e8-4b83-4225-940b-9456f29edd7a resource provider aggregate not found 2026-05-07 16:50:48.790 7 INFO neutron.services.segments.plugin [-] Segment 8d63c1e8-4b83-4225-940b-9456f29edd7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d63c1e8-4b83-4225-940b-9456f29edd7a found for delete ", "request_id": "req-14027004-3564-4e97-b3b9-d898a2d50b7b"}]} 2026-05-07 16:50:48.794 7 INFO neutron.services.segments.plugin [-] Segment 8d63c1e8-4b83-4225-940b-9456f29edd7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d63c1e8-4b83-4225-940b-9456f29edd7a found for delete ", "request_id": "req-881f1e1e-d710-49c4-964e-08a4a20a3517"}]} 2026-05-07 16:50:48.806 7 INFO neutron.services.segments.plugin [-] Segment 297c3f94-0f24-4ffa-adc5-3b0014d2fbe6 resource provider aggregate not found 2026-05-07 16:50:48.809 7 INFO neutron.services.segments.plugin [-] Segment 297c3f94-0f24-4ffa-adc5-3b0014d2fbe6 resource provider aggregate not found 2026-05-07 16:50:48.824 7 INFO neutron.services.segments.plugin [-] Segment 297c3f94-0f24-4ffa-adc5-3b0014d2fbe6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 297c3f94-0f24-4ffa-adc5-3b0014d2fbe6 found for delete ", "request_id": "req-9937c621-fbbe-4773-8c76-2fe1a24bb1ab"}]} 2026-05-07 16:50:48.841 7 INFO neutron.services.segments.plugin [-] Segment 297c3f94-0f24-4ffa-adc5-3b0014d2fbe6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 297c3f94-0f24-4ffa-adc5-3b0014d2fbe6 found for delete ", "request_id": "req-771e809f-ee5a-4cf6-ab2e-53c898e25af7"}]} [pid: 8|app: 0|req: 909/1706] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:48 2026] GET /v2.0/security-groups?tenant_id=7a55eac54eb041e1930e8ee900003058&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1707] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:48 2026] DELETE /v2.0/security-groups/b2b162bb-38b4-40da-96c8-37f4ff92a9bb => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1708] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:49 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1014 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1709] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:50:49 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1710] 10.0.0.4 () {34 vars in 1118 bytes} [Thu May 7 16:50:49 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1711] 199.204.45.244 () {34 vars in 1124 bytes} [Thu May 7 16:50:49 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1712] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:50 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1014 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1713] 10.0.0.4 () {34 vars in 1118 bytes} [Thu May 7 16:50:50 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1714] 10.0.0.253 () {34 vars in 990 bytes} [Thu May 7 16:50:50 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1715] 10.0.0.253 () {34 vars in 1040 bytes} [Thu May 7 16:50:50 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1716] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:51 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1014 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1717] 10.0.0.4 () {34 vars in 1118 bytes} [Thu May 7 16:50:51 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1718] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:50:51 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1014 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:50:52.268 7 INFO neutron.db.l3_db [None req-0f9f588c-cf9f-4213-ac6d-864219d7ab77 bf21c8994f17489189a85ad82e20c5fe 64137e8877cc4e478660ef95e1d6c4e7 - - default default] Floating IP 17286481-2412-4b9e-91d8-a64c995e9156 associated. External IP: 10.96.250.220, port: 7b80f07d-eacb-4d20-a38e-57a6d76019c3. [pid: 7|app: 0|req: 804/1719] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:50:51 2026] PUT /v2.0/floatingips/17286481-2412-4b9e-91d8-a64c995e9156 => generated 856 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:50:52.599 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7311f1bb-fc05-4b56-b551-369be360025b'] response: {'name': 'network-changed', 'server_uuid': '92515c94-560b-49fc-a8cc-773865e15742', 'tag': '7b80f07d-eacb-4d20-a38e-57a6d76019c3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 805/1720] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:50:53 2026] GET /v2.0/ports?tenant_id=64137e8877cc4e478660ef95e1d6c4e7&device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1283 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1721] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:50:53 2026] GET /v2.0/networks?id=e7484f5f-5e75-4a4c-b1b7-ef79c003152e => generated 768 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1722] 199.204.45.244 () {34 vars in 1060 bytes} [Thu May 7 16:50:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7b80f07d-eacb-4d20-a38e-57a6d76019c3 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1723] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:50:53 2026] GET /v2.0/subnets?id=a1a4ae62-f21e-48c3-8a2c-71491588aafb => generated 690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1724] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:50:53 2026] GET /v2.0/ports?network_id=e7484f5f-5e75-4a4c-b1b7-ef79c003152e&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1725] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:50:53 2026] GET /v2.0/networks/e7484f5f-5e75-4a4c-b1b7-ef79c003152e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1726] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:50:53 2026] GET /v2.0/networks/e7484f5f-5e75-4a4c-b1b7-ef79c003152e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1727] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:50:52 2026] POST /v2.0/floatingips => generated 552 bytes in 1326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1728] 10.0.0.78 () {34 vars in 758 bytes} [Thu May 7 16:50:53 2026] PUT /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags => generated 25 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1729] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:50:53 2026] GET /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1730] 10.0.0.78 () {34 vars in 769 bytes} [Thu May 7 16:50:53 2026] PUT /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1731] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:50:53 2026] GET /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1732] 10.0.0.78 () {34 vars in 765 bytes} [Thu May 7 16:50:53 2026] PUT /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1733] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:50:53 2026] GET /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1734] 10.0.0.78 () {34 vars in 787 bytes} [Thu May 7 16:50:54 2026] PUT /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1735] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:50:54 2026] GET /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1736] 10.0.0.78 () {34 vars in 758 bytes} [Thu May 7 16:50:54 2026] PUT /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1737] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:50:54 2026] GET /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1738] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:50:54 2026] GET /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:50:54.363 8 INFO neutron.api.v2.resource [None req-b28073ea-7c20-4d63-a220-4bc1006f0e85 a65e0d6f9a69492abe68f1d3e2a7ba2b 2766696f356a48c1af0be2e113523999 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 922/1739] 10.0.0.78 () {32 vars in 750 bytes} [Thu May 7 16:50:54 2026] GET /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1740] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:50:54 2026] DELETE /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1743] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:50:54 2026] GET /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:54.531 7 INFO neutron.api.v2.resource [None req-c3e426bf-6506-4d5a-82c6-a07b9a23dd80 a65e0d6f9a69492abe68f1d3e2a7ba2b 2766696f356a48c1af0be2e113523999 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 821/1744] 10.0.0.78 () {32 vars in 753 bytes} [Thu May 7 16:50:54 2026] DELETE /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1745] 10.0.0.78 () {32 vars in 741 bytes} [Thu May 7 16:50:54 2026] DELETE /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1746] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:50:54 2026] GET /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:50:54.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d93e2c1-cc48-479a-b418-84d01c5f1e9d a65e0d6f9a69492abe68f1d3e2a7ba2b 2766696f356a48c1af0be2e113523999 - - default default] TaaS: Handle Delete Port: 3cc9b99e-2a1e-4cb4-93d6-a99995266c8a 2026-05-07 16:50:54.762 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d93e2c1-cc48-479a-b418-84d01c5f1e9d a65e0d6f9a69492abe68f1d3e2a7ba2b 2766696f356a48c1af0be2e113523999 - - default default] Tap Mirror: Handle Delete Port: 3cc9b99e-2a1e-4cb4-93d6-a99995266c8a [pid: 8|app: 0|req: 925/1747] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:50:54 2026] DELETE /v2.0/floatingips/6c134383-85cb-4216-9c31-9f5fe1f720ad => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1748] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:55 2026] GET /v2.0/security-groups?tenant_id=2766696f356a48c1af0be2e113523999&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1749] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:55 2026] DELETE /v2.0/security-groups/7ff8c8db-b1f1-4bdf-aea6-249faeadc7a1 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1750] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:50:56 2026] GET /v2.0/security-groups?tenant_id=f0b1a8cb47944c0ea8d3e7db3bfef056&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1751] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:50:56 2026] DELETE /v2.0/security-groups/33986814-d318-4251-a6c3-19711030e1eb => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:50:59.641 7 INFO neutron.db.segments_db [None req-7eee5b11-d07a-459f-abe4-e359d4b0ea94 e9f0f755872c4c639fbd7305c65883e2 6e8b8598ff594b27aae9812782388a95 - - default default] Added segment 1aa9c6dd-cdda-43b8-b0bf-86e1af3b48c3 of type vxlan for network 5a217072-da47-47b7-a527-3092b0adc8b8 [pid: 7|app: 0|req: 825/1752] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:50:59 2026] POST /v2.0/networks => generated 613 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1753] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:50:59 2026] PUT /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1754] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:50:59 2026] GET /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1755] 10.0.0.78 () {34 vars in 763 bytes} [Thu May 7 16:50:59 2026] PUT /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags/green => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1756] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:50:59 2026] GET /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1757] 10.0.0.78 () {34 vars in 759 bytes} [Thu May 7 16:51:00 2026] PUT /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1758] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:51:00 2026] GET /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1759] 10.0.0.78 () {34 vars in 781 bytes} [Thu May 7 16:51:00 2026] PUT /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1760] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:51:00 2026] GET /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1761] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:51:00 2026] PUT /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1762] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:51:00 2026] GET /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1763] 10.0.0.78 () {32 vars in 740 bytes} [Thu May 7 16:51:00 2026] GET /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:51:00.497 7 INFO neutron.api.v2.resource [None req-e53ed703-09ff-477d-ab76-93b17259daef e9f0f755872c4c639fbd7305c65883e2 6e8b8598ff594b27aae9812782388a95 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 831/1764] 10.0.0.78 () {32 vars in 744 bytes} [Thu May 7 16:51:00 2026] GET /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1765] 10.0.0.78 () {32 vars in 743 bytes} [Thu May 7 16:51:00 2026] DELETE /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1766] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:51:00 2026] GET /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:00.674 8 INFO neutron.api.v2.resource [None req-9eb2966b-449b-47fd-b9e5-1497cdbb79e1 e9f0f755872c4c639fbd7305c65883e2 6e8b8598ff594b27aae9812782388a95 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 935/1767] 10.0.0.78 () {32 vars in 747 bytes} [Thu May 7 16:51:00 2026] DELETE /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1768] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:51:00 2026] DELETE /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1769] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:51:00 2026] GET /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:00.910 7 INFO neutron.services.segments.plugin [-] Segment 1aa9c6dd-cdda-43b8-b0bf-86e1af3b48c3 resource provider aggregate not found 2026-05-07 16:51:00.910 7 INFO neutron.services.segments.plugin [-] Segment 1aa9c6dd-cdda-43b8-b0bf-86e1af3b48c3 resource provider aggregate not found 2026-05-07 16:51:00.931 7 INFO neutron.services.segments.plugin [-] Segment 1aa9c6dd-cdda-43b8-b0bf-86e1af3b48c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aa9c6dd-cdda-43b8-b0bf-86e1af3b48c3 found for delete ", "request_id": "req-db952207-ad1a-4ebb-8e3f-801d2b212ea5"}]} 2026-05-07 16:51:00.932 7 INFO neutron.services.segments.plugin [-] Segment 1aa9c6dd-cdda-43b8-b0bf-86e1af3b48c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aa9c6dd-cdda-43b8-b0bf-86e1af3b48c3 found for delete ", "request_id": "req-acb42e96-3dc7-439a-96ab-2bdb828d6765"}]} [pid: 7|app: 0|req: 834/1770] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:51:00 2026] DELETE /v2.0/networks/5a217072-da47-47b7-a527-3092b0adc8b8 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1771] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:00 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1014 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1772] 10.0.0.4 () {34 vars in 1118 bytes} [Thu May 7 16:51:00 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1773] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:51:01 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1283 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1774] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:01 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1775] 10.0.0.78 () {32 vars in 857 bytes} [Thu May 7 16:51:01 2026] GET /v2.0/floatingips?floating_network_id=3ddb0101-d922-49a6-ab93-f81626bb28c2&port_id=7b80f07d-eacb-4d20-a38e-57a6d76019c3 => generated 861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1776] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:01 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1777] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:01 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1778] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:01 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1779] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:01 2026] GET /v2.0/security-groups?tenant_id=26d67945294f45ec85563bbd04077e27&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1780] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:01 2026] DELETE /v2.0/security-groups/ec000b19-b439-4fb7-9e3c-593ba240f28a => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1781] 10.0.0.253 () {34 vars in 990 bytes} [Thu May 7 16:51:01 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1283 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1782] 10.0.0.253 () {34 vars in 1120 bytes} [Thu May 7 16:51:02 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1783] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:02 2026] GET /v2.0/security-groups?tenant_id=6e8b8598ff594b27aae9812782388a95&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1784] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:02 2026] DELETE /v2.0/security-groups/f99cecf0-4bdf-40c4-ad75-170a56331f66 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1785] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:02 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1786] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:02 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1787] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:03 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1788] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:03 2026] GET /v2.0/security-groups?id=4aeab7f2-7ec8-42e2-bb7a-52da33f665a6&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1789] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:51:03 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:51:04.109 7 INFO neutron_taas.services.taas.taas_plugin [req-f9820764-ea57-4829-a4ac-e2dd9320921d req-6b2657df-51b2-4e09-9178-95a7fdda6c9d 9d12c516163c4801805f10dfc4cf4f6d 1129d3b6d6a045d9becd3d935764bacf - - default default] TaaS: Handle Delete Port: 061b09c8-fac7-49ae-b095-e2eb47837870 2026-05-07 16:51:04.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f9820764-ea57-4829-a4ac-e2dd9320921d req-6b2657df-51b2-4e09-9178-95a7fdda6c9d 9d12c516163c4801805f10dfc4cf4f6d 1129d3b6d6a045d9becd3d935764bacf - - default default] Tap Mirror: Handle Delete Port: 061b09c8-fac7-49ae-b095-e2eb47837870 2026-05-07 16:51:04.227 7 INFO neutron.db.l3_db [req-f9820764-ea57-4829-a4ac-e2dd9320921d req-6b2657df-51b2-4e09-9178-95a7fdda6c9d 9d12c516163c4801805f10dfc4cf4f6d 1129d3b6d6a045d9becd3d935764bacf - - default default] Floating IP ad1c0e7d-8bc3-4548-8a3e-2018ebe3dfeb disassociated. External IP: 10.96.250.210, port: 061b09c8-fac7-49ae-b095-e2eb47837870. [pid: 8|app: 0|req: 947/1790] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:04 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1791] 10.0.0.4 () {34 vars in 1118 bytes} [Thu May 7 16:51:04 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1792] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:51:04 2026] DELETE /v2.0/ports/061b09c8-fac7-49ae-b095-e2eb47837870 => generated 0 bytes in 548 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:51:04.605 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af3b1997-4784-4319-9688-3f8ba1999249'] response: {'server_uuid': '12d1ff5d-99a9-4060-a0e9-fb14c9b48651', 'name': 'network-vif-deleted', 'tag': '061b09c8-fac7-49ae-b095-e2eb47837870', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 949/1793] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:05 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1794] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:05 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1014 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1795] 10.0.0.4 () {34 vars in 1118 bytes} [Thu May 7 16:51:05 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1796] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:06 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1797] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:06 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1014 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1798] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:51:06 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1799] 10.0.0.4 () {34 vars in 1118 bytes} [Thu May 7 16:51:06 2026] GET /v2.0/security-groups?id=8c2418ba-4171-4a3f-8726-c014f5645f92&id=751af83d-da6e-4068-b3eb-aa7e36b7cde7&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:51:06.974 7 INFO neutron_taas.services.taas.taas_plugin [req-21b9fb04-97cf-47b3-aedd-8ea2bca3699c req-5ed81815-2ffd-408c-ba3e-0edb344236ca bf21c8994f17489189a85ad82e20c5fe 64137e8877cc4e478660ef95e1d6c4e7 - - default default] TaaS: Handle Delete Port: 7b80f07d-eacb-4d20-a38e-57a6d76019c3 2026-05-07 16:51:06.977 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-21b9fb04-97cf-47b3-aedd-8ea2bca3699c req-5ed81815-2ffd-408c-ba3e-0edb344236ca bf21c8994f17489189a85ad82e20c5fe 64137e8877cc4e478660ef95e1d6c4e7 - - default default] Tap Mirror: Handle Delete Port: 7b80f07d-eacb-4d20-a38e-57a6d76019c3 2026-05-07 16:51:07.089 7 INFO neutron.db.l3_db [req-21b9fb04-97cf-47b3-aedd-8ea2bca3699c req-5ed81815-2ffd-408c-ba3e-0edb344236ca bf21c8994f17489189a85ad82e20c5fe 64137e8877cc4e478660ef95e1d6c4e7 - - default default] Floating IP 17286481-2412-4b9e-91d8-a64c995e9156 disassociated. External IP: 10.96.250.220, port: 7b80f07d-eacb-4d20-a38e-57a6d76019c3. [pid: 8|app: 0|req: 953/1800] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:07 2026] GET /v2.0/ports?device_id=12d1ff5d-99a9-4060-a0e9-fb14c9b48651 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1801] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:51:06 2026] DELETE /v2.0/ports/7b80f07d-eacb-4d20-a38e-57a6d76019c3 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:51:07.489 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe672603-4b09-4493-b0b4-dbbb83f296b5'] response: {'server_uuid': '92515c94-560b-49fc-a8cc-773865e15742', 'name': 'network-vif-deleted', 'tag': '7b80f07d-eacb-4d20-a38e-57a6d76019c3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 954/1802] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:07 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1803] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:08 2026] DELETE /v2.0/security-groups/4aeab7f2-7ec8-42e2-bb7a-52da33f665a6 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:51:08.427 8 INFO neutron.api.v2.resource [None req-385ef277-eee1-403d-bc67-eb021d0310f5 9d12c516163c4801805f10dfc4cf4f6d 1129d3b6d6a045d9becd3d935764bacf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 955/1804] 10.0.0.78 () {32 vars in 736 bytes} [Thu May 7 16:51:08 2026] GET /v2.0/security-groups/4aeab7f2-7ec8-42e2-bb7a-52da33f665a6 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:51:08.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-00a3d676-0e6e-4baf-a4e2-8832201584fd 9d12c516163c4801805f10dfc4cf4f6d 1129d3b6d6a045d9becd3d935764bacf - - default default] TaaS: Handle Delete Port: 8ba2cac9-9ebc-4b2e-bce7-28635c09e6f1 2026-05-07 16:51:08.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00a3d676-0e6e-4baf-a4e2-8832201584fd 9d12c516163c4801805f10dfc4cf4f6d 1129d3b6d6a045d9becd3d935764bacf - - default default] Tap Mirror: Handle Delete Port: 8ba2cac9-9ebc-4b2e-bce7-28635c09e6f1 [pid: 7|app: 0|req: 850/1805] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:51:08 2026] DELETE /v2.0/floatingips/ad1c0e7d-8bc3-4548-8a3e-2018ebe3dfeb => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1806] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:09 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:09.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6167dbb-4507-4299-819d-dc1b590a3ccf bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 5ba5cfd2-8f47-4875-8d11-65fbe8afc168 2026-05-07 16:51:09.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6167dbb-4507-4299-819d-dc1b590a3ccf bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 5ba5cfd2-8f47-4875-8d11-65fbe8afc168 [pid: 8|app: 0|req: 956/1809] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:51:08 2026] PUT /v2.0/routers/dc626271-91e1-43cd-8c3e-5c6b19120a58/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:51:09.837 7 INFO neutron_taas.services.taas.taas_plugin [None req-66cff471-8bad-44a9-8197-0d727a415732 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: f8336d1c-c2a4-484c-87bf-c4c48159e8af 2026-05-07 16:51:09.840 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66cff471-8bad-44a9-8197-0d727a415732 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: f8336d1c-c2a4-484c-87bf-c4c48159e8af 2026-05-07 16:51:10.104 7 INFO neutron_taas.services.taas.taas_plugin [None req-66cff471-8bad-44a9-8197-0d727a415732 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: ab3a11e4-7408-4eab-9537-0ff4f5c69e2b 2026-05-07 16:51:10.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66cff471-8bad-44a9-8197-0d727a415732 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: ab3a11e4-7408-4eab-9537-0ff4f5c69e2b [pid: 8|app: 0|req: 957/1810] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:10 2026] GET /v2.0/ports?device_id=92515c94-560b-49fc-a8cc-773865e15742 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:10.429 7 INFO neutron.services.segments.plugin [-] Segment b01f3ad5-bc6a-43d3-b239-f5a6f13eef6b resource provider aggregate not found 2026-05-07 16:51:10.431 7 INFO neutron.services.segments.plugin [-] Segment b01f3ad5-bc6a-43d3-b239-f5a6f13eef6b resource provider aggregate not found 2026-05-07 16:51:10.452 7 INFO neutron.services.segments.plugin [-] Segment b01f3ad5-bc6a-43d3-b239-f5a6f13eef6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b01f3ad5-bc6a-43d3-b239-f5a6f13eef6b found for delete ", "request_id": "req-a1700669-4fd3-44d4-8bdd-b4983e11cb1a"}]} 2026-05-07 16:51:10.456 7 INFO neutron.db.l3_hamode_db [None req-66cff471-8bad-44a9-8197-0d727a415732 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] HA network 21ef3203-5e8d-4c23-8a66-24c207cd29f6 was deleted as no HA routers are present in tenant 1129d3b6d6a045d9becd3d935764bacf. 2026-05-07 16:51:10.458 7 INFO neutron.services.segments.plugin [-] Segment b01f3ad5-bc6a-43d3-b239-f5a6f13eef6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b01f3ad5-bc6a-43d3-b239-f5a6f13eef6b found for delete ", "request_id": "req-8926786a-23bb-40e6-ac20-b2f622317ae6"}]} [pid: 7|app: 0|req: 854/1811] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:09 2026] DELETE /v2.0/routers/dc626271-91e1-43cd-8c3e-5c6b19120a58 => generated 0 bytes in 802 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1812] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:10 2026] DELETE /v2.0/subnets/46efd346-1e30-495e-bac3-c8f5bfc684bb => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:51:10.698 7 INFO neutron_taas.services.taas.taas_plugin [None req-42b60d8b-25ff-4f4e-8ee9-18acc316312e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 32a4caf3-accc-4cfa-84d7-3fa9428ef4b8 2026-05-07 16:51:10.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42b60d8b-25ff-4f4e-8ee9-18acc316312e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 32a4caf3-accc-4cfa-84d7-3fa9428ef4b8 [pid: 7|app: 0|req: 855/1813] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:51:10 2026] DELETE /v2.0/networks/d0ba8b2b-86d7-401c-a45e-b2cc7642b34f => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1814] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:11 2026] GET /v2.0/security-groups?tenant_id=1129d3b6d6a045d9becd3d935764bacf&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1815] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:11 2026] DELETE /v2.0/security-groups/c01af3ae-b58e-43b5-8ea7-333646660387 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:51:11.302 8 INFO neutron.db.segments_db [None req-2c14c78d-2d06-4216-8d78-607ab2a611d4 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Added segment 20627ff4-5497-4e93-821a-268e85d32055 of type vxlan for network dd28ab98-d4a0-456a-9ceb-50c111ea7726 [pid: 8|app: 0|req: 959/1816] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:51:10 2026] POST /v2.0/networks => generated 621 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1817] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:11 2026] DELETE /v2.0/security-groups/751af83d-da6e-4068-b3eb-aa7e36b7cde7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:51:11.489 7 INFO neutron.api.v2.resource [None req-d249109b-b17a-4d38-ac71-01460f886820 bf21c8994f17489189a85ad82e20c5fe 64137e8877cc4e478660ef95e1d6c4e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 859/1818] 10.0.0.78 () {32 vars in 736 bytes} [Thu May 7 16:51:11 2026] GET /v2.0/security-groups/751af83d-da6e-4068-b3eb-aa7e36b7cde7 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:51:11.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8329e61-7011-4b59-b757-21f692e95f42 bf21c8994f17489189a85ad82e20c5fe 64137e8877cc4e478660ef95e1d6c4e7 - - default default] TaaS: Handle Delete Port: 53568e97-54d5-4f7a-a2ad-8d3510396cf1 2026-05-07 16:51:11.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8329e61-7011-4b59-b757-21f692e95f42 bf21c8994f17489189a85ad82e20c5fe 64137e8877cc4e478660ef95e1d6c4e7 - - default default] Tap Mirror: Handle Delete Port: 53568e97-54d5-4f7a-a2ad-8d3510396cf1 [pid: 8|app: 0|req: 960/1819] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:51:11 2026] POST /v2.0/subnets => generated 657 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1820] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:51:11 2026] DELETE /v2.0/floatingips/17286481-2412-4b9e-91d8-a64c995e9156 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1821] 10.0.0.78 () {32 vars in 721 bytes} [Thu May 7 16:51:11 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1822] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:11 2026] DELETE /v2.0/security-groups/8c2418ba-4171-4a3f-8726-c014f5645f92 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1823] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:51:11 2026] POST /v2.0/subnets => generated 732 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:12.164 8 INFO neutron.db.segments_db [None req-e60297a5-dc9a-408c-993e-b4ea1ef4e191 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Added segment a2afad7a-c858-4bec-8caf-a99e99759fba of type vxlan for network 105e8e3f-edd1-4f1d-8058-31b625d54c4a [pid: 8|app: 0|req: 963/1824] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:51:12 2026] POST /v2.0/networks => generated 619 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:12.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f51b5fb-4ac7-45af-aabb-9f4f4936677a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: b8e8c909-bcea-48fd-95f5-02ae19aecab9 2026-05-07 16:51:12.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f51b5fb-4ac7-45af-aabb-9f4f4936677a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: b8e8c909-bcea-48fd-95f5-02ae19aecab9 2026-05-07 16:51:12.487 7 INFO neutron.services.segments.plugin [-] Segment b80312b6-b5bd-4f53-93bf-330c36e2f1ad resource provider aggregate not found 2026-05-07 16:51:12.491 7 INFO neutron.services.segments.plugin [-] Segment b80312b6-b5bd-4f53-93bf-330c36e2f1ad resource provider aggregate not found [pid: 8|app: 0|req: 964/1825] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:51:12 2026] POST /v2.0/subnets => generated 655 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:12.513 7 INFO neutron.services.segments.plugin [-] Segment b80312b6-b5bd-4f53-93bf-330c36e2f1ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b80312b6-b5bd-4f53-93bf-330c36e2f1ad found for delete ", "request_id": "req-2d012dd0-b675-48ee-acd3-883503949e22"}]} 2026-05-07 16:51:12.517 7 INFO neutron.services.segments.plugin [-] Segment b80312b6-b5bd-4f53-93bf-330c36e2f1ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b80312b6-b5bd-4f53-93bf-330c36e2f1ad found for delete ", "request_id": "req-44c59c91-ad14-4b75-a2be-0418191a4fa2"}]} [pid: 8|app: 0|req: 965/1826] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:51:12 2026] POST /v2.0/subnets => generated 726 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:12.868 8 INFO neutron.db.segments_db [None req-7cedaa6d-4ac5-4918-a398-8b27bcfcbd19 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Added segment 8879f5fa-27d1-4de4-8f93-1754fe119b8a of type vxlan for network 0d8c92c2-42af-4427-b2da-3be064c6c673 [pid: 7|app: 0|req: 862/1827] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:51:11 2026] PUT /v2.0/routers/f7963bda-143c-4ce7-b7de-b6509a508e59/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1828] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:51:12 2026] POST /v2.0/networks => generated 618 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:13.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-702a57a1-1a19-41e9-a986-148c393c57c8 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 23c948cd-861c-4cc8-a48e-a36d9b641e7e 2026-05-07 16:51:13.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-702a57a1-1a19-41e9-a986-148c393c57c8 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 23c948cd-861c-4cc8-a48e-a36d9b641e7e [pid: 8|app: 0|req: 967/1829] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:51:12 2026] POST /v2.0/subnets => generated 656 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:13.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-702a57a1-1a19-41e9-a986-148c393c57c8 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 25024c63-543c-4fce-a608-c288427fdea9 2026-05-07 16:51:13.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-702a57a1-1a19-41e9-a986-148c393c57c8 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 25024c63-543c-4fce-a608-c288427fdea9 2026-05-07 16:51:13.540 8 INFO neutron.db.segments_db [None req-611c9b66-a16f-4f63-800b-6e1172d2be63 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment ef64373e-f92d-436b-8505-f852829c6afa of type vxlan for network 50b91bb3-8669-45f7-ba2e-3f2c37418506 [pid: 8|app: 0|req: 968/1830] 10.0.0.78 () {34 vars in 670 bytes} [Thu May 7 16:51:13 2026] POST /v2.0/networks => generated 727 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:13.707 7 INFO neutron.db.l3_hamode_db [None req-702a57a1-1a19-41e9-a986-148c393c57c8 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] HA network 1e50ed25-7c6e-4e66-97fb-66d4ab6689b8 was deleted as no HA routers are present in tenant 64137e8877cc4e478660ef95e1d6c4e7. [pid: 7|app: 0|req: 863/1831] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:12 2026] DELETE /v2.0/routers/f7963bda-143c-4ce7-b7de-b6509a508e59 => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1832] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:51:13 2026] POST /v2.0/subnets => generated 730 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1833] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:51:13 2026] POST /v2.0/subnets => generated 693 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:13.931 7 INFO neutron.db.segments_db [None req-811d95cc-400c-412f-9f7f-3b2e707b1373 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Added segment e2226e1f-1bdd-4c98-a493-69342862d76d of type vxlan for network ea1ca9cb-a233-45da-a496-a57fce5fe623 [pid: 8|app: 0|req: 970/1834] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:13 2026] DELETE /v2.0/subnets/a1a4ae62-f21e-48c3-8a2c-71491588aafb => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:51:14.028 8 INFO neutron.db.segments_db [None req-172102da-a01f-41ce-8329-4aac7bdb5552 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment d91be647-2ab9-4a7d-955d-0eedcef9ee84 of type vxlan for network 376d1cdc-6943-47f0-b856-1a7268822e5b 2026-05-07 16:51:14.153 7 INFO neutron.db.l3_hamode_db [None req-811d95cc-400c-412f-9f7f-3b2e707b1373 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:51:14.275 8 INFO neutron.db.l3_hamode_db [None req-172102da-a01f-41ce-8329-4aac7bdb5552 bec85970fcb544dc90f9e1907c485153 17261976f36a4d41881588e558aa06f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:51:14.546 7 INFO neutron.services.segments.plugin [-] Segment 8b08e3f3-c3f6-44f9-a5eb-960d5e8b2949 resource provider aggregate not found 2026-05-07 16:51:14.561 7 INFO neutron.services.segments.plugin [-] Segment 8b08e3f3-c3f6-44f9-a5eb-960d5e8b2949 resource provider aggregate not found 2026-05-07 16:51:14.567 7 INFO neutron.services.segments.plugin [-] Segment 8b08e3f3-c3f6-44f9-a5eb-960d5e8b2949 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b08e3f3-c3f6-44f9-a5eb-960d5e8b2949 found for delete ", "request_id": "req-ccb0a482-171c-4a62-a653-968205364567"}]} 2026-05-07 16:51:14.587 7 INFO neutron.services.segments.plugin [-] Segment 8b08e3f3-c3f6-44f9-a5eb-960d5e8b2949 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b08e3f3-c3f6-44f9-a5eb-960d5e8b2949 found for delete ", "request_id": "req-6f95f4d9-48fb-4f73-939f-7564aaab363a"}]} 2026-05-07 16:51:14.908 7 INFO neutron.db.l3_hamode_db [None req-811d95cc-400c-412f-9f7f-3b2e707b1373 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:51:14.974 8 INFO neutron.db.l3_hamode_db [None req-172102da-a01f-41ce-8329-4aac7bdb5552 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 865/1835] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:51:13 2026] POST /v2.0/routers => generated 684 bytes in 1872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1836] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:51:13 2026] POST /v2.0/routers => generated 733 bytes in 1808 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:15.846 7 INFO neutron_taas.services.taas.taas_plugin [None req-f07f2a2d-bd39-4b36-880c-f55988472f30 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 0c63973f-6a45-49f5-bf47-6ac4f4eee714 2026-05-07 16:51:15.848 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f07f2a2d-bd39-4b36-880c-f55988472f30 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 0c63973f-6a45-49f5-bf47-6ac4f4eee714 [pid: 7|app: 0|req: 866/1837] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:51:15 2026] DELETE /v2.0/networks/e7484f5f-5e75-4a4c-b1b7-ef79c003152e => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:51:16.763 7 INFO neutron.services.segments.plugin [-] Segment dead3091-112e-416c-9fe8-57d88f4cc106 resource provider aggregate not found 2026-05-07 16:51:16.767 7 INFO neutron.services.segments.plugin [-] Segment dead3091-112e-416c-9fe8-57d88f4cc106 resource provider aggregate not found 2026-05-07 16:51:16.782 7 INFO neutron.services.segments.plugin [-] Segment dead3091-112e-416c-9fe8-57d88f4cc106 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dead3091-112e-416c-9fe8-57d88f4cc106 found for delete ", "request_id": "req-2acb3187-c708-4902-9e95-37aa3f4267dd"}]} 2026-05-07 16:51:16.785 7 INFO neutron.services.segments.plugin [-] Segment dead3091-112e-416c-9fe8-57d88f4cc106 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dead3091-112e-416c-9fe8-57d88f4cc106 found for delete ", "request_id": "req-3d497db1-fe92-4a87-a66c-e5ce35929274"}]} [pid: 8|app: 0|req: 972/1838] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:51:15 2026] PUT /v2.0/routers/1b2d33fe-9895-46ae-a878-85414047597c/add_router_interface => generated 309 bytes in 1306 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:51:17.454 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8a36e7b-7183-40c1-852b-d7caa0a82e9a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: bc13f7b6-d05f-43e3-9a04-33ade11c63b4 2026-05-07 16:51:17.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8a36e7b-7183-40c1-852b-d7caa0a82e9a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: bc13f7b6-d05f-43e3-9a04-33ade11c63b4 [pid: 7|app: 0|req: 867/1839] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:51:16 2026] PUT /v2.0/routers/ae947e20-cb7f-464a-890d-369dac8b70ed/add_router_interface => generated 309 bytes in 1674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1840] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:51:17 2026] PUT /v2.0/routers/ed8861dc-7201-474b-bfb1-0906602d71aa/remove_router_interface => generated 309 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:51:18.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd47e94d-9a4c-417b-930d-d1ba6a18a930 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 0b14cd91-b4cc-44b5-93db-85011d7f058b 2026-05-07 16:51:18.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd47e94d-9a4c-417b-930d-d1ba6a18a930 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 0b14cd91-b4cc-44b5-93db-85011d7f058b 2026-05-07 16:51:18.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd47e94d-9a4c-417b-930d-d1ba6a18a930 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 0ce16254-e32a-4ed5-a7e6-3176ccd0ee6c 2026-05-07 16:51:18.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd47e94d-9a4c-417b-930d-d1ba6a18a930 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 0ce16254-e32a-4ed5-a7e6-3176ccd0ee6c 2026-05-07 16:51:18.960 8 INFO neutron.services.segments.plugin [-] Segment 37a34b7a-4197-4bc5-a5b0-3f4aa4751e87 resource provider aggregate not found 2026-05-07 16:51:18.966 8 INFO neutron.services.segments.plugin [-] Segment 37a34b7a-4197-4bc5-a5b0-3f4aa4751e87 resource provider aggregate not found 2026-05-07 16:51:18.973 8 INFO neutron.db.l3_hamode_db [None req-fd47e94d-9a4c-417b-930d-d1ba6a18a930 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] HA network 72f2cb95-7237-4d14-9994-06c0b59fb814 was deleted as no HA routers are present in tenant 2e77da8d3aa44cc88ffee4ddb6bb9966. [pid: 8|app: 0|req: 974/1841] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:18 2026] DELETE /v2.0/routers/ed8861dc-7201-474b-bfb1-0906602d71aa => generated 0 bytes in 914 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:51:18.984 8 INFO neutron.services.segments.plugin [-] Segment 37a34b7a-4197-4bc5-a5b0-3f4aa4751e87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37a34b7a-4197-4bc5-a5b0-3f4aa4751e87 found for delete ", "request_id": "req-c3db88aa-3609-4408-8d50-a2c49cbb64a8"}]} 2026-05-07 16:51:18.985 8 INFO neutron.services.segments.plugin [-] Segment 37a34b7a-4197-4bc5-a5b0-3f4aa4751e87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37a34b7a-4197-4bc5-a5b0-3f4aa4751e87 found for delete ", "request_id": "req-c410611f-8016-4da9-b118-5098267a1ccf"}]} [pid: 8|app: 0|req: 975/1842] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:51:18 2026] GET /v2.0/networks?id=50b91bb3-8669-45f7-ba2e-3f2c37418506 => generated 678 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1843] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:51:17 2026] PUT /v2.0/routers/1b2d33fe-9895-46ae-a878-85414047597c/add_router_interface => generated 309 bytes in 1496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1844] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:51:19 2026] GET /v2.0/quotas/17261976f36a4d41881588e558aa06f9 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1845] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:19 2026] DELETE /v2.0/subnets/aa3bab76-2edc-4a18-9e93-73bb5154c7c9 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1846] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:51:19 2026] GET /v2.0/ports?tenant_id=17261976f36a4d41881588e558aa06f9&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:19.378 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b872884-dd73-4384-9410-9fe72fd9d415 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: f12c6177-3b7f-41aa-b30b-52f2663722d8 2026-05-07 16:51:19.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b872884-dd73-4384-9410-9fe72fd9d415 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: f12c6177-3b7f-41aa-b30b-52f2663722d8 [pid: 8|app: 0|req: 978/1847] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:51:19 2026] DELETE /v2.0/networks/aebe966b-5eae-4125-bc97-0704a144f0c7 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1848] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:51:19 2026] GET /v2.0/networks/50b91bb3-8669-45f7-ba2e-3f2c37418506?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1849] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:51:19 2026] GET /v2.0/networks/50b91bb3-8669-45f7-ba2e-3f2c37418506?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1850] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:19 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1851] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:19 2026] GET /v2.0/security-groups?tenant_id=2e77da8d3aa44cc88ffee4ddb6bb9966&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1852] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:19 2026] DELETE /v2.0/security-groups/ebe328d5-3d6c-40a8-872b-acc160ffe85a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1853] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:20 2026] GET /v2.0/security-groups?tenant_id=64137e8877cc4e478660ef95e1d6c4e7&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1854] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:20 2026] DELETE /v2.0/security-groups/93efe1da-cb0d-4ad8-8bc7-b69451079340 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1855] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:51:19 2026] PUT /v2.0/routers/1b2d33fe-9895-46ae-a878-85414047597c/add_router_interface => generated 309 bytes in 1543 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1856] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:20 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1857] 10.0.0.78 () {34 vars in 683 bytes} [Thu May 7 16:51:20 2026] POST /v2.0/security-groups => generated 1627 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 16:51:21.004 8 INFO neutron.services.segments.plugin [-] Segment d8fb121d-5c34-4284-8720-7e10b8f5eb7c resource provider aggregate not found 2026-05-07 16:51:21.005 8 INFO neutron.services.segments.plugin [-] Segment d8fb121d-5c34-4284-8720-7e10b8f5eb7c resource provider aggregate not found 2026-05-07 16:51:21.026 8 INFO neutron.services.segments.plugin [-] Segment d8fb121d-5c34-4284-8720-7e10b8f5eb7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8fb121d-5c34-4284-8720-7e10b8f5eb7c found for delete ", "request_id": "req-af53f67a-8c18-4a77-b075-e550ca977da9"}]} 2026-05-07 16:51:21.034 8 INFO neutron.services.segments.plugin [-] Segment d8fb121d-5c34-4284-8720-7e10b8f5eb7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8fb121d-5c34-4284-8720-7e10b8f5eb7c found for delete ", "request_id": "req-5723f601-d74f-453f-b315-ed28863b9b81"}]} [pid: 7|app: 0|req: 872/1858] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1859] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1860] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:21 2026] POST /v2.0/security-group-rules => generated 599 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1861] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1862] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1863] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1864] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1865] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:22 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1866] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1867] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1868] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1869] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1870] 10.0.0.4 () {34 vars in 1092 bytes} [Thu May 7 16:51:22 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-879697413&fields=id&tenant_id=896536f6fba443159f092359a00700a1 => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1871] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:51:22 2026] GET /v2.0/networks?id=105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 705 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1872] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:51:23 2026] GET /v2.0/quotas/896536f6fba443159f092359a00700a1 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1873] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:23 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1874] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:51:23 2026] GET /v2.0/ports?tenant_id=896536f6fba443159f092359a00700a1&fields=id => generated 241 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1875] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:51:23 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1876] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:51:23 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1877] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:23 2026] GET /v2.0/ports?device_id=6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1878] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:51:24 2026] GET /v2.0/networks?id=50b91bb3-8669-45f7-ba2e-3f2c37418506 => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1879] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:24 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1882] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:51:24 2026] POST /v2.0/ports => generated 954 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 886/1883] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:51:24 2026] PUT /v2.0/ports/0321a43e-54ea-4e2d-9216-e7c1e1b79469 => generated 1235 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:51:25.169 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f18ec9b-e84f-463c-b673-77803642d679'] response: {'name': 'network-changed', 'server_uuid': 'b00a302c-04bf-450c-af36-e8f0cb3007ef', 'tag': '0321a43e-54ea-4e2d-9216-e7c1e1b79469', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 887/1884] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:25 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1885] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:25 2026] GET /v2.0/security-groups?id=84cbb93f-11d2-4641-b1da-ed0dcd6ef535&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1886] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:51:24 2026] POST /v2.0/floatingips => generated 552 bytes in 797 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1887] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:51:25 2026] GET /v2.0/ports?tenant_id=17261976f36a4d41881588e558aa06f9&device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1888] 199.204.45.244 () {34 vars in 1018 bytes} [Thu May 7 16:51:25 2026] GET /v2.0/networks?tenant_id=17261976f36a4d41881588e558aa06f9&shared=False => generated 774 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1889] 199.204.45.244 () {34 vars in 930 bytes} [Thu May 7 16:51:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1890] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:51:25 2026] POST /v2.0/floatingips => generated 552 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1891] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:26 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1892] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:26 2026] GET /v2.0/security-groups?id=84cbb93f-11d2-4641-b1da-ed0dcd6ef535&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1893] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:51:26 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1894] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:51:26 2026] GET /v2.0/ports?tenant_id=17261976f36a4d41881588e558aa06f9&device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1895] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:51:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=0321a43e-54ea-4e2d-9216-e7c1e1b79469 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1896] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:51:27 2026] GET /v2.0/subnets?id=ff494363-210e-4712-b23e-c6f9a64cb88b => generated 696 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1897] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:51:27 2026] GET /v2.0/ports?network_id=50b91bb3-8669-45f7-ba2e-3f2c37418506&device_owner=network%3Adhcp => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1898] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:51:27 2026] GET /v2.0/networks/50b91bb3-8669-45f7-ba2e-3f2c37418506?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1899] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:51:27 2026] GET /v2.0/networks/50b91bb3-8669-45f7-ba2e-3f2c37418506?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1900] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:51:26 2026] POST /v2.0/floatingips => generated 552 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1901] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:27 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1902] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:27 2026] GET /v2.0/security-groups?id=84cbb93f-11d2-4641-b1da-ed0dcd6ef535&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1903] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:51:27 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1904] 10.0.0.78 () {34 vars in 758 bytes} [Thu May 7 16:51:27 2026] PUT /v2.0/floatingips/d01bff1e-0920-40bb-8c22-c8350cc1bd57/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1905] 10.0.0.78 () {34 vars in 758 bytes} [Thu May 7 16:51:27 2026] PUT /v2.0/floatingips/ba18782c-9b33-48b0-b300-4870d390ed90/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1906] 10.0.0.78 () {34 vars in 758 bytes} [Thu May 7 16:51:28 2026] PUT /v2.0/floatingips/ef33f4ad-c29b-40c7-95df-2566f08f70fe/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1907] 10.0.0.78 () {34 vars in 758 bytes} [Thu May 7 16:51:28 2026] PUT /v2.0/floatingips/0ed2d5dc-878e-47f8-8e9f-0ca4c7e73ec5/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1908] 10.0.0.78 () {32 vars in 671 bytes} [Thu May 7 16:51:28 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1909] 10.0.0.78 () {32 vars in 685 bytes} [Thu May 7 16:51:28 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1910] 10.0.0.78 () {32 vars in 681 bytes} [Thu May 7 16:51:28 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1911] 10.0.0.78 () {32 vars in 693 bytes} [Thu May 7 16:51:28 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1912] 10.0.0.78 () {32 vars in 679 bytes} [Thu May 7 16:51:28 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1913] 10.0.0.78 () {32 vars in 693 bytes} [Thu May 7 16:51:28 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1914] 10.0.0.78 () {32 vars in 689 bytes} [Thu May 7 16:51:28 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1915] 10.0.0.78 () {32 vars in 701 bytes} [Thu May 7 16:51:28 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1916] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:28 2026] GET /v2.0/ports?device_id=6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:28.714 8 INFO neutron_taas.services.taas.taas_plugin [None req-377e4d59-147d-4fa6-83c3-cd280dec80c8 3e2d6d895a2a415fb0864027a583c1ba 809392785f5742b18a2eb68f51c93acc - - default default] TaaS: Handle Delete Port: 67e6e2cb-2b8f-4d64-aead-717c17978262 2026-05-07 16:51:28.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-377e4d59-147d-4fa6-83c3-cd280dec80c8 3e2d6d895a2a415fb0864027a583c1ba 809392785f5742b18a2eb68f51c93acc - - default default] Tap Mirror: Handle Delete Port: 67e6e2cb-2b8f-4d64-aead-717c17978262 [pid: 8|app: 0|req: 1011/1917] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:51:28 2026] DELETE /v2.0/floatingips/d01bff1e-0920-40bb-8c22-c8350cc1bd57 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1918] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:28 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:51:28.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-09a1beac-fff4-4e84-9692-27a47821165b 3e2d6d895a2a415fb0864027a583c1ba 809392785f5742b18a2eb68f51c93acc - - default default] TaaS: Handle Delete Port: bdef56ee-8273-4556-8c28-daaee63966d6 [pid: 8|app: 0|req: 1013/1919] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:28 2026] GET /v2.0/security-groups?id=84cbb93f-11d2-4641-b1da-ed0dcd6ef535&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:28.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09a1beac-fff4-4e84-9692-27a47821165b 3e2d6d895a2a415fb0864027a583c1ba 809392785f5742b18a2eb68f51c93acc - - default default] Tap Mirror: Handle Delete Port: bdef56ee-8273-4556-8c28-daaee63966d6 [pid: 7|app: 0|req: 907/1920] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:51:28 2026] DELETE /v2.0/floatingips/ba18782c-9b33-48b0-b300-4870d390ed90 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:51:29.285 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d81dff4-4be7-4493-94cf-59e76da95e47 3e2d6d895a2a415fb0864027a583c1ba 809392785f5742b18a2eb68f51c93acc - - default default] TaaS: Handle Delete Port: 8389aca5-500a-4dd9-aaad-2ecfdd1893c3 2026-05-07 16:51:29.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d81dff4-4be7-4493-94cf-59e76da95e47 3e2d6d895a2a415fb0864027a583c1ba 809392785f5742b18a2eb68f51c93acc - - default default] Tap Mirror: Handle Delete Port: 8389aca5-500a-4dd9-aaad-2ecfdd1893c3 [pid: 8|app: 0|req: 1014/1921] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:51:29 2026] DELETE /v2.0/floatingips/ef33f4ad-c29b-40c7-95df-2566f08f70fe => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:51:29.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a498a1c-d60f-4712-9b22-15538985499c 3e2d6d895a2a415fb0864027a583c1ba 809392785f5742b18a2eb68f51c93acc - - default default] TaaS: Handle Delete Port: 104608fb-7d87-4448-a086-032eda84fe09 2026-05-07 16:51:29.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a498a1c-d60f-4712-9b22-15538985499c 3e2d6d895a2a415fb0864027a583c1ba 809392785f5742b18a2eb68f51c93acc - - default default] Tap Mirror: Handle Delete Port: 104608fb-7d87-4448-a086-032eda84fe09 [pid: 7|app: 0|req: 908/1922] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:51:29 2026] DELETE /v2.0/floatingips/0ed2d5dc-878e-47f8-8e9f-0ca4c7e73ec5 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:51:29.841 8 INFO neutron_taas.services.taas.taas_plugin [None req-920e7ae4-d25c-4b87-8e84-8b2862d87d9a 3e2d6d895a2a415fb0864027a583c1ba 809392785f5742b18a2eb68f51c93acc - - default default] TaaS: Handle Delete Port: 3c3005ae-0253-4d32-a50d-485e5da16b86 2026-05-07 16:51:29.845 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-920e7ae4-d25c-4b87-8e84-8b2862d87d9a 3e2d6d895a2a415fb0864027a583c1ba 809392785f5742b18a2eb68f51c93acc - - default default] Tap Mirror: Handle Delete Port: 3c3005ae-0253-4d32-a50d-485e5da16b86 [pid: 7|app: 0|req: 909/1923] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:51:29 2026] GET /v2.0/networks?id=105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1924] 199.204.45.244 () {34 vars in 1050 bytes} [Thu May 7 16:51:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=896536f6fba443159f092359a00700a1 => generated 178 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1925] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:51:29 2026] DELETE /v2.0/floatingips/379c4f0c-4497-498f-b51b-23d5a6c5fe4d => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1926] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:30 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1927] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:30 2026] GET /v2.0/security-groups?id=84cbb93f-11d2-4641-b1da-ed0dcd6ef535&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1928] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:51:30 2026] POST /v2.0/ports => generated 1183 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1929] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:51:30 2026] PUT /v2.0/ports/7e06510d-836b-4af9-adf7-ba20b4afac52 => generated 1464 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:51:30.959 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-321589ae-a21b-4ed0-baaa-33ef5debf863'] response: {'name': 'network-changed', 'server_uuid': '6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964', 'tag': '7e06510d-836b-4af9-adf7-ba20b4afac52', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 912/1930] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:30 2026] GET /v2.0/security-groups?tenant_id=af5ca7bcf88e4135a130c07e72f4c39e&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1019/1931] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:31 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1932] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:31 2026] GET /v2.0/security-groups?id=84cbb93f-11d2-4641-b1da-ed0dcd6ef535&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1933] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:31 2026] DELETE /v2.0/security-groups/34982563-f3a0-439f-ad00-7f5ed13b4ad5 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1934] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:51:31 2026] GET /v2.0/ports?tenant_id=896536f6fba443159f092359a00700a1&device_id=6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964 => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1935] 199.204.45.244 () {34 vars in 1018 bytes} [Thu May 7 16:51:31 2026] GET /v2.0/networks?tenant_id=896536f6fba443159f092359a00700a1&shared=False => generated 2376 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1936] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:31 2026] GET /v2.0/security-groups?tenant_id=aca85585dfe64f6397ca9d75e99248e0&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1937] 199.204.45.244 () {34 vars in 930 bytes} [Thu May 7 16:51:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1938] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:31 2026] DELETE /v2.0/security-groups/6ddfb1cb-0bba-47a9-a438-b6cd327fe2d1 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1939] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:31 2026] GET /v2.0/security-groups?tenant_id=809392785f5742b18a2eb68f51c93acc&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1940] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:32 2026] DELETE /v2.0/security-groups/df6567f2-b74f-42f5-a4ea-f79eb6171e68 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1941] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:32 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1942] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:32 2026] GET /v2.0/security-groups?id=84cbb93f-11d2-4641-b1da-ed0dcd6ef535&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1943] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:51:32 2026] GET /v2.0/ports?tenant_id=896536f6fba443159f092359a00700a1&device_id=6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964 => generated 1467 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1944] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:51:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.203&port_id=7e06510d-836b-4af9-adf7-ba20b4afac52 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1945] 199.204.45.244 () {34 vars in 1104 bytes} [Thu May 7 16:51:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A17c&port_id=7e06510d-836b-4af9-adf7-ba20b4afac52 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1946] 199.204.45.244 () {34 vars in 1064 bytes} [Thu May 7 16:51:32 2026] GET /v2.0/subnets?id=a1d447e0-566a-4e26-a6e1-811ef6a99221&id=fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1947] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:32 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1948] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:51:32 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1949] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:32 2026] GET /v2.0/security-groups?id=84cbb93f-11d2-4641-b1da-ed0dcd6ef535&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1950] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:51:32 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1951] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:51:32 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1952] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:51:33 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1953] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:33 2026] GET /v2.0/ports?device_id=6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964 => generated 1198 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1954] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:33 2026] GET /v2.0/security-groups?id=85abd14b-5427-4885-9369-2f727dddd1d7&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1955] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:33 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1956] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:34 2026] GET /v2.0/security-groups?id=84cbb93f-11d2-4641-b1da-ed0dcd6ef535&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1957] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:35 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1958] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:35 2026] GET /v2.0/security-groups?id=84cbb93f-11d2-4641-b1da-ed0dcd6ef535&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1959] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:51:35 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:51:35.482 7 INFO neutron_taas.services.taas.taas_plugin [req-ca2a4fa9-9f81-4b47-a3f5-73ee19400703 req-027b5e60-d354-4ffe-8cff-f598205becc1 cbd4028dc00d4f199de77e0d75d7c9b3 17261976f36a4d41881588e558aa06f9 - - default default] TaaS: Handle Delete Port: 0321a43e-54ea-4e2d-9216-e7c1e1b79469 2026-05-07 16:51:35.487 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ca2a4fa9-9f81-4b47-a3f5-73ee19400703 req-027b5e60-d354-4ffe-8cff-f598205becc1 cbd4028dc00d4f199de77e0d75d7c9b3 17261976f36a4d41881588e558aa06f9 - - default default] Tap Mirror: Handle Delete Port: 0321a43e-54ea-4e2d-9216-e7c1e1b79469 [pid: 7|app: 0|req: 926/1960] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:51:35 2026] DELETE /v2.0/ports/0321a43e-54ea-4e2d-9216-e7c1e1b79469 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:51:35.704 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b990047-e182-4ad0-a3bb-ee5bce9c99cb'] response: {'server_uuid': 'b00a302c-04bf-450c-af36-e8f0cb3007ef', 'name': 'network-vif-deleted', 'tag': '0321a43e-54ea-4e2d-9216-e7c1e1b79469', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1035/1961] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:36 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:36.819 7 INFO neutron.db.segments_db [None req-6164783f-533d-443d-920e-1c54dd36a8ba dcd252a55b664400a477da1076d81d34 815b62a450ee4c988c0f21bbe41e7e24 - - default default] Added segment 66b93a2f-6492-405f-8c0b-ee1fb6966709 of type vxlan for network ca8260d9-b9d9-4a63-ab26-a4e6254fd6b2 [pid: 7|app: 0|req: 927/1962] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:51:36 2026] POST /v2.0/networks => generated 613 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:36.977 8 INFO neutron.db.segments_db [None req-e22c4921-0adf-41df-952c-aedd133f5b52 dcd252a55b664400a477da1076d81d34 815b62a450ee4c988c0f21bbe41e7e24 - - default default] Added segment 18aa75fd-f931-4de6-9ea3-e1fd3f065c07 of type vxlan for network e72094e3-e48a-48bc-a2e9-b730675bb5b0 [pid: 8|app: 0|req: 1036/1963] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:51:36 2026] POST /v2.0/networks => generated 613 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:37.115 7 INFO neutron.db.segments_db [None req-94e0c69b-91bf-4108-9edf-b950fc596721 dcd252a55b664400a477da1076d81d34 815b62a450ee4c988c0f21bbe41e7e24 - - default default] Added segment 83461f2b-6a6b-486a-a832-2bcb69156dea of type vxlan for network ad4bdccb-e482-4055-8388-8bbfd973dae4 [pid: 7|app: 0|req: 928/1964] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:51:37 2026] POST /v2.0/networks => generated 613 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:37.274 8 INFO neutron.db.segments_db [None req-79cd0bff-dfe1-47d1-b3dc-b967c4714a32 dcd252a55b664400a477da1076d81d34 815b62a450ee4c988c0f21bbe41e7e24 - - default default] Added segment fa804ca3-4b78-4b82-8000-673a172f51e7 of type vxlan for network 610e77c3-518f-4bb1-b7c5-ab7dc611d6f5 [pid: 8|app: 0|req: 1037/1965] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:51:37 2026] POST /v2.0/networks => generated 612 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:37.423 7 INFO neutron.db.segments_db [None req-7ec8de22-ffe7-4052-9d7c-1b25e36345b8 dcd252a55b664400a477da1076d81d34 815b62a450ee4c988c0f21bbe41e7e24 - - default default] Added segment 3837794c-2887-465f-983b-21a62f745c94 of type vxlan for network 551a0663-12fd-404b-a1c8-0aab52d371db [pid: 8|app: 0|req: 1038/1966] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:37 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1967] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:51:37 2026] POST /v2.0/networks => generated 613 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1968] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:51:37 2026] PUT /v2.0/networks/ca8260d9-b9d9-4a63-ab26-a4e6254fd6b2/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1969] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:51:37 2026] PUT /v2.0/networks/e72094e3-e48a-48bc-a2e9-b730675bb5b0/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1970] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:51:37 2026] PUT /v2.0/networks/ad4bdccb-e482-4055-8388-8bbfd973dae4/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1971] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:51:37 2026] PUT /v2.0/networks/610e77c3-518f-4bb1-b7c5-ab7dc611d6f5/tags => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1972] 10.0.0.78 () {32 vars in 665 bytes} [Thu May 7 16:51:37 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1973] 10.0.0.78 () {32 vars in 679 bytes} [Thu May 7 16:51:37 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1974] 10.0.0.78 () {32 vars in 675 bytes} [Thu May 7 16:51:38 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1975] 10.0.0.78 () {32 vars in 687 bytes} [Thu May 7 16:51:38 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1976] 10.0.0.78 () {32 vars in 673 bytes} [Thu May 7 16:51:38 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1977] 10.0.0.78 () {32 vars in 687 bytes} [Thu May 7 16:51:38 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1978] 10.0.0.78 () {32 vars in 683 bytes} [Thu May 7 16:51:38 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1979] 10.0.0.78 () {32 vars in 695 bytes} [Thu May 7 16:51:38 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:51:38.579 8 INFO neutron.services.segments.plugin [-] Segment 66b93a2f-6492-405f-8c0b-ee1fb6966709 resource provider aggregate not found 2026-05-07 16:51:38.581 8 INFO neutron.services.segments.plugin [-] Segment 66b93a2f-6492-405f-8c0b-ee1fb6966709 resource provider aggregate not found [pid: 7|app: 0|req: 936/1980] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:38 2026] GET /v2.0/ports?device_id=b00a302c-04bf-450c-af36-e8f0cb3007ef => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1981] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:51:38 2026] DELETE /v2.0/networks/ca8260d9-b9d9-4a63-ab26-a4e6254fd6b2 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:51:38.606 8 INFO neutron.services.segments.plugin [-] Segment 66b93a2f-6492-405f-8c0b-ee1fb6966709 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66b93a2f-6492-405f-8c0b-ee1fb6966709 found for delete ", "request_id": "req-152ed250-bb18-4397-9e07-2cfaae44271f"}]} 2026-05-07 16:51:38.608 8 INFO neutron.services.segments.plugin [-] Segment 66b93a2f-6492-405f-8c0b-ee1fb6966709 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66b93a2f-6492-405f-8c0b-ee1fb6966709 found for delete ", "request_id": "req-f0f4f8b1-7bb5-4ae2-9727-4730342065d2"}]} 2026-05-07 16:51:38.734 7 INFO neutron.services.segments.plugin [-] Segment 18aa75fd-f931-4de6-9ea3-e1fd3f065c07 resource provider aggregate not found 2026-05-07 16:51:38.736 7 INFO neutron.services.segments.plugin [-] Segment 18aa75fd-f931-4de6-9ea3-e1fd3f065c07 resource provider aggregate not found 2026-05-07 16:51:38.759 7 INFO neutron.services.segments.plugin [-] Segment 18aa75fd-f931-4de6-9ea3-e1fd3f065c07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18aa75fd-f931-4de6-9ea3-e1fd3f065c07 found for delete ", "request_id": "req-2b822765-fc66-45e8-95df-aef0e37d4596"}]} 2026-05-07 16:51:38.760 7 INFO neutron.services.segments.plugin [-] Segment 18aa75fd-f931-4de6-9ea3-e1fd3f065c07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18aa75fd-f931-4de6-9ea3-e1fd3f065c07 found for delete ", "request_id": "req-c9809312-d8d8-45c1-b20e-2718d3b3f39c"}]} [pid: 7|app: 0|req: 937/1982] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:51:38 2026] DELETE /v2.0/networks/e72094e3-e48a-48bc-a2e9-b730675bb5b0 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1983] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:51:38 2026] DELETE /v2.0/networks/ad4bdccb-e482-4055-8388-8bbfd973dae4 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/1984] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:38 2026] GET /v2.0/ports?device_id=6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964 => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1985] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:51:38 2026] DELETE /v2.0/networks/610e77c3-518f-4bb1-b7c5-ab7dc611d6f5 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1986] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:39 2026] GET /v2.0/security-groups?id=85abd14b-5427-4885-9369-2f727dddd1d7&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1987] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:51:39 2026] DELETE /v2.0/networks/551a0663-12fd-404b-a1c8-0aab52d371db => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1988] 10.0.0.78 () {32 vars in 817 bytes} [Thu May 7 16:51:39 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&mac_address=fa%3A16%3A3e%3A92%3A5b%3A62 => generated 1200 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:51:40.015 8 INFO neutron.db.l3_db [None req-a2119d9d-3e8f-406c-82c1-ee50a7000fe6 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Floating IP 15d7d95f-db48-4ef0-8ef2-5e5ccb756ebf associated. External IP: 10.96.250.212, port: 7e06510d-836b-4af9-adf7-ba20b4afac52. 2026-05-07 16:51:40.043 7 INFO neutron_taas.services.taas.taas_plugin [None req-70c942e1-cff9-4f97-8b1f-205c9e7c060e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 02182b44-c13e-4000-a0a7-e0999a765f54 2026-05-07 16:51:40.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70c942e1-cff9-4f97-8b1f-205c9e7c060e bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 02182b44-c13e-4000-a0a7-e0999a765f54 [pid: 8|app: 0|req: 1049/1991] 10.0.0.78 () {34 vars in 676 bytes} [Thu May 7 16:51:39 2026] POST /v2.0/floatingips => generated 855 bytes in 1059 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:40.396 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-44141b69-b190-4714-88d8-e5823557e673'] response: {'name': 'network-changed', 'server_uuid': '6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964', 'tag': '7e06510d-836b-4af9-adf7-ba20b4afac52', 'status': 'completed', 'code': 200} 2026-05-07 16:51:40.631 8 INFO neutron.services.segments.plugin [-] Segment 83461f2b-6a6b-486a-a832-2bcb69156dea resource provider aggregate not found 2026-05-07 16:51:40.635 8 INFO neutron.services.segments.plugin [-] Segment 83461f2b-6a6b-486a-a832-2bcb69156dea resource provider aggregate not found [pid: 7|app: 0|req: 943/1992] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:51:39 2026] PUT /v2.0/routers/ae947e20-cb7f-464a-890d-369dac8b70ed/remove_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:51:40.646 8 INFO neutron.services.segments.plugin [-] Segment 83461f2b-6a6b-486a-a832-2bcb69156dea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83461f2b-6a6b-486a-a832-2bcb69156dea found for delete ", "request_id": "req-17747c2f-a7ee-49b2-8542-11caee57de8a"}]} 2026-05-07 16:51:40.658 8 INFO neutron.services.segments.plugin [-] Segment 83461f2b-6a6b-486a-a832-2bcb69156dea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83461f2b-6a6b-486a-a832-2bcb69156dea found for delete ", "request_id": "req-72337083-e0f2-4cef-8f8b-12677466a61e"}]} 2026-05-07 16:51:40.664 8 INFO neutron.services.segments.plugin [-] Segment 3837794c-2887-465f-983b-21a62f745c94 resource provider aggregate not found [pid: 7|app: 0|req: 944/1993] 10.0.0.4 () {34 vars in 1092 bytes} [Thu May 7 16:51:40 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-879697413&fields=id&tenant_id=896536f6fba443159f092359a00700a1 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:40.675 8 INFO neutron.services.segments.plugin [-] Segment 3837794c-2887-465f-983b-21a62f745c94 resource provider aggregate not found 2026-05-07 16:51:40.685 8 INFO neutron.services.segments.plugin [-] Segment 3837794c-2887-465f-983b-21a62f745c94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3837794c-2887-465f-983b-21a62f745c94 found for delete ", "request_id": "req-32d90ca1-eca3-421b-b0b8-c09e42beda43"}]} 2026-05-07 16:51:40.692 8 INFO neutron.services.segments.plugin [-] Segment 3837794c-2887-465f-983b-21a62f745c94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3837794c-2887-465f-983b-21a62f745c94 found for delete ", "request_id": "req-d6299055-a640-453f-88e2-2fc6bafd5d0e"}]} [pid: 8|app: 0|req: 1050/1994] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:40 2026] GET /v2.0/security-groups?tenant_id=08255187e65b4af289844db054f5f801&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1995] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:51:40 2026] GET /v2.0/networks?id=0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 704 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:51:40.787 7 INFO neutron.services.segments.plugin [-] Segment fa804ca3-4b78-4b82-8000-673a172f51e7 resource provider aggregate not found 2026-05-07 16:51:40.791 7 INFO neutron.services.segments.plugin [-] Segment fa804ca3-4b78-4b82-8000-673a172f51e7 resource provider aggregate not found 2026-05-07 16:51:40.803 7 INFO neutron.services.segments.plugin [-] Segment fa804ca3-4b78-4b82-8000-673a172f51e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa804ca3-4b78-4b82-8000-673a172f51e7 found for delete ", "request_id": "req-daf26c2a-def4-47b2-a50a-298d245df873"}]} 2026-05-07 16:51:40.808 7 INFO neutron.services.segments.plugin [-] Segment fa804ca3-4b78-4b82-8000-673a172f51e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa804ca3-4b78-4b82-8000-673a172f51e7 found for delete ", "request_id": "req-a1f790b1-8e49-4e55-aa01-06bb99405ad7"}]} [pid: 8|app: 0|req: 1052/1996] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:40 2026] DELETE /v2.0/security-groups/6522b2c3-99f3-4377-86ac-db43b6a8c19d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1997] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:51:40 2026] GET /v2.0/quotas/896536f6fba443159f092359a00700a1 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:51:40.877 7 INFO neutron_taas.services.taas.taas_plugin [None req-aea2a525-0608-44bc-9adb-47cba6bb8257 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 95008d5c-c112-4ceb-ada4-bbad6f4db943 2026-05-07 16:51:40.880 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aea2a525-0608-44bc-9adb-47cba6bb8257 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 95008d5c-c112-4ceb-ada4-bbad6f4db943 [pid: 8|app: 0|req: 1054/1998] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:51:40 2026] GET /v2.0/ports?tenant_id=896536f6fba443159f092359a00700a1&fields=id => generated 333 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1999] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/ports?tenant_id=896536f6fba443159f092359a00700a1&device_id=6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964 => generated 1469 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2000] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/security-groups?tenant_id=815b62a450ee4c988c0f21bbe41e7e24&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2001] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:41.126 7 INFO neutron_taas.services.taas.taas_plugin [None req-aea2a525-0608-44bc-9adb-47cba6bb8257 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: ed358d63-f44d-49c9-ad6e-f6cfbb16d513 2026-05-07 16:51:41.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aea2a525-0608-44bc-9adb-47cba6bb8257 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: ed358d63-f44d-49c9-ad6e-f6cfbb16d513 [pid: 8|app: 0|req: 1058/2002] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/networks?id=105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2003] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:41 2026] DELETE /v2.0/security-groups/c7b45108-c9d1-4c26-a599-9d3e58604d87 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2004] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2005] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.203&port_id=7e06510d-836b-4af9-adf7-ba20b4afac52 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2006] 199.204.45.244 () {34 vars in 1104 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A17c&port_id=7e06510d-836b-4af9-adf7-ba20b4afac52 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2007] 199.204.45.244 () {34 vars in 1064 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/subnets?id=a1d447e0-566a-4e26-a6e1-811ef6a99221&id=fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2008] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2009] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/ports?device_id=fd6386b6-506e-44f2-b128-b63c7987cbe5 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:41.560 7 INFO neutron.db.l3_hamode_db [None req-aea2a525-0608-44bc-9adb-47cba6bb8257 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] HA network 376d1cdc-6943-47f0-b856-1a7268822e5b was deleted as no HA routers are present in tenant 17261976f36a4d41881588e558aa06f9. [pid: 7|app: 0|req: 945/2010] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:40 2026] DELETE /v2.0/routers/ae947e20-cb7f-464a-890d-369dac8b70ed => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2011] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2012] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/security-groups?tenant_id=a4687205252144f79a93164dfd3f425c&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2013] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2014] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:41 2026] DELETE /v2.0/subnets/ff494363-210e-4712-b23e-c6f9a64cb88b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2015] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:41 2026] DELETE /v2.0/security-groups/601fb6ca-c9a8-42a6-9c73-cad476316da7 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2016] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:51:41 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:41.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a742cdd-b1b5-4a36-a4a7-bd5cee16ca60 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: af9fb1bb-e987-4947-9b32-07d6a81a2926 2026-05-07 16:51:41.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a742cdd-b1b5-4a36-a4a7-bd5cee16ca60 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: af9fb1bb-e987-4947-9b32-07d6a81a2926 [pid: 8|app: 0|req: 1069/2017] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:51:41 2026] DELETE /v2.0/networks/50b91bb3-8669-45f7-ba2e-3f2c37418506 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2018] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:42 2026] GET /v2.0/security-groups?tenant_id=17261976f36a4d41881588e558aa06f9&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2019] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:42 2026] DELETE /v2.0/security-groups/84cbb93f-11d2-4641-b1da-ed0dcd6ef535 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:51:42.708 8 INFO neutron.services.segments.plugin [-] Segment ef64373e-f92d-436b-8505-f852829c6afa resource provider aggregate not found 2026-05-07 16:51:42.712 8 INFO neutron.services.segments.plugin [-] Segment ef64373e-f92d-436b-8505-f852829c6afa resource provider aggregate not found 2026-05-07 16:51:42.728 8 INFO neutron.services.segments.plugin [-] Segment ef64373e-f92d-436b-8505-f852829c6afa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef64373e-f92d-436b-8505-f852829c6afa found for delete ", "request_id": "req-cf4d10ab-622d-4625-a687-2287bc214371"}]} 2026-05-07 16:51:42.729 8 INFO neutron.services.segments.plugin [-] Segment ef64373e-f92d-436b-8505-f852829c6afa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef64373e-f92d-436b-8505-f852829c6afa found for delete ", "request_id": "req-64272ddc-0057-4e4a-a7f5-d0aedc4adbfd"}]} 2026-05-07 16:51:42.825 7 INFO neutron.services.segments.plugin [-] Segment d91be647-2ab9-4a7d-955d-0eedcef9ee84 resource provider aggregate not found 2026-05-07 16:51:42.831 7 INFO neutron.services.segments.plugin [-] Segment d91be647-2ab9-4a7d-955d-0eedcef9ee84 resource provider aggregate not found 2026-05-07 16:51:42.847 7 INFO neutron.services.segments.plugin [-] Segment d91be647-2ab9-4a7d-955d-0eedcef9ee84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d91be647-2ab9-4a7d-955d-0eedcef9ee84 found for delete ", "request_id": "req-13286d06-90d6-4cec-ac73-e516dc494f21"}]} 2026-05-07 16:51:42.848 7 INFO neutron.services.segments.plugin [-] Segment d91be647-2ab9-4a7d-955d-0eedcef9ee84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d91be647-2ab9-4a7d-955d-0eedcef9ee84 found for delete ", "request_id": "req-6ddb9c2c-ab76-4c17-abb4-06a6b9dc54ec"}]} [pid: 7|app: 0|req: 950/2020] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:45 2026] GET /v2.0/security-groups?tenant_id=9589fbb6cb244841b099ebd029d622b3&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2021] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:45 2026] DELETE /v2.0/security-groups/a07d08b2-eb29-456d-bf5c-83270cdbbbfc => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2022] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:51:45 2026] GET /v2.0/networks?id=0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 704 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2023] 199.204.45.244 () {34 vars in 1050 bytes} [Thu May 7 16:51:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=896536f6fba443159f092359a00700a1 => generated 178 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2024] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:51:45 2026] POST /v2.0/ports => generated 1183 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:51:46.380 8 INFO neutron.db.segments_db [None req-1b2e6c19-554a-40ad-bdc4-73b68f06652a b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Added segment f656e1ac-6eb4-412e-87fb-4c9300a25dbb of type vxlan for network 838f2bb5-6535-43d9-910f-b5c39967c773 2026-05-07 16:51:46.617 8 INFO neutron.db.l3_hamode_db [None req-1b2e6c19-554a-40ad-bdc4-73b68f06652a b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 953/2025] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:51:46 2026] PUT /v2.0/ports/03276ef0-1382-4bb8-b43f-21c478080888 => generated 1464 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 954/2026] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:46 2026] GET /v2.0/ports?device_id=fd6386b6-506e-44f2-b128-b63c7987cbe5 => generated 1198 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:51:46.680 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc1fc1f9-98f3-4f67-b967-0d1ab1d8e284'] response: {'name': 'network-changed', 'server_uuid': 'fd6386b6-506e-44f2-b128-b63c7987cbe5', 'tag': '03276ef0-1382-4bb8-b43f-21c478080888', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 955/2027] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:46 2026] GET /v2.0/security-groups?id=85abd14b-5427-4885-9369-2f727dddd1d7&fields=id&fields=name => generated 111 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2028] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:51:47 2026] GET /v2.0/ports?tenant_id=896536f6fba443159f092359a00700a1&device_id=fd6386b6-506e-44f2-b128-b63c7987cbe5 => generated 1467 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2029] 199.204.45.244 () {34 vars in 1018 bytes} [Thu May 7 16:51:47 2026] GET /v2.0/networks?tenant_id=896536f6fba443159f092359a00700a1&shared=False => generated 2376 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2030] 199.204.45.244 () {34 vars in 930 bytes} [Thu May 7 16:51:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:51:47.370 8 INFO neutron.db.l3_hamode_db [None req-1b2e6c19-554a-40ad-bdc4-73b68f06652a b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1073/2031] 10.0.0.78 () {34 vars in 667 bytes} [Thu May 7 16:51:46 2026] POST /v2.0/routers => generated 474 bytes in 1758 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:47.995 7 INFO neutron.db.l3_hamode_db [None req-04d4ad59-ae40-4512-819a-87cd71da2ab8 b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:51:48.097 7 INFO neutron.db.l3_hamode_db [None req-04d4ad59-ae40-4512-819a-87cd71da2ab8 b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1074/2032] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:51:48 2026] GET /v2.0/ports?tenant_id=896536f6fba443159f092359a00700a1&device_id=fd6386b6-506e-44f2-b128-b63c7987cbe5 => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2033] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:51:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.56&port_id=03276ef0-1382-4bb8-b43f-21c478080888 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2034] 199.204.45.244 () {34 vars in 1106 bytes} [Thu May 7 16:51:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1d7&port_id=03276ef0-1382-4bb8-b43f-21c478080888 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2035] 199.204.45.244 () {34 vars in 1064 bytes} [Thu May 7 16:51:48 2026] GET /v2.0/subnets?id=11874dc4-da26-4f65-949a-e95a6df34a41&id=a3cf5604-842c-4ab1-9302-8afd81b1d32a => generated 1415 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2036] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:51:48 2026] GET /v2.0/ports?network_id=0d8c92c2-42af-4427-b2da-3be064c6c673&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2037] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:51:48 2026] GET /v2.0/ports?network_id=0d8c92c2-42af-4427-b2da-3be064c6c673&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2038] 10.0.0.78 () {34 vars in 667 bytes} [Thu May 7 16:51:47 2026] POST /v2.0/routers => generated 474 bytes in 727 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2039] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:51:48 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:48.728 7 INFO neutron.db.l3_hamode_db [None req-a1a421e3-79d7-41f2-8476-7cf35e147738 b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1081/2040] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:51:48 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:48.837 7 INFO neutron.db.l3_hamode_db [None req-a1a421e3-79d7-41f2-8476-7cf35e147738 b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1082/2041] 10.0.0.253 () {34 vars in 990 bytes} [Thu May 7 16:51:49 2026] GET /v2.0/ports?device_id=6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2042] 10.0.0.253 () {34 vars in 1040 bytes} [Thu May 7 16:51:49 2026] GET /v2.0/security-groups?id=85abd14b-5427-4885-9369-2f727dddd1d7&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2043] 10.0.0.78 () {34 vars in 667 bytes} [Thu May 7 16:51:48 2026] POST /v2.0/routers => generated 474 bytes in 759 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:49.512 8 INFO neutron.db.l3_hamode_db [None req-2f9d811b-c3fa-47f9-ba49-1d50cf9447e8 b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:51:49.636 8 INFO neutron.db.l3_hamode_db [None req-2f9d811b-c3fa-47f9-ba49-1d50cf9447e8 b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1084/2044] 10.0.0.78 () {34 vars in 667 bytes} [Thu May 7 16:51:49 2026] POST /v2.0/routers => generated 474 bytes in 777 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:51:50.276 7 INFO neutron.db.l3_hamode_db [None req-252e1289-4d15-4f4b-bc34-a441e49c2f12 b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:51:50.389 7 INFO neutron.db.l3_hamode_db [None req-252e1289-4d15-4f4b-bc34-a441e49c2f12 b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 961/2045] 10.0.0.78 () {34 vars in 667 bytes} [Thu May 7 16:51:50 2026] POST /v2.0/routers => generated 474 bytes in 714 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2046] 10.0.0.78 () {34 vars in 750 bytes} [Thu May 7 16:51:50 2026] PUT /v2.0/routers/7a489cb3-fea0-42c7-9895-42bbc5a54bf0/tags => generated 17 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2047] 10.0.0.78 () {34 vars in 750 bytes} [Thu May 7 16:51:51 2026] PUT /v2.0/routers/060a449f-5873-4044-8d10-bf70ec632dab/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2048] 10.0.0.78 () {34 vars in 750 bytes} [Thu May 7 16:51:51 2026] PUT /v2.0/routers/ae4694da-f313-4a88-bbcc-cf30c4a1b0fd/tags => generated 34 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2049] 10.0.0.78 () {34 vars in 750 bytes} [Thu May 7 16:51:51 2026] PUT /v2.0/routers/3f70751e-84fa-470f-83a1-71bbad5c501f/tags => generated 19 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2050] 10.0.0.78 () {32 vars in 663 bytes} [Thu May 7 16:51:51 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2051] 10.0.0.78 () {32 vars in 677 bytes} [Thu May 7 16:51:51 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2052] 10.0.0.78 () {32 vars in 673 bytes} [Thu May 7 16:51:51 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2053] 10.0.0.78 () {32 vars in 685 bytes} [Thu May 7 16:51:51 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2054] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:51 2026] GET /v2.0/security-groups?tenant_id=77c80f0df9374213b89a33f0f8e386dd&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2055] 10.0.0.78 () {32 vars in 671 bytes} [Thu May 7 16:51:51 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2056] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:51 2026] GET /v2.0/ports?device_id=fd6386b6-506e-44f2-b128-b63c7987cbe5 => generated 1200 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2057] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:51 2026] DELETE /v2.0/security-groups/6dfba482-0359-42e7-b37e-58338a358795 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2058] 10.0.0.78 () {32 vars in 685 bytes} [Thu May 7 16:51:51 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2059] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:51 2026] GET /v2.0/security-groups?id=85abd14b-5427-4885-9369-2f727dddd1d7&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2060] 10.0.0.78 () {32 vars in 681 bytes} [Thu May 7 16:51:51 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2061] 10.0.0.78 () {32 vars in 693 bytes} [Thu May 7 16:51:52 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2062] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:51 2026] GET /v2.0/security-groups?tenant_id=21d653ed5b7140df84d34802bb653a9a&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2063] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:51:52 2026] GET /v2.0/routers/7a489cb3-fea0-42c7-9895-42bbc5a54bf0 => generated 485 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2064] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:52 2026] DELETE /v2.0/security-groups/89b4d1fe-1c4d-4318-a153-78e871c8efdf => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2065] 10.0.0.78 () {34 vars in 741 bytes} [Thu May 7 16:51:52 2026] PUT /v2.0/routers/7a489cb3-fea0-42c7-9895-42bbc5a54bf0 => generated 485 bytes in 567 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2066] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:51:52 2026] GET /v2.0/ports?device_id=7a489cb3-fea0-42c7-9895-42bbc5a54bf0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:52.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-77de6a7f-332d-4637-8e01-8843fa5e176a b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] TaaS: Handle Delete Port: 5c8686f7-39d4-450a-ba38-94157a438aaa 2026-05-07 16:51:52.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77de6a7f-332d-4637-8e01-8843fa5e176a b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Tap Mirror: Handle Delete Port: 5c8686f7-39d4-450a-ba38-94157a438aaa [pid: 7|app: 0|req: 971/2067] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:52 2026] DELETE /v2.0/routers/7a489cb3-fea0-42c7-9895-42bbc5a54bf0 => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2068] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:51:53 2026] GET /v2.0/routers/060a449f-5873-4044-8d10-bf70ec632dab => generated 493 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2071] 10.0.0.78 () {34 vars in 741 bytes} [Thu May 7 16:51:53 2026] PUT /v2.0/routers/060a449f-5873-4044-8d10-bf70ec632dab => generated 493 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2072] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:51:54 2026] GET /v2.0/ports?device_id=060a449f-5873-4044-8d10-bf70ec632dab => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:54.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b4a07be-0c93-4c47-a92f-83834f0934d1 b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] TaaS: Handle Delete Port: 5f917415-b797-487f-9131-f4779a4df0e1 2026-05-07 16:51:54.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b4a07be-0c93-4c47-a92f-83834f0934d1 b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Tap Mirror: Handle Delete Port: 5f917415-b797-487f-9131-f4779a4df0e1 [pid: 7|app: 0|req: 973/2073] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:54 2026] DELETE /v2.0/routers/060a449f-5873-4044-8d10-bf70ec632dab => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2074] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:51:54 2026] GET /v2.0/routers/ae4694da-f313-4a88-bbcc-cf30c4a1b0fd => generated 502 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2075] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:54 2026] GET /v2.0/security-groups?tenant_id=c50a13198a48474589757ab2e125d3c7&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2076] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:55 2026] DELETE /v2.0/security-groups/7849b4e5-d3b7-4bc2-821e-d15abf14aeed => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2077] 10.0.0.78 () {34 vars in 741 bytes} [Thu May 7 16:51:54 2026] PUT /v2.0/routers/ae4694da-f313-4a88-bbcc-cf30c4a1b0fd => generated 502 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2078] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:51:55 2026] GET /v2.0/ports?device_id=ae4694da-f313-4a88-bbcc-cf30c4a1b0fd => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:55.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc433bf6-7793-4d4d-bc46-b368b75c4497 b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] TaaS: Handle Delete Port: 98cd9d4e-c6c2-4e34-ba9d-0f308e6006eb 2026-05-07 16:51:55.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc433bf6-7793-4d4d-bc46-b368b75c4497 b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Tap Mirror: Handle Delete Port: 98cd9d4e-c6c2-4e34-ba9d-0f308e6006eb [pid: 7|app: 0|req: 976/2079] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:55 2026] DELETE /v2.0/routers/ae4694da-f313-4a88-bbcc-cf30c4a1b0fd => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2080] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:51:55 2026] GET /v2.0/routers/3f70751e-84fa-470f-83a1-71bbad5c501f => generated 487 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2081] 10.0.0.78 () {34 vars in 741 bytes} [Thu May 7 16:51:55 2026] PUT /v2.0/routers/3f70751e-84fa-470f-83a1-71bbad5c501f => generated 487 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2082] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:51:56 2026] GET /v2.0/ports?device_id=3f70751e-84fa-470f-83a1-71bbad5c501f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:51:56.670 7 INFO neutron_taas.services.taas.taas_plugin [None req-58ecf9bf-7801-4b35-a62d-47e6aa0feb3a b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] TaaS: Handle Delete Port: ce58217f-bcf4-4f5b-9aec-e24d64736cf1 2026-05-07 16:51:56.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58ecf9bf-7801-4b35-a62d-47e6aa0feb3a b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Tap Mirror: Handle Delete Port: ce58217f-bcf4-4f5b-9aec-e24d64736cf1 [pid: 7|app: 0|req: 978/2083] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:56 2026] DELETE /v2.0/routers/3f70751e-84fa-470f-83a1-71bbad5c501f => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2084] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:51:56 2026] GET /v2.0/routers/c3f6d858-1cbb-4cc5-a1be-dc7598c54c45 => generated 480 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2085] 10.0.0.78 () {34 vars in 683 bytes} [Thu May 7 16:51:56 2026] POST /v2.0/security-groups => generated 1625 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2086] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:51:57 2026] GET /v2.0/ports?device_id=fd6386b6-506e-44f2-b128-b63c7987cbe5 => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2087] 10.0.0.78 () {34 vars in 741 bytes} [Thu May 7 16:51:56 2026] PUT /v2.0/routers/c3f6d858-1cbb-4cc5-a1be-dc7598c54c45 => generated 480 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2088] 10.0.0.78 () {32 vars in 662 bytes} [Thu May 7 16:51:57 2026] GET /v2.0/security-groups => generated 4530 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2089] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:51:57 2026] GET /v2.0/security-groups?id=85abd14b-5427-4885-9369-2f727dddd1d7&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2090] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:51:57 2026] GET /v2.0/ports?device_id=c3f6d858-1cbb-4cc5-a1be-dc7598c54c45 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2091] 10.0.0.78 () {34 vars in 757 bytes} [Thu May 7 16:51:57 2026] PUT /v2.0/security-groups/fe9386ba-12e0-426e-8346-52143b420b9e => generated 1662 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:51:57.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-23c850f2-2c87-4d5b-a3be-ce6b473dda1f b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] TaaS: Handle Delete Port: 3c85fa71-bac0-45bf-b8f3-5a7e12203a61 2026-05-07 16:51:57.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23c850f2-2c87-4d5b-a3be-ce6b473dda1f b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] Tap Mirror: Handle Delete Port: 3c85fa71-bac0-45bf-b8f3-5a7e12203a61 [pid: 7|app: 0|req: 982/2092] 10.0.0.78 () {32 vars in 817 bytes} [Thu May 7 16:51:57 2026] GET /v2.0/ports?network_id=0d8c92c2-42af-4427-b2da-3be064c6c673&mac_address=fa%3A16%3A3e%3A2e%3A7d%3A33 => generated 1200 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2093] 10.0.0.78 () {32 vars in 736 bytes} [Thu May 7 16:51:57 2026] GET /v2.0/security-groups/fe9386ba-12e0-426e-8346-52143b420b9e => generated 1662 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:51:57.949 8 INFO neutron.services.segments.plugin [-] Segment f656e1ac-6eb4-412e-87fb-4c9300a25dbb resource provider aggregate not found 2026-05-07 16:51:57.953 8 INFO neutron.services.segments.plugin [-] Segment f656e1ac-6eb4-412e-87fb-4c9300a25dbb resource provider aggregate not found 2026-05-07 16:51:57.969 8 INFO neutron.db.l3_hamode_db [None req-23c850f2-2c87-4d5b-a3be-ce6b473dda1f b55225849dd8448babaab2823ab8ca83 b603150fb39f4461830c0bae13ca0265 - - default default] HA network 838f2bb5-6535-43d9-910f-b5c39967c773 was deleted as no HA routers are present in tenant b603150fb39f4461830c0bae13ca0265. 2026-05-07 16:51:57.975 8 INFO neutron.services.segments.plugin [-] Segment f656e1ac-6eb4-412e-87fb-4c9300a25dbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f656e1ac-6eb4-412e-87fb-4c9300a25dbb found for delete ", "request_id": "req-889a9635-cb50-4156-9a4f-aa01fb1b90c6"}]} 2026-05-07 16:51:57.977 8 INFO neutron.services.segments.plugin [-] Segment f656e1ac-6eb4-412e-87fb-4c9300a25dbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f656e1ac-6eb4-412e-87fb-4c9300a25dbb found for delete ", "request_id": "req-c0a2a442-4949-4c08-a992-ed2ce9aa09ef"}]} [pid: 8|app: 0|req: 1111/2094] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:51:57 2026] DELETE /v2.0/routers/c3f6d858-1cbb-4cc5-a1be-dc7598c54c45 => generated 0 bytes in 547 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2095] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:57 2026] DELETE /v2.0/security-groups/fe9386ba-12e0-426e-8346-52143b420b9e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2096] 10.0.0.78 () {32 vars in 662 bytes} [Thu May 7 16:51:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:51:58.118 8 INFO neutron.api.v2.resource [None req-58150746-f1f2-4cf1-9813-cfbe70c2c3a1 30e2b89591574381b6b3269dade2244d fcd5cfe7aed54a48b4867b79a278135d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1114/2097] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:58 2026] DELETE /v2.0/security-groups/fe9386ba-12e0-426e-8346-52143b420b9e => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2098] 10.0.0.78 () {34 vars in 683 bytes} [Thu May 7 16:51:58 2026] POST /v2.0/security-groups => generated 1624 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2099] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2100] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:51:58 2026] GET /v2.0/security-group-rules/93cbe5d9-5fb3-416f-80dc-e2611b7517e1 => generated 601 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2101] 10.0.0.78 () {32 vars in 672 bytes} [Thu May 7 16:51:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:51:58.536 7 INFO neutron.db.l3_db [None req-45462dfc-89a6-4680-8506-85859728df02 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Floating IP 9826118c-fcdf-4518-9725-025c233fe259 associated. External IP: 10.96.250.216, port: 03276ef0-1382-4bb8-b43f-21c478080888. [pid: 8|app: 0|req: 1119/2102] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:51:58 2026] DELETE /v2.0/security-group-rules/93cbe5d9-5fb3-416f-80dc-e2611b7517e1 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2103] 10.0.0.78 () {32 vars in 672 bytes} [Thu May 7 16:51:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2104] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2105] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:51:58 2026] GET /v2.0/security-group-rules/982c893f-07ec-453c-9146-31b420b68b27 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2106] 10.0.0.78 () {32 vars in 672 bytes} [Thu May 7 16:51:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2107] 10.0.0.78 () {34 vars in 676 bytes} [Thu May 7 16:51:57 2026] POST /v2.0/floatingips => generated 854 bytes in 1207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2108] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:51:58 2026] DELETE /v2.0/security-group-rules/982c893f-07ec-453c-9146-31b420b68b27 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:51:58.877 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-badf3efc-ba45-431b-b5e4-7710896a1f07'] response: {'name': 'network-changed', 'server_uuid': 'fd6386b6-506e-44f2-b128-b63c7987cbe5', 'tag': '03276ef0-1382-4bb8-b43f-21c478080888', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 985/2109] 10.0.0.78 () {32 vars in 672 bytes} [Thu May 7 16:51:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2110] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:51:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2111] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/security-group-rules/527de73b-be2f-49e8-a413-4667c1271570 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2112] 10.0.0.78 () {32 vars in 672 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2113] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:51:59 2026] DELETE /v2.0/security-group-rules/527de73b-be2f-49e8-a413-4667c1271570 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2114] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:58 2026] GET /v2.0/security-groups?tenant_id=b603150fb39f4461830c0bae13ca0265&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2115] 10.0.0.78 () {32 vars in 672 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2116] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:59 2026] DELETE /v2.0/security-groups/3eef096c-d345-478f-8d70-021a2c08124c => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2117] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:59 2026] DELETE /v2.0/security-groups/45b81435-45ee-4874-8913-1b651195f4a9 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2118] 10.0.0.78 () {32 vars in 662 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2119] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/ports?tenant_id=896536f6fba443159f092359a00700a1&device_id=fd6386b6-506e-44f2-b128-b63c7987cbe5 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2120] 10.0.0.78 () {32 vars in 662 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2121] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/networks?id=0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2122] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.56&port_id=03276ef0-1382-4bb8-b43f-21c478080888 => generated 857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2123] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/security-groups?tenant_id=97335cc7a8ce4887973b424297dfac81&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2124] 199.204.45.244 () {34 vars in 1106 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1d7&port_id=03276ef0-1382-4bb8-b43f-21c478080888 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2125] 199.204.45.244 () {34 vars in 1064 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/subnets?id=11874dc4-da26-4f65-949a-e95a6df34a41&id=a3cf5604-842c-4ab1-9302-8afd81b1d32a => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2126] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/ports?network_id=0d8c92c2-42af-4427-b2da-3be064c6c673&device_owner=network%3Adhcp => generated 1461 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2127] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:51:59 2026] DELETE /v2.0/security-groups/071bcad0-90eb-4d32-b49d-1a9f0ff3a0bd => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2128] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/ports?network_id=0d8c92c2-42af-4427-b2da-3be064c6c673&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2129] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2130] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2131] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/security-groups?tenant_id=6539762e03c34f0587c2aaf1748fc1af&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2132] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:00 2026] DELETE /v2.0/security-groups/71bed902-0611-4873-8c4b-1d53ee341441 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2133] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:51:59 2026] GET /v2.0/security-groups?tenant_id=fcd5cfe7aed54a48b4867b79a278135d&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2134] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:00 2026] DELETE /v2.0/security-groups/754cb196-03a9-4f96-a10d-a435eef29ddb => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2135] 10.0.0.78 () {32 vars in 622 bytes} [Thu May 7 16:52:02 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2136] 10.0.0.78 () {32 vars in 632 bytes} [Thu May 7 16:52:02 2026] GET /v2.0/ => generated 632 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2137] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:02 2026] GET /v2.0/security-groups?tenant_id=6cfde9b51442449fb38a784e759eefff&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2138] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:02 2026] DELETE /v2.0/security-groups/5d0335c7-c6e1-468c-b688-8e1abab4a19b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2139] 10.0.0.78 () {34 vars in 683 bytes} [Thu May 7 16:52:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2140] 10.0.0.78 () {34 vars in 683 bytes} [Thu May 7 16:52:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2141] 10.0.0.78 () {34 vars in 683 bytes} [Thu May 7 16:52:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2142] 10.0.0.253 () {34 vars in 990 bytes} [Thu May 7 16:52:04 2026] GET /v2.0/ports?device_id=fd6386b6-506e-44f2-b128-b63c7987cbe5 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2143] 10.0.0.253 () {34 vars in 1040 bytes} [Thu May 7 16:52:04 2026] GET /v2.0/security-groups?id=85abd14b-5427-4885-9369-2f727dddd1d7&fields=id&fields=name => generated 111 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2144] 10.0.0.78 () {34 vars in 683 bytes} [Thu May 7 16:52:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2145] 10.0.0.78 () {34 vars in 683 bytes} [Thu May 7 16:52:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2146] 10.0.0.78 () {34 vars in 766 bytes} [Thu May 7 16:52:04 2026] PUT /v2.0/security-groups/68087f29-deb5-4e53-85f3-22c6ca980528/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2147] 10.0.0.78 () {34 vars in 766 bytes} [Thu May 7 16:52:05 2026] PUT /v2.0/security-groups/78392ef9-6c25-4fa7-b715-a8b030510ee9/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2148] 10.0.0.78 () {34 vars in 766 bytes} [Thu May 7 16:52:05 2026] PUT /v2.0/security-groups/2116c555-bbf0-46c9-8b36-1270265867f5/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2149] 10.0.0.78 () {34 vars in 766 bytes} [Thu May 7 16:52:05 2026] PUT /v2.0/security-groups/8c6dc88d-14aa-4968-9a47-3ea4afc9b953/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2150] 10.0.0.78 () {32 vars in 679 bytes} [Thu May 7 16:52:05 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2151] 10.0.0.78 () {32 vars in 693 bytes} [Thu May 7 16:52:05 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2152] 10.0.0.78 () {32 vars in 689 bytes} [Thu May 7 16:52:05 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2153] 10.0.0.78 () {32 vars in 701 bytes} [Thu May 7 16:52:05 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2154] 10.0.0.78 () {32 vars in 687 bytes} [Thu May 7 16:52:05 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2155] 10.0.0.78 () {32 vars in 701 bytes} [Thu May 7 16:52:05 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2156] 10.0.0.78 () {32 vars in 697 bytes} [Thu May 7 16:52:05 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2157] 10.0.0.78 () {32 vars in 709 bytes} [Thu May 7 16:52:05 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2158] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:05 2026] DELETE /v2.0/security-groups/68087f29-deb5-4e53-85f3-22c6ca980528 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2159] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:05 2026] DELETE /v2.0/security-groups/78392ef9-6c25-4fa7-b715-a8b030510ee9 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2160] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:05 2026] DELETE /v2.0/security-groups/2116c555-bbf0-46c9-8b36-1270265867f5 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2161] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:05 2026] DELETE /v2.0/security-groups/8c6dc88d-14aa-4968-9a47-3ea4afc9b953 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2162] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:05 2026] DELETE /v2.0/security-groups/f2079d34-b927-4e5b-a0d1-213d45966123 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2163] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:06 2026] GET /v2.0/security-groups?tenant_id=325a0d20b2444b1ea3d5d1f7ca4b3170&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2164] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:07 2026] DELETE /v2.0/security-groups/b951ff1d-ff50-41dc-9632-befb58627285 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2165] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:07 2026] GET /v2.0/security-groups?tenant_id=62a1f2689e17441d9aa66d2fb1203ab1&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2166] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:07 2026] DELETE /v2.0/security-groups/c6e9d109-a907-4775-982a-da80a5fd9f9c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2167] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:07 2026] GET /v2.0/security-groups?tenant_id=a4c83668c28e4e57ac4f826455d803d3&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2168] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:07 2026] DELETE /v2.0/security-groups/47d7f476-e5a3-4e70-b3d0-c19000c971f7 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2169] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:07 2026] GET /v2.0/security-groups?tenant_id=7aefc58fca704ee29f5d8555907d84ce&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2170] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:08 2026] DELETE /v2.0/security-groups/ee6edcbe-2df3-4c28-8229-78887f2a61d5 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2171] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:08 2026] GET /v2.0/security-groups?tenant_id=0a68467a87ca43fdb40af9d386f361f7&name=default => generated 2927 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2172] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:08 2026] DELETE /v2.0/security-groups/f2451a60-5317-42b0-a379-734c005f5408 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:52:10.608 8 INFO neutron.db.segments_db [None req-43c0108b-ec6d-422b-9731-bb169e0a346a bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 6b011fbf-3533-45cd-a1ea-6c549bd0208a of type vxlan for network 2e1a6ce9-a131-4bc7-b4c3-987de89391ee [pid: 8|app: 0|req: 1161/2175] 10.0.0.78 () {34 vars in 670 bytes} [Thu May 7 16:52:10 2026] POST /v2.0/networks => generated 722 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2176] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:52:10 2026] POST /v2.0/subnets => generated 688 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:52:10.928 8 INFO neutron.db.segments_db [None req-cff097b6-7103-47cc-85a5-9f70deacf576 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Added segment 979a7af9-4aab-4951-af8b-a6777773a314 of type vxlan for network 8b2141c7-0b7a-4859-a8d3-f29a6eb2e953 2026-05-07 16:52:11.173 8 INFO neutron.db.l3_hamode_db [None req-cff097b6-7103-47cc-85a5-9f70deacf576 bec85970fcb544dc90f9e1907c485153 bdb73b78d2c146c5915f641ea88b7f95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1016/2177] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:52:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2178] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:52:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:52:11.963 8 INFO neutron.db.l3_hamode_db [None req-cff097b6-7103-47cc-85a5-9f70deacf576 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1018/2179] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:52:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2180] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:52:12 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2181] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:52:12 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2182] 10.0.0.78 () {34 vars in 758 bytes} [Thu May 7 16:52:12 2026] PUT /v2.0/subnetpools/43289998-1961-40ab-a598-5daa68838b28/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2183] 10.0.0.78 () {34 vars in 758 bytes} [Thu May 7 16:52:12 2026] PUT /v2.0/subnetpools/35d77313-18fd-43bd-b811-d12fb41d1837/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2184] 10.0.0.78 () {34 vars in 758 bytes} [Thu May 7 16:52:12 2026] PUT /v2.0/subnetpools/9f7abfb7-3a1c-480e-a218-4a3f7c581f08/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2185] 10.0.0.78 () {34 vars in 758 bytes} [Thu May 7 16:52:12 2026] PUT /v2.0/subnetpools/c4d37457-38f6-41d4-87ba-f7093f0b7198/tags => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2186] 10.0.0.78 () {32 vars in 671 bytes} [Thu May 7 16:52:12 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2187] 10.0.0.78 () {32 vars in 685 bytes} [Thu May 7 16:52:12 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2188] 10.0.0.78 () {32 vars in 681 bytes} [Thu May 7 16:52:12 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2189] 10.0.0.78 () {32 vars in 693 bytes} [Thu May 7 16:52:12 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2190] 10.0.0.78 () {32 vars in 679 bytes} [Thu May 7 16:52:12 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2191] 10.0.0.78 () {32 vars in 693 bytes} [Thu May 7 16:52:12 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2192] 10.0.0.78 () {32 vars in 689 bytes} [Thu May 7 16:52:12 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2193] 10.0.0.78 () {32 vars in 701 bytes} [Thu May 7 16:52:12 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2194] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:52:12 2026] DELETE /v2.0/subnetpools/43289998-1961-40ab-a598-5daa68838b28 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2195] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:52:12 2026] DELETE /v2.0/subnetpools/35d77313-18fd-43bd-b811-d12fb41d1837 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2196] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:52:12 2026] DELETE /v2.0/subnetpools/9f7abfb7-3a1c-480e-a218-4a3f7c581f08 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2197] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:52:12 2026] DELETE /v2.0/subnetpools/c4d37457-38f6-41d4-87ba-f7093f0b7198 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2198] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:52:12 2026] DELETE /v2.0/subnetpools/5978971c-6ac6-4fad-85a3-8c8c3e2223b4 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2199] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:52:10 2026] POST /v2.0/routers => generated 728 bytes in 1905 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2200] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:13 2026] GET /v2.0/security-groups?tenant_id=407632e6b40140dda1ac8e963ec91af1&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2201] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:52:12 2026] PUT /v2.0/routers/8e009ce5-1208-403b-9041-13cfba8ff0bc/add_router_interface => generated 309 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2202] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:13 2026] DELETE /v2.0/security-groups/6149160f-0a7a-4a48-81af-1ce4521e8ad7 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2203] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:14 2026] GET /v2.0/security-groups?tenant_id=635adc4ea6684f54b17b0c207401f957&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2204] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:14 2026] DELETE /v2.0/security-groups/2f97e636-c122-4fa8-acd0-11fa1fefb83c => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2205] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:14 2026] GET /v2.0/security-groups?tenant_id=af1ca84e7f3546eeb9a338437e9004f3&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2206] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:14 2026] DELETE /v2.0/security-groups/3baf5f2e-bc44-4fa0-bac3-15293aa6be11 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2207] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:52:16 2026] GET /v2.0/networks?id=2e1a6ce9-a131-4bc7-b4c3-987de89391ee => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2208] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:52:16 2026] GET /v2.0/quotas/bdb73b78d2c146c5915f641ea88b7f95 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2209] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:52:16 2026] GET /v2.0/ports?tenant_id=bdb73b78d2c146c5915f641ea88b7f95&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2210] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:52:16 2026] GET /v2.0/networks/2e1a6ce9-a131-4bc7-b4c3-987de89391ee?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2211] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:52:16 2026] GET /v2.0/networks/2e1a6ce9-a131-4bc7-b4c3-987de89391ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2212] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:16 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2213] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:17 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2214] 10.0.0.78 () {34 vars in 683 bytes} [Thu May 7 16:52:17 2026] POST /v2.0/security-groups => generated 1603 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2215] 10.0.0.78 () {34 vars in 766 bytes} [Thu May 7 16:52:18 2026] PUT /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2216] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:52:18 2026] GET /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2217] 10.0.0.78 () {34 vars in 777 bytes} [Thu May 7 16:52:18 2026] PUT /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2218] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:52:18 2026] GET /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2219] 10.0.0.78 () {34 vars in 773 bytes} [Thu May 7 16:52:18 2026] PUT /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2220] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:52:18 2026] GET /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2221] 10.0.0.78 () {34 vars in 795 bytes} [Thu May 7 16:52:18 2026] PUT /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2222] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:52:18 2026] GET /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2223] 10.0.0.78 () {34 vars in 766 bytes} [Thu May 7 16:52:18 2026] PUT /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2224] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:18 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2225] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:52:18 2026] GET /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2226] 10.0.0.78 () {32 vars in 754 bytes} [Thu May 7 16:52:18 2026] GET /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:52:19.001 8 INFO neutron.api.v2.resource [None req-dfabf788-617a-4d81-a0a9-936c4c88cf26 26d06ee0b1db4fdca2d11227768a1a86 5dadb8e6dd864f04b36ff80dee865a4f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1176/2227] 10.0.0.78 () {32 vars in 758 bytes} [Thu May 7 16:52:18 2026] GET /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2228] 10.0.0.78 () {32 vars in 757 bytes} [Thu May 7 16:52:19 2026] DELETE /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2229] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:52:19 2026] GET /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:52:19.149 7 INFO neutron.api.v2.resource [None req-f1c9fa5c-b27a-440d-8bc4-c7e6d7604714 26d06ee0b1db4fdca2d11227768a1a86 5dadb8e6dd864f04b36ff80dee865a4f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1053/2230] 10.0.0.78 () {32 vars in 761 bytes} [Thu May 7 16:52:19 2026] DELETE /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2231] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:52:19 2026] DELETE /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2232] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:52:19 2026] GET /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2233] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:19 2026] DELETE /v2.0/security-groups/6336ec7d-d647-432e-8d91-ea5ab29b14a9 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2234] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:52:19 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2235] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:19 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2236] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:20 2026] GET /v2.0/security-groups?tenant_id=5dadb8e6dd864f04b36ff80dee865a4f&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2237] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:20 2026] DELETE /v2.0/security-groups/a6bf9160-5dc5-4ee5-8776-dff7bc0c4d18 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2238] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:20 2026] GET /v2.0/security-groups?tenant_id=a0272f6618a247f8993377a19f886ba0&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2239] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:20 2026] DELETE /v2.0/security-groups/deafdac7-acd4-4aab-a121-4d11a1737afe => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2240] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:21 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2241] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:52:21 2026] GET /v2.0/networks?id=2e1a6ce9-a131-4bc7-b4c3-987de89391ee => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2242] 10.0.0.223 () {30 vars in 690 bytes} [Thu May 7 16:52:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2243] 10.0.0.223 () {30 vars in 692 bytes} [Thu May 7 16:52:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2244] 10.0.0.223 () {30 vars in 668 bytes} [Thu May 7 16:52:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2245] 10.0.0.223 () {30 vars in 704 bytes} [Thu May 7 16:52:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2246] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:52:21 2026] POST /v2.0/ports => generated 954 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2247] 10.0.0.223 () {28 vars in 439 bytes} [Thu May 7 16:52:21 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1061/2248] 10.0.0.223 () {30 vars in 728 bytes} [Thu May 7 16:52:21 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 657 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2249] 10.0.0.223 () {30 vars in 690 bytes} [Thu May 7 16:52:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2250] 10.0.0.223 () {30 vars in 692 bytes} [Thu May 7 16:52:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2251] 10.0.0.223 () {30 vars in 668 bytes} [Thu May 7 16:52:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2252] 10.0.0.223 () {30 vars in 704 bytes} [Thu May 7 16:52:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2253] 10.0.0.223 () {30 vars in 728 bytes} [Thu May 7 16:52:21 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2254] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:52:21 2026] PUT /v2.0/ports/a94f5351-7783-4b43-876e-0992d747ba83 => generated 1235 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:52:22.002 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a755c7bb-ab9b-4291-a48e-f4826c05b953'] response: {'name': 'network-changed', 'server_uuid': '0fa60330-8b5b-4939-99b6-ed7942f1267f', 'tag': 'a94f5351-7783-4b43-876e-0992d747ba83', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1067/2255] 10.0.0.223 () {30 vars in 690 bytes} [Thu May 7 16:52:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1189/2256] 10.0.0.223 () {30 vars in 692 bytes} [Thu May 7 16:52:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2257] 10.0.0.223 () {30 vars in 668 bytes} [Thu May 7 16:52:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2258] 10.0.0.223 () {30 vars in 704 bytes} [Thu May 7 16:52:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2259] 10.0.0.223 () {30 vars in 730 bytes} [Thu May 7 16:52:22 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2260] 10.0.0.223 () {30 vars in 682 bytes} [Thu May 7 16:52:22 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2261] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:22 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2262] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:22 2026] GET /v2.0/security-groups?id=8a8852e2-e275-40eb-8aeb-a51cb834b3c1&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2263] 10.0.0.223 () {34 vars in 704 bytes} [Thu May 7 16:52:22 2026] POST /v2.0/ports => generated 1128 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2264] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:52:22 2026] GET /v2.0/ports?tenant_id=bdb73b78d2c146c5915f641ea88b7f95&device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1071/2265] 199.204.45.244 () {34 vars in 1018 bytes} [Thu May 7 16:52:22 2026] GET /v2.0/networks?tenant_id=bdb73b78d2c146c5915f641ea88b7f95&shared=False => generated 769 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2266] 199.204.45.244 () {34 vars in 930 bytes} [Thu May 7 16:52:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2267] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:23 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2268] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:23 2026] GET /v2.0/security-groups?id=8a8852e2-e275-40eb-8aeb-a51cb834b3c1&fields=id&fields=name => generated 88 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2269] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:52:23 2026] GET /v2.0/ports?tenant_id=bdb73b78d2c146c5915f641ea88b7f95&device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2270] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:52:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=a94f5351-7783-4b43-876e-0992d747ba83 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2271] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:52:23 2026] GET /v2.0/subnets?id=315c884a-6d16-465c-a72d-6067cec60df7 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2272] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:52:23 2026] GET /v2.0/ports?network_id=2e1a6ce9-a131-4bc7-b4c3-987de89391ee&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2273] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:52:23 2026] GET /v2.0/networks/2e1a6ce9-a131-4bc7-b4c3-987de89391ee?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2274] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:52:23 2026] GET /v2.0/networks/2e1a6ce9-a131-4bc7-b4c3-987de89391ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2275] 10.0.0.78 () {34 vars in 675 bytes} [Thu May 7 16:52:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2276] 10.0.0.78 () {34 vars in 758 bytes} [Thu May 7 16:52:24 2026] PUT /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2277] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:52:24 2026] GET /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2278] 10.0.0.78 () {34 vars in 769 bytes} [Thu May 7 16:52:24 2026] PUT /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2279] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:52:24 2026] GET /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2280] 10.0.0.78 () {34 vars in 765 bytes} [Thu May 7 16:52:24 2026] PUT /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2281] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:52:24 2026] GET /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2284] 10.0.0.78 () {34 vars in 787 bytes} [Thu May 7 16:52:24 2026] PUT /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2285] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:52:24 2026] GET /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2286] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:24 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2287] 10.0.0.78 () {34 vars in 758 bytes} [Thu May 7 16:52:24 2026] PUT /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2288] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:52:24 2026] GET /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2289] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:24 2026] GET /v2.0/security-groups?id=8a8852e2-e275-40eb-8aeb-a51cb834b3c1&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2290] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:52:24 2026] GET /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:52:24.684 8 INFO neutron.api.v2.resource [None req-933ad6cc-fa63-4008-907c-d3d9b5db2e6b 228882c36b5a4b97a9c6f16af0d85bf9 ec6c56da17d045d9abb0e9012fae2bb2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1206/2291] 10.0.0.78 () {32 vars in 750 bytes} [Thu May 7 16:52:24 2026] GET /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2292] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:52:24 2026] DELETE /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2293] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:52:24 2026] GET /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:52:24.830 7 INFO neutron.api.v2.resource [None req-931ddb9d-0eef-461d-a70d-41290d119051 228882c36b5a4b97a9c6f16af0d85bf9 ec6c56da17d045d9abb0e9012fae2bb2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1087/2294] 10.0.0.78 () {32 vars in 753 bytes} [Thu May 7 16:52:24 2026] DELETE /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2295] 10.0.0.78 () {32 vars in 741 bytes} [Thu May 7 16:52:24 2026] DELETE /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2296] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:52:24 2026] GET /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2297] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:52:24 2026] DELETE /v2.0/subnetpools/7c82a89f-edc3-48d8-b6c1-3721b7c24744 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2298] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2299] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2300] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2301] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2302] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2303] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2304] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/security-groups?tenant_id=ec6c56da17d045d9abb0e9012fae2bb2&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2305] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/security-groups?id=8a8852e2-e275-40eb-8aeb-a51cb834b3c1&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2306] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:25 2026] DELETE /v2.0/security-groups/d2bfce45-c1a6-42fd-a702-4c311ac8ec09 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2307] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2308] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2309] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2310] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:52:25.942 8 INFO neutron.api.v2.resource [None req-134c8290-1b9c-4f5b-80bf-10312b7215e0 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1218/2311] 199.204.45.244 () {30 vars in 763 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/security-groups/lb-d858a493-f388-42f4-8834-93b4b55fe2d4 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2312] 199.204.45.244 () {30 vars in 785 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/security-groups?name=lb-d858a493-f388-42f4-8834-93b4b55fe2d4 => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2313] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:25 2026] GET /v2.0/security-groups?tenant_id=bfd2e68dc8a245409cff7fb2eefac852&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2314] 199.204.45.244 () {34 vars in 736 bytes} [Thu May 7 16:52:25 2026] POST /v2.0/security-groups => generated 1638 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2315] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:26 2026] DELETE /v2.0/security-groups/bd647b9c-e859-44e7-b68b-ddbd87f8e24a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2316] 199.204.45.244 () {30 vars in 815 bytes} [Thu May 7 16:52:26 2026] GET /v2.0/security-group-rules?security_group_id=1fe23a59-b526-4df1-b525-a69d2e7a2f74 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2317] 199.204.45.244 () {34 vars in 789 bytes} [Thu May 7 16:52:26 2026] PUT /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2318] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:52:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1097/2319] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:52:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2320] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:52:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2321] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:52:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2322] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:52:26 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2323] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:26 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2324] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:26 2026] GET /v2.0/security-groups?id=8a8852e2-e275-40eb-8aeb-a51cb834b3c1&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2325] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:28 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2326] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:28 2026] GET /v2.0/security-groups?id=8a8852e2-e275-40eb-8aeb-a51cb834b3c1&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2327] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:29 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2328] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:29 2026] GET /v2.0/security-groups?id=8a8852e2-e275-40eb-8aeb-a51cb834b3c1&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:52:29.596 7 INFO neutron.db.segments_db [None req-d9234db1-1af0-4f4e-98a2-09acf072ece5 a098e1329faa4aea80d854fecc823d0c 495a72bc0b2a4214a22e4766e3d6addf - - default default] Added segment 77589268-cb46-4022-bcf5-e613b801618c of type vxlan for network 2222017a-6de7-453e-95ef-c412fc9c294f [pid: 7|app: 0|req: 1102/2329] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:52:29 2026] POST /v2.0/networks => generated 613 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:52:29.771 8 INFO neutron.db.segments_db [None req-a20fe685-d916-4973-9a6f-4f05effe30a2 a098e1329faa4aea80d854fecc823d0c 495a72bc0b2a4214a22e4766e3d6addf - - default default] Added segment c1f970a1-41f8-407d-ac39-cc198f4a61d5 of type vxlan for network 5b832ed9-f6d4-4fa4-a0a8-f3aea05434ef [pid: 8|app: 0|req: 1228/2330] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:52:29 2026] POST /v2.0/networks => generated 612 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2331] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:52:29 2026] PUT /v2.0/networks/2222017a-6de7-453e-95ef-c412fc9c294f/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2332] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:52:29 2026] GET /v2.0/networks/2222017a-6de7-453e-95ef-c412fc9c294f/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2333] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:52:29 2026] PUT /v2.0/networks/5b832ed9-f6d4-4fa4-a0a8-f3aea05434ef/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2334] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:52:30 2026] GET /v2.0/networks/5b832ed9-f6d4-4fa4-a0a8-f3aea05434ef/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2335] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:52:30 2026] PUT /v2.0/networks/5b832ed9-f6d4-4fa4-a0a8-f3aea05434ef/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2336] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:52:30 2026] GET /v2.0/networks/5b832ed9-f6d4-4fa4-a0a8-f3aea05434ef/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2337] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:52:30 2026] GET /v2.0/networks/2222017a-6de7-453e-95ef-c412fc9c294f/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:52:30.417 8 INFO neutron.services.segments.plugin [-] Segment 77589268-cb46-4022-bcf5-e613b801618c resource provider aggregate not found 2026-05-07 16:52:30.421 8 INFO neutron.services.segments.plugin [-] Segment 77589268-cb46-4022-bcf5-e613b801618c resource provider aggregate not found 2026-05-07 16:52:30.429 8 INFO neutron.services.segments.plugin [-] Segment 77589268-cb46-4022-bcf5-e613b801618c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77589268-cb46-4022-bcf5-e613b801618c found for delete ", "request_id": "req-62c7b6d4-d7a7-41d2-83f5-b0d269fa1f53"}]} 2026-05-07 16:52:30.444 8 INFO neutron.services.segments.plugin [-] Segment 77589268-cb46-4022-bcf5-e613b801618c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77589268-cb46-4022-bcf5-e613b801618c found for delete ", "request_id": "req-f1575f86-a027-46ea-b831-2dc4a41da9a2"}]} [pid: 8|app: 0|req: 1232/2338] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:52:30 2026] DELETE /v2.0/networks/2222017a-6de7-453e-95ef-c412fc9c294f => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:52:30.567 7 INFO neutron.services.segments.plugin [-] Segment c1f970a1-41f8-407d-ac39-cc198f4a61d5 resource provider aggregate not found 2026-05-07 16:52:30.580 7 INFO neutron.services.segments.plugin [-] Segment c1f970a1-41f8-407d-ac39-cc198f4a61d5 resource provider aggregate not found 2026-05-07 16:52:30.588 7 INFO neutron.services.segments.plugin [-] Segment c1f970a1-41f8-407d-ac39-cc198f4a61d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1f970a1-41f8-407d-ac39-cc198f4a61d5 found for delete ", "request_id": "req-1e54b19a-2371-4243-9bad-abe0a0c9b485"}]} 2026-05-07 16:52:30.597 7 INFO neutron.services.segments.plugin [-] Segment c1f970a1-41f8-407d-ac39-cc198f4a61d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1f970a1-41f8-407d-ac39-cc198f4a61d5 found for delete ", "request_id": "req-ae07288c-4938-476f-b182-36c6dd71e035"}]} [pid: 7|app: 0|req: 1107/2339] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:52:30 2026] DELETE /v2.0/networks/5b832ed9-f6d4-4fa4-a0a8-f3aea05434ef => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2340] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:30 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2341] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:30 2026] GET /v2.0/security-groups?id=8a8852e2-e275-40eb-8aeb-a51cb834b3c1&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2342] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:31 2026] GET /v2.0/security-groups?tenant_id=094612e8f4a9463babeb601f3f9745ce&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2343] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:31 2026] DELETE /v2.0/security-groups/9fae1ab1-ba27-47fa-86ab-5d11cb15a12b => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2344] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:31 2026] GET /v2.0/security-groups?tenant_id=495a72bc0b2a4214a22e4766e3d6addf&name=default => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2345] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:31 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2346] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:31 2026] DELETE /v2.0/security-groups/d9fbcd19-52fc-490c-ae6f-ba05dde72a21 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2347] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:31 2026] GET /v2.0/security-groups?id=8a8852e2-e275-40eb-8aeb-a51cb834b3c1&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2348] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:33 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2349] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:33 2026] GET /v2.0/security-groups?id=8a8852e2-e275-40eb-8aeb-a51cb834b3c1&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2350] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:52:33 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:52:33.317 8 INFO neutron_taas.services.taas.taas_plugin [req-bda8e090-30f3-45af-ad1b-4225b6a9bf38 req-579f6ec0-8895-4f9e-95c7-8cf25df51d0a 1ba0abef0f2849758faeeb419198f27e bdb73b78d2c146c5915f641ea88b7f95 - - default default] TaaS: Handle Delete Port: a94f5351-7783-4b43-876e-0992d747ba83 2026-05-07 16:52:33.321 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bda8e090-30f3-45af-ad1b-4225b6a9bf38 req-579f6ec0-8895-4f9e-95c7-8cf25df51d0a 1ba0abef0f2849758faeeb419198f27e bdb73b78d2c146c5915f641ea88b7f95 - - default default] Tap Mirror: Handle Delete Port: a94f5351-7783-4b43-876e-0992d747ba83 [pid: 8|app: 0|req: 1239/2351] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:52:33 2026] DELETE /v2.0/ports/a94f5351-7783-4b43-876e-0992d747ba83 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:52:33.520 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5eebd2d6-2d9f-483f-b1fc-abce115cdf3a'] response: {'server_uuid': '0fa60330-8b5b-4939-99b6-ed7942f1267f', 'name': 'network-vif-deleted', 'tag': 'a94f5351-7783-4b43-876e-0992d747ba83', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1113/2352] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:34 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2353] 10.0.0.4 () {34 vars in 1014 bytes} [Thu May 7 16:52:34 2026] GET /v2.0/security-groups?id=923f3030-bcc7-4f7d-9599-fea245bd9a9c&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2354] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:52:35 2026] GET /v2.0/networks?id=6ffd7560-773c-4fff-890b-657c2ca6d262 => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2355] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:52:35 2026] GET /v2.0/quotas/5ecd8475225e4f3294dd1edae653a78d => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2356] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:52:35 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&fields=id => generated 149 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2357] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:52:35 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2358] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:52:35 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2359] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:35 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2360] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:35 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2361] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:36 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2362] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:36 2026] GET /v2.0/ports?device_id=0fa60330-8b5b-4939-99b6-ed7942f1267f => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2363] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:38 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2364] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:38 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:52:39.063 8 INFO neutron_taas.services.taas.taas_plugin [None req-72cfe536-10d9-43bc-8f36-b62ead7beb3d bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 429cf2d4-bcfd-4a92-b984-90ca4415a157 2026-05-07 16:52:39.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72cfe536-10d9-43bc-8f36-b62ead7beb3d bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 429cf2d4-bcfd-4a92-b984-90ca4415a157 [pid: 8|app: 0|req: 1245/2367] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:52:38 2026] PUT /v2.0/routers/8e009ce5-1208-403b-9041-13cfba8ff0bc/remove_router_interface => generated 309 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:52:39.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-47165845-4490-46ec-a98c-e207cc363017 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 2010065d-2c4f-4b00-91f0-f3883eb3a4d3 2026-05-07 16:52:39.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47165845-4490-46ec-a98c-e207cc363017 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 2010065d-2c4f-4b00-91f0-f3883eb3a4d3 [pid: 8|app: 0|req: 1246/2368] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:52:39 2026] GET /v2.0/networks?id=6ffd7560-773c-4fff-890b-657c2ca6d262 => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2369] 199.204.45.244 () {34 vars in 1050 bytes} [Thu May 7 16:52:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5ecd8475225e4f3294dd1edae653a78d => generated 343 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:52:40.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-47165845-4490-46ec-a98c-e207cc363017 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 67da5b97-92ff-4142-b05a-281b1bd744d2 2026-05-07 16:52:40.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47165845-4490-46ec-a98c-e207cc363017 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 67da5b97-92ff-4142-b05a-281b1bd744d2 [pid: 8|app: 0|req: 1248/2370] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:52:39 2026] POST /v2.0/ports => generated 1082 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:52:40.429 7 INFO neutron.services.segments.plugin [-] Segment 979a7af9-4aab-4951-af8b-a6777773a314 resource provider aggregate not found 2026-05-07 16:52:40.432 7 INFO neutron.services.segments.plugin [-] Segment 979a7af9-4aab-4951-af8b-a6777773a314 resource provider aggregate not found 2026-05-07 16:52:40.449 7 INFO neutron.services.segments.plugin [-] Segment 979a7af9-4aab-4951-af8b-a6777773a314 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 979a7af9-4aab-4951-af8b-a6777773a314 found for delete ", "request_id": "req-a0f348c0-3100-45a4-9c72-2f474f681fbb"}]} 2026-05-07 16:52:40.451 7 INFO neutron.services.segments.plugin [-] Segment 979a7af9-4aab-4951-af8b-a6777773a314 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 979a7af9-4aab-4951-af8b-a6777773a314 found for delete ", "request_id": "req-c663bc48-ff40-48e6-9078-2ecf29ec7627"}]} 2026-05-07 16:52:40.459 7 INFO neutron.db.l3_hamode_db [None req-47165845-4490-46ec-a98c-e207cc363017 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] HA network 8b2141c7-0b7a-4859-a8d3-f29a6eb2e953 was deleted as no HA routers are present in tenant bdb73b78d2c146c5915f641ea88b7f95. [pid: 7|app: 0|req: 1123/2371] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:52:39 2026] DELETE /v2.0/routers/8e009ce5-1208-403b-9041-13cfba8ff0bc => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2372] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:52:40 2026] PUT /v2.0/ports/f0efcbe0-d951-43a3-9922-47c66d47028a => generated 1243 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:52:40.601 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a3af4f7-13c2-436e-ab61-cf280b124de8'] response: {'name': 'network-changed', 'server_uuid': '581b620d-e3bf-47e3-bbf0-ac2cebe691d3', 'tag': 'f0efcbe0-d951-43a3-9922-47c66d47028a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1124/2373] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:52:40 2026] DELETE /v2.0/subnets/315c884a-6d16-465c-a72d-6067cec60df7 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:52:40.697 8 INFO neutron_taas.services.taas.taas_plugin [None req-b66ba709-e243-471a-b5e5-7a4a4fa18465 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: cf033351-683e-465b-b845-43c27f15dbe6 2026-05-07 16:52:40.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b66ba709-e243-471a-b5e5-7a4a4fa18465 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: cf033351-683e-465b-b845-43c27f15dbe6 2026-05-07 16:52:40.858 8 INFO neutron.services.segments.plugin [-] Segment 6b011fbf-3533-45cd-a1ea-6c549bd0208a resource provider aggregate not found 2026-05-07 16:52:40.870 8 INFO neutron.services.segments.plugin [-] Segment 6b011fbf-3533-45cd-a1ea-6c549bd0208a resource provider aggregate not found 2026-05-07 16:52:40.883 8 INFO neutron.services.segments.plugin [-] Segment 6b011fbf-3533-45cd-a1ea-6c549bd0208a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b011fbf-3533-45cd-a1ea-6c549bd0208a found for delete ", "request_id": "req-e8698f7b-3d88-41f7-8c2a-2d4ee11c573c"}]} 2026-05-07 16:52:40.887 8 INFO neutron.services.segments.plugin [-] Segment 6b011fbf-3533-45cd-a1ea-6c549bd0208a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b011fbf-3533-45cd-a1ea-6c549bd0208a found for delete ", "request_id": "req-2fe45d92-ac4b-44c1-8fd1-2a33088d76ee"}]} [pid: 8|app: 0|req: 1250/2374] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:52:40 2026] DELETE /v2.0/networks/2e1a6ce9-a131-4bc7-b4c3-987de89391ee => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2375] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:41 2026] GET /v2.0/security-groups?tenant_id=bdb73b78d2c146c5915f641ea88b7f95&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2376] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:52:41 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2377] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:41 2026] DELETE /v2.0/security-groups/8a8852e2-e275-40eb-8aeb-a51cb834b3c1 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2378] 199.204.45.244 () {34 vars in 1018 bytes} [Thu May 7 16:52:41 2026] GET /v2.0/networks?tenant_id=5ecd8475225e4f3294dd1edae653a78d&shared=False => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2379] 199.204.45.244 () {34 vars in 930 bytes} [Thu May 7 16:52:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2380] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:42 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2381] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:42 2026] GET /v2.0/security-groups?id=923f3030-bcc7-4f7d-9599-fea245bd9a9c&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2382] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:52:42 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2383] 199.204.45.244 () {34 vars in 1062 bytes} [Thu May 7 16:52:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.139&port_id=f0efcbe0-d951-43a3-9922-47c66d47028a => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2384] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:42 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2385] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:52:42 2026] GET /v2.0/subnets?id=04cd3124-15b9-4193-95f8-412e763dbe02 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2386] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:52:42 2026] GET /v2.0/ports?network_id=6ffd7560-773c-4fff-890b-657c2ca6d262&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2387] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:52:42 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2388] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:52:42 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2389] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:45 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2390] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:45 2026] GET /v2.0/security-groups?id=923f3030-bcc7-4f7d-9599-fea245bd9a9c&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2391] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:45 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2392] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:52:46 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2393] 199.204.45.244 () {34 vars in 1044 bytes} [Thu May 7 16:52:46 2026] GET /v2.0/security-groups?id=923f3030-bcc7-4f7d-9599-fea245bd9a9c&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2394] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:48 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2395] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:48 2026] GET /v2.0/security-groups?id=923f3030-bcc7-4f7d-9599-fea245bd9a9c&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2396] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:48 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2397] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:51 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2398] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:52:51 2026] GET /v2.0/security-groups?id=923f3030-bcc7-4f7d-9599-fea245bd9a9c&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2399] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:52:51 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2400] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:52:53 2026] GET /v2.0/security-groups?tenant_id=e9373d3cfa2c49b68b249393802e8a45&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2401] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:52:54 2026] DELETE /v2.0/security-groups/9849245b-a8ae-4245-b6c1-457aa11a9e03 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:52:57.650 8 INFO neutron.db.segments_db [None req-26f3e522-81a6-4373-b90a-d53f88f7ddf4 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Added segment f09d1093-6464-4308-ac49-94a9323f07bb of type vxlan for network 7849dc74-3546-4464-8290-5ea266dd8421 [pid: 8|app: 0|req: 1264/2404] 10.0.0.78 () {34 vars in 670 bytes} [Thu May 7 16:52:57 2026] POST /v2.0/networks => generated 613 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:52:57.799 7 INFO neutron.db.segments_db [None req-30e5bb83-42ed-410e-843c-f2e8cc5fb933 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Added segment fb3a2bec-3f81-4877-80ee-340ef2c82ce1 of type vxlan for network 14eb44a0-eabe-45a3-be65-6941e247d42e 2026-05-07 16:52:58.043 7 INFO neutron.db.l3_hamode_db [None req-30e5bb83-42ed-410e-843c-f2e8cc5fb933 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 16:52:58.793 7 INFO neutron.db.l3_hamode_db [None req-30e5bb83-42ed-410e-843c-f2e8cc5fb933 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1141/2405] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:52:57 2026] POST /v2.0/routers => generated 695 bytes in 1851 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2406] 10.0.0.78 () {32 vars in 775 bytes} [Thu May 7 16:52:59 2026] GET /v2.0/subnets?project_id=232002c0e0174ee48cdc07094af180b9&cidr=10.100.0.0%2F28 => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2407] 10.0.0.78 () {32 vars in 693 bytes} [Thu May 7 16:52:59 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2408] 10.0.0.78 () {32 vars in 783 bytes} [Thu May 7 16:52:59 2026] GET /v2.0/subnets?network_id=3ddb0101-d922-49a6-ab93-f81626bb28c2&cidr=10.100.0.0%2F28 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2409] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:52:59 2026] POST /v2.0/subnets => generated 657 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2410] 10.0.0.78 () {34 vars in 782 bytes} [Thu May 7 16:52:59 2026] PUT /v2.0/routers/648d018c-2231-4bc0-98dc-21396d78d704/add_router_interface => generated 309 bytes in 1331 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2411] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:53:01 2026] GET /v2.0/networks => generated 6664 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2412] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:53:01 2026] GET /v2.0/subnets => generated 7421 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2413] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:53:01 2026] GET /v2.0/routers => generated 1452 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2414] 10.0.0.78 () {34 vars in 684 bytes} [Thu May 7 16:53:01 2026] POST /v2.0/security-groups => generated 1677 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2415] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:53:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2416] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:53:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2417] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:53:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2418] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:53:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:53:02.442 7 INFO neutron.db.securitygroups_db [None req-1c1686db-8600-4e55-9b44-71b9cfca63f4 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Project 232002c0e0174ee48cdc07094af180b9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1148/2419] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:53:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:53:02.567 8 INFO neutron.db.securitygroups_db [None req-f8d1ff74-1f2c-4dcf-a3a7-d203812c54f3 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Project 232002c0e0174ee48cdc07094af180b9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1272/2420] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:53:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2421] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:53:03 2026] GET /v2.0/networks => generated 1297 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2422] 10.0.0.4 () {34 vars in 1098 bytes} [Thu May 7 16:53:03 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1041947693&fields=id&tenant_id=232002c0e0174ee48cdc07094af180b9 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2423] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:53:03 2026] GET /v2.0/networks?id=7849dc74-3546-4464-8290-5ea266dd8421 => generated 660 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2424] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:53:03 2026] GET /v2.0/quotas/232002c0e0174ee48cdc07094af180b9 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2425] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:53:03 2026] GET /v2.0/ports?tenant_id=232002c0e0174ee48cdc07094af180b9&fields=id => generated 103 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2426] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:53:03 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2427] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:53:03 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2428] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:03 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2429] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:04 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2430] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:05 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2431] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:07 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2432] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:53:08 2026] GET /v2.0/networks?id=7849dc74-3546-4464-8290-5ea266dd8421 => generated 660 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2433] 199.204.45.244 () {34 vars in 1050 bytes} [Thu May 7 16:53:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=232002c0e0174ee48cdc07094af180b9 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2434] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:08 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2435] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:53:08 2026] POST /v2.0/ports => generated 954 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2436] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:53:08 2026] PUT /v2.0/ports/615eced4-728a-42fc-a8fc-64b54948e280 => generated 1235 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:53:09.059 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f365334-c9f7-45b9-b82a-a8a27c151cfb'] response: {'name': 'network-changed', 'server_uuid': '64220dcc-22ee-4592-bfd1-40d9cd3c1c73', 'tag': '615eced4-728a-42fc-a8fc-64b54948e280', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1157/2437] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:09 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1281/2438] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:09 2026] GET /v2.0/security-groups?id=41734f46-6776-4147-8664-0757c4b5ba71&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2441] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:53:09 2026] GET /v2.0/ports?tenant_id=232002c0e0174ee48cdc07094af180b9&device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2442] 199.204.45.244 () {34 vars in 1018 bytes} [Thu May 7 16:53:09 2026] GET /v2.0/networks?tenant_id=232002c0e0174ee48cdc07094af180b9&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2443] 199.204.45.244 () {34 vars in 930 bytes} [Thu May 7 16:53:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2444] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:10 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2445] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:10 2026] GET /v2.0/security-groups?id=41734f46-6776-4147-8664-0757c4b5ba71&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2446] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:53:10 2026] GET /v2.0/ports?tenant_id=232002c0e0174ee48cdc07094af180b9&device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2447] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:53:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=615eced4-728a-42fc-a8fc-64b54948e280 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2448] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:53:10 2026] GET /v2.0/subnets?id=6e09f58e-7625-4075-9a99-261cd0f63e1a => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2449] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:53:10 2026] GET /v2.0/ports?network_id=7849dc74-3546-4464-8290-5ea266dd8421&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2450] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:53:10 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2451] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:53:10 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2452] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:11 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2453] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:11 2026] GET /v2.0/security-groups?id=41734f46-6776-4147-8664-0757c4b5ba71&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2454] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:12 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2455] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:12 2026] GET /v2.0/security-groups?id=41734f46-6776-4147-8664-0757c4b5ba71&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2456] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:13 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2457] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:14 2026] GET /v2.0/security-groups?id=41734f46-6776-4147-8664-0757c4b5ba71&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2458] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:15 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2459] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:15 2026] GET /v2.0/security-groups?id=41734f46-6776-4147-8664-0757c4b5ba71&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2460] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:16 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2461] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:16 2026] GET /v2.0/security-groups?id=41734f46-6776-4147-8664-0757c4b5ba71&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2462] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:16 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2463] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:16 2026] GET /v2.0/security-groups?id=41734f46-6776-4147-8664-0757c4b5ba71&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2464] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:53:16 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:53:17.368 8 INFO neutron.db.l3_db [None req-836b3bf1-a6db-4ca7-b934-a7b247acdd47 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Floating IP 5edba71a-3354-4736-9815-75e07e08b524 associated. External IP: 10.96.250.201, port: 615eced4-728a-42fc-a8fc-64b54948e280. [pid: 8|app: 0|req: 1295/2465] 10.0.0.78 () {34 vars in 676 bytes} [Thu May 7 16:53:16 2026] POST /v2.0/floatingips => generated 855 bytes in 1023 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:53:17.739 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1055fd6-4ae3-4e32-88b9-bbf5f85e7494'] response: {'name': 'network-changed', 'server_uuid': '64220dcc-22ee-4592-bfd1-40d9cd3c1c73', 'tag': '615eced4-728a-42fc-a8fc-64b54948e280', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1171/2466] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:53:17 2026] GET /v2.0/floatingips/5edba71a-3354-4736-9815-75e07e08b524 => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2467] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:53:18 2026] GET /v2.0/ports?tenant_id=232002c0e0174ee48cdc07094af180b9&device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2468] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:53:18 2026] GET /v2.0/networks?id=7849dc74-3546-4464-8290-5ea266dd8421 => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2469] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:53:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=615eced4-728a-42fc-a8fc-64b54948e280 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2470] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:53:18 2026] GET /v2.0/subnets?id=6e09f58e-7625-4075-9a99-261cd0f63e1a => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2471] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:53:18 2026] GET /v2.0/ports?network_id=7849dc74-3546-4464-8290-5ea266dd8421&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2472] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:53:18 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2473] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:53:18 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2474] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:53:18 2026] GET /v2.0/floatingips/5edba71a-3354-4736-9815-75e07e08b524 => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2475] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:53:19 2026] GET /v2.0/floatingips/5edba71a-3354-4736-9815-75e07e08b524 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2478] 10.0.0.253 () {34 vars in 990 bytes} [Thu May 7 16:53:25 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2479] 10.0.0.253 () {34 vars in 1040 bytes} [Thu May 7 16:53:25 2026] GET /v2.0/security-groups?id=41734f46-6776-4147-8664-0757c4b5ba71&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2480] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:53:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2481] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:53:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2482] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:53:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2483] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:53:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2484] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:53:27 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2485] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:53:27 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2486] 199.204.45.244 () {34 vars in 717 bytes} [Thu May 7 16:53:27 2026] POST /v2.0/ports => generated 1055 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2487] 10.0.0.4 () {34 vars in 969 bytes} [Thu May 7 16:53:27 2026] GET /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1055 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2488] 10.0.0.4 () {34 vars in 905 bytes} [Thu May 7 16:53:27 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2489] 199.204.45.244 () {34 vars in 1262 bytes} [Thu May 7 16:53:28 2026] GET /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2490] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:53:28 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2491] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:53:28 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2492] 199.204.45.244 () {34 vars in 975 bytes} [Thu May 7 16:53:29 2026] GET /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1055 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2493] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:53:29 2026] GET /v2.0/networks?id=dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2494] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:53:29 2026] PUT /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1245 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:53:29.922 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-04a0457e-b19c-4a18-a04a-620f56febe2f'] response: {'name': 'network-changed', 'server_uuid': '581b620d-e3bf-47e3-bbf0-ac2cebe691d3', 'tag': '6a32abce-7004-404f-a65a-962d519bf857', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1310/2495] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:53:30 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 2485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2496] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:53:30 2026] GET /v2.0/networks?id=dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2497] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:53:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=6a32abce-7004-404f-a65a-962d519bf857 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2498] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:53:30 2026] GET /v2.0/subnets?id=65c0db75-0598-49c9-9836-148323edba0e => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2499] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:53:30 2026] GET /v2.0/ports?network_id=dd28ab98-d4a0-456a-9ceb-50c111ea7726&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2500] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:53:30 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2501] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:53:30 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2502] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:53:31 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 2485 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2503] 199.204.45.244 () {34 vars in 1062 bytes} [Thu May 7 16:53:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.139&port_id=f0efcbe0-d951-43a3-9922-47c66d47028a => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2504] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:53:31 2026] GET /v2.0/subnets?id=04cd3124-15b9-4193-95f8-412e763dbe02 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2505] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:53:31 2026] GET /v2.0/ports?network_id=6ffd7560-773c-4fff-890b-657c2ca6d262&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2506] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:53:31 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2507] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:53:32 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2508] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:53:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=6a32abce-7004-404f-a65a-962d519bf857 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2509] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:53:32 2026] GET /v2.0/subnets?id=65c0db75-0598-49c9-9836-148323edba0e => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2510] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:53:32 2026] GET /v2.0/ports?network_id=dd28ab98-d4a0-456a-9ceb-50c111ea7726&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2511] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:53:32 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2512] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:53:32 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2513] 10.0.0.4 () {34 vars in 969 bytes} [Thu May 7 16:53:36 2026] GET /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1247 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2514] 199.204.45.244 () {34 vars in 789 bytes} [Thu May 7 16:53:36 2026] PUT /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1271 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:53:36.486 8 INFO neutron.api.v2.resource [None req-7818f3a9-24c2-413a-9e72-bae870be9ba8 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1320/2515] 199.204.45.244 () {30 vars in 763 bytes} [Thu May 7 16:53:36 2026] GET /v2.0/security-groups/lb-d858a493-f388-42f4-8834-93b4b55fe2d4 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2516] 199.204.45.244 () {30 vars in 785 bytes} [Thu May 7 16:53:36 2026] GET /v2.0/security-groups?name=lb-d858a493-f388-42f4-8834-93b4b55fe2d4 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:53:36.543 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c589c17b-1d8e-4a7b-8f6d-bb6716cf9ed2'] response: {'name': 'network-changed', 'server_uuid': '581b620d-e3bf-47e3-bbf0-ac2cebe691d3', 'tag': '6a32abce-7004-404f-a65a-962d519bf857', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1321/2517] 199.204.45.244 () {34 vars in 789 bytes} [Thu May 7 16:53:36 2026] PUT /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1309 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:53:36.878 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-10ac263a-5f07-4966-88ff-fef5e6e58ac5'] response: {'name': 'network-changed', 'server_uuid': '581b620d-e3bf-47e3-bbf0-ac2cebe691d3', 'tag': '6a32abce-7004-404f-a65a-962d519bf857', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1322/2518] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2519] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2520] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2521] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2522] 10.0.0.78 () {32 vars in 825 bytes} [Thu May 7 16:53:36 2026] GET /v2.0/ports?project_id=232002c0e0174ee48cdc07094af180b9&network_id=7849dc74-3546-4464-8290-5ea266dd8421 => generated 3691 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2523] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2524] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2525] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2526] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/networks?id=dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 803 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2527] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1345 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2528] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=6a32abce-7004-404f-a65a-962d519bf857 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2529] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2530] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/subnets?id=65c0db75-0598-49c9-9836-148323edba0e => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2531] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/ports?network_id=dd28ab98-d4a0-456a-9ceb-50c111ea7726&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2532] 199.204.45.244 () {30 vars in 743 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2533] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2534] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2535] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2536] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2537] 10.0.0.78 () {32 vars in 741 bytes} [Thu May 7 16:53:37 2026] GET /v2.0/subnets?network_id=3ddb0101-d922-49a6-ab93-f81626bb28c2 => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:53:37.711 7 INFO neutron.db.l3_db [None req-c536b985-aef9-4ece-a0bb-a8520a34a56d b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Floating IP 5edba71a-3354-4736-9815-75e07e08b524 disassociated. External IP: 10.96.250.201, port: 615eced4-728a-42fc-a8fc-64b54948e280. [pid: 7|app: 0|req: 1205/2538] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:53:37 2026] PUT /v2.0/floatingips/5edba71a-3354-4736-9815-75e07e08b524 => generated 554 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2539] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:53:38 2026] GET /v2.0/floatingips/5edba71a-3354-4736-9815-75e07e08b524 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2540] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:53:38 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2541] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:53:38 2026] GET /v2.0/networks?id=dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 803 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2542] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:53:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=6a32abce-7004-404f-a65a-962d519bf857 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2543] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:53:38 2026] GET /v2.0/subnets?id=65c0db75-0598-49c9-9836-148323edba0e => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:53:38.593 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-42259cb2-58a0-4687-97e9-efc0071cd7c1'] response: {'name': 'network-changed', 'server_uuid': '64220dcc-22ee-4592-bfd1-40d9cd3c1c73', 'tag': '615eced4-728a-42fc-a8fc-64b54948e280', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1208/2544] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:53:38 2026] GET /v2.0/ports?network_id=dd28ab98-d4a0-456a-9ceb-50c111ea7726&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2545] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:53:38 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2546] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:53:38 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2547] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:53:39 2026] GET /v2.0/floatingips/5edba71a-3354-4736-9815-75e07e08b524 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2548] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:53:39 2026] GET /v2.0/ports?tenant_id=232002c0e0174ee48cdc07094af180b9&device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2549] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:53:39 2026] GET /v2.0/networks?id=7849dc74-3546-4464-8290-5ea266dd8421 => generated 756 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2550] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:53:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=615eced4-728a-42fc-a8fc-64b54948e280 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2551] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:53:39 2026] GET /v2.0/subnets?id=6e09f58e-7625-4075-9a99-261cd0f63e1a => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2552] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:53:39 2026] GET /v2.0/ports?network_id=7849dc74-3546-4464-8290-5ea266dd8421&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2553] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:53:39 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2554] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:53:39 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2557] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:53:40 2026] GET /v2.0/floatingips/5edba71a-3354-4736-9815-75e07e08b524 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2558] 10.0.0.78 () {34 vars in 684 bytes} [Thu May 7 16:53:41 2026] POST /v2.0/security-groups => generated 1677 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2559] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:53:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2560] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:53:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2561] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:53:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2562] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:53:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:53:41.864 7 INFO neutron.db.securitygroups_db [None req-644e1b7b-f1ef-4ee1-a404-442c5e7a7cea b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Project 232002c0e0174ee48cdc07094af180b9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1218/2563] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:53:41 2026] POST /v2.0/security-group-rules => generated 607 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:53:41.988 8 INFO neutron.db.securitygroups_db [None req-5541da6b-44f0-4e3b-bf3c-c6c00d4e37f8 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Project 232002c0e0174ee48cdc07094af180b9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1346/2564] 10.0.0.78 () {34 vars in 694 bytes} [Thu May 7 16:53:41 2026] POST /v2.0/security-group-rules => generated 606 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2565] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:53:42 2026] GET /v2.0/networks => generated 1297 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2566] 10.0.0.4 () {34 vars in 1098 bytes} [Thu May 7 16:53:42 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1891956120&fields=id&tenant_id=232002c0e0174ee48cdc07094af180b9 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2567] 10.0.0.4 () {34 vars in 980 bytes} [Thu May 7 16:53:42 2026] GET /v2.0/networks?id=7849dc74-3546-4464-8290-5ea266dd8421 => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2568] 10.0.0.4 () {34 vars in 963 bytes} [Thu May 7 16:53:42 2026] GET /v2.0/quotas/232002c0e0174ee48cdc07094af180b9 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2569] 10.0.0.4 () {34 vars in 1000 bytes} [Thu May 7 16:53:42 2026] GET /v2.0/ports?tenant_id=232002c0e0174ee48cdc07094af180b9&fields=id => generated 149 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2570] 10.0.0.4 () {34 vars in 1006 bytes} [Thu May 7 16:53:42 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2571] 10.0.0.4 () {34 vars in 1106 bytes} [Thu May 7 16:53:42 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2572] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:43 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:53:43.785 8 INFO neutron.db.l3_db [None req-923d768e-2ea2-4651-ac7b-3041642c1a77 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Floating IP 416fef07-d435-457c-8c1b-f9376c85d7e9 associated. External IP: 10.96.250.219, port: f033aaee-96e3-42b5-a639-0e80a743a287. [pid: 8|app: 0|req: 1350/2573] 10.0.0.78 () {34 vars in 676 bytes} [Thu May 7 16:53:43 2026] POST /v2.0/floatingips => generated 898 bytes in 1085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2574] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:44 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2575] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:45 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2576] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:46 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2577] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:53:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2578] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:53:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2579] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:53:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2580] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:53:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:53:47.271 8 INFO neutron.api.v2.resource [None req-ea035bf7-ba9c-4184-85d3-cf9cdf248438 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1354/2581] 199.204.45.244 () {30 vars in 763 bytes} [Thu May 7 16:53:47 2026] GET /v2.0/security-groups/lb-d858a493-f388-42f4-8834-93b4b55fe2d4 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2582] 199.204.45.244 () {30 vars in 785 bytes} [Thu May 7 16:53:47 2026] GET /v2.0/security-groups?name=lb-d858a493-f388-42f4-8834-93b4b55fe2d4 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2583] 199.204.45.244 () {30 vars in 815 bytes} [Thu May 7 16:53:47 2026] GET /v2.0/security-group-rules?security_group_id=1fe23a59-b526-4df1-b525-a69d2e7a2f74 => generated 1182 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2584] 199.204.45.244 () {34 vars in 747 bytes} [Thu May 7 16:53:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2585] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:53:47 2026] GET /v2.0/networks?id=7849dc74-3546-4464-8290-5ea266dd8421 => generated 660 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2586] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:47 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2587] 199.204.45.244 () {34 vars in 747 bytes} [Thu May 7 16:53:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2588] 199.204.45.244 () {34 vars in 1050 bytes} [Thu May 7 16:53:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=232002c0e0174ee48cdc07094af180b9 => generated 274 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2589] 199.204.45.244 () {38 vars in 955 bytes} [Thu May 7 16:53:47 2026] POST /v2.0/ports => generated 954 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2590] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:53:47 2026] PUT /v2.0/ports/14fb8df1-8044-4f26-a8a0-48541fa8afac => generated 1235 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:53:48.340 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-77e34270-a7e9-4edd-ba1d-e4db7d42b17b'] response: {'name': 'network-changed', 'server_uuid': '155b1c2b-8185-47c1-b002-86b4a7d2b587', 'tag': '14fb8df1-8044-4f26-a8a0-48541fa8afac', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1232/2591] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:48 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1360/2592] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:48 2026] GET /v2.0/security-groups?id=8963728f-cc4c-428d-8ee0-fe18409e21fe&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2593] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:53:48 2026] GET /v2.0/ports?tenant_id=232002c0e0174ee48cdc07094af180b9&device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2594] 199.204.45.244 () {34 vars in 1018 bytes} [Thu May 7 16:53:48 2026] GET /v2.0/networks?tenant_id=232002c0e0174ee48cdc07094af180b9&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2595] 199.204.45.244 () {34 vars in 930 bytes} [Thu May 7 16:53:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2596] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:49 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2597] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:49 2026] GET /v2.0/security-groups?id=8963728f-cc4c-428d-8ee0-fe18409e21fe&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2598] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:53:50 2026] GET /v2.0/ports?tenant_id=232002c0e0174ee48cdc07094af180b9&device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2599] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:53:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=14fb8df1-8044-4f26-a8a0-48541fa8afac => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2600] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:53:50 2026] GET /v2.0/subnets?id=6e09f58e-7625-4075-9a99-261cd0f63e1a => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2601] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:53:50 2026] GET /v2.0/ports?network_id=7849dc74-3546-4464-8290-5ea266dd8421&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2602] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:53:50 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2603] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:53:50 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2604] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:50 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2605] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:51 2026] GET /v2.0/security-groups?id=8963728f-cc4c-428d-8ee0-fe18409e21fe&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2606] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:52 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2607] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:52 2026] GET /v2.0/security-groups?id=8963728f-cc4c-428d-8ee0-fe18409e21fe&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2608] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:53 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2609] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:53 2026] GET /v2.0/security-groups?id=8963728f-cc4c-428d-8ee0-fe18409e21fe&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2612] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:54 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2613] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:54 2026] GET /v2.0/security-groups?id=8963728f-cc4c-428d-8ee0-fe18409e21fe&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2614] 10.0.0.223 () {30 vars in 690 bytes} [Thu May 7 16:53:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2615] 10.0.0.223 () {30 vars in 692 bytes} [Thu May 7 16:53:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2616] 10.0.0.223 () {30 vars in 668 bytes} [Thu May 7 16:53:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2617] 10.0.0.223 () {30 vars in 704 bytes} [Thu May 7 16:53:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2618] 10.0.0.223 () {28 vars in 439 bytes} [Thu May 7 16:53:55 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2619] 10.0.0.223 () {30 vars in 728 bytes} [Thu May 7 16:53:55 2026] GET /v2.0/subnets/fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 655 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2620] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:55 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2621] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:55 2026] GET /v2.0/security-groups?id=8963728f-cc4c-428d-8ee0-fe18409e21fe&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2622] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:53:55 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2623] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:53:55 2026] GET /v2.0/security-groups?id=8963728f-cc4c-428d-8ee0-fe18409e21fe&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2624] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:53:55 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:53:56.354 7 INFO neutron.db.l3_db [None req-5f4f3581-5556-4fe1-906d-8d32c2e58f2c b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Floating IP 5edba71a-3354-4736-9815-75e07e08b524 associated. External IP: 10.96.250.201, port: 14fb8df1-8044-4f26-a8a0-48541fa8afac. [pid: 7|app: 0|req: 1249/2625] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:53:56 2026] PUT /v2.0/floatingips/5edba71a-3354-4736-9815-75e07e08b524 => generated 855 bytes in 1291 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:53:57.357 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27a800b5-6915-498c-8181-a3d97389867d'] response: {'name': 'network-changed', 'server_uuid': '155b1c2b-8185-47c1-b002-86b4a7d2b587', 'tag': '14fb8df1-8044-4f26-a8a0-48541fa8afac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1377/2626] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/floatingips/5edba71a-3354-4736-9815-75e07e08b524 => generated 855 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2627] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2628] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2629] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2630] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2631] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/subnets/fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2632] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 2585 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2633] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2634] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2635] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2636] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2637] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/ports?tenant_id=232002c0e0174ee48cdc07094af180b9&device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2638] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/networks?id=7849dc74-3546-4464-8290-5ea266dd8421 => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2639] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:53:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=14fb8df1-8044-4f26-a8a0-48541fa8afac => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2640] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:53:58 2026] GET /v2.0/subnets?id=6e09f58e-7625-4075-9a99-261cd0f63e1a => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2641] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:53:58 2026] GET /v2.0/ports?network_id=7849dc74-3546-4464-8290-5ea266dd8421&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2642] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:53:58 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2643] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:53:58 2026] GET /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2644] 199.204.45.244 () {34 vars in 717 bytes} [Thu May 7 16:53:57 2026] POST /v2.0/ports => generated 1324 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2645] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:53:58 2026] GET /v2.0/floatingips/5edba71a-3354-4736-9815-75e07e08b524 => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1384/2646] 10.0.0.4 () {34 vars in 969 bytes} [Thu May 7 16:53:58 2026] GET /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2647] 10.0.0.4 () {34 vars in 905 bytes} [Thu May 7 16:53:58 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2648] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:53:59 2026] GET /v2.0/floatingips/5edba71a-3354-4736-9815-75e07e08b524 => generated 857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2649] 199.204.45.244 () {34 vars in 1262 bytes} [Thu May 7 16:53:59 2026] GET /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2650] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:53:59 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2651] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:53:59 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2652] 199.204.45.244 () {34 vars in 975 bytes} [Thu May 7 16:54:00 2026] GET /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2653] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:54:00 2026] GET /v2.0/networks?id=105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2654] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:54:00 2026] PUT /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 1514 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:54:01.017 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-774092fa-318b-4d0e-b49e-81d5512732ca'] response: {'name': 'network-changed', 'server_uuid': '581b620d-e3bf-47e3-bbf0-ac2cebe691d3', 'tag': 'dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1267/2655] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:54:01 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 4091 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1389/2656] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:54:01 2026] GET /v2.0/networks?id=105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2657] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:54:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.22&port_id=dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2658] 199.204.45.244 () {34 vars in 1104 bytes} [Thu May 7 16:54:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A280&port_id=dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2659] 199.204.45.244 () {34 vars in 1064 bytes} [Thu May 7 16:54:01 2026] GET /v2.0/subnets?id=a1d447e0-566a-4e26-a6e1-811ef6a99221&id=fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2660] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:01 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2661] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:01 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2662] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:01 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2663] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:01 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2664] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:54:02 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 4091 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2665] 199.204.45.244 () {34 vars in 1062 bytes} [Thu May 7 16:54:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.139&port_id=f0efcbe0-d951-43a3-9922-47c66d47028a => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2666] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:54:03 2026] GET /v2.0/subnets?id=04cd3124-15b9-4193-95f8-412e763dbe02 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2667] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:03 2026] GET /v2.0/ports?network_id=6ffd7560-773c-4fff-890b-657c2ca6d262&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2668] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:03 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2669] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:03 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2670] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:54:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=6a32abce-7004-404f-a65a-962d519bf857 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2671] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:54:03 2026] GET /v2.0/subnets?id=65c0db75-0598-49c9-9836-148323edba0e => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2672] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:03 2026] GET /v2.0/ports?network_id=dd28ab98-d4a0-456a-9ceb-50c111ea7726&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2673] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:03 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2674] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:04 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2675] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:54:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.22&port_id=dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2676] 199.204.45.244 () {34 vars in 1104 bytes} [Thu May 7 16:54:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A280&port_id=dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2677] 199.204.45.244 () {34 vars in 1064 bytes} [Thu May 7 16:54:04 2026] GET /v2.0/subnets?id=a1d447e0-566a-4e26-a6e1-811ef6a99221&id=fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2678] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:04 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2679] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:04 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2680] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:04 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2681] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:04 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2682] 10.0.0.253 () {34 vars in 990 bytes} [Thu May 7 16:54:04 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 1240 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2683] 10.0.0.253 () {34 vars in 1040 bytes} [Thu May 7 16:54:05 2026] GET /v2.0/security-groups?id=8963728f-cc4c-428d-8ee0-fe18409e21fe&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2684] 10.0.0.4 () {34 vars in 969 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 1516 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2685] 199.204.45.244 () {30 vars in 743 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2686] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/subnets/fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2687] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/subnets/a1d447e0-566a-4e26-a6e1-811ef6a99221 => generated 744 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2688] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2689] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2690] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2691] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2692] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2693] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2694] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1345 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2695] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2696] 199.204.45.244 () {30 vars in 743 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2697] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2698] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:08 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2701] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:54:14 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2702] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:54:14 2026] GET /v2.0/security-groups?id=8963728f-cc4c-428d-8ee0-fe18409e21fe&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2703] 10.0.0.223 () {30 vars in 690 bytes} [Thu May 7 16:54:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2704] 10.0.0.223 () {30 vars in 692 bytes} [Thu May 7 16:54:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2705] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:54:16 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2706] 10.0.0.223 () {30 vars in 668 bytes} [Thu May 7 16:54:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2707] 10.0.0.223 () {30 vars in 704 bytes} [Thu May 7 16:54:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2708] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:54:16 2026] GET /v2.0/security-groups?id=8963728f-cc4c-428d-8ee0-fe18409e21fe&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2709] 10.0.0.223 () {28 vars in 439 bytes} [Thu May 7 16:54:16 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2710] 10.0.0.223 () {30 vars in 728 bytes} [Thu May 7 16:54:16 2026] GET /v2.0/subnets/a3cf5604-842c-4ab1-9302-8afd81b1d32a => generated 656 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2711] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2712] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/security-groups?id=8963728f-cc4c-428d-8ee0-fe18409e21fe&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2713] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:54:17.424 7 INFO neutron_taas.services.taas.taas_plugin [req-a6b8f22c-37e6-4510-be5d-c81b4585d958 req-15d40c7f-4d06-401d-a7d4-1305ed24fffe b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] TaaS: Handle Delete Port: 14fb8df1-8044-4f26-a8a0-48541fa8afac 2026-05-07 16:54:17.428 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a6b8f22c-37e6-4510-be5d-c81b4585d958 req-15d40c7f-4d06-401d-a7d4-1305ed24fffe b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Tap Mirror: Handle Delete Port: 14fb8df1-8044-4f26-a8a0-48541fa8afac [pid: 8|app: 0|req: 1420/2714] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2715] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2716] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2717] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2718] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/subnets/fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2719] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/subnets/a3cf5604-842c-4ab1-9302-8afd81b1d32a => generated 674 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:54:17.558 7 INFO neutron.db.l3_db [req-a6b8f22c-37e6-4510-be5d-c81b4585d958 req-15d40c7f-4d06-401d-a7d4-1305ed24fffe b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Floating IP 5edba71a-3354-4736-9815-75e07e08b524 disassociated. External IP: 10.96.250.201, port: 14fb8df1-8044-4f26-a8a0-48541fa8afac. [pid: 8|app: 0|req: 1426/2720] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 4093 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2721] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2722] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2723] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2724] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:54:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2725] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:54:17 2026] DELETE /v2.0/ports/14fb8df1-8044-4f26-a8a0-48541fa8afac => generated 0 bytes in 561 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:54:17.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b636eed0-f9c2-4eb5-8794-5f46ce8e98c3'] response: {'server_uuid': '155b1c2b-8185-47c1-b002-86b4a7d2b587', 'name': 'network-vif-deleted', 'tag': '14fb8df1-8044-4f26-a8a0-48541fa8afac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1431/2726] 199.204.45.244 () {34 vars in 717 bytes} [Thu May 7 16:54:17 2026] POST /v2.0/ports => generated 1328 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2727] 10.0.0.4 () {34 vars in 969 bytes} [Thu May 7 16:54:18 2026] GET /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1432/2728] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:54:18 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2729] 199.204.45.244 () {34 vars in 1262 bytes} [Thu May 7 16:54:19 2026] GET /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2730] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:19 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2731] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:19 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2732] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:54:19 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2733] 199.204.45.244 () {34 vars in 975 bytes} [Thu May 7 16:54:19 2026] GET /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 1328 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2734] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:54:19 2026] GET /v2.0/networks?id=0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2735] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:54:19 2026] PUT /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 1518 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:54:20.456 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-99bff66a-07b6-495d-bb36-a2a756a43bae'] response: {'name': 'network-changed', 'server_uuid': '581b620d-e3bf-47e3-bbf0-ac2cebe691d3', 'tag': '7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1436/2736] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:54:20 2026] GET /v2.0/ports?device_id=155b1c2b-8185-47c1-b002-86b4a7d2b587 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1301/2737] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:54:20 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 5603 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2738] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:54:21 2026] GET /v2.0/networks?id=0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2739] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:54:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.154&port_id=7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2740] 199.204.45.244 () {34 vars in 1104 bytes} [Thu May 7 16:54:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A42&port_id=7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2741] 199.204.45.244 () {34 vars in 1064 bytes} [Thu May 7 16:54:21 2026] GET /v2.0/subnets?id=11874dc4-da26-4f65-949a-e95a6df34a41&id=a3cf5604-842c-4ab1-9302-8afd81b1d32a => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2742] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:21 2026] GET /v2.0/ports?network_id=0d8c92c2-42af-4427-b2da-3be064c6c673&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2743] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:21 2026] GET /v2.0/ports?network_id=0d8c92c2-42af-4427-b2da-3be064c6c673&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2744] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:21 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2745] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:21 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2746] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:54:21 2026] DELETE /v2.0/security-groups/8963728f-cc4c-428d-8ee0-fe18409e21fe => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:54:21.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9fa7363-331b-4a9c-9759-ebcd968d9d4d b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] TaaS: Handle Delete Port: 561a7bc5-ab5d-41ef-ac00-41c60e6782eb 2026-05-07 16:54:21.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9fa7363-331b-4a9c-9759-ebcd968d9d4d b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Tap Mirror: Handle Delete Port: 561a7bc5-ab5d-41ef-ac00-41c60e6782eb [pid: 7|app: 0|req: 1306/2747] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:54:21 2026] DELETE /v2.0/floatingips/5edba71a-3354-4736-9815-75e07e08b524 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2748] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2749] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/security-groups?id=41734f46-6776-4147-8664-0757c4b5ba71&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2750] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 5603 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2751] 199.204.45.244 () {34 vars in 1062 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.139&port_id=f0efcbe0-d951-43a3-9922-47c66d47028a => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2752] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/subnets?id=04cd3124-15b9-4193-95f8-412e763dbe02 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2753] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/ports?network_id=6ffd7560-773c-4fff-890b-657c2ca6d262&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2754] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2755] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2756] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=6a32abce-7004-404f-a65a-962d519bf857 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2757] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/subnets?id=65c0db75-0598-49c9-9836-148323edba0e => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2758] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/ports?network_id=dd28ab98-d4a0-456a-9ceb-50c111ea7726&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2759] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2760] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2761] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.22&port_id=dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2762] 199.204.45.244 () {34 vars in 1104 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A280&port_id=dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2763] 199.204.45.244 () {34 vars in 1064 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/subnets?id=a1d447e0-566a-4e26-a6e1-811ef6a99221&id=fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2764] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2765] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:22 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2766] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:23 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2767] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:23 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2768] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:54:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.154&port_id=7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2769] 199.204.45.244 () {34 vars in 1104 bytes} [Thu May 7 16:54:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A42&port_id=7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2770] 199.204.45.244 () {34 vars in 1064 bytes} [Thu May 7 16:54:23 2026] GET /v2.0/subnets?id=11874dc4-da26-4f65-949a-e95a6df34a41&id=a3cf5604-842c-4ab1-9302-8afd81b1d32a => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2771] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:23 2026] GET /v2.0/ports?network_id=0d8c92c2-42af-4427-b2da-3be064c6c673&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2772] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:23 2026] GET /v2.0/ports?network_id=0d8c92c2-42af-4427-b2da-3be064c6c673&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2773] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:23 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2774] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:23 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2775] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:54:23 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2776] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:54:23 2026] GET /v2.0/security-groups?id=41734f46-6776-4147-8664-0757c4b5ba71&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2779] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:54:24 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2780] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:54:24 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:54:24.853 8 INFO neutron_taas.services.taas.taas_plugin [req-b1f62567-06d2-4125-8a40-e0758075351f req-506a438e-f821-4b40-b03c-a65980e25dba b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] TaaS: Handle Delete Port: 615eced4-728a-42fc-a8fc-64b54948e280 2026-05-07 16:54:24.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b1f62567-06d2-4125-8a40-e0758075351f req-506a438e-f821-4b40-b03c-a65980e25dba b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Tap Mirror: Handle Delete Port: 615eced4-728a-42fc-a8fc-64b54948e280 [pid: 7|app: 0|req: 1324/2781] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:54:24 2026] GET /v2.0/security-groups?id=41734f46-6776-4147-8664-0757c4b5ba71&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2782] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:54:24 2026] DELETE /v2.0/ports/615eced4-728a-42fc-a8fc-64b54948e280 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:54:25.079 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-809ffa42-9720-490c-9186-c94f2cdb736d'] response: {'server_uuid': '64220dcc-22ee-4592-bfd1-40d9cd3c1c73', 'name': 'network-vif-deleted', 'tag': '615eced4-728a-42fc-a8fc-64b54948e280', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1325/2783] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:54:25 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2784] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:54:27 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2785] 10.0.0.4 () {34 vars in 969 bytes} [Thu May 7 16:54:27 2026] GET /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2786] 199.204.45.244 () {30 vars in 743 bytes} [Thu May 7 16:54:27 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2787] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:27 2026] GET /v2.0/subnets/a3cf5604-842c-4ab1-9302-8afd81b1d32a => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2788] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:27 2026] GET /v2.0/subnets/11874dc4-da26-4f65-949a-e95a6df34a41 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2789] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:27 2026] GET /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2790] 199.204.45.244 () {34 vars in 790 bytes} [Thu May 7 16:54:27 2026] PUT /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 1251 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:54:27.822 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0ad8978-60ac-4a0e-8a7f-30443f46ceff'] response: {'name': 'network-changed', 'server_uuid': '581b620d-e3bf-47e3-bbf0-ac2cebe691d3', 'tag': 'dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1329/2791] 199.204.45.244 () {30 vars in 743 bytes} [Thu May 7 16:54:27 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 798 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1463/2792] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:27 2026] GET /v2.0/subnets/fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2793] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:54:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2794] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2795] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2796] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2797] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2798] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2799] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1345 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2800] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/ports?device_id=64220dcc-22ee-4592-bfd1-40d9cd3c1c73 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2801] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2802] 199.204.45.244 () {30 vars in 743 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2803] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2804] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2805] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 5376 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2806] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/networks?id=105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 801 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2807] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.22&port_id=dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2808] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/subnets?id=fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2809] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2810] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2811] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:28 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2812] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:54:29 2026] DELETE /v2.0/security-groups/41734f46-6776-4147-8664-0757c4b5ba71 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:54:29.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4c62fec-2acb-44a3-95be-a29c69793101 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] TaaS: Handle Delete Port: 9bf0dc55-930b-44b8-958a-b3657da4d6fb 2026-05-07 16:54:29.762 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4c62fec-2acb-44a3-95be-a29c69793101 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Tap Mirror: Handle Delete Port: 9bf0dc55-930b-44b8-958a-b3657da4d6fb [pid: 8|app: 0|req: 1473/2813] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:54:29 2026] PUT /v2.0/routers/648d018c-2231-4bc0-98dc-21396d78d704/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2814] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:54:30 2026] DELETE /v2.0/subnets/6e09f58e-7625-4075-9a99-261cd0f63e1a => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:54:30.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-04e3a771-3d25-4515-9dac-9621035515a0 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] TaaS: Handle Delete Port: 08e7e311-3f82-4219-851d-4ee55ff9bf32 2026-05-07 16:54:30.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04e3a771-3d25-4515-9dac-9621035515a0 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Tap Mirror: Handle Delete Port: 08e7e311-3f82-4219-851d-4ee55ff9bf32 2026-05-07 16:54:30.955 8 INFO neutron_taas.services.taas.taas_plugin [None req-04e3a771-3d25-4515-9dac-9621035515a0 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] TaaS: Handle Delete Port: efeb457d-552d-4872-ac5d-3cb4a627707b 2026-05-07 16:54:30.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04e3a771-3d25-4515-9dac-9621035515a0 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Tap Mirror: Handle Delete Port: efeb457d-552d-4872-ac5d-3cb4a627707b 2026-05-07 16:54:31.340 8 INFO neutron.db.l3_hamode_db [None req-04e3a771-3d25-4515-9dac-9621035515a0 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] HA network 14eb44a0-eabe-45a3-be65-6941e247d42e was deleted as no HA routers are present in tenant 232002c0e0174ee48cdc07094af180b9. [pid: 8|app: 0|req: 1474/2815] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:54:30 2026] DELETE /v2.0/routers/648d018c-2231-4bc0-98dc-21396d78d704 => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:54:31.395 8 INFO neutron.services.segments.plugin [-] Segment fb3a2bec-3f81-4877-80ee-340ef2c82ce1 resource provider aggregate not found 2026-05-07 16:54:31.401 8 INFO neutron.services.segments.plugin [-] Segment fb3a2bec-3f81-4877-80ee-340ef2c82ce1 resource provider aggregate not found 2026-05-07 16:54:31.414 8 INFO neutron.services.segments.plugin [-] Segment fb3a2bec-3f81-4877-80ee-340ef2c82ce1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb3a2bec-3f81-4877-80ee-340ef2c82ce1 found for delete ", "request_id": "req-0b64dea6-9790-40d2-ba42-b692632bca2e"}]} 2026-05-07 16:54:31.417 8 INFO neutron.services.segments.plugin [-] Segment fb3a2bec-3f81-4877-80ee-340ef2c82ce1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb3a2bec-3f81-4877-80ee-340ef2c82ce1 found for delete ", "request_id": "req-3033363c-0d04-433c-9151-b3a1a03ebd22"}]} 2026-05-07 16:54:31.462 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7ff5d20-ebd8-4897-bc1f-aec205d17919 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] TaaS: Handle Delete Port: 4b185c1a-47d1-48fc-9f65-b3971d2e7ae0 2026-05-07 16:54:31.465 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7ff5d20-ebd8-4897-bc1f-aec205d17919 b9f6134fd11847f6a13fd3fbd4d58be1 232002c0e0174ee48cdc07094af180b9 - - default default] Tap Mirror: Handle Delete Port: 4b185c1a-47d1-48fc-9f65-b3971d2e7ae0 [pid: 7|app: 0|req: 1342/2816] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:54:31 2026] DELETE /v2.0/networks/7849dc74-3546-4464-8290-5ea266dd8421 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:54:31.666 7 INFO neutron.services.segments.plugin [-] Segment f09d1093-6464-4308-ac49-94a9323f07bb resource provider aggregate not found 2026-05-07 16:54:31.687 7 INFO neutron.services.segments.plugin [-] Segment f09d1093-6464-4308-ac49-94a9323f07bb resource provider aggregate not found 2026-05-07 16:54:31.692 7 INFO neutron.services.segments.plugin [-] Segment f09d1093-6464-4308-ac49-94a9323f07bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f09d1093-6464-4308-ac49-94a9323f07bb found for delete ", "request_id": "req-c6485e02-7b51-4596-8a4d-bca0655fd4c8"}]} 2026-05-07 16:54:31.700 7 INFO neutron.services.segments.plugin [-] Segment f09d1093-6464-4308-ac49-94a9323f07bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f09d1093-6464-4308-ac49-94a9323f07bb found for delete ", "request_id": "req-bbb4b316-1cdf-4b92-a4d8-f535e2bffff2"}]} [pid: 8|app: 0|req: 1475/2817] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:54:32 2026] GET /v2.0/security-groups?tenant_id=232002c0e0174ee48cdc07094af180b9&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2818] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:54:32 2026] DELETE /v2.0/security-groups/186bd2f1-f2ea-461d-a773-394aeeed0897 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2819] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:54:32 2026] GET /v2.0/security-groups?tenant_id=53c2778479ab48efa2ac282e12e44598&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2820] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:54:32 2026] DELETE /v2.0/security-groups/2db74a4a-a2ac-41d6-a419-0c559aa4fbe5 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:54:37.287 8 INFO neutron.db.segments_db [None req-c9ec352f-a605-4a94-8113-1b9c327945b8 12740283d0d84b129f84d22f71d096e3 4aac235a2ef243648052d3ddc5dd35b1 - - default default] Added segment 7defedaf-ea80-4239-8611-9e8afdfa8cad of type vxlan for network 2d358621-7000-429a-90aa-a26278680564 [pid: 8|app: 0|req: 1477/2821] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:54:36 2026] POST /v2.0/networks => generated 706 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2822] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:54:37 2026] POST /v2.0/subnets => generated 644 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:54:37.557 8 WARNING neutron.api.v2.base [None req-cc879605-565e-4393-af49-f6fda5944ee1 12740283d0d84b129f84d22f71d096e3 4aac235a2ef243648052d3ddc5dd35b1 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-07 16:54:37.558 8 INFO neutron.api.v2.resource [None req-cc879605-565e-4393-af49-f6fda5944ee1 12740283d0d84b129f84d22f71d096e3 4aac235a2ef243648052d3ddc5dd35b1 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1478/2823] 10.0.0.78 () {34 vars in 680 bytes} [Thu May 7 16:54:37 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-07 16:54:37.747 7 INFO neutron.services.segments.plugin [-] Segment 7defedaf-ea80-4239-8611-9e8afdfa8cad resource provider aggregate not found 2026-05-07 16:54:37.752 7 INFO neutron.services.segments.plugin [-] Segment 7defedaf-ea80-4239-8611-9e8afdfa8cad resource provider aggregate not found 2026-05-07 16:54:37.766 7 INFO neutron.services.segments.plugin [-] Segment 7defedaf-ea80-4239-8611-9e8afdfa8cad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7defedaf-ea80-4239-8611-9e8afdfa8cad found for delete ", "request_id": "req-c65f3693-8cc3-4aba-9ad3-eef258ee60ad"}]} 2026-05-07 16:54:37.767 7 INFO neutron.services.segments.plugin [-] Segment 7defedaf-ea80-4239-8611-9e8afdfa8cad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7defedaf-ea80-4239-8611-9e8afdfa8cad found for delete ", "request_id": "req-2bcb228a-5fe0-40dc-b43a-4e865c6c2482"}]} [pid: 7|app: 0|req: 1346/2824] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:54:37 2026] DELETE /v2.0/networks/2d358621-7000-429a-90aa-a26278680564 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:54:37.864 8 INFO neutron.db.segments_db [None req-9e276eb8-4034-4627-be9d-8347a58ea1bc 12740283d0d84b129f84d22f71d096e3 4aac235a2ef243648052d3ddc5dd35b1 - - default default] Added segment 88bec9af-45b2-429b-aa4f-39921403b07d of type vxlan for network 09414abe-9565-407c-b605-f3e8f68348a1 [pid: 8|app: 0|req: 1479/2825] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:54:37 2026] POST /v2.0/networks => generated 708 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2826] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:54:37 2026] POST /v2.0/subnets => generated 647 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:54:38.140 8 WARNING neutron.api.v2.base [None req-08857660-8a2b-4ffb-98df-663f62d9a517 12740283d0d84b129f84d22f71d096e3 4aac235a2ef243648052d3ddc5dd35b1 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-07 16:54:38.141 8 INFO neutron.api.v2.resource [None req-08857660-8a2b-4ffb-98df-663f62d9a517 12740283d0d84b129f84d22f71d096e3 4aac235a2ef243648052d3ddc5dd35b1 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1480/2827] 10.0.0.78 () {34 vars in 680 bytes} [Thu May 7 16:54:38 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2828] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:54:38 2026] DELETE /v2.0/networks/09414abe-9565-407c-b605-f3e8f68348a1 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:54:38.385 8 INFO neutron.db.segments_db [None req-89ce0311-9dde-40ad-8732-506b20d7aed5 12740283d0d84b129f84d22f71d096e3 4aac235a2ef243648052d3ddc5dd35b1 - - default default] Added segment 80f61091-85b8-4d48-82d4-8f59d2f89c48 of type vxlan for network 7cc11f19-ff34-4597-944d-79ee0959dd8a [pid: 8|app: 0|req: 1481/2829] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:54:38 2026] POST /v2.0/networks => generated 708 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2830] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:54:38 2026] POST /v2.0/subnets => generated 647 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2831] 10.0.0.78 () {34 vars in 680 bytes} [Thu May 7 16:54:38 2026] POST /v2.0/rbac-policies => generated 324 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2832] 10.0.0.78 () {32 vars in 722 bytes} [Thu May 7 16:54:39 2026] GET /v2.0/networks/7cc11f19-ff34-4597-944d-79ee0959dd8a => generated 655 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:54:39.678 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f7de29f-e548-41ef-a4b4-ea740143322f e07dbefd7cd341e78933341f8320fa43 6da04cf2fa394d79bfba57a6e3099ce8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1352/2835] 10.0.0.78 () {32 vars in 722 bytes} [Thu May 7 16:54:39 2026] GET /v2.0/networks/7cc11f19-ff34-4597-944d-79ee0959dd8a => generated 138 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:54:39.787 7 INFO neutron.services.segments.plugin [-] Segment 88bec9af-45b2-429b-aa4f-39921403b07d resource provider aggregate not found 2026-05-07 16:54:39.792 7 INFO neutron.services.segments.plugin [-] Segment 88bec9af-45b2-429b-aa4f-39921403b07d resource provider aggregate not found 2026-05-07 16:54:39.799 7 INFO neutron.services.segments.plugin [-] Segment 88bec9af-45b2-429b-aa4f-39921403b07d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88bec9af-45b2-429b-aa4f-39921403b07d found for delete ", "request_id": "req-839f5b5d-4d28-420c-ac9a-160ca9588d2f"}]} 2026-05-07 16:54:39.805 7 INFO neutron.services.segments.plugin [-] Segment 88bec9af-45b2-429b-aa4f-39921403b07d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88bec9af-45b2-429b-aa4f-39921403b07d found for delete ", "request_id": "req-6a5a0dfa-cc8a-4913-8e5b-b09364a26224"}]} 2026-05-07 16:54:39.873 8 INFO neutron.services.segments.plugin [-] Segment 80f61091-85b8-4d48-82d4-8f59d2f89c48 resource provider aggregate not found 2026-05-07 16:54:39.876 8 INFO neutron.services.segments.plugin [-] Segment 80f61091-85b8-4d48-82d4-8f59d2f89c48 resource provider aggregate not found 2026-05-07 16:54:39.893 8 INFO neutron.services.segments.plugin [-] Segment 80f61091-85b8-4d48-82d4-8f59d2f89c48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80f61091-85b8-4d48-82d4-8f59d2f89c48 found for delete ", "request_id": "req-45322f9a-d8fc-42db-af9f-751b5f17feeb"}]} 2026-05-07 16:54:39.894 8 INFO neutron.services.segments.plugin [-] Segment 80f61091-85b8-4d48-82d4-8f59d2f89c48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80f61091-85b8-4d48-82d4-8f59d2f89c48 found for delete ", "request_id": "req-37666d94-a397-4ed9-8974-4d54e5f12e82"}]} [pid: 8|app: 0|req: 1484/2836] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:54:39 2026] DELETE /v2.0/networks/7cc11f19-ff34-4597-944d-79ee0959dd8a => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:54:39.928 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e6968190-13e6-4e6d-9313-6eb9bc9bdf09 12740283d0d84b129f84d22f71d096e3 4aac235a2ef243648052d3ddc5dd35b1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1353/2837] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:54:39 2026] DELETE /v2.0/subnets/c11ac94d-77b8-4c36-9e05-3ad5b267f9d2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:54:39.952 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a256be8d-7d3a-4695-8944-df00f285b70d 12740283d0d84b129f84d22f71d096e3 4aac235a2ef243648052d3ddc5dd35b1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1485/2838] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:54:39 2026] DELETE /v2.0/subnets/bacf7603-a9f7-4446-9ca9-1576bb3ad7ce => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:54:39.979 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc0635c7-536b-4ebd-ba5e-630bf3022cac 12740283d0d84b129f84d22f71d096e3 4aac235a2ef243648052d3ddc5dd35b1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1354/2839] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:54:39 2026] DELETE /v2.0/subnets/7a05b6c7-d02a-4594-af60-aff3dd743008 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2840] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:54:40 2026] GET /v2.0/security-groups?tenant_id=4aac235a2ef243648052d3ddc5dd35b1&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2841] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:54:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2842] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:54:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2843] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:54:40 2026] DELETE /v2.0/security-groups/09ff43be-1fc3-469f-a56c-087e73a703c4 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2844] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:54:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2845] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:54:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2846] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:41 2026] GET /v2.0/subnets/fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2847] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:41 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 5376 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2848] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:54:41 2026] GET /v2.0/security-groups?tenant_id=76f103801cc949d5b497c2a5f3117270&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2849] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:54:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2850] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:54:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2851] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:54:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2852] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:54:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2853] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:54:41 2026] DELETE /v2.0/security-groups/cb5188b9-22e2-4e1b-86d9-f2b8227a36ec => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2854] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:41 2026] GET /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2855] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:54:41 2026] GET /v2.0/security-groups?tenant_id=6da04cf2fa394d79bfba57a6e3099ce8&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2856] 199.204.45.244 () {34 vars in 790 bytes} [Thu May 7 16:54:41 2026] PUT /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 1255 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2857] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:54:41 2026] DELETE /v2.0/security-groups/8459a0b1-493a-401f-98ae-16864deada08 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:54:41.738 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c6ea3fc-869a-4f8a-b2b1-2203525f5ceb'] response: {'name': 'network-changed', 'server_uuid': '581b620d-e3bf-47e3-bbf0-ac2cebe691d3', 'tag': '7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1360/2858] 199.204.45.244 () {30 vars in 743 bytes} [Thu May 7 16:54:41 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 797 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2859] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:41 2026] GET /v2.0/subnets/a3cf5604-842c-4ab1-9302-8afd81b1d32a => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2860] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:41 2026] GET /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2861] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:54:42 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 5147 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2862] 199.204.45.244 () {34 vars in 789 bytes} [Thu May 7 16:54:41 2026] PUT /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 1080 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1363/2863] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:54:42 2026] GET /v2.0/networks?id=0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:54:42.384 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0dc96034-7622-4160-9436-a151f22a9f9e'] response: {'name': 'network-changed', 'server_uuid': '581b620d-e3bf-47e3-bbf0-ac2cebe691d3', 'tag': '7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1501/2864] 199.204.45.244 () {30 vars in 743 bytes} [Thu May 7 16:54:42 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2865] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:54:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.154&port_id=7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2866] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:54:42 2026] GET /v2.0/subnets?id=a3cf5604-842c-4ab1-9302-8afd81b1d32a => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2867] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:42 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 4972 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2868] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:42 2026] GET /v2.0/ports?network_id=0d8c92c2-42af-4427-b2da-3be064c6c673&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2869] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:42 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2870] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:42 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2871] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:42 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 4972 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2872] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:43 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 4972 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2873] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:54:43 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 4972 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2874] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:54:43 2026] GET /v2.0/networks?id=0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2875] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:43 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2876] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:43 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2877] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:44 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 4972 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2878] 199.204.45.244 () {34 vars in 975 bytes} [Thu May 7 16:54:44 2026] GET /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2879] 199.204.45.244 () {34 vars in 1060 bytes} [Thu May 7 16:54:44 2026] GET /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2880] 199.204.45.244 () {34 vars in 1016 bytes} [Thu May 7 16:54:44 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2881] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:54:45 2026] PUT /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 917 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2882] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:45 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 3864 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:54:45.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-79e55277-c03e-48f6-9ab8-3390139fb3ea bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc 2026-05-07 16:54:45.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79e55277-c03e-48f6-9ab8-3390139fb3ea bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1374/2883] 199.204.45.244 () {32 vars in 759 bytes} [Thu May 7 16:54:45 2026] DELETE /v2.0/ports/7a6b7c9f-9a93-41d2-b2e8-e0f6893364fc => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:54:46.069 8 INFO neutron.db.segments_db [None req-a0cc6cd0-7085-494d-b807-83b85b3332be 86f40afff3c449dab468d486922364a5 cba3032ce23245cabec206130406769b - - default default] Added segment 66d625f2-fcbf-42be-88fe-f8a3387e20a6 of type vxlan for network a4e76e9a-eb9d-45aa-8098-dd80f8d59cf1 [pid: 7|app: 0|req: 1375/2884] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2885] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2886] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2887] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2888] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:54:45 2026] POST /v2.0/networks => generated 612 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2889] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2890] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2891] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1345 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2892] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2893] 199.204.45.244 () {30 vars in 743 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2894] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2895] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2896] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:54:46 2026] POST /v2.0/subnets => generated 626 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 16:54:46.517 7 INFO neutron.db.segments_db [None req-c89dea91-6054-4a70-87db-1c3103ee85c8 86f40afff3c449dab468d486922364a5 cba3032ce23245cabec206130406769b - - default default] Added segment 3d2d248e-d0ed-4ea9-bf4c-b0a74bd4618d of type vxlan for network c4ad3844-d3eb-4ac9-acc3-f541c5bd23de [pid: 7|app: 0|req: 1386/2897] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:54:46 2026] POST /v2.0/networks => generated 613 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2898] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:54:46 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2899] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 3864 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:54:46.881 8 INFO neutron.db.segments_db [None req-e01020b1-9821-4a50-9fb2-eac60de09d58 86f40afff3c449dab468d486922364a5 cba3032ce23245cabec206130406769b - - default default] Added segment 237d3766-cc34-44d5-843b-d214050444bc of type vxlan for network c0c3eacb-45c7-40fb-a925-24137f3e651b [pid: 7|app: 0|req: 1388/2900] 199.204.45.244 () {34 vars in 1226 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/networks?id=6ffd7560-773c-4fff-890b-657c2ca6d262&id=dd28ab98-d4a0-456a-9ceb-50c111ea7726&id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&id=0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 3097 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2901] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:54:46 2026] POST /v2.0/networks => generated 613 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2902] 199.204.45.244 () {34 vars in 1062 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.139&port_id=f0efcbe0-d951-43a3-9922-47c66d47028a => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2903] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:54:46 2026] GET /v2.0/subnets?id=04cd3124-15b9-4193-95f8-412e763dbe02 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2904] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/ports?network_id=6ffd7560-773c-4fff-890b-657c2ca6d262&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2905] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2906] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2907] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:54:46 2026] POST /v2.0/subnets => generated 629 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2908] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=6a32abce-7004-404f-a65a-962d519bf857 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2909] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/subnets?id=65c0db75-0598-49c9-9836-148323edba0e => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:54:47.192 8 INFO neutron.db.segments_db [None req-cd4aa0c9-23a4-44fc-a28c-037ac1a1a551 86f40afff3c449dab468d486922364a5 cba3032ce23245cabec206130406769b - - default default] Added segment d83b25cd-64f2-4ab8-a940-dca568a4b595 of type vxlan for network f7466d5a-ae84-416d-8656-792a42d057d4 [pid: 7|app: 0|req: 1396/2910] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/ports?network_id=dd28ab98-d4a0-456a-9ceb-50c111ea7726&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2911] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2912] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:54:47 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2913] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2914] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.22&port_id=dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2915] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/subnets?id=fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2916] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2917] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2918] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:54:47 2026] POST /v2.0/subnets => generated 629 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2919] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:47 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:54:47.595 8 INFO neutron.db.segments_db [None req-1d44dc86-24f0-4266-9dfb-6a270cda1723 86f40afff3c449dab468d486922364a5 cba3032ce23245cabec206130406769b - - default default] Added segment 7563f5f4-8737-428f-bc74-412654148a3d of type vxlan for network ee87f6eb-d9d1-496d-9479-e6c691365301 [pid: 8|app: 0|req: 1517/2920] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:54:47 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2921] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:54:47 2026] POST /v2.0/subnets => generated 629 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2922] 10.0.0.78 () {34 vars in 750 bytes} [Thu May 7 16:54:47 2026] PUT /v2.0/subnets/e8f63a15-8525-472d-8bc8-ceb4943cf8c6/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2923] 10.0.0.78 () {34 vars in 750 bytes} [Thu May 7 16:54:48 2026] PUT /v2.0/subnets/09b2509b-abbc-4a0e-a829-b4ff7db94f11/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2924] 10.0.0.78 () {34 vars in 750 bytes} [Thu May 7 16:54:48 2026] PUT /v2.0/subnets/571a277d-1f23-4cac-bdaf-a099df5a2e81/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2925] 10.0.0.78 () {34 vars in 750 bytes} [Thu May 7 16:54:48 2026] PUT /v2.0/subnets/06be609d-29b6-44a8-824f-6788dd736813/tags => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2926] 10.0.0.78 () {32 vars in 663 bytes} [Thu May 7 16:54:48 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2927] 10.0.0.78 () {32 vars in 677 bytes} [Thu May 7 16:54:48 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2928] 10.0.0.78 () {32 vars in 673 bytes} [Thu May 7 16:54:48 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2929] 10.0.0.78 () {32 vars in 685 bytes} [Thu May 7 16:54:48 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2930] 10.0.0.78 () {32 vars in 671 bytes} [Thu May 7 16:54:48 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2931] 10.0.0.78 () {32 vars in 685 bytes} [Thu May 7 16:54:48 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2932] 10.0.0.78 () {32 vars in 681 bytes} [Thu May 7 16:54:48 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2933] 10.0.0.78 () {32 vars in 693 bytes} [Thu May 7 16:54:48 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2934] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:54:48 2026] DELETE /v2.0/subnets/e8f63a15-8525-472d-8bc8-ceb4943cf8c6 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2935] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:54:48 2026] DELETE /v2.0/subnets/09b2509b-abbc-4a0e-a829-b4ff7db94f11 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2936] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:54:49 2026] DELETE /v2.0/subnets/571a277d-1f23-4cac-bdaf-a099df5a2e81 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2937] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:54:49 2026] DELETE /v2.0/subnets/06be609d-29b6-44a8-824f-6788dd736813 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2938] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:54:49 2026] DELETE /v2.0/subnets/4d10f27d-1cd2-4aa0-bfdb-4ee1c12364ad => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:54:49.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf4c8e97-3012-4576-8227-1ff443617435 86f40afff3c449dab468d486922364a5 cba3032ce23245cabec206130406769b - - default default] TaaS: Handle Delete Port: ad06899b-65ba-46fa-9b9d-4e6711909111 2026-05-07 16:54:49.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf4c8e97-3012-4576-8227-1ff443617435 86f40afff3c449dab468d486922364a5 cba3032ce23245cabec206130406769b - - default default] Tap Mirror: Handle Delete Port: ad06899b-65ba-46fa-9b9d-4e6711909111 2026-05-07 16:54:49.653 7 INFO neutron.services.segments.plugin [-] Segment 66d625f2-fcbf-42be-88fe-f8a3387e20a6 resource provider aggregate not found 2026-05-07 16:54:49.659 7 INFO neutron.services.segments.plugin [-] Segment 66d625f2-fcbf-42be-88fe-f8a3387e20a6 resource provider aggregate not found 2026-05-07 16:54:49.675 7 INFO neutron.services.segments.plugin [-] Segment 66d625f2-fcbf-42be-88fe-f8a3387e20a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66d625f2-fcbf-42be-88fe-f8a3387e20a6 found for delete ", "request_id": "req-cbfba5c7-6c06-4510-9012-5384cb281bee"}]} 2026-05-07 16:54:49.676 7 INFO neutron.services.segments.plugin [-] Segment 66d625f2-fcbf-42be-88fe-f8a3387e20a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66d625f2-fcbf-42be-88fe-f8a3387e20a6 found for delete ", "request_id": "req-f4d1f899-32df-490f-8eba-bf86752a2bb4"}]} [pid: 7|app: 0|req: 1413/2939] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:54:49 2026] DELETE /v2.0/networks/a4e76e9a-eb9d-45aa-8098-dd80f8d59cf1 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:54:49.816 8 INFO neutron.services.segments.plugin [-] Segment 3d2d248e-d0ed-4ea9-bf4c-b0a74bd4618d resource provider aggregate not found 2026-05-07 16:54:49.825 8 INFO neutron.services.segments.plugin [-] Segment 3d2d248e-d0ed-4ea9-bf4c-b0a74bd4618d resource provider aggregate not found 2026-05-07 16:54:49.843 8 INFO neutron.services.segments.plugin [-] Segment 3d2d248e-d0ed-4ea9-bf4c-b0a74bd4618d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d2d248e-d0ed-4ea9-bf4c-b0a74bd4618d found for delete ", "request_id": "req-25fb27cb-cdd9-4502-81da-263a03b57e1d"}]} 2026-05-07 16:54:49.845 8 INFO neutron.services.segments.plugin [-] Segment 3d2d248e-d0ed-4ea9-bf4c-b0a74bd4618d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d2d248e-d0ed-4ea9-bf4c-b0a74bd4618d found for delete ", "request_id": "req-d03e0dc7-f5db-4fca-b923-c2a68ec2f019"}]} [pid: 8|app: 0|req: 1527/2940] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:54:49 2026] DELETE /v2.0/networks/c4ad3844-d3eb-4ac9-acc3-f541c5bd23de => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2941] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:54:49 2026] DELETE /v2.0/networks/c0c3eacb-45c7-40fb-a925-24137f3e651b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2942] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:54:49 2026] DELETE /v2.0/networks/f7466d5a-ae84-416d-8656-792a42d057d4 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2943] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:54:50 2026] DELETE /v2.0/networks/ee87f6eb-d9d1-496d-9479-e6c691365301 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2944] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/security-groups?tenant_id=5bc6661f90114bdeb4f588bc9828188a&name=default => generated 2929 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2945] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2946] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2947] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2948] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2949] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:54:51 2026] DELETE /v2.0/security-groups/6d19224b-cd8b-4fff-839a-83e84dcab37a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2950] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 3864 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2951] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2952] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2953] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2954] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2955] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/security-groups?tenant_id=c20ede02213e4f6dafba1879bf674673&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2956] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 1287 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:54:51.705 7 INFO neutron.services.segments.plugin [-] Segment 237d3766-cc34-44d5-843b-d214050444bc resource provider aggregate not found 2026-05-07 16:54:51.711 7 INFO neutron.services.segments.plugin [-] Segment 237d3766-cc34-44d5-843b-d214050444bc resource provider aggregate not found 2026-05-07 16:54:51.731 7 INFO neutron.services.segments.plugin [-] Segment 237d3766-cc34-44d5-843b-d214050444bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 237d3766-cc34-44d5-843b-d214050444bc found for delete ", "request_id": "req-ee906335-e3f2-4062-90f7-b5c8a257198f"}]} 2026-05-07 16:54:51.734 7 INFO neutron.services.segments.plugin [-] Segment 237d3766-cc34-44d5-843b-d214050444bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 237d3766-cc34-44d5-843b-d214050444bc found for delete ", "request_id": "req-e9c6e1f5-b877-473f-936d-0782bcb12ceb"}]} 2026-05-07 16:54:51.749 7 INFO neutron.services.segments.plugin [-] Segment 7563f5f4-8737-428f-bc74-412654148a3d resource provider aggregate not found 2026-05-07 16:54:51.753 7 INFO neutron.services.segments.plugin [-] Segment 7563f5f4-8737-428f-bc74-412654148a3d resource provider aggregate not found 2026-05-07 16:54:51.765 7 INFO neutron.services.segments.plugin [-] Segment 7563f5f4-8737-428f-bc74-412654148a3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7563f5f4-8737-428f-bc74-412654148a3d found for delete ", "request_id": "req-c19b13f0-b194-472d-afa4-cf02baf08eaa"}]} 2026-05-07 16:54:51.768 7 INFO neutron.services.segments.plugin [-] Segment 7563f5f4-8737-428f-bc74-412654148a3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7563f5f4-8737-428f-bc74-412654148a3d found for delete ", "request_id": "req-85c1b25d-6884-453a-b21f-4eb0b44fd4f4"}]} [pid: 7|app: 0|req: 1418/2957] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:54:51 2026] DELETE /v2.0/security-groups/f8952495-bf00-4830-8e8d-dad13a147442 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:54:51.867 8 INFO neutron.services.segments.plugin [-] Segment d83b25cd-64f2-4ab8-a940-dca568a4b595 resource provider aggregate not found 2026-05-07 16:54:51.868 8 INFO neutron.services.segments.plugin [-] Segment d83b25cd-64f2-4ab8-a940-dca568a4b595 resource provider aggregate not found 2026-05-07 16:54:51.885 8 INFO neutron.services.segments.plugin [-] Segment d83b25cd-64f2-4ab8-a940-dca568a4b595 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d83b25cd-64f2-4ab8-a940-dca568a4b595 found for delete ", "request_id": "req-b1f7223f-11cc-4891-a2f6-690ccc452a39"}]} 2026-05-07 16:54:51.893 8 INFO neutron.services.segments.plugin [-] Segment d83b25cd-64f2-4ab8-a940-dca568a4b595 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d83b25cd-64f2-4ab8-a940-dca568a4b595 found for delete ", "request_id": "req-2ad91cec-ea7c-4a28-9ee6-6c9fc6474f0b"}]} [pid: 8|app: 0|req: 1540/2958] 199.204.45.244 () {34 vars in 789 bytes} [Thu May 7 16:54:51 2026] PUT /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 1080 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2959] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:54:51 2026] GET /v2.0/security-groups?tenant_id=cba3032ce23245cabec206130406769b&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:54:52.044 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c14e3e0-8266-4ee9-8fa7-23b10a8f741e'] response: {'name': 'network-changed', 'server_uuid': '581b620d-e3bf-47e3-bbf0-ac2cebe691d3', 'tag': 'dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1541/2960] 199.204.45.244 () {30 vars in 743 bytes} [Thu May 7 16:54:52 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 798 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2961] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:52 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 3693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2962] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:54:52 2026] DELETE /v2.0/security-groups/57a88803-635b-4db1-a527-fd0a8f0e2ed5 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2963] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:52 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 3693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2964] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:54:52 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 3693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2965] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:54:52 2026] GET /v2.0/networks?id=105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2966] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:52 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2967] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:52 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2968] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:53 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 3693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2969] 199.204.45.244 () {34 vars in 975 bytes} [Thu May 7 16:54:54 2026] GET /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 1116 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2970] 199.204.45.244 () {34 vars in 1060 bytes} [Thu May 7 16:54:54 2026] GET /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2971] 199.204.45.244 () {34 vars in 1016 bytes} [Thu May 7 16:54:54 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2972] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:54 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 3693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2975] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:54:54 2026] PUT /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 917 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1549/2976] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:54:55 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 2585 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:54:55.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-4520e4ce-0b35-4df8-92f5-6bcba4d389de bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e 2026-05-07 16:54:55.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4520e4ce-0b35-4df8-92f5-6bcba4d389de bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e [pid: 8|app: 0|req: 1550/2977] 199.204.45.244 () {32 vars in 759 bytes} [Thu May 7 16:54:55 2026] DELETE /v2.0/ports/dc181c02-ba06-4ab9-9f12-3b6f4dc5a75e => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:54:55.626 7 INFO neutron.db.segments_db [None req-352c7982-fe39-4ab9-8a33-7199d956cf68 cfde4dc4b5b947d092bc65f6446d9cf5 6ca3f93707b3410bb861bae0636844c1 - - default default] Added segment aa9021ec-11d6-4030-8e98-d35eb10749e3 of type vxlan for network c8540d9e-e85a-4375-8a92-1922c8c3cad0 [pid: 7|app: 0|req: 1428/2978] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:54:55 2026] POST /v2.0/networks => generated 612 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2979] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:54:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2980] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:54:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2981] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:54:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2982] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:54:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2983] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:55 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2984] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:55 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2985] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:55 2026] GET /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1345 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2986] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:55 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2987] 199.204.45.244 () {30 vars in 743 bytes} [Thu May 7 16:54:55 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2988] 10.0.0.78 () {34 vars in 663 bytes} [Thu May 7 16:54:55 2026] POST /v2.0/ports => generated 743 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2989] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:54:55 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1561/2990] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2991] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 2585 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2992] 10.0.0.78 () {34 vars in 746 bytes} [Thu May 7 16:54:56 2026] PUT /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1563/2993] 10.0.0.78 () {32 vars in 726 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1431/2994] 199.204.45.244 () {34 vars in 1146 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/networks?id=6ffd7560-773c-4fff-890b-657c2ca6d262&id=dd28ab98-d4a0-456a-9ceb-50c111ea7726&id=105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 2311 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2995] 199.204.45.244 () {34 vars in 1062 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.139&port_id=f0efcbe0-d951-43a3-9922-47c66d47028a => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2996] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/subnets?id=04cd3124-15b9-4193-95f8-412e763dbe02 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2997] 10.0.0.78 () {34 vars in 757 bytes} [Thu May 7 16:54:56 2026] PUT /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags/green => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1434/2998] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/ports?network_id=6ffd7560-773c-4fff-890b-657c2ca6d262&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/2999] 10.0.0.78 () {32 vars in 726 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1435/3000] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3001] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3002] 10.0.0.78 () {34 vars in 753 bytes} [Thu May 7 16:54:56 2026] PUT /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags/red => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1437/3003] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=6a32abce-7004-404f-a65a-962d519bf857 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3004] 10.0.0.78 () {32 vars in 726 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3005] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/subnets?id=65c0db75-0598-49c9-9836-148323edba0e => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1439/3006] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/ports?network_id=dd28ab98-d4a0-456a-9ceb-50c111ea7726&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3007] 10.0.0.78 () {34 vars in 775 bytes} [Thu May 7 16:54:56 2026] PUT /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags/black.or.white => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1440/3008] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3009] 10.0.0.78 () {32 vars in 726 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1441/3010] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3011] 10.0.0.78 () {34 vars in 746 bytes} [Thu May 7 16:54:56 2026] PUT /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3012] 10.0.0.78 () {32 vars in 726 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1571/3013] 10.0.0.78 () {32 vars in 734 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:54:56.851 7 INFO neutron.api.v2.resource [None req-fef62b65-5af4-4b13-be88-936a616068ce cfde4dc4b5b947d092bc65f6446d9cf5 6ca3f93707b3410bb861bae0636844c1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1443/3014] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1572/3015] 10.0.0.78 () {32 vars in 737 bytes} [Thu May 7 16:54:56 2026] DELETE /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags/red => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1444/3016] 10.0.0.78 () {32 vars in 726 bytes} [Thu May 7 16:54:56 2026] GET /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:54:57.063 8 INFO neutron.api.v2.resource [None req-766b9a42-38f0-4e29-b82a-8d0970eb83da cfde4dc4b5b947d092bc65f6446d9cf5 6ca3f93707b3410bb861bae0636844c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3017] 10.0.0.78 () {32 vars in 741 bytes} [Thu May 7 16:54:57 2026] DELETE /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1445/3018] 10.0.0.78 () {32 vars in 729 bytes} [Thu May 7 16:54:57 2026] DELETE /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1574/3019] 10.0.0.78 () {32 vars in 726 bytes} [Thu May 7 16:54:57 2026] GET /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:54:57.316 7 INFO neutron_taas.services.taas.taas_plugin [None req-7505c1fc-7a53-4089-b27b-e3a1827055a1 cfde4dc4b5b947d092bc65f6446d9cf5 6ca3f93707b3410bb861bae0636844c1 - - default default] TaaS: Handle Delete Port: 962d3a5e-b156-48a6-a2d4-8f5d4dd9f472 2026-05-07 16:54:57.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7505c1fc-7a53-4089-b27b-e3a1827055a1 cfde4dc4b5b947d092bc65f6446d9cf5 6ca3f93707b3410bb861bae0636844c1 - - default default] Tap Mirror: Handle Delete Port: 962d3a5e-b156-48a6-a2d4-8f5d4dd9f472 [pid: 7|app: 0|req: 1446/3020] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:54:57 2026] DELETE /v2.0/ports/962d3a5e-b156-48a6-a2d4-8f5d4dd9f472 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:54:57.529 8 INFO neutron.services.segments.plugin [-] Segment aa9021ec-11d6-4030-8e98-d35eb10749e3 resource provider aggregate not found 2026-05-07 16:54:57.543 8 INFO neutron.services.segments.plugin [-] Segment aa9021ec-11d6-4030-8e98-d35eb10749e3 resource provider aggregate not found 2026-05-07 16:54:57.555 8 INFO neutron.services.segments.plugin [-] Segment aa9021ec-11d6-4030-8e98-d35eb10749e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa9021ec-11d6-4030-8e98-d35eb10749e3 found for delete ", "request_id": "req-502ab517-f106-4da3-ad02-4e422aba1e43"}]} [pid: 8|app: 0|req: 1575/3021] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:54:57 2026] DELETE /v2.0/networks/c8540d9e-e85a-4375-8a92-1922c8c3cad0 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:54:57.573 8 INFO neutron.services.segments.plugin [-] Segment aa9021ec-11d6-4030-8e98-d35eb10749e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa9021ec-11d6-4030-8e98-d35eb10749e3 found for delete ", "request_id": "req-4ca14bc2-f9f3-499f-9d62-e09790c579da"}]} [pid: 7|app: 0|req: 1447/3022] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:54:58 2026] GET /v2.0/security-groups?tenant_id=6ca3f93707b3410bb861bae0636844c1&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3023] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:54:58 2026] DELETE /v2.0/security-groups/9e0db5ca-0f27-4e3a-8f8a-d3932c9ce00c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3024] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:54:58 2026] GET /v2.0/security-groups?tenant_id=a4f53c28be894faa8a5c7c2a8e931d5e&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3025] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:54:58 2026] DELETE /v2.0/security-groups/4159689a-fe39-4af5-860d-45d9fdb591b5 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3026] 10.0.0.78 () {34 vars in 677 bytes} [Thu May 7 16:55:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3027] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:55:02 2026] PUT /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3028] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:55:02 2026] GET /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3029] 10.0.0.78 () {34 vars in 763 bytes} [Thu May 7 16:55:02 2026] PUT /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3030] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:55:02 2026] GET /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3031] 10.0.0.78 () {34 vars in 759 bytes} [Thu May 7 16:55:02 2026] PUT /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3032] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:55:02 2026] GET /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3033] 10.0.0.78 () {34 vars in 781 bytes} [Thu May 7 16:55:02 2026] PUT /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3034] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:55:02 2026] GET /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3035] 10.0.0.78 () {34 vars in 752 bytes} [Thu May 7 16:55:02 2026] PUT /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3036] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:55:02 2026] GET /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3037] 10.0.0.78 () {32 vars in 740 bytes} [Thu May 7 16:55:02 2026] GET /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:02.719 7 INFO neutron.api.v2.resource [None req-0169e22c-bdc7-4a8c-8fc4-09914e9efde8 f3cf01ade2f14acda94085e9de28a72c 2afdbe62861a43b1aecd06a9bcce8a76 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1455/3038] 10.0.0.78 () {32 vars in 744 bytes} [Thu May 7 16:55:02 2026] GET /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3039] 10.0.0.78 () {32 vars in 743 bytes} [Thu May 7 16:55:02 2026] DELETE /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3040] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:55:02 2026] GET /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:55:02.845 8 INFO neutron.api.v2.resource [None req-8bcb13af-e74b-4797-849d-00a7b07900df f3cf01ade2f14acda94085e9de28a72c 2afdbe62861a43b1aecd06a9bcce8a76 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3041] 10.0.0.78 () {32 vars in 747 bytes} [Thu May 7 16:55:02 2026] DELETE /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3042] 10.0.0.78 () {32 vars in 735 bytes} [Thu May 7 16:55:02 2026] DELETE /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3043] 10.0.0.78 () {32 vars in 732 bytes} [Thu May 7 16:55:02 2026] GET /v2.0/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3044] 10.0.0.78 () {32 vars in 733 bytes} [Thu May 7 16:55:02 2026] DELETE /v2.0/qos/policies/370b22e2-e3d8-4f11-9d54-a23762759cbb => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3045] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:03 2026] GET /v2.0/security-groups?tenant_id=a26f32963c0e4f1a9fc2c4f31872eae1&name=default => generated 2929 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3046] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:03 2026] DELETE /v2.0/security-groups/63b31172-0a0b-4ce6-89d6-990b4e5daa3a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3047] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:04 2026] GET /v2.0/security-groups?tenant_id=2afdbe62861a43b1aecd06a9bcce8a76&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3048] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:04 2026] DELETE /v2.0/security-groups/f1b9679c-a14d-46ff-8099-be4c148cb764 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3049] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:55:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3050] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:55:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3051] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:55:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3052] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:55:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:55:07.825 8 INFO neutron.db.segments_db [None req-b73bb1d5-0496-4aed-8dbb-4ec43dcf04ce fd404c313d7f4c53b268b9f4716e0656 dce262135dba41be9d437d92dffa13fa - - default default] Added segment cf8639b0-7301-4aeb-991c-de765266b188 of type vxlan for network aeafe69e-c98d-4c68-84bc-0cae465ba9e4 2026-05-07 16:55:07.834 7 INFO neutron.api.v2.resource [None req-cea7e563-2853-4ed8-a61b-d21a94a837c1 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1465/3053] 199.204.45.244 () {30 vars in 763 bytes} [Thu May 7 16:55:07 2026] GET /v2.0/security-groups/lb-d858a493-f388-42f4-8834-93b4b55fe2d4 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3054] 199.204.45.244 () {30 vars in 785 bytes} [Thu May 7 16:55:07 2026] GET /v2.0/security-groups?name=lb-d858a493-f388-42f4-8834-93b4b55fe2d4 => generated 2865 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3055] 199.204.45.244 () {30 vars in 815 bytes} [Thu May 7 16:55:07 2026] GET /v2.0/security-group-rules?security_group_id=1fe23a59-b526-4df1-b525-a69d2e7a2f74 => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3056] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:55:07 2026] POST /v2.0/networks => generated 613 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3057] 199.204.45.244 () {32 vars in 789 bytes} [Thu May 7 16:55:07 2026] DELETE /v2.0/security-group-rules/5c84c9d9-8b55-4bf7-9fea-e0729f6cdd2b => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3058] 199.204.45.244 () {32 vars in 789 bytes} [Thu May 7 16:55:08 2026] DELETE /v2.0/security-group-rules/b17060c9-f25a-4048-85e7-ac05f2743e1a => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3059] 10.0.0.78 () {34 vars in 668 bytes} [Thu May 7 16:55:07 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3060] 10.0.0.78 () {34 vars in 750 bytes} [Thu May 7 16:55:08 2026] PUT /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3061] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:55:08 2026] GET /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3062] 10.0.0.78 () {34 vars in 761 bytes} [Thu May 7 16:55:08 2026] PUT /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3063] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:55:08 2026] GET /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3064] 10.0.0.78 () {34 vars in 757 bytes} [Thu May 7 16:55:08 2026] PUT /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3065] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:55:08 2026] GET /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3066] 10.0.0.78 () {34 vars in 779 bytes} [Thu May 7 16:55:08 2026] PUT /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags/black.or.white => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3067] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:55:08 2026] GET /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3068] 10.0.0.78 () {34 vars in 750 bytes} [Thu May 7 16:55:08 2026] PUT /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags => generated 37 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3069] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:55:08 2026] GET /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3070] 10.0.0.78 () {32 vars in 738 bytes} [Thu May 7 16:55:08 2026] GET /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:08.868 7 INFO neutron.api.v2.resource [None req-a04c7d5f-1f46-4835-9c6d-7d866a15f277 fd404c313d7f4c53b268b9f4716e0656 dce262135dba41be9d437d92dffa13fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1474/3071] 10.0.0.78 () {32 vars in 742 bytes} [Thu May 7 16:55:08 2026] GET /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3072] 10.0.0.78 () {32 vars in 741 bytes} [Thu May 7 16:55:08 2026] DELETE /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3073] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:55:08 2026] GET /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:55:09.018 8 INFO neutron.api.v2.resource [None req-f043c378-8891-403d-9601-f569e0f609c3 fd404c313d7f4c53b268b9f4716e0656 dce262135dba41be9d437d92dffa13fa - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3074] 10.0.0.78 () {32 vars in 745 bytes} [Thu May 7 16:55:08 2026] DELETE /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3075] 10.0.0.78 () {32 vars in 733 bytes} [Thu May 7 16:55:09 2026] DELETE /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3076] 10.0.0.78 () {32 vars in 730 bytes} [Thu May 7 16:55:09 2026] GET /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3077] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:55:09 2026] DELETE /v2.0/subnets/75df16b1-51b5-4469-84b6-f0b41dbe3be3 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:09.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7902f7e-e687-4434-98d2-0719a8d47483 fd404c313d7f4c53b268b9f4716e0656 dce262135dba41be9d437d92dffa13fa - - default default] TaaS: Handle Delete Port: 87fc9df6-c501-4853-a0ca-a8a038a37727 2026-05-07 16:55:09.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7902f7e-e687-4434-98d2-0719a8d47483 fd404c313d7f4c53b268b9f4716e0656 dce262135dba41be9d437d92dffa13fa - - default default] Tap Mirror: Handle Delete Port: 87fc9df6-c501-4853-a0ca-a8a038a37727 2026-05-07 16:55:09.583 8 INFO neutron.services.segments.plugin [-] Segment cf8639b0-7301-4aeb-991c-de765266b188 resource provider aggregate not found 2026-05-07 16:55:09.589 8 INFO neutron.services.segments.plugin [-] Segment cf8639b0-7301-4aeb-991c-de765266b188 resource provider aggregate not found 2026-05-07 16:55:09.610 8 INFO neutron.services.segments.plugin [-] Segment cf8639b0-7301-4aeb-991c-de765266b188 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf8639b0-7301-4aeb-991c-de765266b188 found for delete ", "request_id": "req-e112fb1c-2fb1-4172-bb7b-2b927b534ed9"}]} [pid: 8|app: 0|req: 1601/3080] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:55:09 2026] DELETE /v2.0/networks/aeafe69e-c98d-4c68-84bc-0cae465ba9e4 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:09.612 8 INFO neutron.services.segments.plugin [-] Segment cf8639b0-7301-4aeb-991c-de765266b188 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf8639b0-7301-4aeb-991c-de765266b188 found for delete ", "request_id": "req-25950f6d-e8fc-401a-8ba2-1a7af10f71e0"}]} [pid: 7|app: 0|req: 1480/3081] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:10 2026] GET /v2.0/security-groups?tenant_id=ec504e1765864a0b823697697382ea44&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3082] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:10 2026] DELETE /v2.0/security-groups/48e7d6ae-5e32-4733-a8d4-c379225aa88f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3083] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:10 2026] GET /v2.0/security-groups?tenant_id=dce262135dba41be9d437d92dffa13fa&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3084] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:10 2026] DELETE /v2.0/security-groups/4eba429a-cd0b-45d5-82b7-7b96ea35c9a9 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:11.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-52c7fa11-761f-4ac3-a0a2-fb4b17a737e2 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: f95b941a-99e6-4bab-a60f-5f6d5268dd56 2026-05-07 16:55:11.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52c7fa11-761f-4ac3-a0a2-fb4b17a737e2 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: f95b941a-99e6-4bab-a60f-5f6d5268dd56 2026-05-07 16:55:11.880 7 INFO neutron.db.l3_db [None req-52c7fa11-761f-4ac3-a0a2-fb4b17a737e2 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Floating IP 416fef07-d435-457c-8c1b-f9376c85d7e9 disassociated (deleted). External IP: 10.96.250.219, port: f033aaee-96e3-42b5-a639-0e80a743a287. [pid: 7|app: 0|req: 1482/3085] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:55:11 2026] DELETE /v2.0/floatingips/416fef07-d435-457c-8c1b-f9376c85d7e9 => generated 0 bytes in 676 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:12.265 8 INFO neutron.api.v2.resource [None req-231dc56d-6eb8-44f4-895d-3d2e95b86966 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1604/3086] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:55:12 2026] GET /v2.0/floatingips/416fef07-d435-457c-8c1b-f9376c85d7e9 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3087] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3088] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3089] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3090] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:55:13.176 7 INFO neutron.api.v2.resource [None req-73821cb9-cac3-4ea7-a07b-06a15dade0b3 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1485/3091] 199.204.45.244 () {30 vars in 763 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/security-groups/lb-d858a493-f388-42f4-8834-93b4b55fe2d4 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3092] 199.204.45.244 () {30 vars in 785 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/security-groups?name=lb-d858a493-f388-42f4-8834-93b4b55fe2d4 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3093] 199.204.45.244 () {30 vars in 815 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/security-group-rules?security_group_id=1fe23a59-b526-4df1-b525-a69d2e7a2f74 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3094] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3095] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3096] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3097] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3098] 199.204.45.244 () {30 vars in 741 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3099] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3100] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3101] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:55:13 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:55:14.238 8 INFO neutron.db.segments_db [None req-49f80043-2318-40b8-90ff-06f57c2badac 617ea7b4f5e547c3aade65300a7dd0f1 2d9fe2ddc9cb4078b769ebaed158cb94 - - default default] Added segment 70964026-317a-40ea-8e92-633d30569538 of type vxlan for network 157d9853-d11e-4128-9a5d-aa1b1fbb0adc [pid: 8|app: 0|req: 1612/3102] 10.0.0.78 () {34 vars in 669 bytes} [Thu May 7 16:55:13 2026] POST /v2.0/networks => generated 613 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3103] 10.0.0.78 () {34 vars in 663 bytes} [Thu May 7 16:55:14 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1492/3104] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:55:14 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3105] 10.0.0.78 () {34 vars in 665 bytes} [Thu May 7 16:55:14 2026] POST /v2.0/trunks => generated 407 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3106] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:55:14 2026] PUT /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3107] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:55:14 2026] GET /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3108] 10.0.0.78 () {34 vars in 759 bytes} [Thu May 7 16:55:14 2026] PUT /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3109] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:55:14 2026] GET /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3110] 10.0.0.78 () {34 vars in 755 bytes} [Thu May 7 16:55:14 2026] PUT /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3111] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3112] 10.0.0.78 () {34 vars in 777 bytes} [Thu May 7 16:55:15 2026] PUT /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3113] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags => generated 52 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3114] 10.0.0.78 () {34 vars in 748 bytes} [Thu May 7 16:55:15 2026] PUT /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3115] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags => generated 37 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3116] 10.0.0.78 () {32 vars in 736 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:15.215 8 INFO neutron.api.v2.resource [None req-36f35abe-1d00-4707-918e-7fcd17869c8c 617ea7b4f5e547c3aade65300a7dd0f1 2d9fe2ddc9cb4078b769ebaed158cb94 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3117] 10.0.0.78 () {32 vars in 740 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3118] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:15 2026] DELETE /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3119] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:55:15.313 7 INFO neutron.api.v2.resource [None req-be04dbb1-98a0-4fcd-90d2-8674481fb438 617ea7b4f5e547c3aade65300a7dd0f1 2d9fe2ddc9cb4078b769ebaed158cb94 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1500/3120] 10.0.0.78 () {32 vars in 743 bytes} [Thu May 7 16:55:15 2026] DELETE /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3121] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:55:15 2026] DELETE /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3122] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b/tags => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3123] 10.0.0.78 () {32 vars in 718 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3124] 10.0.0.78 () {32 vars in 716 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/ports/bf087d06-eef7-4d81-a663-92056a07053e => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3125] 10.0.0.78 () {32 vars in 721 bytes} [Thu May 7 16:55:15 2026] DELETE /v2.0/trunks/e231379c-112c-4b51-a0f6-91254b90ba9b => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:15.655 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd0315a8-1fb1-4e12-8cc6-a7641e7d872c 617ea7b4f5e547c3aade65300a7dd0f1 2d9fe2ddc9cb4078b769ebaed158cb94 - - default default] TaaS: Handle Delete Port: bf087d06-eef7-4d81-a663-92056a07053e 2026-05-07 16:55:15.658 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd0315a8-1fb1-4e12-8cc6-a7641e7d872c 617ea7b4f5e547c3aade65300a7dd0f1 2d9fe2ddc9cb4078b769ebaed158cb94 - - default default] Tap Mirror: Handle Delete Port: bf087d06-eef7-4d81-a663-92056a07053e [pid: 7|app: 0|req: 1503/3126] 10.0.0.78 () {32 vars in 719 bytes} [Thu May 7 16:55:15 2026] DELETE /v2.0/ports/bf087d06-eef7-4d81-a663-92056a07053e => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3127] 199.204.45.244 () {34 vars in 975 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1345 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3128] 199.204.45.244 () {34 vars in 1060 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3129] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 2585 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3130] 199.204.45.244 () {34 vars in 1016 bytes} [Thu May 7 16:55:15 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:55:15.876 7 INFO neutron.services.segments.plugin [-] Segment 70964026-317a-40ea-8e92-633d30569538 resource provider aggregate not found 2026-05-07 16:55:15.883 7 INFO neutron.services.segments.plugin [-] Segment 70964026-317a-40ea-8e92-633d30569538 resource provider aggregate not found 2026-05-07 16:55:15.895 7 INFO neutron.services.segments.plugin [-] Segment 70964026-317a-40ea-8e92-633d30569538 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70964026-317a-40ea-8e92-633d30569538 found for delete ", "request_id": "req-d8fe46ae-b676-4c64-b544-1142f0f2f840"}]} 2026-05-07 16:55:15.900 7 INFO neutron.services.segments.plugin [-] Segment 70964026-317a-40ea-8e92-633d30569538 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70964026-317a-40ea-8e92-633d30569538 found for delete ", "request_id": "req-f66034cc-3b0b-465b-bd2c-0b60ee6d5e94"}]} [pid: 7|app: 0|req: 1504/3131] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:55:15 2026] DELETE /v2.0/networks/157d9853-d11e-4128-9a5d-aa1b1fbb0adc => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3132] 199.204.45.244 () {38 vars in 1028 bytes} [Thu May 7 16:55:15 2026] PUT /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1146 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3133] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:16 2026] GET /v2.0/security-groups?tenant_id=2d9fe2ddc9cb4078b769ebaed158cb94&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1629/3134] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:16 2026] DELETE /v2.0/security-groups/03858fb3-244f-462e-95f6-6a1d6b76dfdb => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3135] 199.204.45.244 () {30 vars in 769 bytes} [Thu May 7 16:55:16 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3136] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:16 2026] GET /v2.0/security-groups?tenant_id=1d33962db6b647d48eaa44df07ac5fa0&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3137] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:17 2026] DELETE /v2.0/security-groups/5f11af42-3fae-4e8f-af7d-4dc447043d7f => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3138] 199.204.45.244 () {34 vars in 789 bytes} [Thu May 7 16:55:16 2026] PUT /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1086 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3139] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 1086 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 16:55:17.275 7 INFO neutron_taas.services.taas.taas_plugin [None req-1adb9bbc-9625-43f7-aa62-f59fc7e30a84 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: 6a32abce-7004-404f-a65a-962d519bf857 2026-05-07 16:55:17.278 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1adb9bbc-9625-43f7-aa62-f59fc7e30a84 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: 6a32abce-7004-404f-a65a-962d519bf857 [pid: 7|app: 0|req: 1508/3140] 199.204.45.244 () {32 vars in 759 bytes} [Thu May 7 16:55:17 2026] DELETE /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3141] 199.204.45.244 () {30 vars in 703 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3142] 199.204.45.244 () {30 vars in 705 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3143] 199.204.45.244 () {30 vars in 681 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3144] 199.204.45.244 () {30 vars in 717 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:55:17.581 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7cb427e1-996c-456a-827d-fbb89a8741c4 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1635/3145] 199.204.45.244 () {32 vars in 759 bytes} [Thu May 7 16:55:17 2026] DELETE /v2.0/ports/6a32abce-7004-404f-a65a-962d519bf857 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3146] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:55:17.649 7 INFO neutron.api.v2.resource [None req-5070549c-4089-4bb8-8844-d53a0446bb21 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1512/3147] 199.204.45.244 () {30 vars in 763 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/security-groups/lb-d858a493-f388-42f4-8834-93b4b55fe2d4 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3148] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/ports?tenant_id=5ecd8475225e4f3294dd1edae653a78d&device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3149] 199.204.45.244 () {30 vars in 785 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/security-groups?name=lb-d858a493-f388-42f4-8834-93b4b55fe2d4 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3150] 199.204.45.244 () {30 vars in 737 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3151] 199.204.45.244 () {34 vars in 1066 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/networks?id=6ffd7560-773c-4fff-890b-657c2ca6d262&id=dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 1524 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3152] 199.204.45.244 () {34 vars in 1062 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.139&port_id=f0efcbe0-d951-43a3-9922-47c66d47028a => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3153] 199.204.45.244 () {34 vars in 984 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/subnets?id=04cd3124-15b9-4193-95f8-412e763dbe02 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3154] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/ports?network_id=6ffd7560-773c-4fff-890b-657c2ca6d262&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3155] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3156] 199.204.45.244 () {34 vars in 789 bytes} [Thu May 7 16:55:17 2026] PUT /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 1090 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3157] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:55:17 2026] GET /v2.0/networks/6ffd7560-773c-4fff-890b-657c2ca6d262?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3158] 199.204.45.244 () {32 vars in 779 bytes} [Thu May 7 16:55:17 2026] DELETE /v2.0/security-groups/1fe23a59-b526-4df1-b525-a69d2e7a2f74 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:18.187 8 INFO neutron_taas.services.taas.taas_plugin [None req-b451dfa2-7360-440d-af97-dccc14955ce1 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: f033aaee-96e3-42b5-a639-0e80a743a287 2026-05-07 16:55:18.190 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b451dfa2-7360-440d-af97-dccc14955ce1 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: f033aaee-96e3-42b5-a639-0e80a743a287 [pid: 8|app: 0|req: 1643/3159] 199.204.45.244 () {32 vars in 759 bytes} [Thu May 7 16:55:18 2026] DELETE /v2.0/ports/f033aaee-96e3-42b5-a639-0e80a743a287 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3160] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:55:21 2026] GET /v2.0/ports?device_id=581b620d-e3bf-47e3-bbf0-ac2cebe691d3 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:55:21.359 8 INFO neutron_taas.services.taas.taas_plugin [req-cb3af116-8e2d-4039-a8fc-b9263a9d5d67 req-c7f0ebc5-4f39-49ad-a1cc-51bd09b24ac0 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] TaaS: Handle Delete Port: f0efcbe0-d951-43a3-9922-47c66d47028a 2026-05-07 16:55:21.362 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cb3af116-8e2d-4039-a8fc-b9263a9d5d67 req-c7f0ebc5-4f39-49ad-a1cc-51bd09b24ac0 bec85970fcb544dc90f9e1907c485153 5ecd8475225e4f3294dd1edae653a78d - - default default] Tap Mirror: Handle Delete Port: f0efcbe0-d951-43a3-9922-47c66d47028a [pid: 8|app: 0|req: 1644/3161] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:55:21 2026] DELETE /v2.0/ports/f0efcbe0-d951-43a3-9922-47c66d47028a => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:21.616 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-72587883-3f15-4722-babc-996406314da0'] response: {'server_uuid': '581b620d-e3bf-47e3-bbf0-ac2cebe691d3', 'name': 'network-vif-deleted', 'tag': 'f0efcbe0-d951-43a3-9922-47c66d47028a', 'status': 'completed', 'code': 200} 2026-05-07 16:55:22.597 7 INFO neutron_taas.services.taas.taas_plugin [None req-f81768ba-3d45-4cc5-b19b-943854626c51 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: b0dd0505-43a3-4d81-a015-15eea6dc91d9 2026-05-07 16:55:22.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f81768ba-3d45-4cc5-b19b-943854626c51 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: b0dd0505-43a3-4d81-a015-15eea6dc91d9 2026-05-07 16:55:22.781 7 INFO neutron.db.l3_db [None req-f81768ba-3d45-4cc5-b19b-943854626c51 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Floating IP 9826118c-fcdf-4518-9725-025c233fe259 disassociated (deleted). External IP: 10.96.250.216, port: 03276ef0-1382-4bb8-b43f-21c478080888. [pid: 7|app: 0|req: 1518/3162] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:55:22 2026] DELETE /v2.0/floatingips/9826118c-fcdf-4518-9725-025c233fe259 => generated 0 bytes in 660 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:23.158 8 INFO neutron.api.v2.resource [None req-25a6ad17-a38b-41d1-a75f-4ee375e6152f 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1645/3163] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:55:23 2026] GET /v2.0/floatingips/9826118c-fcdf-4518-9725-025c233fe259 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:55:23.174 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8a54952-9762-4026-99c5-3318edd4c164'] response: {'name': 'network-changed', 'server_uuid': 'fd6386b6-506e-44f2-b128-b63c7987cbe5', 'tag': '03276ef0-1382-4bb8-b43f-21c478080888', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1519/3164] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:55:23 2026] GET /v2.0/ports?device_id=fd6386b6-506e-44f2-b128-b63c7987cbe5 => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3165] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:55:23 2026] GET /v2.0/security-groups?id=85abd14b-5427-4885-9369-2f727dddd1d7&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3166] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:55:23 2026] GET /v2.0/ports?tenant_id=896536f6fba443159f092359a00700a1&device_id=fd6386b6-506e-44f2-b128-b63c7987cbe5 => generated 1469 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3167] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:55:23 2026] GET /v2.0/networks?id=0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3168] 199.204.45.244 () {34 vars in 1056 bytes} [Thu May 7 16:55:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.56&port_id=03276ef0-1382-4bb8-b43f-21c478080888 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3169] 199.204.45.244 () {34 vars in 1106 bytes} [Thu May 7 16:55:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1d7&port_id=03276ef0-1382-4bb8-b43f-21c478080888 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3170] 199.204.45.244 () {34 vars in 1064 bytes} [Thu May 7 16:55:23 2026] GET /v2.0/subnets?id=11874dc4-da26-4f65-949a-e95a6df34a41&id=a3cf5604-842c-4ab1-9302-8afd81b1d32a => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3171] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:55:23 2026] GET /v2.0/ports?network_id=0d8c92c2-42af-4427-b2da-3be064c6c673&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3172] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:55:23 2026] GET /v2.0/ports?network_id=0d8c92c2-42af-4427-b2da-3be064c6c673&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3173] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:55:24 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3174] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:55:24 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3177] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:55:25 2026] GET /v2.0/ports?device_id=fd6386b6-506e-44f2-b128-b63c7987cbe5 => generated 1198 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:55:25.931 7 INFO neutron_taas.services.taas.taas_plugin [req-449d18f5-a8dd-4b62-a270-f2d8e7afeadb req-817e3b47-84a8-44ab-908f-962adf9dc700 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: 03276ef0-1382-4bb8-b43f-21c478080888 2026-05-07 16:55:25.934 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-449d18f5-a8dd-4b62-a270-f2d8e7afeadb req-817e3b47-84a8-44ab-908f-962adf9dc700 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: 03276ef0-1382-4bb8-b43f-21c478080888 [pid: 7|app: 0|req: 1526/3178] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:55:25 2026] DELETE /v2.0/ports/03276ef0-1382-4bb8-b43f-21c478080888 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:26.127 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e22e37a-52d8-4b11-b5f4-24ce789324c3'] response: {'server_uuid': 'fd6386b6-506e-44f2-b128-b63c7987cbe5', 'name': 'network-vif-deleted', 'tag': '03276ef0-1382-4bb8-b43f-21c478080888', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1653/3179] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:55:28 2026] GET /v2.0/ports?device_id=fd6386b6-506e-44f2-b128-b63c7987cbe5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 16:55:33.742 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a1a155b-3a75-49bf-8b78-da1808dbec81 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: 7faf9f7c-5fd6-4f24-abef-1ec60b8bec8a 2026-05-07 16:55:33.745 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a1a155b-3a75-49bf-8b78-da1808dbec81 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: 7faf9f7c-5fd6-4f24-abef-1ec60b8bec8a 2026-05-07 16:55:33.915 7 INFO neutron.db.l3_db [None req-6a1a155b-3a75-49bf-8b78-da1808dbec81 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Floating IP 15d7d95f-db48-4ef0-8ef2-5e5ccb756ebf disassociated (deleted). External IP: 10.96.250.212, port: 7e06510d-836b-4af9-adf7-ba20b4afac52. [pid: 7|app: 0|req: 1527/3180] 10.0.0.78 () {32 vars in 731 bytes} [Thu May 7 16:55:33 2026] DELETE /v2.0/floatingips/15d7d95f-db48-4ef0-8ef2-5e5ccb756ebf => generated 0 bytes in 567 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:34.207 8 INFO neutron.api.v2.resource [None req-880c7128-46e4-4513-82d0-3e866e44f0ee 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1654/3181] 10.0.0.78 () {32 vars in 728 bytes} [Thu May 7 16:55:34 2026] GET /v2.0/floatingips/15d7d95f-db48-4ef0-8ef2-5e5ccb756ebf => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:55:34.234 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-30646ce0-2bcb-4e5c-8ec5-0ac057fba94c'] response: {'name': 'network-changed', 'server_uuid': '6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964', 'tag': '7e06510d-836b-4af9-adf7-ba20b4afac52', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1528/3182] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:55:34 2026] GET /v2.0/ports?device_id=6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964 => generated 1200 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3183] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 7 16:55:34 2026] GET /v2.0/security-groups?id=85abd14b-5427-4885-9369-2f727dddd1d7&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3184] 199.204.45.244 () {34 vars in 1080 bytes} [Thu May 7 16:55:34 2026] GET /v2.0/ports?tenant_id=896536f6fba443159f092359a00700a1&device_id=6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3185] 199.204.45.244 () {34 vars in 986 bytes} [Thu May 7 16:55:34 2026] GET /v2.0/networks?id=105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3186] 199.204.45.244 () {34 vars in 1058 bytes} [Thu May 7 16:55:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.203&port_id=7e06510d-836b-4af9-adf7-ba20b4afac52 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3187] 199.204.45.244 () {34 vars in 1104 bytes} [Thu May 7 16:55:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A17c&port_id=7e06510d-836b-4af9-adf7-ba20b4afac52 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3188] 199.204.45.244 () {34 vars in 1064 bytes} [Thu May 7 16:55:34 2026] GET /v2.0/subnets?id=a1d447e0-566a-4e26-a6e1-811ef6a99221&id=fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3189] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:55:34 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3190] 199.204.45.244 () {34 vars in 1052 bytes} [Thu May 7 16:55:34 2026] GET /v2.0/ports?network_id=105e8e3f-edd1-4f1d-8058-31b625d54c4a&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3191] 199.204.45.244 () {34 vars in 1012 bytes} [Thu May 7 16:55:35 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3192] 199.204.45.244 () {34 vars in 1112 bytes} [Thu May 7 16:55:35 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3193] 199.204.45.244 () {34 vars in 994 bytes} [Thu May 7 16:55:36 2026] GET /v2.0/ports?device_id=6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964 => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 16:55:36.970 7 INFO neutron_taas.services.taas.taas_plugin [req-acbe4465-e778-4f58-9dba-0a5663413907 req-28909716-63e3-4485-9ebd-f61c4f23987d 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: 7e06510d-836b-4af9-adf7-ba20b4afac52 2026-05-07 16:55:36.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-acbe4465-e778-4f58-9dba-0a5663413907 req-28909716-63e3-4485-9ebd-f61c4f23987d 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: 7e06510d-836b-4af9-adf7-ba20b4afac52 [pid: 7|app: 0|req: 1534/3194] 199.204.45.244 () {36 vars in 997 bytes} [Thu May 7 16:55:36 2026] DELETE /v2.0/ports/7e06510d-836b-4af9-adf7-ba20b4afac52 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:37.165 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57454f5d-a879-4170-bfa5-36a60fcb7796'] response: {'server_uuid': '6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964', 'name': 'network-vif-deleted', 'tag': '7e06510d-836b-4af9-adf7-ba20b4afac52', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1536/3197] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 7 16:55:39 2026] GET /v2.0/ports?device_id=6eeebaef-0ddf-48ba-bc3a-c46cdd9e2964 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3198] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:55:44 2026] DELETE /v2.0/security-group-rules/36ffd8fd-3874-418d-988a-cd83e6afa290 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:44.749 7 INFO neutron.api.v2.resource [None req-b79ef3af-6d93-476e-9491-f91a1e22ba52 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1537/3199] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:55:44 2026] GET /v2.0/security-group-rules/36ffd8fd-3874-418d-988a-cd83e6afa290 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3200] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:55:44 2026] DELETE /v2.0/security-group-rules/47e5169e-f3ce-4ee9-af47-3e922b4c0cf9 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:44.835 7 INFO neutron.api.v2.resource [None req-4fb2f6ec-5325-4389-8ee8-2e8554e6604c 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1538/3201] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:55:44 2026] GET /v2.0/security-group-rules/47e5169e-f3ce-4ee9-af47-3e922b4c0cf9 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3202] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:55:44 2026] DELETE /v2.0/security-group-rules/8e9459af-cc2c-4017-aee8-84d6dd71d336 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:44.915 7 INFO neutron.api.v2.resource [None req-e300a492-44a4-4267-b878-c6548f31c55b 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1539/3203] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:55:44 2026] GET /v2.0/security-group-rules/8e9459af-cc2c-4017-aee8-84d6dd71d336 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3204] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:55:44 2026] DELETE /v2.0/security-group-rules/90d0b717-e56d-4723-8f9f-b2d5c09320fe => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:45.006 7 INFO neutron.api.v2.resource [None req-c4bad1da-862e-4218-bfdb-5370e83a6f5c 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/3205] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:55:44 2026] GET /v2.0/security-group-rules/90d0b717-e56d-4723-8f9f-b2d5c09320fe => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3206] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:55:45 2026] DELETE /v2.0/security-group-rules/134ff517-db00-4682-9838-137b87b313aa => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:45.090 7 INFO neutron.api.v2.resource [None req-a83d1dbb-2e8a-4827-9940-88a66a856cb9 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/3207] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:55:45 2026] GET /v2.0/security-group-rules/134ff517-db00-4682-9838-137b87b313aa => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3208] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:55:45 2026] DELETE /v2.0/security-group-rules/1669aee7-2532-47d8-be17-644026758711 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:45.172 7 INFO neutron.api.v2.resource [None req-fad6b5ac-bc4a-4244-869a-826a150da755 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1542/3209] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:55:45 2026] GET /v2.0/security-group-rules/1669aee7-2532-47d8-be17-644026758711 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3210] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:55:45 2026] DELETE /v2.0/security-group-rules/e8f7c1f4-9b9d-4411-a1b6-00f8a4168f1c => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:45.251 7 INFO neutron.api.v2.resource [None req-42c2cbaa-cc71-4d9d-b73b-b38c7151b042 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/3211] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:55:45 2026] GET /v2.0/security-group-rules/e8f7c1f4-9b9d-4411-a1b6-00f8a4168f1c => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3212] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:55:45 2026] DELETE /v2.0/security-group-rules/ca90b84d-cbc6-46e8-a414-3c7710165329 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:45.336 7 INFO neutron.api.v2.resource [None req-0d9b8ea2-0c5b-4165-89c4-1b3a12821a4b 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/3213] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:55:45 2026] GET /v2.0/security-group-rules/ca90b84d-cbc6-46e8-a414-3c7710165329 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3214] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:55:45 2026] DELETE /v2.0/security-group-rules/7e406b9c-686c-4099-a9fc-472c56982ae6 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:45.416 7 INFO neutron.api.v2.resource [None req-8b6f904b-61a8-4375-b591-62fa553f6e0d 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1545/3215] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:55:45 2026] GET /v2.0/security-group-rules/7e406b9c-686c-4099-a9fc-472c56982ae6 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3216] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:55:45 2026] DELETE /v2.0/security-group-rules/b018e818-66d1-4ff4-ac77-071295ac8e22 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:45.481 7 INFO neutron.api.v2.resource [None req-534d3ca1-7840-45a0-95f4-35f621f50841 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/3217] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:55:45 2026] GET /v2.0/security-group-rules/b018e818-66d1-4ff4-ac77-071295ac8e22 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3218] 10.0.0.78 () {32 vars in 749 bytes} [Thu May 7 16:55:45 2026] DELETE /v2.0/security-group-rules/acd21047-7b8f-4dd5-810c-4e481447e5ca => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:45.547 7 INFO neutron.api.v2.resource [None req-cd239f08-4557-48ff-a46c-155e7a62e76c 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1547/3219] 10.0.0.78 () {32 vars in 746 bytes} [Thu May 7 16:55:45 2026] GET /v2.0/security-group-rules/acd21047-7b8f-4dd5-810c-4e481447e5ca => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3220] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:45 2026] DELETE /v2.0/security-groups/85abd14b-5427-4885-9369-2f727dddd1d7 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:45.626 7 INFO neutron.api.v2.resource [None req-98a09c0d-3371-44f0-8ae7-6a338342a4fd 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1548/3221] 10.0.0.78 () {32 vars in 736 bytes} [Thu May 7 16:55:45 2026] GET /v2.0/security-groups/85abd14b-5427-4885-9369-2f727dddd1d7 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:55:45.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-21f4eeab-4567-4b0c-85cc-5230b3e2ea05 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: 230d66fb-abc5-4f8c-8565-5c69c58092d1 2026-05-07 16:55:46.001 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21f4eeab-4567-4b0c-85cc-5230b3e2ea05 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: 230d66fb-abc5-4f8c-8565-5c69c58092d1 [pid: 8|app: 0|req: 1674/3222] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:55:45 2026] PUT /v2.0/routers/1b2d33fe-9895-46ae-a878-85414047597c/remove_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:55:46.744 7 INFO neutron.api.v2.resource [None req-3c5d6d1c-70e6-47cd-95d6-43e081d496f0 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1549/3223] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:55:46 2026] PUT /v2.0/routers/1b2d33fe-9895-46ae-a878-85414047597c/remove_router_interface => generated 198 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:55:47.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-17f4e521-f9c3-4242-8c42-90c1794379c8 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: e113611b-1dfa-4d94-99ef-349069aeabc0 2026-05-07 16:55:47.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17f4e521-f9c3-4242-8c42-90c1794379c8 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: e113611b-1dfa-4d94-99ef-349069aeabc0 [pid: 8|app: 0|req: 1675/3224] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:55:46 2026] PUT /v2.0/routers/1b2d33fe-9895-46ae-a878-85414047597c/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:55:47.789 7 INFO neutron.api.v2.resource [None req-068b1ad5-05ed-406b-9625-0f6c57659eb2 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1550/3225] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:55:47 2026] PUT /v2.0/routers/1b2d33fe-9895-46ae-a878-85414047597c/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:55:48.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-d863b2be-eee8-4900-acd0-d7784e49a591 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: e28a9afe-a18c-4687-9b51-74de21cb607d 2026-05-07 16:55:48.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d863b2be-eee8-4900-acd0-d7784e49a591 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: e28a9afe-a18c-4687-9b51-74de21cb607d [pid: 8|app: 0|req: 1676/3226] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:55:47 2026] PUT /v2.0/routers/1b2d33fe-9895-46ae-a878-85414047597c/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 16:55:48.917 7 INFO neutron.api.v2.resource [None req-b4c6e5fa-db3c-49a3-b9fe-049a61055f31 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1551/3227] 10.0.0.78 () {34 vars in 788 bytes} [Thu May 7 16:55:48 2026] PUT /v2.0/routers/1b2d33fe-9895-46ae-a878-85414047597c/remove_router_interface => generated 198 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:55:49.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-19e5bf16-0271-48f4-a14e-2d124a345bb0 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: cbf80fb4-f41e-435b-9f21-9032e34ddcb2 2026-05-07 16:55:49.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19e5bf16-0271-48f4-a14e-2d124a345bb0 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: cbf80fb4-f41e-435b-9f21-9032e34ddcb2 2026-05-07 16:55:49.344 8 INFO neutron_taas.services.taas.taas_plugin [None req-19e5bf16-0271-48f4-a14e-2d124a345bb0 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: f2863e94-14ae-4dcc-8725-6f4661bee954 2026-05-07 16:55:49.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19e5bf16-0271-48f4-a14e-2d124a345bb0 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: f2863e94-14ae-4dcc-8725-6f4661bee954 2026-05-07 16:55:49.684 8 INFO neutron.services.segments.plugin [-] Segment e2226e1f-1bdd-4c98-a493-69342862d76d resource provider aggregate not found 2026-05-07 16:55:49.691 8 INFO neutron.services.segments.plugin [-] Segment e2226e1f-1bdd-4c98-a493-69342862d76d resource provider aggregate not found 2026-05-07 16:55:49.707 8 INFO neutron.services.segments.plugin [-] Segment e2226e1f-1bdd-4c98-a493-69342862d76d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2226e1f-1bdd-4c98-a493-69342862d76d found for delete ", "request_id": "req-66c9464c-9323-4679-af9c-28433b245485"}]} 2026-05-07 16:55:49.714 8 INFO neutron.services.segments.plugin [-] Segment e2226e1f-1bdd-4c98-a493-69342862d76d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2226e1f-1bdd-4c98-a493-69342862d76d found for delete ", "request_id": "req-213f5b1b-2fe9-426f-835c-a0dc8828ece5"}]} 2026-05-07 16:55:49.724 8 INFO neutron.db.l3_hamode_db [None req-19e5bf16-0271-48f4-a14e-2d124a345bb0 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] HA network ea1ca9cb-a233-45da-a496-a57fce5fe623 was deleted as no HA routers are present in tenant 896536f6fba443159f092359a00700a1. [pid: 8|app: 0|req: 1677/3228] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:55:48 2026] DELETE /v2.0/routers/1b2d33fe-9895-46ae-a878-85414047597c => generated 0 bytes in 807 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 16:55:49.753 7 INFO neutron.api.v2.resource [None req-c518d2a4-3c7f-4214-a891-c31d8daa7aeb 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1552/3229] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:55:49 2026] GET /v2.0/routers/1b2d33fe-9895-46ae-a878-85414047597c => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3230] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:55:49 2026] DELETE /v2.0/subnets/11874dc4-da26-4f65-949a-e95a6df34a41 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:49.931 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2ff45e7-599e-40f9-88d1-5fafbeca9d1c 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1553/3231] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:55:49 2026] GET /v2.0/subnets/11874dc4-da26-4f65-949a-e95a6df34a41 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3232] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:55:49 2026] DELETE /v2.0/subnets/a3cf5604-842c-4ab1-9302-8afd81b1d32a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:50.105 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94a9ba95-12c7-4a1d-847b-d1278a1c715d 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/3233] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:55:50 2026] GET /v2.0/subnets/a3cf5604-842c-4ab1-9302-8afd81b1d32a => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:55:50.195 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b5655b8-97b0-4a2a-9650-f6d06b411e2c 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: 622f5495-3f95-430b-a89d-b490a0b90013 2026-05-07 16:55:50.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b5655b8-97b0-4a2a-9650-f6d06b411e2c 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: 622f5495-3f95-430b-a89d-b490a0b90013 [pid: 8|app: 0|req: 1680/3234] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:55:50 2026] DELETE /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:50.401 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f81340ee-7621-446b-abc3-08d193c0c073 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3235] 10.0.0.78 () {32 vars in 722 bytes} [Thu May 7 16:55:50 2026] GET /v2.0/networks/0d8c92c2-42af-4427-b2da-3be064c6c673 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3236] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:55:50 2026] DELETE /v2.0/subnets/a1d447e0-566a-4e26-a6e1-811ef6a99221 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:50.620 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba46f311-6097-49b8-bc63-fc8754ec6716 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1556/3237] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:55:50 2026] GET /v2.0/subnets/a1d447e0-566a-4e26-a6e1-811ef6a99221 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3238] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:55:50 2026] DELETE /v2.0/subnets/fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:50.801 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9dba821-7e80-4e1f-a327-d0af7a702535 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3239] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:55:50 2026] GET /v2.0/subnets/fe127f69-d0bb-4f89-9413-e30715d0cab0 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:55:50.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-725d9eb0-41a0-43f0-bfb6-2a713b71e3fa 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: e7238573-8969-430b-a9f1-86c3effed5fa 2026-05-07 16:55:50.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-725d9eb0-41a0-43f0-bfb6-2a713b71e3fa 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: e7238573-8969-430b-a9f1-86c3effed5fa [pid: 8|app: 0|req: 1683/3240] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:55:50 2026] DELETE /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:51.110 7 INFO neutron.pecan_wsgi.hooks.translation [None req-687c0154-7bcb-4326-a5a5-b573cf813082 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1558/3241] 10.0.0.78 () {32 vars in 722 bytes} [Thu May 7 16:55:51 2026] GET /v2.0/networks/105e8e3f-edd1-4f1d-8058-31b625d54c4a => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3242] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:55:51 2026] DELETE /v2.0/subnets/abf9efac-6d89-4fc2-a422-c62b975aa9d1 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:51.318 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4130152-e2a7-4616-9fbd-2fc5cda4c026 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3243] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:55:51 2026] GET /v2.0/subnets/abf9efac-6d89-4fc2-a422-c62b975aa9d1 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3244] 10.0.0.78 () {32 vars in 723 bytes} [Thu May 7 16:55:51 2026] DELETE /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:51.521 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5167c214-5ff8-45a4-a5e9-5e7ecb58ccea 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1560/3245] 10.0.0.78 () {32 vars in 720 bytes} [Thu May 7 16:55:51 2026] GET /v2.0/subnets/65c0db75-0598-49c9-9836-148323edba0e => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:55:51.669 8 INFO neutron_taas.services.taas.taas_plugin [None req-995cfd2e-5406-42f0-8b57-9e3ec50bc6ec 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] TaaS: Handle Delete Port: 156be4ee-acfa-41b6-9687-3276512541ee 2026-05-07 16:55:51.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-995cfd2e-5406-42f0-8b57-9e3ec50bc6ec 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] Tap Mirror: Handle Delete Port: 156be4ee-acfa-41b6-9687-3276512541ee 2026-05-07 16:55:51.735 8 INFO neutron.services.segments.plugin [-] Segment 8879f5fa-27d1-4de4-8f93-1754fe119b8a resource provider aggregate not found 2026-05-07 16:55:51.739 8 INFO neutron.services.segments.plugin [-] Segment 8879f5fa-27d1-4de4-8f93-1754fe119b8a resource provider aggregate not found 2026-05-07 16:55:51.755 8 INFO neutron.services.segments.plugin [-] Segment 8879f5fa-27d1-4de4-8f93-1754fe119b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8879f5fa-27d1-4de4-8f93-1754fe119b8a found for delete ", "request_id": "req-47c3fd0a-2f5b-4bc4-a98b-b2b0b663400f"}]} 2026-05-07 16:55:51.762 8 INFO neutron.services.segments.plugin [-] Segment 8879f5fa-27d1-4de4-8f93-1754fe119b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8879f5fa-27d1-4de4-8f93-1754fe119b8a found for delete ", "request_id": "req-6d5837cf-6820-43b9-bbd0-d256b682b704"}]} 2026-05-07 16:55:51.771 8 INFO neutron.services.segments.plugin [-] Segment a2afad7a-c858-4bec-8caf-a99e99759fba resource provider aggregate not found 2026-05-07 16:55:51.784 8 INFO neutron.services.segments.plugin [-] Segment a2afad7a-c858-4bec-8caf-a99e99759fba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2afad7a-c858-4bec-8caf-a99e99759fba found for delete ", "request_id": "req-304297da-d6b5-48bf-8926-9d9eff7c0c10"}]} 2026-05-07 16:55:51.790 8 INFO neutron.services.segments.plugin [-] Segment a2afad7a-c858-4bec-8caf-a99e99759fba resource provider aggregate not found 2026-05-07 16:55:51.812 8 INFO neutron.services.segments.plugin [-] Segment a2afad7a-c858-4bec-8caf-a99e99759fba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2afad7a-c858-4bec-8caf-a99e99759fba found for delete ", "request_id": "req-2375566a-51b5-4e79-ac81-bcf4aca96bda"}]} [pid: 8|app: 0|req: 1686/3246] 10.0.0.78 () {32 vars in 725 bytes} [Thu May 7 16:55:51 2026] DELETE /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 16:55:51.886 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4b532c1-9281-42f3-bd9a-3670969c65fc 9737eb140dcf4380b291129683e9f881 896536f6fba443159f092359a00700a1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1561/3247] 10.0.0.78 () {32 vars in 722 bytes} [Thu May 7 16:55:51 2026] GET /v2.0/networks/dd28ab98-d4a0-456a-9ceb-50c111ea7726 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 16:55:53.802 8 INFO neutron.services.segments.plugin [-] Segment 20627ff4-5497-4e93-821a-268e85d32055 resource provider aggregate not found 2026-05-07 16:55:53.818 8 INFO neutron.services.segments.plugin [-] Segment 20627ff4-5497-4e93-821a-268e85d32055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20627ff4-5497-4e93-821a-268e85d32055 found for delete ", "request_id": "req-f7de85e7-bb56-4f9a-a045-0c9fb0e1d719"}]} 2026-05-07 16:55:53.846 8 INFO neutron.services.segments.plugin [-] Segment 20627ff4-5497-4e93-821a-268e85d32055 resource provider aggregate not found 2026-05-07 16:55:53.868 8 INFO neutron.services.segments.plugin [-] Segment 20627ff4-5497-4e93-821a-268e85d32055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20627ff4-5497-4e93-821a-268e85d32055 found for delete ", "request_id": "req-4a891fd2-51a0-4df5-9fbc-897b3e332cc3"}]} [pid: 8|app: 0|req: 1687/3248] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:53 2026] GET /v2.0/security-groups?tenant_id=3f0551350c56417db1b0436a52d7c2d5&name=default => generated 2929 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3249] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:54 2026] DELETE /v2.0/security-groups/45f291c7-58ae-40df-ae53-a54d54fb8175 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3250] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:54 2026] GET /v2.0/security-groups?tenant_id=4eaf09002aeb44c094e209ad10f16150&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3253] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:54 2026] DELETE /v2.0/security-groups/4eaa6c6a-10cf-41b7-a696-585fd6ba063d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3254] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:54 2026] GET /v2.0/security-groups?tenant_id=896536f6fba443159f092359a00700a1&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3255] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:54 2026] DELETE /v2.0/security-groups/b7ff9c93-40eb-4805-a16f-b1420dc7fd1c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3256] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:54 2026] GET /v2.0/security-groups?tenant_id=ae2c67c3bb8f4308946501838bd40805&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3257] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:55 2026] DELETE /v2.0/security-groups/0b00c0df-627d-4173-92bc-402d590f0ba9 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3258] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:55 2026] GET /v2.0/security-groups?tenant_id=668d82b93a7f41e0bc954a099fb73d60&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3259] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:55 2026] DELETE /v2.0/security-groups/abde0f0c-fe98-43bb-b587-1d8b144d861d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3260] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:55 2026] GET /v2.0/security-groups?tenant_id=15ac02abbb6f42cd89686f0fbe542262&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3261] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:55 2026] DELETE /v2.0/security-groups/25dc94c1-2463-4e41-a63d-96553c6af7ec => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1695/3262] 10.0.0.78 () {32 vars in 773 bytes} [Thu May 7 16:55:56 2026] GET /v2.0/security-groups?tenant_id=5768cfc20cff4effba14bb50eff90fdd&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3263] 10.0.0.78 () {32 vars in 739 bytes} [Thu May 7 16:55:56 2026] DELETE /v2.0/security-groups/3933b8d9-24e4-4cc0-b9d2-84a1d6b14156 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3264] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:55:58 2026] GET /v2.0/networks => generated 2168 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3265] 10.0.0.78 () {32 vars in 654 bytes} [Thu May 7 16:56:00 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3266] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:56:00 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3267] 10.0.0.78 () {32 vars in 642 bytes} [Thu May 7 16:56:00 2026] GET /v2.0/ports => generated 4721 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3268] 10.0.0.78 () {32 vars in 646 bytes} [Thu May 7 16:56:00 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3269] 10.0.0.78 () {32 vars in 648 bytes} [Thu May 7 16:56:00 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3270] 10.0.0.78 () {32 vars in 662 bytes} [Thu May 7 16:56:00 2026] GET /v2.0/security-groups => generated 17397 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3271] 10.0.0.78 () {32 vars in 654 bytes} [Thu May 7 16:56:00 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)