+ 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 Apr 23 10:29:10 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-769f5f5c77-gkx5x 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 0x7f206db3a668 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-04-23 10:29:14.283 7 INFO neutron.common.config [-] Logging enabled! 2026-04-23 10:29:14.283 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 10:29:14.377 8 INFO neutron.common.config [-] Logging enabled! 2026-04-23 10:29:14.377 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 10:29:15.395 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 10:29:15.495 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 10:29:17.090 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 10:29:17.093 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 10:29:17.096 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 10:29:17.097 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 10:29:17.098 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 10:29:17.098 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 10:29:17.098 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:29:17.106 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:29:17.106 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:29:17.106 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 10:29:17.130 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 10:29:17.131 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 10:29:17.131 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 10:29:17.162 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 10:29:17.163 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 10:29:17.163 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 10:29:17.163 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 10:29:17.208 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 10:29:17.210 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 10:29:17.214 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 10:29:17.215 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 10:29:17.215 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 10:29:17.216 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 10:29:17.216 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:29:17.224 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:29:17.224 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:29:17.224 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 10:29:17.246 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 10:29:17.247 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 10:29:17.247 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 10:29:17.276 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 10:29:17.276 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 10:29:17.277 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 10:29:17.277 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 10:29:17.477 7 INFO neutron.plugins.ml2.managers [None req-3013e010-ef4f-47b4-89dc-139a2ccba6d2 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 10:29:17.570 8 INFO neutron.plugins.ml2.managers [None req-9928a2c3-a6e2-428c-8c4d-f28cf80ccb48 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 10:29:17.859 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3013e010-ef4f-47b4-89dc-139a2ccba6d2 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 10:29:17.859 7 INFO neutron.plugins.ml2.managers [None req-3013e010-ef4f-47b4-89dc-139a2ccba6d2 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 10:29:17.859 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3013e010-ef4f-47b4-89dc-139a2ccba6d2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 10:29:17.874 7 INFO neutron.plugins.ml2.managers [None req-3013e010-ef4f-47b4-89dc-139a2ccba6d2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 10:29:17.874 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3013e010-ef4f-47b4-89dc-139a2ccba6d2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 10:29:17.874 7 INFO neutron.plugins.ml2.managers [None req-3013e010-ef4f-47b4-89dc-139a2ccba6d2 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 10:29:17.874 7 INFO neutron.plugins.ml2.extensions.port_security [None req-3013e010-ef4f-47b4-89dc-139a2ccba6d2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 10:29:17.874 7 INFO neutron.plugins.ml2.managers [None req-3013e010-ef4f-47b4-89dc-139a2ccba6d2 - - - - - -] Initializing extension driver 'qos' 2026-04-23 10:29:17.875 7 INFO neutron.plugins.ml2.managers [None req-3013e010-ef4f-47b4-89dc-139a2ccba6d2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 10:29:17.875 7 INFO neutron.plugins.ml2.managers [None req-3013e010-ef4f-47b4-89dc-139a2ccba6d2 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 10:29:17.890 7 INFO neutron.quota [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded quota_driver: . 2026-04-23 10:29:17.891 7 INFO neutron.plugins.ml2.plugin [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 10:29:17.891 7 INFO neutron.plugins.ml2.managers [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 10:29:17.891 7 INFO neutron.plugins.ml2.managers [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 10:29:17.891 7 INFO neutron.plugins.ml2.managers [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 10:29:17.892 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: qos 2026-04-23 10:29:17.905 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: router 2026-04-23 10:29:17.933 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9928a2c3-a6e2-428c-8c4d-f28cf80ccb48 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 10:29:17.934 8 INFO neutron.plugins.ml2.managers [None req-9928a2c3-a6e2-428c-8c4d-f28cf80ccb48 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 10:29:17.934 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9928a2c3-a6e2-428c-8c4d-f28cf80ccb48 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 10:29:17.948 8 INFO neutron.plugins.ml2.managers [None req-9928a2c3-a6e2-428c-8c4d-f28cf80ccb48 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 10:29:17.948 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9928a2c3-a6e2-428c-8c4d-f28cf80ccb48 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 10:29:17.948 8 INFO neutron.plugins.ml2.managers [None req-9928a2c3-a6e2-428c-8c4d-f28cf80ccb48 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 10:29:17.948 8 INFO neutron.plugins.ml2.extensions.port_security [None req-9928a2c3-a6e2-428c-8c4d-f28cf80ccb48 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 10:29:17.949 8 INFO neutron.plugins.ml2.managers [None req-9928a2c3-a6e2-428c-8c4d-f28cf80ccb48 - - - - - -] Initializing extension driver 'qos' 2026-04-23 10:29:17.949 8 INFO neutron.plugins.ml2.managers [None req-9928a2c3-a6e2-428c-8c4d-f28cf80ccb48 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 10:29:17.949 8 INFO neutron.plugins.ml2.managers [None req-9928a2c3-a6e2-428c-8c4d-f28cf80ccb48 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 10:29:17.953 7 INFO neutron.services.service_base [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 10:29:17.953 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: segments 2026-04-23 10:29:17.965 8 INFO neutron.quota [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded quota_driver: . 2026-04-23 10:29:17.965 8 INFO neutron.plugins.ml2.plugin [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 10:29:17.966 8 INFO neutron.plugins.ml2.managers [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 10:29:17.966 8 INFO neutron.plugins.ml2.managers [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 10:29:17.966 8 INFO neutron.plugins.ml2.managers [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 10:29:17.966 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: qos 2026-04-23 10:29:17.983 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: router 2026-04-23 10:29:18.038 8 INFO neutron.services.service_base [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 10:29:18.039 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: segments 2026-04-23 10:29:18.077 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: trunk 2026-04-23 10:29:18.097 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: vpnaas 2026-04-23 10:29:18.147 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: trunk 2026-04-23 10:29:18.162 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: vpnaas 2026-04-23 10:29:18.162 7 WARNING stevedore.named [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:29:18.204 8 WARNING stevedore.named [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:29:18.259 7 INFO neutron_vpnaas.services.vpn.plugin [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 10:29:18.260 7 INFO neutron.common.utils [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 10:29:18.260 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: taas 2026-04-23 10:29:18.291 7 WARNING stevedore.named [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:29:18.291 7 WARNING stevedore.named [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 10:29:18.302 8 INFO neutron_vpnaas.services.vpn.plugin [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 10:29:18.302 8 INFO neutron.common.utils [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 10:29:18.302 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: taas 2026-04-23 10:29:18.316 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 10:29:18.316 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: tapmirror 2026-04-23 10:29:18.329 8 WARNING stevedore.named [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:29:18.329 8 WARNING stevedore.named [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 10:29:18.333 7 WARNING stevedore.named [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:29:18.333 7 WARNING stevedore.named [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 10:29:18.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 10:29:18.350 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: tapmirror 2026-04-23 10:29:18.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 10:29:18.352 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 10:29:18.362 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: tag 2026-04-23 10:29:18.365 8 WARNING stevedore.named [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:29:18.365 8 WARNING stevedore.named [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 10:29:18.374 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: timestamp 2026-04-23 10:29:18.377 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 10:29:18.382 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: flavors 2026-04-23 10:29:18.383 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 10:29:18.384 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 10:29:18.386 7 INFO neutron.manager [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loading Plugin: revisions 2026-04-23 10:29:18.390 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Initializing extension manager. 2026-04-23 10:29:18.391 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: address-group 2026-04-23 10:29:18.392 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: address-scope 2026-04-23 10:29:18.393 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 10:29:18.394 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: agent 2026-04-23 10:29:18.395 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 10:29:18.395 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: tag 2026-04-23 10:29:18.396 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 10:29:18.397 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 10:29:18.398 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: availability_zone 2026-04-23 10:29:18.399 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 10:29:18.400 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 10:29:18.400 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 10:29:18.402 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 10:29:18.402 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: dns-integration 2026-04-23 10:29:18.403 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 10:29:18.403 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 10:29:18.403 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: timestamp 2026-04-23 10:29:18.404 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: dvr 2026-04-23 10:29:18.405 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 10:29:18.405 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 10:29:18.406 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 10:29:18.406 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 10:29:18.406 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 10:29:18.407 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: external-net 2026-04-23 10:29:18.407 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 10:29:18.408 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: extraroute 2026-04-23 10:29:18.408 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 10:29:18.409 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 10:29:18.409 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 10:29:18.410 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 10:29:18.410 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: flavors 2026-04-23 10:29:18.410 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 10:29:18.411 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: fip-port-details 2026-04-23 10:29:18.412 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: flavors 2026-04-23 10:29:18.413 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 10:29:18.414 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 10:29:18.414 8 INFO neutron.manager [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loading Plugin: revisions 2026-04-23 10:29:18.414 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: ip_allocation 2026-04-23 10:29:18.415 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 10:29:18.415 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 10:29:18.416 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: router 2026-04-23 10:29:18.417 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Initializing extension manager. 2026-04-23 10:29:18.418 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 10:29:18.419 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 10:29:18.419 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: address-group 2026-04-23 10:29:18.419 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 10:29:18.420 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 10:29:18.420 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: l3-ha 2026-04-23 10:29:18.420 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: address-scope 2026-04-23 10:29:18.421 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 10:29:18.421 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 10:29:18.421 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 10:29:18.422 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: l3-flavors 2026-04-23 10:29:18.423 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 10:29:18.423 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: agent 2026-04-23 10:29:18.423 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 10:29:18.423 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 10:29:18.424 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 10:29:18.425 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 10:29:18.425 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 10:29:18.426 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: availability_zone 2026-04-23 10:29:18.426 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 10:29:18.427 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 10:29:18.427 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 10:29:18.427 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 10:29:18.428 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 10:29:18.428 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 10:29:18.429 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 10:29:18.429 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 10:29:18.430 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: multi-provider 2026-04-23 10:29:18.430 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: dns-integration 2026-04-23 10:29:18.430 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: net-mtu 2026-04-23 10:29:18.431 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 10:29:18.431 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 10:29:18.431 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 10:29:18.432 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 10:29:18.432 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: network_ha 2026-04-23 10:29:18.433 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: dvr 2026-04-23 10:29:18.433 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 10:29:18.433 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 10:29:18.434 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 10:29:18.434 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 10:29:18.434 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 10:29:18.434 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: pagination 2026-04-23 10:29:18.435 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: port-device-profile 2026-04-23 10:29:18.435 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 10:29:18.435 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 10:29:18.436 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: external-net 2026-04-23 10:29:18.436 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 10:29:18.436 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 10:29:18.436 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 10:29:18.437 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: extraroute 2026-04-23 10:29:18.437 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: port-mac-override 2026-04-23 10:29:18.437 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 10:29:18.438 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 10:29:18.438 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 10:29:18.438 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 10:29:18.439 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 10:29:18.439 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 10:29:18.439 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: port-resource-request 2026-04-23 10:29:18.439 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 10:29:18.440 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 10:29:18.440 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 10:29:18.440 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 10:29:18.440 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: fip-port-details 2026-04-23 10:29:18.441 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: binding 2026-04-23 10:29:18.441 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: flavors 2026-04-23 10:29:18.441 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: binding-extended 2026-04-23 10:29:18.442 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: port-security 2026-04-23 10:29:18.443 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: project-id 2026-04-23 10:29:18.443 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 10:29:18.443 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: provider 2026-04-23 10:29:18.444 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 10:29:18.444 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 10:29:18.444 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: ip_allocation 2026-04-23 10:29:18.445 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 10:29:18.445 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 10:29:18.446 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos 2026-04-23 10:29:18.447 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: router 2026-04-23 10:29:18.447 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 10:29:18.447 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 10:29:18.448 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos-default 2026-04-23 10:29:18.448 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos-fip 2026-04-23 10:29:18.448 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 10:29:18.449 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 10:29:18.449 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 10:29:18.449 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 10:29:18.450 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 10:29:18.450 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 10:29:18.450 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 10:29:18.450 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 10:29:18.451 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: l3-ha 2026-04-23 10:29:18.451 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 10:29:18.451 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 10:29:18.452 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos-pps 2026-04-23 10:29:18.452 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 10:29:18.452 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 10:29:18.452 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: l3-flavors 2026-04-23 10:29:18.453 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 10:29:18.453 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 10:29:18.454 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 10:29:18.454 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 10:29:18.454 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 10:29:18.454 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 10:29:18.457 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 10:29:18.457 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: quotas 2026-04-23 10:29:18.458 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 10:29:18.458 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: quota_details 2026-04-23 10:29:18.459 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 10:29:18.459 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: rbac-policies 2026-04-23 10:29:18.460 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 10:29:18.461 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 10:29:18.461 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 10:29:18.461 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 10:29:18.461 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: multi-provider 2026-04-23 10:29:18.462 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 10:29:18.462 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: net-mtu 2026-04-23 10:29:18.462 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 10:29:18.462 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 10:29:18.463 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: revision-if-match 2026-04-23 10:29:18.463 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 10:29:18.463 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 10:29:18.464 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: network_ha 2026-04-23 10:29:18.464 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 10:29:18.464 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 10:29:18.465 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 10:29:18.466 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 10:29:18.466 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 10:29:18.467 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: pagination 2026-04-23 10:29:18.467 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 10:29:18.467 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 10:29:18.467 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: port-device-profile 2026-04-23 10:29:18.468 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 10:29:18.468 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 10:29:18.468 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 10:29:18.468 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 10:29:18.469 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 10:29:18.469 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 10:29:18.470 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: port-mac-override 2026-04-23 10:29:18.470 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 10:29:18.471 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 10:29:18.471 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 10:29:18.472 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: port-resource-request 2026-04-23 10:29:18.472 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 10:29:18.473 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 10:29:18.477 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: binding 2026-04-23 10:29:18.478 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: binding-extended 2026-04-23 10:29:18.479 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: port-security 2026-04-23 10:29:18.479 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: project-id 2026-04-23 10:29:18.479 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: security-group 2026-04-23 10:29:18.480 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: provider 2026-04-23 10:29:18.480 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 10:29:18.482 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: segment 2026-04-23 10:29:18.483 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos 2026-04-23 10:29:18.483 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 10:29:18.483 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 10:29:18.484 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: service-type 2026-04-23 10:29:18.484 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 10:29:18.484 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos-default 2026-04-23 10:29:18.485 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: sorting 2026-04-23 10:29:18.485 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos-fip 2026-04-23 10:29:18.485 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 10:29:18.486 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 10:29:18.486 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 10:29:18.486 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 10:29:18.487 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 10:29:18.487 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 10:29:18.487 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 10:29:18.488 7 WARNING neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 10:29:18.488 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 10:29:18.489 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 10:29:18.489 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos-pps 2026-04-23 10:29:18.489 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 10:29:18.489 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 10:29:18.490 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 10:29:18.490 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 10:29:18.491 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 10:29:18.491 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 10:29:18.491 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 10:29:18.492 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 10:29:18.492 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 10:29:18.493 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 10:29:18.494 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 10:29:18.494 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: tag-creation 2026-04-23 10:29:18.494 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: quotas 2026-04-23 10:29:18.495 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 10:29:18.496 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: quota_details 2026-04-23 10:29:18.498 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: rbac-policies 2026-04-23 10:29:18.498 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 10:29:18.499 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 10:29:18.499 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 10:29:18.500 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 10:29:18.500 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: revision-if-match 2026-04-23 10:29:18.501 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 10:29:18.501 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 10:29:18.501 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 10:29:18.502 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 10:29:18.502 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 10:29:18.503 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: trunk 2026-04-23 10:29:18.504 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 10:29:18.504 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 10:29:18.505 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 10:29:18.505 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 10:29:18.506 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 10:29:18.506 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 10:29:18.504 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: trunk-details 2026-04-23 10:29:18.507 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 10:29:18.508 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 10:29:18.509 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 10:29:18.510 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 10:29:18.511 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: security-group 2026-04-23 10:29:18.512 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: segment 2026-04-23 10:29:18.512 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 10:29:18.512 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 10:29:18.513 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 10:29:18.513 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: service-type 2026-04-23 10:29:18.513 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: sorting 2026-04-23 10:29:18.513 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 10:29:18.514 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 10:29:18.514 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 10:29:18.515 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 10:29:18.515 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: vpnaas 2026-04-23 10:29:18.515 8 WARNING neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 10:29:18.516 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 10:29:18.516 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 10:29:18.517 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 10:29:18.517 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: taas 2026-04-23 10:29:18.517 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 10:29:18.518 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 10:29:18.518 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: tap-mirror 2026-04-23 10:29:18.519 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 10:29:18.519 7 INFO neutron.api.extensions [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 10:29:18.519 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 10:29:18.520 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: tag-creation 2026-04-23 10:29:18.520 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 10:29:18.521 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 10:29:18.522 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 10:29:18.522 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:29:18.522 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 10:29:18.524 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 10:29:18.525 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 10:29:18.525 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: trunk 2026-04-23 10:29:18.526 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 10:29:18.526 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: trunk-details 2026-04-23 10:29:18.526 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 10:29:18.526 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 10:29:18.527 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 10:29:18.529 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 10:29:18.530 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 10:29:18.531 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 10:29:18.532 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 10:29:18.532 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 10:29:18.532 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 10:29:18.533 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:29:18.533 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 10:29:18.533 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] subnetpool is already registered 2026-04-23 10:29:18.533 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:29:18.534 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 10:29:18.534 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] subnetpool is already registered 2026-04-23 10:29:18.534 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 10:29:18.534 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:29:18.535 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:29:18.535 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: vpnaas 2026-04-23 10:29:18.535 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 10:29:18.536 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 10:29:18.536 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 10:29:18.536 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: taas 2026-04-23 10:29:18.536 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:29:18.537 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:29:18.537 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:29:18.537 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] ikepolicy is already registered 2026-04-23 10:29:18.537 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: tap-mirror 2026-04-23 10:29:18.538 8 INFO neutron.api.extensions [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 10:29:18.540 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 10:29:18.541 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 10:29:18.541 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:29:18.541 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 10:29:18.542 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 10:29:18.542 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] router is already registered 2026-04-23 10:29:18.542 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 10:29:18.543 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] floatingip is already registered 2026-04-23 10:29:18.544 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 10:29:18.545 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 10:29:18.546 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 10:29:18.546 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] rbac_policy is already registered 2026-04-23 10:29:18.547 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 10:29:18.547 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] security_group is already registered 2026-04-23 10:29:18.547 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 10:29:18.547 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] security_group_rule is already registered 2026-04-23 10:29:18.548 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:29:18.548 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] subnetpool is already registered 2026-04-23 10:29:18.549 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:29:18.549 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] subnetpool is already registered 2026-04-23 10:29:18.549 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 10:29:18.550 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] trunk is already registered 2026-04-23 10:29:18.550 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 10:29:18.550 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:29:18.550 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] ikepolicy is already registered 2026-04-23 10:29:18.550 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 10:29:18.550 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:29:18.551 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:29:18.551 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 10:29:18.551 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 10:29:18.551 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] endpoint_group is already registered 2026-04-23 10:29:18.551 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:29:18.551 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] subnetpool is already registered 2026-04-23 10:29:18.551 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 10:29:18.552 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] vpnservice is already registered 2026-04-23 10:29:18.552 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:29:18.552 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 10:29:18.552 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] subnetpool is already registered 2026-04-23 10:29:18.552 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] ipsec_site_connection is already registered 2026-04-23 10:29:18.552 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:29:18.553 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:29:18.553 7 INFO neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:29:18.553 7 WARNING neutron.quota.resource_registry [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] ikepolicy is already registered 2026-04-23 10:29:18.553 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 10:29:18.554 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:29:18.554 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:29:18.555 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 10:29:18.555 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 10:29:18.555 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 10:29:18.556 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:29:18.556 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:29:18.556 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:29:18.556 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] ikepolicy is already registered 2026-04-23 10:29:18.561 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 10:29:18.561 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] router is already registered 2026-04-23 10:29:18.561 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 10:29:18.561 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] floatingip is already registered 2026-04-23 10:29:18.565 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 10:29:18.565 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] rbac_policy is already registered 2026-04-23 10:29:18.566 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 10:29:18.566 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] security_group is already registered 2026-04-23 10:29:18.566 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 10:29:18.566 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] security_group_rule is already registered 2026-04-23 10:29:18.567 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:29:18.567 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] subnetpool is already registered 2026-04-23 10:29:18.567 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:29:18.568 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] subnetpool is already registered 2026-04-23 10:29:18.568 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 10:29:18.568 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] trunk is already registered 2026-04-23 10:29:18.569 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:29:18.569 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] ikepolicy is already registered 2026-04-23 10:29:18.569 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:29:18.569 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:29:18.569 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 10:29:18.570 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] endpoint_group is already registered 2026-04-23 10:29:18.570 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 10:29:18.570 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] vpnservice is already registered 2026-04-23 10:29:18.570 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 10:29:18.571 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] ipsec_site_connection is already registered 2026-04-23 10:29:18.571 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:29:18.571 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:29:18.571 8 INFO neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:29:18.571 8 WARNING neutron.quota.resource_registry [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] ikepolicy is already registered 2026-04-23 10:29:18.590 7 WARNING keystonemiddleware._common.config [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 10:29:18.601 7 WARNING oslo_config.cfg [None req-0a984b4c-d26a-4ebb-a3ab-fd63282d4500 - - - - - -] 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 0x7f206db3a668 pid: 7 (default app) 2026-04-23 10:29:18.608 8 WARNING keystonemiddleware._common.config [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 10:29:18.615 8 WARNING oslo_config.cfg [None req-d8578d34-3303-45b7-a9f9-1a2030c6b624 - - - - - -] 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 0x7f206db3a668 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-04-23 10:29:31.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1dfbab6d-cf70-41d1-a8b7-dada3018cb51 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.19.213.74 () {44 vars in 924 bytes} [Thu Apr 23 10:29:30 2026] GET /v2.0/networks/public => generated 108 bytes in 938 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/6] 199.19.213.74 () {44 vars in 946 bytes} [Thu Apr 23 10:29:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:29:32.724 7 WARNING neutron.services.revisions.revision_plugin [None req-0434ce50-0f67-48a5-9706-f110ac963120 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:29:32.747 7 INFO neutron.db.segments_db [None req-0434ce50-0f67-48a5-9706-f110ac963120 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 8fbe7d9e-7fea-4273-a17c-daad19faa909 of type flat for network 55f58a41-6001-4d3d-a562-63cfb77a5522 2026-04-23 10:29:32.793 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0434ce50-0f67-48a5-9706-f110ac963120 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/7] 199.19.213.74 () {48 vars in 964 bytes} [Thu Apr 23 10:29:31 2026] POST /v2.0/networks => generated 124 bytes in 1218 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:29:39.521 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e62fa18c-c308-44bc-a82a-501cfb560510 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/8] 199.19.213.74 () {44 vars in 924 bytes} [Thu Apr 23 10:29:39 2026] GET /v2.0/networks/public => generated 108 bytes in 401 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/9] 199.19.213.74 () {44 vars in 946 bytes} [Thu Apr 23 10:29:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:29:39.935 8 WARNING neutron.services.revisions.revision_plugin [None req-8100e08d-fd3b-4095-b819-fdde373573e4 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:29:39.962 8 INFO neutron.db.segments_db [None req-8100e08d-fd3b-4095-b819-fdde373573e4 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 1785d392-cbe4-4bba-a3a2-43c679c04cca of type flat for network e4d3cd39-9a51-44fb-a76a-3b296a7ef3b6 2026-04-23 10:29:40.025 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8100e08d-fd3b-4095-b819-fdde373573e4 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/10] 199.19.213.74 () {48 vars in 964 bytes} [Thu Apr 23 10:29:39 2026] POST /v2.0/networks => generated 124 bytes in 495 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:29:46.129 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85ed9b68-2d70-4208-a68e-026a10afef67 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/11] 199.19.213.74 () {44 vars in 924 bytes} [Thu Apr 23 10:29:46 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/12] 199.19.213.74 () {44 vars in 946 bytes} [Thu Apr 23 10:29:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:29:46.224 7 WARNING neutron.services.revisions.revision_plugin [None req-901481b7-7d90-4ea3-94fd-a147426505dc 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:29:46.245 7 INFO neutron.db.segments_db [None req-901481b7-7d90-4ea3-94fd-a147426505dc 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 41cfdb8d-071c-42ff-b8fa-f548bfc2dfe6 of type flat for network 5336183b-583a-422b-9681-deb01a90ecf0 2026-04-23 10:29:46.282 7 INFO neutron.pecan_wsgi.hooks.translation [None req-901481b7-7d90-4ea3-94fd-a147426505dc 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/13] 199.19.213.74 () {48 vars in 964 bytes} [Thu Apr 23 10:29:46 2026] POST /v2.0/networks => generated 124 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:29:52.354 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c4f3925-9c46-4b83-89aa-9b101964b2dc 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/15] 199.19.213.74 () {44 vars in 924 bytes} [Thu Apr 23 10:29:52 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/16] 199.19.213.74 () {44 vars in 946 bytes} [Thu Apr 23 10:29:52 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-04-23 10:29:52.519 7 WARNING neutron.services.revisions.revision_plugin [None req-0032e683-10c5-4ca3-8aaa-eb7f38fe29dd 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:29:52.544 7 INFO neutron.db.segments_db [None req-0032e683-10c5-4ca3-8aaa-eb7f38fe29dd 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 914c28e2-bcb3-409e-8393-8dcdbeb45737 of type flat for network c5c23990-1d7b-4dc7-8be7-880b833db62c 2026-04-23 10:29:52.573 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0032e683-10c5-4ca3-8aaa-eb7f38fe29dd 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/17] 199.19.213.74 () {48 vars in 964 bytes} [Thu Apr 23 10:29:52 2026] POST /v2.0/networks => generated 124 bytes in 213 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:29:58.737 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f57efad2-8d77-4a7f-afc8-dc4bea9388d4 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/18] 199.19.213.74 () {44 vars in 924 bytes} [Thu Apr 23 10:29:58 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/19] 199.19.213.74 () {44 vars in 946 bytes} [Thu Apr 23 10:29:58 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-04-23 10:29:58.817 8 WARNING neutron.services.revisions.revision_plugin [None req-4fbede4b-c9c9-4ac3-b470-68c44968c440 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:29:58.838 8 INFO neutron.db.segments_db [None req-4fbede4b-c9c9-4ac3-b470-68c44968c440 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 21cd2ec6-b2e6-44dd-8660-07aa599d590d of type flat for network 9e824558-7d2d-4e40-94b8-580db7e1bda8 2026-04-23 10:29:58.866 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4fbede4b-c9c9-4ac3-b470-68c44968c440 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/20] 199.19.213.74 () {48 vars in 964 bytes} [Thu Apr 23 10:29:58 2026] POST /v2.0/networks => generated 124 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:30:04.909 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8cafa63c-bf58-4fc3-9efd-004db908b209 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/22] 199.19.213.74 () {44 vars in 924 bytes} [Thu Apr 23 10:30:04 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/23] 199.19.213.74 () {44 vars in 946 bytes} [Thu Apr 23 10:30:04 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-04-23 10:30:05.710 8 WARNING neutron.services.revisions.revision_plugin [None req-ed5846db-d679-47e4-8f68-4cfa3ed3f64e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:30:05.741 8 INFO neutron.db.segments_db [None req-ed5846db-d679-47e4-8f68-4cfa3ed3f64e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 8280ed74-649e-4cca-bfb0-60aec5b6b7c1 of type flat for network 53c27051-0379-44f0-8fec-946c889d5410 [pid: 8|app: 0|req: 10/26] 199.19.213.74 () {48 vars in 964 bytes} [Thu Apr 23 10:30:04 2026] POST /v2.0/networks => generated 706 bytes in 13932 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:30:20.307 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4097c3b5-efd8-49b7-84e1-07d8b4ebacd3 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 17/27] 199.19.213.74 () {44 vars in 924 bytes} [Thu Apr 23 10:30:20 2026] GET /v2.0/networks/public => generated 108 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/28] 199.19.213.74 () {44 vars in 946 bytes} [Thu Apr 23 10:30:20 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:30:20.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65b40c7b-f71e-493d-9144-aafff28e62df 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 18/29] 199.19.213.74 () {44 vars in 1031 bytes} [Thu Apr 23 10:30:20 2026] GET /v2.0/subnets/public-subnet?network_id=53c27051-0379-44f0-8fec-946c889d5410 => generated 113 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/30] 199.19.213.74 () {44 vars in 1054 bytes} [Thu Apr 23 10:30:20 2026] GET /v2.0/subnets?name=public-subnet&network_id=53c27051-0379-44f0-8fec-946c889d5410 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 19/31] 199.19.213.74 () {48 vars in 962 bytes} [Thu Apr 23 10:30:20 2026] POST /v2.0/subnets => generated 664 bytes in 921 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:31:55.614 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6c2b6dc-0e94-45a2-8824-077e745208c0 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 19/44] 199.19.213.74 () {44 vars in 934 bytes} [Thu Apr 23 10:31:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/45] 199.19.213.74 () {44 vars in 956 bytes} [Thu Apr 23 10:31:55 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:31:55.729 8 INFO neutron.db.segments_db [None req-b6ff94bc-1958-455e-96ae-a56f19a3e22e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 82dea2e2-8da2-47c6-af2e-5b7a92633d43 of type vxlan for network 25777f5b-7c41-4144-8c44-e55be3e1d33e [pid: 8|app: 0|req: 20/46] 199.19.213.74 () {48 vars in 963 bytes} [Thu Apr 23 10:31:55 2026] POST /v2.0/networks => generated 688 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:31:57.251 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8b19d74-1c36-4003-933d-3fe5dc6eacc0 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 27/47] 199.19.213.74 () {44 vars in 934 bytes} [Thu Apr 23 10:31:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/48] 199.19.213.74 () {44 vars in 956 bytes} [Thu Apr 23 10:31:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:31:57.349 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75f8e0b5-e175-4a01-9caa-1f96c7129a18 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 28/49] 199.19.213.74 () {44 vars in 1033 bytes} [Thu Apr 23 10:31:57 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=25777f5b-7c41-4144-8c44-e55be3e1d33e => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/50] 199.19.213.74 () {44 vars in 1056 bytes} [Thu Apr 23 10:31:57 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=25777f5b-7c41-4144-8c44-e55be3e1d33e => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/51] 199.19.213.74 () {48 vars in 962 bytes} [Thu Apr 23 10:31:57 2026] POST /v2.0/subnets => generated 651 bytes in 809 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:31:59.515 8 INFO neutron.api.v2.resource [None req-9ad5ed3c-b341-4095-a0dc-76e007afebf1 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 23/52] 199.19.213.74 () {44 vars in 968 bytes} [Thu Apr 23 10:31:59 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/53] 199.19.213.74 () {44 vars in 990 bytes} [Thu Apr 23 10:31:59 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/54] 199.19.213.74 () {48 vars in 977 bytes} [Thu Apr 23 10:31:59 2026] POST /v2.0/security-groups => generated 1616 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/55] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:01 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 1616 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/56] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:01 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/57] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:01 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => 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: 26/58] 199.19.213.74 () {48 vars in 988 bytes} [Thu Apr 23 10:32:01 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: 8|app: 0|req: 28/61] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:02 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/62] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:02 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 2230 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/63] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:02 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/64] 199.19.213.74 () {48 vars in 988 bytes} [Thu Apr 23 10:32:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/65] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:03 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/66] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:03 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/67] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:03 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/68] 199.19.213.74 () {48 vars in 988 bytes} [Thu Apr 23 10:32:04 2026] POST /v2.0/security-group-rules => generated 603 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/69] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:05 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 3462 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/70] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:05 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/71] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:05 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/72] 199.19.213.74 () {48 vars in 988 bytes} [Thu Apr 23 10:32:05 2026] POST /v2.0/security-group-rules => generated 603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/73] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:06 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 4078 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/74] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:06 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/75] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:06 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/76] 199.19.213.74 () {48 vars in 988 bytes} [Thu Apr 23 10:32:06 2026] POST /v2.0/security-group-rules => generated 603 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/77] 199.19.213.74 () {44 vars in 984 bytes} [Thu Apr 23 10:32:08 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e => generated 732 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:32:08.320 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b060efc5-e22e-4f15-9f98-370271065045 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 42/78] 199.19.213.74 () {44 vars in 1073 bytes} [Thu Apr 23 10:32:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=25777f5b-7c41-4144-8c44-e55be3e1d33e => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/79] 199.19.213.74 () {44 vars in 1096 bytes} [Thu Apr 23 10:32:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=25777f5b-7c41-4144-8c44-e55be3e1d33e => generated 12 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/80] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:08 2026] GET /v2.0/security-groups/70912cb9-3645-4856-90e5-f5e2f582ef50 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/81] 199.19.213.74 () {48 vars in 958 bytes} [Thu Apr 23 10:32:08 2026] POST /v2.0/ports => generated 1096 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:32:24.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c072b68e-5710-4aa6-b78a-684e817b8f1b 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 45/84] 199.19.213.74 () {44 vars in 976 bytes} [Thu Apr 23 10:32:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 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: 40/85] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/86] 199.19.213.74 () {48 vars in 1028 bytes} [Thu Apr 23 10:32:24 2026] PUT /v2.0/ports/0d7ffa14-5cf4-4e7f-8f95-8deaa4997f76 => generated 1245 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/87] 199.19.213.74 () {44 vars in 917 bytes} [Thu Apr 23 10:32:27 2026] GET /v2.0/ports => generated 3726 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:32:29.031 7 INFO neutron.api.v2.resource [None req-ae4b0058-d97a-484c-b82f-f92dda85404d 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 47/88] 199.19.213.74 () {44 vars in 956 bytes} [Thu Apr 23 10:32:28 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/89] 199.19.213.74 () {44 vars in 978 bytes} [Thu Apr 23 10:32:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/90] 199.19.213.74 () {48 vars in 977 bytes} [Thu Apr 23 10:32:29 2026] POST /v2.0/security-groups => generated 1610 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/91] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:30 2026] GET /v2.0/security-groups/0c8b37bf-e67d-4438-87ca-16a39cde785a => generated 1610 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/92] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:30 2026] GET /v2.0/security-groups/0c8b37bf-e67d-4438-87ca-16a39cde785a => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/93] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:30 2026] GET /v2.0/security-groups/0c8b37bf-e67d-4438-87ca-16a39cde785a => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/94] 199.19.213.74 () {48 vars in 988 bytes} [Thu Apr 23 10:32:30 2026] POST /v2.0/security-group-rules => generated 621 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/97] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:32 2026] GET /v2.0/security-groups/0c8b37bf-e67d-4438-87ca-16a39cde785a => generated 2244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/98] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:32 2026] GET /v2.0/security-groups/0c8b37bf-e67d-4438-87ca-16a39cde785a => generated 2244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/99] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:32 2026] GET /v2.0/security-groups/0c8b37bf-e67d-4438-87ca-16a39cde785a => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/100] 199.19.213.74 () {48 vars in 988 bytes} [Thu Apr 23 10:32:32 2026] POST /v2.0/security-group-rules => generated 625 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:32:43.347 8 INFO neutron.api.v2.resource [None req-8291d2df-55ce-42a4-9274-183270c4d72e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/101] 199.19.213.74 () {44 vars in 1071 bytes} [Thu Apr 23 10:32:43 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ee6dfd82707a48db8c31751efd42ae31 => generated 139 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/102] 199.19.213.74 () {44 vars in 1094 bytes} [Thu Apr 23 10:32:43 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ee6dfd82707a48db8c31751efd42ae31 => generated 23 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/103] 199.19.213.74 () {48 vars in 978 bytes} [Thu Apr 23 10:32:43 2026] POST /v2.0/security-groups => generated 1624 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/104] 199.19.213.74 () {44 vars in 1085 bytes} [Thu Apr 23 10:32:45 2026] GET /v2.0/security-groups/cd0ab5fc-efd8-47da-b37e-080707cd6aa7?project_id=ee6dfd82707a48db8c31751efd42ae31 => generated 1624 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/105] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:45 2026] GET /v2.0/security-groups/cd0ab5fc-efd8-47da-b37e-080707cd6aa7 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/106] 199.19.213.74 () {44 vars in 1085 bytes} [Thu Apr 23 10:32:45 2026] GET /v2.0/security-groups/cd0ab5fc-efd8-47da-b37e-080707cd6aa7?project_id=ee6dfd82707a48db8c31751efd42ae31 => generated 1624 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/107] 199.19.213.74 () {48 vars in 988 bytes} [Thu Apr 23 10:32:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 199.19.213.74 () {44 vars in 1085 bytes} [Thu Apr 23 10:32:46 2026] GET /v2.0/security-groups/cd0ab5fc-efd8-47da-b37e-080707cd6aa7?project_id=ee6dfd82707a48db8c31751efd42ae31 => generated 2234 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/111] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:47 2026] GET /v2.0/security-groups/cd0ab5fc-efd8-47da-b37e-080707cd6aa7 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/112] 199.19.213.74 () {44 vars in 1085 bytes} [Thu Apr 23 10:32:47 2026] GET /v2.0/security-groups/cd0ab5fc-efd8-47da-b37e-080707cd6aa7?project_id=ee6dfd82707a48db8c31751efd42ae31 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/113] 199.19.213.74 () {48 vars in 988 bytes} [Thu Apr 23 10:32:47 2026] POST /v2.0/security-group-rules => generated 599 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 199.19.213.74 () {44 vars in 1085 bytes} [Thu Apr 23 10:32:48 2026] GET /v2.0/security-groups/cd0ab5fc-efd8-47da-b37e-080707cd6aa7?project_id=ee6dfd82707a48db8c31751efd42ae31 => generated 2846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:48 2026] GET /v2.0/security-groups/cd0ab5fc-efd8-47da-b37e-080707cd6aa7 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 199.19.213.74 () {44 vars in 1085 bytes} [Thu Apr 23 10:32:48 2026] GET /v2.0/security-groups/cd0ab5fc-efd8-47da-b37e-080707cd6aa7?project_id=ee6dfd82707a48db8c31751efd42ae31 => 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: 61/117] 199.19.213.74 () {48 vars in 988 bytes} [Thu Apr 23 10:32:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/118] 199.19.213.74 () {44 vars in 1085 bytes} [Thu Apr 23 10:32:50 2026] GET /v2.0/security-groups/cd0ab5fc-efd8-47da-b37e-080707cd6aa7?project_id=ee6dfd82707a48db8c31751efd42ae31 => generated 3460 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/119] 199.19.213.74 () {44 vars in 998 bytes} [Thu Apr 23 10:32:50 2026] GET /v2.0/security-groups/cd0ab5fc-efd8-47da-b37e-080707cd6aa7 => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/120] 199.19.213.74 () {44 vars in 1085 bytes} [Thu Apr 23 10:32:50 2026] GET /v2.0/security-groups/cd0ab5fc-efd8-47da-b37e-080707cd6aa7?project_id=ee6dfd82707a48db8c31751efd42ae31 => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/121] 199.19.213.74 () {48 vars in 988 bytes} [Thu Apr 23 10:32:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 75/144] 199.19.213.74 () {44 vars in 972 bytes} [Thu Apr 23 10:35:38 2026] GET /v2.0/quotas/191b27a09f1c4c28a5611e4d1b833899 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/145] 199.19.213.74 () {48 vars in 1024 bytes} [Thu Apr 23 10:35:39 2026] PUT /v2.0/quotas/191b27a09f1c4c28a5611e4d1b833899 => generated 291 bytes in 34 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: 78/150] 199.19.213.74 () {30 vars in 739 bytes} [Thu Apr 23 10:36:13 2026] GET /v2.0/networks?tenant_id=ee6dfd82707a48db8c31751efd42ae31&shared=False => generated 15 bytes in 127 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-04-23 10:36:13.325 8 INFO neutron.db.segments_db [None req-dea37bd8-1a92-4673-a2fa-b7be8aecc0c3 b1d7638f44e14bdfa52a4240cbcbec1d ee6dfd82707a48db8c31751efd42ae31 - - a6f2a267f3aa4fcfb642c3b067da55b5 a6f2a267f3aa4fcfb642c3b067da55b5] Added segment 87e55ef0-539f-4365-ab58-b19df30004ff of type vxlan for network 6fcd3fc8-8efc-4dc7-a12b-a951179d6163 [pid: 8|app: 0|req: 73/151] 199.19.213.74 () {34 vars in 681 bytes} [Thu Apr 23 10:36:13 2026] POST /v2.0/networks => generated 699 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 79/152] 199.19.213.74 () {30 vars in 721 bytes} [Thu Apr 23 10:36:13 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/153] 199.19.213.74 () {30 vars in 632 bytes} [Thu Apr 23 10:36:13 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/154] 199.19.213.74 () {34 vars in 676 bytes} [Thu Apr 23 10:36:13 2026] POST /v2.0/ports => generated 999 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/155] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:36:14 2026] GET /v2.0/networks/6fcd3fc8-8efc-4dc7-a12b-a951179d6163 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/156] 199.19.213.74 () {30 vars in 721 bytes} [Thu Apr 23 10:36:16 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/157] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:36:16 2026] GET /v2.0/networks/6fcd3fc8-8efc-4dc7-a12b-a951179d6163 => generated 705 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/neutron/extensions/quotasv2.py:134: UserWarning: "--check-limit" parameter is no longer needed since Epoxy (2025.1) release. By default, Neutron quota engine checks the resource usage before updating the limits warnings.warn('"--check-limit" parameter is no longer needed ' [pid: 7|app: 0|req: 85/164] 199.19.213.74 () {48 vars in 1022 bytes} [Thu Apr 23 10:36:59 2026] PUT /v2.0/quotas/ee6dfd82707a48db8c31751efd42ae31 => generated 291 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:17.394 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29027ebf-4cc8-43e8-8dcd-3114578dbe16 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 86/177] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:38:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 92/178] 199.19.213.74 () {30 vars in 762 bytes} [Thu Apr 23 10:38:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:38:19.449 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5fd4b122-ae37-4936-9bee-926e7de36c93 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 87/179] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:38:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 93/180] 199.19.213.74 () {30 vars in 762 bytes} [Thu Apr 23 10:38:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 91/187] 199.19.213.74 () {44 vars in 946 bytes} [Thu Apr 23 10:39:11 2026] GET /v2.0/networks?name=public => generated 753 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/194] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:39:55 2026] GET /v2.0/networks => generated 2168 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 95/195] 10.0.0.243 () {32 vars in 655 bytes} [Thu Apr 23 10:39:56 2026] GET /v2.0/floatingips => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/196] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:39:56 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 96/197] 10.0.0.243 () {32 vars in 643 bytes} [Thu Apr 23 10:39:56 2026] GET /v2.0/ports => generated 4721 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/198] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:39:57 2026] GET /v2.0/subnets => generated 1308 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/199] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:39:57 2026] GET /v2.0/networks => generated 2168 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/200] 10.0.0.243 () {32 vars in 663 bytes} [Thu Apr 23 10:39:57 2026] GET /v2.0/security-groups => generated 17397 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/201] 10.0.0.243 () {32 vars in 655 bytes} [Thu Apr 23 10:39:57 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:09.474 8 INFO neutron.db.segments_db [None req-3fcf7042-bc33-4403-af77-e915caa22b13 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 49969802-0e02-4936-adfd-48dbfdee75e6 of type vxlan for network ed98b590-e552-435e-8cad-1c9f78632871 [pid: 8|app: 0|req: 100/204] 10.0.0.243 () {34 vars in 671 bytes} [Thu Apr 23 10:40:09 2026] POST /v2.0/networks => generated 732 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:09.596 7 INFO neutron.db.segments_db [None req-ce84443f-59d5-4026-90da-1c1363a05c0c 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment c05f3869-56ae-4774-98e3-e0ba21343f04 of type vxlan for network 0f78afa1-dbfa-490a-be78-945126a19a7d [pid: 7|app: 0|req: 105/205] 10.0.0.243 () {34 vars in 671 bytes} [Thu Apr 23 10:40:09 2026] POST /v2.0/networks => generated 727 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:09.765 8 INFO neutron.db.segments_db [None req-3872da81-82ed-44ed-a627-7864379d3556 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 4cbf960b-0b82-4e14-b07a-221e762806fc of type vxlan for network e0fdfd8a-608e-44c5-a102-da26df3fc356 [pid: 8|app: 0|req: 101/206] 10.0.0.243 () {34 vars in 671 bytes} [Thu Apr 23 10:40:09 2026] POST /v2.0/networks => generated 717 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/207] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:40:09 2026] POST /v2.0/subnets => generated 698 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/208] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:40:09 2026] POST /v2.0/subnets => generated 683 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/209] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:40:09 2026] POST /v2.0/subnets => generated 693 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:10.039 7 INFO neutron.db.segments_db [None req-b2f9bb12-4444-4a7c-925c-0a37aa229f42 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment a6880b6a-03ed-436f-8f73-e52a7d4b4916 of type vxlan for network 94e1921a-983e-40f2-b111-9d214d70010a 2026-04-23 10:40:10.063 8 INFO neutron.db.segments_db [None req-33134232-e8fd-488d-b03a-312ddcabbe66 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 9030bdd4-236f-41fc-b4f0-ae0094253e49 of type vxlan for network c87d6dda-a466-4375-84ce-5a0c26261bba 2026-04-23 10:40:10.243 7 INFO neutron.db.l3_hamode_db [None req-b2f9bb12-4444-4a7c-925c-0a37aa229f42 1fc1f097af564f9d8bb82f392cd1d9da 8a16afcb32834332961b7408454f4e30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:40:10.342 8 INFO neutron.db.l3_hamode_db [None req-33134232-e8fd-488d-b03a-312ddcabbe66 1fc1f097af564f9d8bb82f392cd1d9da bd0a1edf9edb455db1b17365edc5121a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:40:11.294 7 INFO neutron.db.l3_hamode_db [None req-b2f9bb12-4444-4a7c-925c-0a37aa229f42 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:40:11.477 8 INFO neutron.db.l3_hamode_db [None req-33134232-e8fd-488d-b03a-312ddcabbe66 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 108/210] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:40:09 2026] POST /v2.0/routers => generated 738 bytes in 2794 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:12.830 7 INFO neutron.db.segments_db [None req-651f8939-39f2-46b0-ba1f-1389017ee5af 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 2d0fae79-5a89-4c5f-bfa2-3cb4206ecb9f of type vxlan for network 6b175f91-12eb-41cc-ab17-60d186e1dd5a [pid: 8|app: 0|req: 103/211] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:40:10 2026] POST /v2.0/routers => generated 723 bytes in 2913 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:13.062 7 INFO neutron.db.l3_hamode_db [None req-651f8939-39f2-46b0-ba1f-1389017ee5af 1fc1f097af564f9d8bb82f392cd1d9da 9144a38f96e54589bef62944fd8029fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 104/212] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:40:12 2026] GET /v2.0/security-groups?tenant_id=5590fb0a6f3e4229b6e56ca0b82270fd&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:13.806 7 INFO neutron.db.l3_hamode_db [None req-651f8939-39f2-46b0-ba1f-1389017ee5af 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 105/213] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:40:13 2026] PUT /v2.0/routers/f0e591b6-767c-4341-98c0-4a94d6193e33/add_router_interface => generated 309 bytes in 1324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/214] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:40:12 2026] POST /v2.0/routers => generated 733 bytes in 1817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/215] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:40:14 2026] DELETE /v2.0/security-groups/f497e8cd-25d0-4113-8959-e8095ea925e9 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/216] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:40:14 2026] PUT /v2.0/routers/fd5037e4-d895-4409-a752-3fb370b40d27/add_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/217] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:40:14 2026] PUT /v2.0/routers/bc3e1fb0-436d-4eea-974e-f32542781168/add_router_interface => generated 309 bytes in 1206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/218] 10.0.0.243 () {34 vars in 685 bytes} [Thu Apr 23 10:40:15 2026] POST /v2.0/security-groups => generated 1661 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/219] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:40:16 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: 8|app: 0|req: 108/220] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:40:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/223] 10.0.0.243 () {34 vars in 685 bytes} [Thu Apr 23 10:40:16 2026] POST /v2.0/security-groups => generated 1660 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/224] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:40:16 2026] POST /v2.0/floatingips => generated 552 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/225] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:40:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:17.054 8 INFO neutron.db.segments_db [None req-abb10c3b-4d68-4502-87b6-f4fa8698d51e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 906f85f5-bfff-4b32-8112-df901f7ac1a8 of type vxlan for network 11ba7ff1-4def-4bb4-93ab-5282e1ac5b55 [pid: 7|app: 0|req: 115/226] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:40:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/227] 10.0.0.243 () {34 vars in 671 bytes} [Thu Apr 23 10:40:16 2026] POST /v2.0/networks => generated 729 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/228] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:40:17 2026] POST /v2.0/subnets => generated 695 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/229] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/networks?id=0f78afa1-dbfa-490a-be78-945126a19a7d => generated 678 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:17.488 8 INFO neutron.db.segments_db [None req-b56e0246-3845-426f-82c6-dc85c0afe9ae 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 71bae508-d10c-4bbb-b308-cba9d0f1aaff of type vxlan for network 505f5b05-929b-4c23-a877-2d516832beef [pid: 7|app: 0|req: 116/230] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:40:17 2026] POST /v2.0/floatingips => generated 552 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/231] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/quotas/9144a38f96e54589bef62944fd8029fe => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:17.756 8 INFO neutron.db.l3_hamode_db [None req-b56e0246-3845-426f-82c6-dc85c0afe9ae 1fc1f097af564f9d8bb82f392cd1d9da 72125e5903474c61a027fe82e724e1d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 118/232] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/ports?tenant_id=9144a38f96e54589bef62944fd8029fe&fields=id => generated 103 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/233] 10.0.0.35 () {34 vars in 1099 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1802692152&fields=id&tenant_id=8a16afcb32834332961b7408454f4e30 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/234] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/networks?id=ed98b590-e552-435e-8cad-1c9f78632871 => generated 683 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/235] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/quotas/8a16afcb32834332961b7408454f4e30 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/236] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/ports?tenant_id=8a16afcb32834332961b7408454f4e30&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/237] 10.0.0.35 () {34 vars in 906 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/extensions => generated 21537 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/238] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/networks/0f78afa1-dbfa-490a-be78-945126a19a7d?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: 125/239] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/networks/0f78afa1-dbfa-490a-be78-945126a19a7d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/240] 10.0.0.35 () {34 vars in 906 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/extensions => generated 21537 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/241] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?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: 128/242] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?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-04-23 10:40:18.561 8 INFO neutron.db.l3_hamode_db [None req-b56e0246-3845-426f-82c6-dc85c0afe9ae 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 129/243] 10.0.0.35 () {34 vars in 1099 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1863552354&fields=id&tenant_id=bd0a1edf9edb455db1b17365edc5121a => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/244] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/networks?id=e0fdfd8a-608e-44c5-a102-da26df3fc356 => generated 668 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/245] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => 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: 132/246] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/quotas/bd0a1edf9edb455db1b17365edc5121a => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/247] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/ports?tenant_id=bd0a1edf9edb455db1b17365edc5121a&fields=id => generated 103 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/248] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 12 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/249] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:40:19 2026] GET /v2.0/networks/e0fdfd8a-608e-44c5-a102-da26df3fc356?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: 136/250] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:40:19 2026] GET /v2.0/networks/e0fdfd8a-608e-44c5-a102-da26df3fc356?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/251] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:40:17 2026] POST /v2.0/routers => generated 735 bytes in 2167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/252] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:19 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/253] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:19 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => 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: 139/254] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:20 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => 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: 140/255] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:20 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => 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: 116/256] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:40:19 2026] PUT /v2.0/routers/6a44654d-3cf0-494d-a81b-fbf46a57377f/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/257] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:21 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => 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: 117/258] 10.0.0.35 () {38 vars in 970 bytes} [Thu Apr 23 10:40:21 2026] POST /v2.0/security-groups => generated 1683 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/259] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:21 2026] GET /v2.0/security-groups/faec000a-9ed4-4177-ab5c-6ce861b494da => generated 1683 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/260] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:21 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => 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: 143/261] 10.0.0.35 () {38 vars in 980 bytes} [Thu Apr 23 10:40:21 2026] POST /v2.0/security-group-rules => generated 614 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/262] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:21 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => 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: 119/263] 10.0.0.35 () {38 vars in 970 bytes} [Thu Apr 23 10:40:21 2026] POST /v2.0/security-groups => generated 1684 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/264] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:22 2026] GET /v2.0/security-groups/15f80393-4655-4f17-a701-6b89d15207a6 => generated 1684 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/265] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:22 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => 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: 120/266] 10.0.0.35 () {38 vars in 980 bytes} [Thu Apr 23 10:40:22 2026] POST /v2.0/security-group-rules => generated 614 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/267] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:22 2026] GET /v2.0/security-groups/15f80393-4655-4f17-a701-6b89d15207a6 => generated 2309 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/268] 10.0.0.35 () {38 vars in 980 bytes} [Thu Apr 23 10:40:22 2026] POST /v2.0/security-group-rules => generated 619 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/269] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:22 2026] GET /v2.0/security-groups/15f80393-4655-4f17-a701-6b89d15207a6 => generated 2939 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/270] 10.0.0.35 () {34 vars in 1000 bytes} [Thu Apr 23 10:40:22 2026] GET /v2.0/security-group-rules/2eb20c1a-f210-4ebf-bb2b-bc76f5dbb05a => generated 616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/271] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:22 2026] GET /v2.0/security-groups/15f80393-4655-4f17-a701-6b89d15207a6 => generated 2939 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/272] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:22 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => 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: 150/273] 10.0.0.35 () {36 vars in 1022 bytes} [Thu Apr 23 10:40:22 2026] DELETE /v2.0/security-group-rules/2eb20c1a-f210-4ebf-bb2b-bc76f5dbb05a => 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: 124/274] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:22 2026] GET /v2.0/security-groups/15f80393-4655-4f17-a701-6b89d15207a6 => generated 2309 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/275] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:22 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => 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: 151/276] 10.0.0.35 () {36 vars in 1012 bytes} [Thu Apr 23 10:40:22 2026] DELETE /v2.0/security-groups/15f80393-4655-4f17-a701-6b89d15207a6 => 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: 126/277] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:22 2026] GET /v2.0/security-groups/faec000a-9ed4-4177-ab5c-6ce861b494da => generated 2308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/278] 10.0.0.35 () {36 vars in 1012 bytes} [Thu Apr 23 10:40:23 2026] DELETE /v2.0/security-groups/faec000a-9ed4-4177-ab5c-6ce861b494da => 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: 153/279] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:23 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => 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: 154/280] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:40:23 2026] GET /v2.0/networks?id=0f78afa1-dbfa-490a-be78-945126a19a7d => generated 678 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:24.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-206cd256-8f84-41e8-afc0-8881f2b10ebc 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: b385c420-223b-496c-9a5f-41ec3cbc4939 2026-04-23 10:40:24.056 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-206cd256-8f84-41e8-afc0-8881f2b10ebc 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: b385c420-223b-496c-9a5f-41ec3cbc4939 [pid: 7|app: 0|req: 155/281] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:40:23 2026] POST /v2.0/ports => generated 954 bytes in 594 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: 156/282] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:24 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => 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: 157/283] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:24 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => 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: 158/284] 199.19.213.74 () {34 vars in 910 bytes} [Thu Apr 23 10:40:24 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) [pid: 7|app: 0|req: 159/285] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:24 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 957 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/286] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:24 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&fields=id&fields=name => generated 88 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/287] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:40:23 2026] PUT /v2.0/routers/6a44654d-3cf0-494d-a81b-fbf46a57377f/remove_router_interface => generated 309 bytes in 1491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:24.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-83f6c4a8-a9be-42b0-94c7-004e7ad6ea07 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 3536d5b1-3b1a-4e7a-abb9-fdfc61e81c76 2026-04-23 10:40:24.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83f6c4a8-a9be-42b0-94c7-004e7ad6ea07 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 3536d5b1-3b1a-4e7a-abb9-fdfc61e81c76 [pid: 7|app: 0|req: 161/288] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:40:24 2026] PUT /v2.0/ports/acdb1829-2ac7-46e1-b68d-29d56c77cf1c => generated 1235 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:25.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-83f6c4a8-a9be-42b0-94c7-004e7ad6ea07 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 3510924e-e698-4b5e-8098-26a2a9c1de4b 2026-04-23 10:40:25.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83f6c4a8-a9be-42b0-94c7-004e7ad6ea07 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 3510924e-e698-4b5e-8098-26a2a9c1de4b 2026-04-23 10:40:25.229 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-83f6c4a8-a9be-42b0-94c7-004e7ad6ea07 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - 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() /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: 162/289] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:40:25 2026] GET /v2.0/networks?id=ed98b590-e552-435e-8cad-1c9f78632871 => generated 683 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/290] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:25 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => 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: 164/291] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:25 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => 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: 165/292] 199.19.213.74 () {34 vars in 1049 bytes} [Thu Apr 23 10:40:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8a16afcb32834332961b7408454f4e30 => generated 181 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:25.507 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a8d97b4-347c-4a25-bac0-5b65f79011f2'] response: {'name': 'network-changed', 'server_uuid': '2789657c-5115-4ec9-afc7-e2d8f330ac21', 'tag': 'acdb1829-2ac7-46e1-b68d-29d56c77cf1c', 'status': 'completed', 'code': 200} 2026-04-23 10:40:26.213 8 INFO neutron.db.l3_hamode_db [None req-83f6c4a8-a9be-42b0-94c7-004e7ad6ea07 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] HA network 505f5b05-929b-4c23-a877-2d516832beef was deleted as no HA routers are present in tenant 72125e5903474c61a027fe82e724e1d5. [pid: 8|app: 0|req: 128/293] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:40:24 2026] DELETE /v2.0/routers/6a44654d-3cf0-494d-a81b-fbf46a57377f => generated 0 bytes in 1614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/294] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/295] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:40:25 2026] POST /v2.0/ports => generated 958 bytes in 947 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: 130/296] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/ports?tenant_id=9144a38f96e54589bef62944fd8029fe&device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 1238 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/297] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:26.463 8 INFO neutron.services.segments.plugin [-] Segment 71bae508-d10c-4bbb-b308-cba9d0f1aaff resource provider aggregate not found 2026-04-23 10:40:26.476 8 INFO neutron.services.segments.plugin [-] Segment 71bae508-d10c-4bbb-b308-cba9d0f1aaff resource provider aggregate not found 2026-04-23 10:40:26.511 8 INFO neutron.services.segments.plugin [-] Segment 71bae508-d10c-4bbb-b308-cba9d0f1aaff 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 71bae508-d10c-4bbb-b308-cba9d0f1aaff found for delete ", "request_id": "req-3f1e5caa-ad66-4b1d-bc03-5955019d2cf0"}]} 2026-04-23 10:40:26.512 8 INFO neutron.services.segments.plugin [-] Segment 71bae508-d10c-4bbb-b308-cba9d0f1aaff 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 71bae508-d10c-4bbb-b308-cba9d0f1aaff found for delete ", "request_id": "req-0fbed48a-4863-4e45-8451-a16a9793675a"}]} [pid: 7|app: 0|req: 167/298] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:40:26 2026] DELETE /v2.0/subnets/0456f03a-b7ff-4cdb-8b52-f21fe8c7a661 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/299] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 961 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/300] 199.19.213.74 () {34 vars in 1017 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/networks?tenant_id=9144a38f96e54589bef62944fd8029fe&shared=False => generated 774 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/301] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:26.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd52c6fd-daf3-4c22-8564-887dba31c65c 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 9c409859-1217-495f-8dce-dd02fc359e28 2026-04-23 10:40:26.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd52c6fd-daf3-4c22-8564-887dba31c65c 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 9c409859-1217-495f-8dce-dd02fc359e28 [pid: 8|app: 0|req: 132/302] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:40:26 2026] PUT /v2.0/ports/a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 1239 bytes in 591 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: 133/303] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&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: 134/304] 199.19.213.74 () {34 vars in 929 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/305] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:40:26 2026] DELETE /v2.0/networks/11ba7ff1-4def-4bb4-93ab-5282e1ac5b55 => generated 0 bytes in 508 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/306] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/security-groups?tenant_id=72125e5903474c61a027fe82e724e1d5&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/307] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/networks?id=e0fdfd8a-608e-44c5-a102-da26df3fc356 => generated 668 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/308] 199.19.213.74 () {34 vars in 1049 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bd0a1edf9edb455db1b17365edc5121a => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/309] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:40:27 2026] DELETE /v2.0/security-groups/5d983218-770a-48ab-9ff2-40f88f6e707c => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/310] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:27.652 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-88f99e43-253a-4c2a-ad70-364c5852bd15'] response: {'name': 'network-changed', 'server_uuid': '0546221f-193f-4be0-aa5f-d3a9ca8ddc20', 'tag': 'a2096898-3e41-4fcd-b5b8-52f20bedf460', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 174/311] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/312] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:27.889 7 INFO neutron.services.segments.plugin [-] Segment 906f85f5-bfff-4b32-8112-df901f7ac1a8 resource provider aggregate not found 2026-04-23 10:40:27.912 7 INFO neutron.services.segments.plugin [-] Segment 906f85f5-bfff-4b32-8112-df901f7ac1a8 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 906f85f5-bfff-4b32-8112-df901f7ac1a8 found for delete ", "request_id": "req-ded905c9-92db-4164-8c29-bddeb92ab366"}]} 2026-04-23 10:40:27.934 7 INFO neutron.services.segments.plugin [-] Segment 906f85f5-bfff-4b32-8112-df901f7ac1a8 resource provider aggregate not found 2026-04-23 10:40:27.952 7 INFO neutron.services.segments.plugin [-] Segment 906f85f5-bfff-4b32-8112-df901f7ac1a8 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 906f85f5-bfff-4b32-8112-df901f7ac1a8 found for delete ", "request_id": "req-f826a6b2-0182-49b7-8620-d34ed617df65"}]} [pid: 8|app: 0|req: 138/313] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:40:27 2026] POST /v2.0/ports => generated 954 bytes in 572 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: 176/314] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/ports?tenant_id=8a16afcb32834332961b7408454f4e30&device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 1242 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/315] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/ports?tenant_id=9144a38f96e54589bef62944fd8029fe&device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/316] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/317] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/318] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=acdb1829-2ac7-46e1-b68d-29d56c77cf1c => 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: 181/319] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&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: 182/320] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/subnets?id=c7d04956-f589-41da-b2aa-6080e3698c7e => generated 701 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/321] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/subnets?id=969c87f0-2b6b-4e3e-80bb-32167ebfec6b => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/322] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/ports?network_id=ed98b590-e552-435e-8cad-1c9f78632871&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: 185/323] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/ports?network_id=0f78afa1-dbfa-490a-be78-945126a19a7d&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/324] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/325] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/networks/0f78afa1-dbfa-490a-be78-945126a19a7d?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: 188/326] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?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: 189/327] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/networks/0f78afa1-dbfa-490a-be78-945126a19a7d?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: 7|app: 0|req: 190/328] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/329] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/330] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/331] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:29 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&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: 139/332] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:40:28 2026] PUT /v2.0/ports/20eadea1-8430-4ec9-b20e-65ca8a8e3460 => generated 1235 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/333] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:29 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 973 bytes in 55 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: 140/334] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:29 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:29.698 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffb658d4-b4bb-4e8f-a6a1-c53511751443'] response: {'name': 'network-changed', 'server_uuid': '6c9cfab1-9331-474c-bf1e-e1274027c8c6', 'tag': '20eadea1-8430-4ec9-b20e-65ca8a8e3460', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 195/335] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:40:29 2026] GET /v2.0/ports?tenant_id=8a16afcb32834332961b7408454f4e30&device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/336] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:40:29 2026] GET /v2.0/networks?id=ed98b590-e552-435e-8cad-1c9f78632871 => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/337] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:40:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/338] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:40:29 2026] GET /v2.0/subnets?id=c7d04956-f589-41da-b2aa-6080e3698c7e => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/339] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:40:29 2026] GET /v2.0/ports?network_id=ed98b590-e552-435e-8cad-1c9f78632871&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/340] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:29 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => 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: 198/341] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:40:29 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?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: 199/342] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:29 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&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: 200/343] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:40:30 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?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: 7|app: 0|req: 201/344] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:40:30 2026] GET /v2.0/ports?tenant_id=bd0a1edf9edb455db1b17365edc5121a&device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/345] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:30 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => 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: 203/346] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:40:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=20eadea1-8430-4ec9-b20e-65ca8a8e3460 => 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: 204/347] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:30 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&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: 205/348] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:40:30 2026] GET /v2.0/subnets?id=75c08c47-830b-4343-a723-64d28a0e55a8 => generated 686 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/349] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:40:30 2026] GET /v2.0/ports?network_id=e0fdfd8a-608e-44c5-a102-da26df3fc356&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/350] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:40:30 2026] GET /v2.0/networks/e0fdfd8a-608e-44c5-a102-da26df3fc356?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:30.437 8 INFO neutron.db.segments_db [None req-8784a965-5f9d-4f23-968f-f29c29bfb013 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 7c218f42-ae83-4599-8696-3134362d4bdf of type vxlan for network 55f38040-39d6-40f4-8f7b-85f3fe8c693b [pid: 7|app: 0|req: 208/351] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:40:30 2026] GET /v2.0/networks/e0fdfd8a-608e-44c5-a102-da26df3fc356?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/352] 10.0.0.243 () {34 vars in 671 bytes} [Thu Apr 23 10:40:29 2026] POST /v2.0/networks => generated 725 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/353] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:30 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/354] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:30 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&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: 209/355] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:40:30 2026] POST /v2.0/subnets => generated 691 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:30.795 8 INFO neutron.db.segments_db [None req-4fc29287-d5a5-45d6-88e3-65b46dcb3056 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 0dd4086a-6ab2-4a99-92be-7468b9efdd47 of type vxlan for network 2dfbc28c-0ff2-420d-9e2f-f46777b3f932 2026-04-23 10:40:31.093 8 INFO neutron.db.l3_hamode_db [None req-4fc29287-d5a5-45d6-88e3-65b46dcb3056 1fc1f097af564f9d8bb82f392cd1d9da c5c9636f31c54753b32fde78c24f8001 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 210/356] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/357] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&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: 212/358] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/361] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&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: 216/362] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/ports?tenant_id=bd0a1edf9edb455db1b17365edc5121a&device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/363] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/networks?id=e0fdfd8a-608e-44c5-a102-da26df3fc356 => generated 764 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/364] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=20eadea1-8430-4ec9-b20e-65ca8a8e3460 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/365] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/subnets?id=75c08c47-830b-4343-a723-64d28a0e55a8 => generated 686 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/366] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/ports?network_id=e0fdfd8a-608e-44c5-a102-da26df3fc356&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: 221/367] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/networks/e0fdfd8a-608e-44c5-a102-da26df3fc356?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/368] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:31.956 8 INFO neutron.db.l3_hamode_db [None req-4fc29287-d5a5-45d6-88e3-65b46dcb3056 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 223/369] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/networks/e0fdfd8a-608e-44c5-a102-da26df3fc356?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: 7|app: 0|req: 224/370] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:31 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&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: 225/371] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:32 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/372] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:32 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&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: 227/373] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:32 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/374] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:32 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&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: 8|app: 0|req: 147/375] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:40:30 2026] POST /v2.0/routers => generated 731 bytes in 2246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/376] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/377] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&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: 8|app: 0|req: 150/378] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/379] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/380] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 969 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/381] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&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: 229/382] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:40:33 2026] PUT /v2.0/routers/65ca14fd-c157-4582-98fb-09f218d42588/add_router_interface => generated 309 bytes in 1372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/383] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:34 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/384] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:34 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&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: 155/385] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:34 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/386] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:34 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&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: 8|app: 0|req: 156/387] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:34 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/388] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&fields=id&fields=name => generated 114 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/389] 10.0.0.35 () {38 vars in 970 bytes} [Thu Apr 23 10:40:35 2026] POST /v2.0/security-groups => generated 1680 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/390] 10.0.0.35 () {38 vars in 970 bytes} [Thu Apr 23 10:40:35 2026] POST /v2.0/security-groups => generated 1681 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/391] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/392] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&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: 158/393] 10.0.0.35 () {38 vars in 970 bytes} [Thu Apr 23 10:40:35 2026] POST /v2.0/security-groups => generated 1681 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/394] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/security-groups?tenant_id=c5c9636f31c54753b32fde78c24f8001 => generated 7907 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/395] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/security-groups/6b935815-13ab-401f-aa68-a16297f7863e => generated 2922 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/396] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/security-groups/6b935815-13ab-401f-aa68-a16297f7863e => generated 2922 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/397] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/security-groups/107c5fd0-5a3d-455d-a517-8bcf1c9fbae0 => generated 1680 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/398] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => 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: 238/399] 10.0.0.35 () {36 vars in 1012 bytes} [Thu Apr 23 10:40:35 2026] DELETE /v2.0/security-groups/107c5fd0-5a3d-455d-a517-8bcf1c9fbae0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:36.037 7 INFO neutron.api.v2.resource [req-2c85b4b5-8b90-433a-b37f-227a0e2fadd6 req-736fb6f6-0693-4c8d-bd4e-dd00ef292778 2928ff7543d845909cbff282021f8774 c5c9636f31c54753b32fde78c24f8001 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 239/400] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups/107c5fd0-5a3d-455d-a517-8bcf1c9fbae0 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/401] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&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: 240/402] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups/debd7872-c19e-4d39-919c-55a6fcf8e369 => generated 1681 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/403] 10.0.0.35 () {36 vars in 1012 bytes} [Thu Apr 23 10:40:36 2026] DELETE /v2.0/security-groups/debd7872-c19e-4d39-919c-55a6fcf8e369 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:36.248 8 INFO neutron.api.v2.resource [req-5c5b37b0-07b8-4dee-a5bd-6b0cc9a50372 req-aff85bd7-1ecf-4d46-9d5d-addb8b893ee4 2928ff7543d845909cbff282021f8774 c5c9636f31c54753b32fde78c24f8001 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 164/404] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups/debd7872-c19e-4d39-919c-55a6fcf8e369 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/405] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/406] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups/02c8798b-840b-407f-bfa6-1f0a0da6c79c => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/407] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&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: 166/408] 10.0.0.35 () {36 vars in 1012 bytes} [Thu Apr 23 10:40:36 2026] DELETE /v2.0/security-groups/02c8798b-840b-407f-bfa6-1f0a0da6c79c => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:36.442 7 INFO neutron.api.v2.resource [req-aa46abd1-2963-4d2a-acc0-072fc3fd6cc0 req-4b9e1fcc-b7f9-49fb-a530-de89ab08cb70 2928ff7543d845909cbff282021f8774 c5c9636f31c54753b32fde78c24f8001 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/409] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups/02c8798b-840b-407f-bfa6-1f0a0da6c79c => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/410] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups?tenant_id=c5c9636f31c54753b32fde78c24f8001 => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/411] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups/6b935815-13ab-401f-aa68-a16297f7863e => 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: 168/412] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups/6b935815-13ab-401f-aa68-a16297f7863e => generated 2922 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:36.671 7 INFO neutron.api.v2.resource [req-5ec75313-a195-4ffe-ac06-693d78e52b30 req-98e569e3-224f-46af-af2c-34848a8e9243 2928ff7543d845909cbff282021f8774 c5c9636f31c54753b32fde78c24f8001 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 245/413] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups/02c8798b-840b-407f-bfa6-1f0a0da6c79c => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:40:36.716 8 INFO neutron.api.v2.resource [req-7646738e-4d33-4285-bf27-dd0408d15942 req-a2c9c25b-0a84-434e-bd92-7a6b04501dec 2928ff7543d845909cbff282021f8774 c5c9636f31c54753b32fde78c24f8001 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 169/414] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups/debd7872-c19e-4d39-919c-55a6fcf8e369 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:40:36.754 8 INFO neutron.api.v2.resource [req-8af65d35-8caf-4e0e-802f-ab48ec34d411 req-c3c22011-9b16-4025-bc74-f20ae1c4f37e 2928ff7543d845909cbff282021f8774 c5c9636f31c54753b32fde78c24f8001 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 170/415] 10.0.0.35 () {34 vars in 990 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups/107c5fd0-5a3d-455d-a517-8bcf1c9fbae0 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/416] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/417] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&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: 248/418] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:37 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/419] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:37 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&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: 250/420] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:37 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => 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: 251/421] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:37 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:37.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-d693091d-c17c-4e39-bf28-68527313e0aa 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 86578496-13c3-44ba-8c09-0a4a5c04adca 2026-04-23 10:40:37.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d693091d-c17c-4e39-bf28-68527313e0aa 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 86578496-13c3-44ba-8c09-0a4a5c04adca [pid: 7|app: 0|req: 252/422] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:37 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/423] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:37 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/424] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:40:36 2026] PUT /v2.0/routers/65ca14fd-c157-4582-98fb-09f218d42588/remove_router_interface => generated 309 bytes in 1427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/425] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:38 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:38.471 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fefc636-06a1-40a2-adec-70cbb73ed1ec 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 53c58a67-087e-40d5-9edb-681a585a5627 2026-04-23 10:40:38.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fefc636-06a1-40a2-adec-70cbb73ed1ec 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 53c58a67-087e-40d5-9edb-681a585a5627 2026-04-23 10:40:38.699 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fefc636-06a1-40a2-adec-70cbb73ed1ec 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 62e93556-4899-481d-8e6d-7ce71fd9d969 2026-04-23 10:40:38.702 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fefc636-06a1-40a2-adec-70cbb73ed1ec 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 62e93556-4899-481d-8e6d-7ce71fd9d969 2026-04-23 10:40:39.010 8 INFO neutron.services.segments.plugin [-] Segment 0dd4086a-6ab2-4a99-92be-7468b9efdd47 resource provider aggregate not found 2026-04-23 10:40:39.015 8 INFO neutron.services.segments.plugin [-] Segment 0dd4086a-6ab2-4a99-92be-7468b9efdd47 resource provider aggregate not found 2026-04-23 10:40:39.035 8 INFO neutron.services.segments.plugin [-] Segment 0dd4086a-6ab2-4a99-92be-7468b9efdd47 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 0dd4086a-6ab2-4a99-92be-7468b9efdd47 found for delete ", "request_id": "req-9d292ba9-df2b-4782-b584-66eaac012fe1"}]} 2026-04-23 10:40:39.035 8 INFO neutron.db.l3_hamode_db [None req-1fefc636-06a1-40a2-adec-70cbb73ed1ec 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] HA network 2dfbc28c-0ff2-420d-9e2f-f46777b3f932 was deleted as no HA routers are present in tenant c5c9636f31c54753b32fde78c24f8001. 2026-04-23 10:40:39.037 8 INFO neutron.services.segments.plugin [-] Segment 0dd4086a-6ab2-4a99-92be-7468b9efdd47 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 0dd4086a-6ab2-4a99-92be-7468b9efdd47 found for delete ", "request_id": "req-fdd4ec25-1221-47c0-93a9-c1c007ac33c2"}]} [pid: 8|app: 0|req: 172/426] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:40:38 2026] DELETE /v2.0/routers/65ca14fd-c157-4582-98fb-09f218d42588 => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/427] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/428] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:39.223 7 INFO neutron.db.l3_db [None req-da05d65f-448c-4d7d-9c2b-99aa539dbe65 4e4e3d45c5774ccb8bfff69d17687d30 8a16afcb32834332961b7408454f4e30 - - default default] Floating IP fcdaba63-92a1-4ac5-8bde-b2b90313a150 associated. External IP: 10.96.250.219, port: a2096898-3e41-4fcd-b5b8-52f20bedf460. [pid: 8|app: 0|req: 175/429] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:40:39 2026] DELETE /v2.0/subnets/4b0e9c13-ef67-4137-aac2-029dc16cc15b => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/430] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&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: 8|app: 0|req: 177/431] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&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: 255/432] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:40:38 2026] PUT /v2.0/floatingips/fcdaba63-92a1-4ac5-8bde-b2b90313a150 => generated 856 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:39.576 8 INFO neutron_taas.services.taas.taas_plugin [None req-61907de7-2aad-4903-86eb-bdf4a96961b2 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 29dd1ce4-5771-4775-9539-29c524d462fb 2026-04-23 10:40:39.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61907de7-2aad-4903-86eb-bdf4a96961b2 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 29dd1ce4-5771-4775-9539-29c524d462fb 2026-04-23 10:40:39.590 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6be3e75b-14af-441d-af45-6466cea767e3'] response: {'name': 'network-changed', 'server_uuid': '0546221f-193f-4be0-aa5f-d3a9ca8ddc20', 'tag': 'a2096898-3e41-4fcd-b5b8-52f20bedf460', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 256/433] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/434] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&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: 178/435] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:40:39 2026] DELETE /v2.0/networks/55f38040-39d6-40f4-8f7b-85f3fe8c693b => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/436] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/security-groups?tenant_id=c5c9636f31c54753b32fde78c24f8001&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/437] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:40:39 2026] DELETE /v2.0/security-groups/6b935815-13ab-401f-aa68-a16297f7863e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/438] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:40:40 2026] GET /v2.0/ports?tenant_id=8a16afcb32834332961b7408454f4e30&device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/439] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:40:40 2026] GET /v2.0/networks?id=ed98b590-e552-435e-8cad-1c9f78632871 => generated 779 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/440] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:40:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 859 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/441] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:40:40 2026] GET /v2.0/subnets?id=c7d04956-f589-41da-b2aa-6080e3698c7e => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/442] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:40:40 2026] GET /v2.0/ports?network_id=ed98b590-e552-435e-8cad-1c9f78632871&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: 182/443] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:40:40 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/444] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:40:40 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/445] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:40 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/446] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:40 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/447] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:40 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/448] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:40 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:41.073 8 INFO neutron.services.segments.plugin [-] Segment 7c218f42-ae83-4599-8696-3134362d4bdf resource provider aggregate not found 2026-04-23 10:40:41.076 8 INFO neutron.services.segments.plugin [-] Segment 7c218f42-ae83-4599-8696-3134362d4bdf resource provider aggregate not found 2026-04-23 10:40:41.090 8 INFO neutron.services.segments.plugin [-] Segment 7c218f42-ae83-4599-8696-3134362d4bdf 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 7c218f42-ae83-4599-8696-3134362d4bdf found for delete ", "request_id": "req-15d1b252-8678-402a-b16b-3526d9815342"}]} 2026-04-23 10:40:41.099 8 INFO neutron.services.segments.plugin [-] Segment 7c218f42-ae83-4599-8696-3134362d4bdf 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 7c218f42-ae83-4599-8696-3134362d4bdf found for delete ", "request_id": "req-1bbb93df-095f-4254-8411-16c2620a3be8"}]} [pid: 8|app: 0|req: 185/449] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:41 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/450] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:41 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&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: 265/451] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:41 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/452] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:41 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/453] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:41 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:42.506 8 INFO neutron.db.segments_db [None req-7cda89aa-a325-48b4-9260-9f611ebada6b 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment fbcc2865-2d54-4ced-8915-182f706b3f2b of type vxlan for network 94a3ed83-99e3-4d07-978d-095020306226 2026-04-23 10:40:42.532 7 INFO neutron.db.l3_db [None req-437abaa6-0ac3-4734-976f-a0022e4a080c 66f3f92c26ae43fb8f1a9562ca60728f bd0a1edf9edb455db1b17365edc5121a - - default default] Floating IP 6bf33d0d-e86d-4c92-a488-a2fee3d93aef associated. External IP: 10.96.250.211, port: 20eadea1-8430-4ec9-b20e-65ca8a8e3460. [pid: 8|app: 0|req: 188/454] 10.0.0.243 () {34 vars in 671 bytes} [Thu Apr 23 10:40:42 2026] POST /v2.0/networks => generated 729 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/455] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:42 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => 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: 267/456] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:40:42 2026] PUT /v2.0/floatingips/6bf33d0d-e86d-4c92-a488-a2fee3d93aef => generated 855 bytes in 813 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/457] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:40:42 2026] POST /v2.0/subnets => generated 695 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/458] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:42 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&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-04-23 10:40:42.977 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ca473cd-4127-44fa-8cec-6e298bc6f226'] response: {'name': 'network-changed', 'server_uuid': '6c9cfab1-9331-474c-bf1e-e1274027c8c6', 'tag': '20eadea1-8430-4ec9-b20e-65ca8a8e3460', 'status': 'completed', 'code': 200} 2026-04-23 10:40:42.992 8 INFO neutron.db.segments_db [None req-53b0aad9-d325-4472-82ef-2f5630457361 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 9853f611-4a24-4ba6-b3bf-56d55ada8ea1 of type vxlan for network fedda614-6b87-47a3-a82c-7d586d74ded5 [pid: 7|app: 0|req: 269/459] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:42 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => 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: 270/460] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:43 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:43.361 8 INFO neutron.db.l3_hamode_db [None req-53b0aad9-d325-4472-82ef-2f5630457361 1fc1f097af564f9d8bb82f392cd1d9da 38ae18146b0c4583b3d22ea96938b512 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 271/461] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:43 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/462] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:43 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&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: 7|app: 0|req: 273/463] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:40:43 2026] GET /v2.0/ports?tenant_id=bd0a1edf9edb455db1b17365edc5121a&device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 1240 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/464] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:40:43 2026] GET /v2.0/networks?id=e0fdfd8a-608e-44c5-a102-da26df3fc356 => generated 764 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/465] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:40:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=20eadea1-8430-4ec9-b20e-65ca8a8e3460 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/466] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:40:43 2026] GET /v2.0/subnets?id=75c08c47-830b-4343-a723-64d28a0e55a8 => generated 686 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/467] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:40:43 2026] GET /v2.0/ports?network_id=e0fdfd8a-608e-44c5-a102-da26df3fc356&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/468] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:40:43 2026] GET /v2.0/networks/e0fdfd8a-608e-44c5-a102-da26df3fc356?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: 279/469] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:40:43 2026] GET /v2.0/networks/e0fdfd8a-608e-44c5-a102-da26df3fc356?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: 7|app: 0|req: 280/470] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:44 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/471] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:44 2026] GET /v2.0/security-groups?id=c9282366-a75d-4c30-923c-4337ace31915&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:44.229 8 INFO neutron.db.l3_hamode_db [None req-53b0aad9-d325-4472-82ef-2f5630457361 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 282/472] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:44 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/473] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:44 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&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: 284/474] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:40:44 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:44.917 7 INFO neutron_taas.services.taas.taas_plugin [req-deeac0eb-e422-4280-a38c-62da003f4a2b req-4aaa4b8e-b394-4582-8685-2aeeeafb8891 9e0749189c7f4ccaa5af95805ef8e87b 9144a38f96e54589bef62944fd8029fe - - default default] TaaS: Handle Delete Port: acdb1829-2ac7-46e1-b68d-29d56c77cf1c 2026-04-23 10:40:44.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-deeac0eb-e422-4280-a38c-62da003f4a2b req-4aaa4b8e-b394-4582-8685-2aeeeafb8891 9e0749189c7f4ccaa5af95805ef8e87b 9144a38f96e54589bef62944fd8029fe - - default default] Tap Mirror: Handle Delete Port: acdb1829-2ac7-46e1-b68d-29d56c77cf1c [pid: 8|app: 0|req: 191/475] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:40:42 2026] POST /v2.0/routers => generated 735 bytes in 2131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/476] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:40:44 2026] DELETE /v2.0/ports/acdb1829-2ac7-46e1-b68d-29d56c77cf1c => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:45.187 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c7a3575-fbba-49b1-9da2-f66045885120'] response: {'server_uuid': '2789657c-5115-4ec9-afc7-e2d8f330ac21', 'name': 'network-vif-deleted', 'tag': 'acdb1829-2ac7-46e1-b68d-29d56c77cf1c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 286/477] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:45 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => 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: 287/478] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:45 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => 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: 288/479] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:45 2026] GET /v2.0/security-groups?id=049493ca-08f1-4fae-bb68-029c6a358e39&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: 289/480] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:40:46 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/481] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:40:45 2026] PUT /v2.0/routers/4d54b09e-9c1d-4524-816c-67c1af0c2fa7/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:46.296 7 INFO neutron_taas.services.taas.taas_plugin [req-03dbcdb8-f0b4-48b0-9120-8ed9d6cb5522 req-11128ea3-bbb1-413b-8773-82c4265f70b7 66f3f92c26ae43fb8f1a9562ca60728f bd0a1edf9edb455db1b17365edc5121a - - default default] TaaS: Handle Delete Port: 20eadea1-8430-4ec9-b20e-65ca8a8e3460 2026-04-23 10:40:46.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-03dbcdb8-f0b4-48b0-9120-8ed9d6cb5522 req-11128ea3-bbb1-413b-8773-82c4265f70b7 66f3f92c26ae43fb8f1a9562ca60728f bd0a1edf9edb455db1b17365edc5121a - - default default] Tap Mirror: Handle Delete Port: 20eadea1-8430-4ec9-b20e-65ca8a8e3460 [pid: 8|app: 0|req: 193/482] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:46 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:46.595 7 INFO neutron.db.l3_db [req-03dbcdb8-f0b4-48b0-9120-8ed9d6cb5522 req-11128ea3-bbb1-413b-8773-82c4265f70b7 66f3f92c26ae43fb8f1a9562ca60728f bd0a1edf9edb455db1b17365edc5121a - - default default] Floating IP 6bf33d0d-e86d-4c92-a488-a2fee3d93aef disassociated. External IP: 10.96.250.211, port: 20eadea1-8430-4ec9-b20e-65ca8a8e3460. [pid: 7|app: 0|req: 290/485] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:40:46 2026] DELETE /v2.0/ports/20eadea1-8430-4ec9-b20e-65ca8a8e3460 => generated 0 bytes in 834 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/486] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:46 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => 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: 196/487] 10.0.0.243 () {34 vars in 685 bytes} [Thu Apr 23 10:40:46 2026] POST /v2.0/security-groups => generated 1660 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/488] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:40:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:47.235 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-314444ae-b394-468e-bfdf-9844d659ab19'] response: {'server_uuid': '6c9cfab1-9331-474c-bf1e-e1274027c8c6', 'name': 'network-vif-deleted', 'tag': '20eadea1-8430-4ec9-b20e-65ca8a8e3460', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 197/489] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:40:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/490] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:47 2026] GET /v2.0/ports?device_id=2789657c-5115-4ec9-afc7-e2d8f330ac21 => 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: 293/491] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:40:47 2026] POST /v2.0/floatingips => generated 552 bytes in 775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/492] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:48 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/493] 10.0.0.144 () {34 vars in 990 bytes} [Thu Apr 23 10:40:48 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 1244 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/494] 10.0.0.144 () {34 vars in 1040 bytes} [Thu Apr 23 10:40:48 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:49.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca65db4d-4704-4c55-829c-630a9413e98a 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: d2b2c8f4-1960-4492-9784-35ec99fc8590 2026-04-23 10:40:49.209 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca65db4d-4704-4c55-829c-630a9413e98a 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: d2b2c8f4-1960-4492-9784-35ec99fc8590 [pid: 8|app: 0|req: 202/495] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:49 2026] GET /v2.0/ports?device_id=6c9cfab1-9331-474c-bf1e-e1274027c8c6 => 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: 294/496] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:40:48 2026] PUT /v2.0/routers/bc3e1fb0-436d-4eea-974e-f32542781168/remove_router_interface => generated 309 bytes in 1337 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:50.217 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6b3a474-30c3-4480-8054-ea0a37657563 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 3e4223fb-08b4-4443-b455-b49d6022906f 2026-04-23 10:40:50.220 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6b3a474-30c3-4480-8054-ea0a37657563 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 3e4223fb-08b4-4443-b455-b49d6022906f [pid: 7|app: 0|req: 295/497] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:40:50 2026] DELETE /v2.0/security-groups/049493ca-08f1-4fae-bb68-029c6a358e39 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:50.511 7 INFO neutron.api.v2.resource [None req-a3438be7-a4cc-45ea-9a80-14ffbdb07305 66f3f92c26ae43fb8f1a9562ca60728f bd0a1edf9edb455db1b17365edc5121a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 296/498] 10.0.0.243 () {32 vars in 737 bytes} [Thu Apr 23 10:40:50 2026] GET /v2.0/security-groups/049493ca-08f1-4fae-bb68-029c6a358e39 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:40:50.551 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6b3a474-30c3-4480-8054-ea0a37657563 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 68f4e019-a200-4c18-80bc-610867aade64 2026-04-23 10:40:50.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6b3a474-30c3-4480-8054-ea0a37657563 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 68f4e019-a200-4c18-80bc-610867aade64 2026-04-23 10:40:50.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-348812a0-b7b6-4fc0-ab37-ffc90936b29f 66f3f92c26ae43fb8f1a9562ca60728f bd0a1edf9edb455db1b17365edc5121a - - default default] TaaS: Handle Delete Port: 6fc420bf-50ae-4a26-943f-f3a7d2ee3238 2026-04-23 10:40:50.643 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-348812a0-b7b6-4fc0-ab37-ffc90936b29f 66f3f92c26ae43fb8f1a9562ca60728f bd0a1edf9edb455db1b17365edc5121a - - default default] Tap Mirror: Handle Delete Port: 6fc420bf-50ae-4a26-943f-f3a7d2ee3238 [pid: 7|app: 0|req: 297/499] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:40:50 2026] DELETE /v2.0/floatingips/6bf33d0d-e86d-4c92-a488-a2fee3d93aef => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:50.991 8 INFO neutron.services.segments.plugin [-] Segment 2d0fae79-5a89-4c5f-bfa2-3cb4206ecb9f resource provider aggregate not found 2026-04-23 10:40:50.998 8 INFO neutron.services.segments.plugin [-] Segment 2d0fae79-5a89-4c5f-bfa2-3cb4206ecb9f resource provider aggregate not found 2026-04-23 10:40:51.010 8 INFO neutron.services.segments.plugin [-] Segment 2d0fae79-5a89-4c5f-bfa2-3cb4206ecb9f 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 2d0fae79-5a89-4c5f-bfa2-3cb4206ecb9f found for delete ", "request_id": "req-23530d47-0573-4007-92a0-735a018a6a24"}]} 2026-04-23 10:40:51.020 8 INFO neutron.services.segments.plugin [-] Segment 2d0fae79-5a89-4c5f-bfa2-3cb4206ecb9f 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 2d0fae79-5a89-4c5f-bfa2-3cb4206ecb9f found for delete ", "request_id": "req-d3a333d4-365e-4262-8816-1f374b2e085c"}]} 2026-04-23 10:40:51.026 8 INFO neutron.db.l3_hamode_db [None req-a6b3a474-30c3-4480-8054-ea0a37657563 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] HA network 6b175f91-12eb-41cc-ab17-60d186e1dd5a was deleted as no HA routers are present in tenant 9144a38f96e54589bef62944fd8029fe. [pid: 8|app: 0|req: 203/500] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:40:49 2026] DELETE /v2.0/routers/bc3e1fb0-436d-4eea-974e-f32542781168 => generated 0 bytes in 1072 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:51.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-26732463-a112-42d2-b0b0-d7888be37ecb 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: b2a6739f-b57b-45b1-9faa-ce130d158d18 2026-04-23 10:40:51.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26732463-a112-42d2-b0b0-d7888be37ecb 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: b2a6739f-b57b-45b1-9faa-ce130d158d18 [pid: 8|app: 0|req: 204/501] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:40:51 2026] DELETE /v2.0/subnets/969c87f0-2b6b-4e3e-80bb-32167ebfec6b => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:51.342 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4a4ab5b-f5dc-4c58-8ae0-02848872bff3 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: cf07ae45-3e91-4fc5-acb2-f24172217a6a 2026-04-23 10:40:51.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4a4ab5b-f5dc-4c58-8ae0-02848872bff3 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: cf07ae45-3e91-4fc5-acb2-f24172217a6a [pid: 8|app: 0|req: 205/502] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:40:51 2026] DELETE /v2.0/networks/0f78afa1-dbfa-490a-be78-945126a19a7d => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/503] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:40:51 2026] GET /v2.0/security-groups?tenant_id=9144a38f96e54589bef62944fd8029fe&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/504] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:40:51 2026] DELETE /v2.0/security-groups/c9282366-a75d-4c30-923c-4337ace31915 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/505] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:40:50 2026] PUT /v2.0/routers/fd5037e4-d895-4409-a752-3fb370b40d27/remove_router_interface => generated 309 bytes in 1056 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:52.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e311a75-a7e5-4a8e-99c2-f0b4de3e1a8e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 01ca9c06-dc98-4ce0-a2f9-5b5939d87b25 2026-04-23 10:40:52.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e311a75-a7e5-4a8e-99c2-f0b4de3e1a8e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 01ca9c06-dc98-4ce0-a2f9-5b5939d87b25 2026-04-23 10:40:52.562 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e311a75-a7e5-4a8e-99c2-f0b4de3e1a8e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 52c74b1a-9ed6-48b2-bdf1-818e8ad62620 2026-04-23 10:40:52.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e311a75-a7e5-4a8e-99c2-f0b4de3e1a8e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 52c74b1a-9ed6-48b2-bdf1-818e8ad62620 2026-04-23 10:40:53.023 8 INFO neutron.db.l3_hamode_db [None req-8e311a75-a7e5-4a8e-99c2-f0b4de3e1a8e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] HA network c87d6dda-a466-4375-84ce-5a0c26261bba was deleted as no HA routers are present in tenant bd0a1edf9edb455db1b17365edc5121a. [pid: 8|app: 0|req: 208/506] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:40:51 2026] DELETE /v2.0/routers/fd5037e4-d895-4409-a752-3fb370b40d27 => generated 0 bytes in 1109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:53.044 8 INFO neutron.services.segments.plugin [-] Segment c05f3869-56ae-4774-98e3-e0ba21343f04 resource provider aggregate not found 2026-04-23 10:40:53.051 8 INFO neutron.services.segments.plugin [-] Segment c05f3869-56ae-4774-98e3-e0ba21343f04 resource provider aggregate not found 2026-04-23 10:40:53.056 8 INFO neutron.services.segments.plugin [-] Segment c05f3869-56ae-4774-98e3-e0ba21343f04 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 c05f3869-56ae-4774-98e3-e0ba21343f04 found for delete ", "request_id": "req-00e6f58c-ab73-42ed-83f1-1e58f4ce35cc"}]} 2026-04-23 10:40:53.069 8 INFO neutron.services.segments.plugin [-] Segment c05f3869-56ae-4774-98e3-e0ba21343f04 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 c05f3869-56ae-4774-98e3-e0ba21343f04 found for delete ", "request_id": "req-201322ff-ef00-43a0-8aac-e1f973464302"}]} 2026-04-23 10:40:53.073 8 INFO neutron.services.segments.plugin [-] Segment 9030bdd4-236f-41fc-b4f0-ae0094253e49 resource provider aggregate not found 2026-04-23 10:40:53.088 8 INFO neutron.services.segments.plugin [-] Segment 9030bdd4-236f-41fc-b4f0-ae0094253e49 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 9030bdd4-236f-41fc-b4f0-ae0094253e49 found for delete ", "request_id": "req-297b3f47-92fd-4d22-b158-0e41b3a347fe"}]} 2026-04-23 10:40:53.088 8 INFO neutron.services.segments.plugin [-] Segment 9030bdd4-236f-41fc-b4f0-ae0094253e49 resource provider aggregate not found 2026-04-23 10:40:53.104 8 INFO neutron.services.segments.plugin [-] Segment 9030bdd4-236f-41fc-b4f0-ae0094253e49 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 9030bdd4-236f-41fc-b4f0-ae0094253e49 found for delete ", "request_id": "req-49d12fd9-b2b9-4e8e-852c-a11834a8bbdf"}]} [pid: 8|app: 0|req: 209/507] 10.0.0.35 () {34 vars in 1097 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--944402226&fields=id&tenant_id=38ae18146b0c4583b3d22ea96938b512 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/508] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:40:53 2026] DELETE /v2.0/subnets/75c08c47-830b-4343-a723-64d28a0e55a8 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/509] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/networks?id=94a3ed83-99e3-4d07-978d-095020306226 => generated 680 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/510] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/quotas/38ae18146b0c4583b3d22ea96938b512 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:53.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-87281f4f-165c-4a3c-89d5-f81b36ae528e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: fe7b648d-f985-4035-bf23-8e9ac789ca63 2026-04-23 10:40:53.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87281f4f-165c-4a3c-89d5-f81b36ae528e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: fe7b648d-f985-4035-bf23-8e9ac789ca63 [pid: 8|app: 0|req: 212/511] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/ports?tenant_id=38ae18146b0c4583b3d22ea96938b512&fields=id => generated 103 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/512] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/networks/94a3ed83-99e3-4d07-978d-095020306226?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: 214/513] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/networks/94a3ed83-99e3-4d07-978d-095020306226?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:53.664 7 INFO neutron.services.segments.plugin [-] Segment 4cbf960b-0b82-4e14-b07a-221e762806fc resource provider aggregate not found 2026-04-23 10:40:53.673 7 INFO neutron.services.segments.plugin [-] Segment 4cbf960b-0b82-4e14-b07a-221e762806fc resource provider aggregate not found [pid: 7|app: 0|req: 300/514] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:40:53 2026] DELETE /v2.0/networks/e0fdfd8a-608e-44c5-a102-da26df3fc356 => generated 0 bytes in 430 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:53.698 7 INFO neutron.services.segments.plugin [-] Segment 4cbf960b-0b82-4e14-b07a-221e762806fc 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 4cbf960b-0b82-4e14-b07a-221e762806fc found for delete ", "request_id": "req-c498c7dc-4809-4b8c-a81f-0ff2981dd628"}]} 2026-04-23 10:40:53.701 7 INFO neutron.services.segments.plugin [-] Segment 4cbf960b-0b82-4e14-b07a-221e762806fc 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 4cbf960b-0b82-4e14-b07a-221e762806fc found for delete ", "request_id": "req-2da91ae3-2ebd-4117-b3a0-5cac463460dc"}]} [pid: 8|app: 0|req: 215/515] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => 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: 301/516] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/security-groups?tenant_id=bd0a1edf9edb455db1b17365edc5121a&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/517] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:40:54 2026] DELETE /v2.0/security-groups/f1c684b4-07e8-4a9c-aead-5c7ed7c5a545 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/518] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:55 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/519] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:56 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/520] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:57 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => 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: 218/521] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:40:58 2026] GET /v2.0/networks?id=94a3ed83-99e3-4d07-978d-095020306226 => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/522] 199.19.213.74 () {34 vars in 1049 bytes} [Thu Apr 23 10:40:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=38ae18146b0c4583b3d22ea96938b512 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/523] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:58 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => 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: 306/524] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:40:58 2026] GET /v2.0/security-groups?tenant_id=65b5881ddef94cd2b7267e23f57d179b&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/525] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:40:58 2026] POST /v2.0/ports => generated 954 bytes in 427 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: 307/526] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:40:58 2026] DELETE /v2.0/security-groups/d6fbb38a-a387-43fd-8f00-19805abb9476 => 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: 308/527] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:40:59 2026] GET /v2.0/security-groups?tenant_id=6ce489162f8a4ca290a9c5edc4cc39d2&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/528] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:40:59 2026] DELETE /v2.0/security-groups/051b8df3-4fc6-48e8-a428-b48c2443bfa6 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/529] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:40:58 2026] PUT /v2.0/ports/f513235b-7185-4789-8fbd-1d8894ea6c8b => generated 1235 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:59.371 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ccd5a0c-05ec-4fdf-82b9-33e764cf22e4'] response: {'name': 'network-changed', 'server_uuid': 'bd63d601-c197-4762-8986-462334335dc5', 'tag': 'f513235b-7185-4789-8fbd-1d8894ea6c8b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 310/530] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:40:59 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 969 bytes in 60 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: 221/531] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:40:59 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/532] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:40:59 2026] GET /v2.0/ports?tenant_id=38ae18146b0c4583b3d22ea96938b512&device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/533] 199.19.213.74 () {34 vars in 1017 bytes} [Thu Apr 23 10:40:59 2026] GET /v2.0/networks?tenant_id=38ae18146b0c4583b3d22ea96938b512&shared=False => generated 776 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/534] 199.19.213.74 () {34 vars in 929 bytes} [Thu Apr 23 10:41:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/535] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:00 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/536] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:00 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/537] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:01 2026] GET /v2.0/ports?tenant_id=38ae18146b0c4583b3d22ea96938b512&device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/538] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:41:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f513235b-7185-4789-8fbd-1d8894ea6c8b => 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: 225/539] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:41:01 2026] GET /v2.0/subnets?id=248f2b1d-2300-46a3-89f6-9ce42ea5a9bf => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/540] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:01 2026] GET /v2.0/ports?network_id=94a3ed83-99e3-4d07-978d-095020306226&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/541] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:41:01 2026] GET /v2.0/networks/94a3ed83-99e3-4d07-978d-095020306226?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: 316/542] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:41:01 2026] GET /v2.0/networks/94a3ed83-99e3-4d07-978d-095020306226?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: 227/545] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:01 2026] GET /v2.0/security-groups?tenant_id=80f8c5fb08e5438b9edc8b36def1e193&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/546] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:01 2026] DELETE /v2.0/security-groups/cf9b420b-75a3-4170-b551-1ae4c95fa8e3 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/547] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:01 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => 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: 229/548] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:01 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/549] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:01 2026] GET /v2.0/security-groups?tenant_id=6ef581f1f2624f1ca93d8390959b2bc8&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/550] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:02 2026] DELETE /v2.0/security-groups/fa23fe4f-2c28-4f5a-926d-970e3fb2a4a7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/551] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:03 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/552] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:03 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/553] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:03 2026] GET /v2.0/security-groups?tenant_id=5d01533ae24743518df6f4edaf2b3a5f&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/554] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:03 2026] DELETE /v2.0/security-groups/c8c2dac7-0fb6-4492-b650-9f627c1c7bf9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/555] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:04 2026] GET /v2.0/security-groups?tenant_id=e412a5363fe74e29aadb9ecebb0eab28&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/556] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:04 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/557] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:04 2026] DELETE /v2.0/security-groups/eeb4ac62-b36d-4161-a454-392f47177e04 => 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: 234/558] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:04 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/559] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:04 2026] GET /v2.0/security-groups?tenant_id=316cbbf9ffc64a93b22384c3097f0b63&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/560] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:05 2026] DELETE /v2.0/security-groups/9757bf10-5d9d-401c-937b-7bd91dadd493 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/561] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:05 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => 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: 236/562] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:05 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/563] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:06 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/564] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:06 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/565] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:07 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => 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: 238/566] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:07 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/567] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:08 2026] GET /v2.0/security-groups?tenant_id=0f0fbf4292814db28e37c253ad22c612&name=default => generated 2925 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/568] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:08 2026] DELETE /v2.0/security-groups/65604d8f-be42-40eb-8735-5f1098b156db => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/569] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:09 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => 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: 241/570] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:09 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/571] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:09 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/572] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:09 2026] GET /v2.0/security-groups?tenant_id=53d24e7c7b24400dbc19bd59db438c5d&name=default => generated 2925 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/573] 10.0.0.35 () {34 vars in 970 bytes} [Thu Apr 23 10:41:09 2026] GET /v2.0/ports/a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 972 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/574] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:09 2026] DELETE /v2.0/security-groups/1d695a2b-3ba0-4e9f-b051-bade07a70136 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/575] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:09 2026] GET /v2.0/security-groups?tenant_id=75c44a9f2f204e3c8b8333028fa815b4&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/576] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:09 2026] DELETE /v2.0/security-groups/ae2a89df-30c9-4bca-8bd4-e3c2d1a5ee4d => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/577] 199.19.213.74 () {34 vars in 999 bytes} [Thu Apr 23 10:41:10 2026] GET /v2.0/subnets?network_id=ed98b590-e552-435e-8cad-1c9f78632871 => generated 683 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/578] 199.19.213.74 () {34 vars in 1145 bytes} [Thu Apr 23 10:41:10 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20&device_owner=compute%3Anova&network_id=ed98b590-e552-435e-8cad-1c9f78632871 => generated 975 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/579] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:10 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/580] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:10 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/581] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:10 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => 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: 334/582] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:41:10 2026] PUT /v2.0/ports/a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 1149 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:10.750 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-277d1a58-f951-4610-bdb6-c142e669fa18'] response: {'name': 'network-changed', 'server_uuid': '0546221f-193f-4be0-aa5f-d3a9ca8ddc20', 'tag': 'a2096898-3e41-4fcd-b5b8-52f20bedf460', 'status': 'completed', 'code': 200} 2026-04-23 10:41:11.031 8 INFO neutron.db.l3_db [None req-2a81e2db-465c-4726-ba32-da9a139a452b c24875514de94c65b919bb0f08b4a477 38ae18146b0c4583b3d22ea96938b512 - - default default] Floating IP defb7f91-646e-4c57-b6f5-7ed88d8ad4ba associated. External IP: 10.96.250.208, port: f513235b-7185-4789-8fbd-1d8894ea6c8b. /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: 335/583] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:11 2026] GET /v2.0/ports?tenant_id=8a16afcb32834332961b7408454f4e30&device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 1421 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/584] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:41:11 2026] GET /v2.0/networks?id=ed98b590-e552-435e-8cad-1c9f78632871 => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/585] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:41:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/586] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:41:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/587] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:41:11 2026] GET /v2.0/subnets?id=c7d04956-f589-41da-b2aa-6080e3698c7e => generated 701 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/588] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:11 2026] GET /v2.0/ports?network_id=ed98b590-e552-435e-8cad-1c9f78632871&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/589] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:41:11 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?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: 342/590] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:41:11 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?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: 249/591] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:41:10 2026] PUT /v2.0/floatingips/defb7f91-646e-4c57-b6f5-7ed88d8ad4ba => generated 855 bytes in 1382 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:11.938 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ace3fee0-f278-40fa-95c2-ef2ca8828912'] response: {'name': 'network-changed', 'server_uuid': 'bd63d601-c197-4762-8986-462334335dc5', 'tag': 'f513235b-7185-4789-8fbd-1d8894ea6c8b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 250/592] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:11 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/593] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:12.341 7 INFO neutron.db.segments_db [None req-a7a40d30-095a-4737-a89f-4904310af186 a119e990c9f14112b4aaa2328b8d7b23 b9c348d566c54eeb9eaeb02d7cccaad0 - - default default] Added segment 156b8198-3a57-458a-b00d-07fe0ba6d28f of type vxlan for network 22a18fe5-f04a-4602-bbd1-de13bb1e5bf1 [pid: 8|app: 0|req: 252/594] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/595] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/596] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:11 2026] POST /v2.0/networks => generated 625 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/597] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/ports?tenant_id=38ae18146b0c4583b3d22ea96938b512&device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/598] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/networks?id=94a3ed83-99e3-4d07-978d-095020306226 => generated 776 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/599] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f513235b-7185-4789-8fbd-1d8894ea6c8b => 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: 346/600] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/subnets?id=248f2b1d-2300-46a3-89f6-9ce42ea5a9bf => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/601] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/ports?network_id=94a3ed83-99e3-4d07-978d-095020306226&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/602] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/ports?tenant_id=8a16afcb32834332961b7408454f4e30&device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 1421 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/603] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:12 2026] POST /v2.0/subnets => generated 641 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/604] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/networks/94a3ed83-99e3-4d07-978d-095020306226?fields=segments => generated 14 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/605] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/networks?id=ed98b590-e552-435e-8cad-1c9f78632871 => generated 779 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:12.918 7 INFO neutron.db.segments_db [None req-a89e8678-c8fd-4133-8149-c18978ed5d48 a119e990c9f14112b4aaa2328b8d7b23 b9c348d566c54eeb9eaeb02d7cccaad0 - - default default] Added segment 9aaa2d68-6e60-471b-bb3e-e53952d2542f of type vxlan for network e62f840a-3dd2-42db-a0ab-b96390213f04 [pid: 8|app: 0|req: 257/606] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 1152 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/607] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/networks/94a3ed83-99e3-4d07-978d-095020306226?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: 350/608] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:12 2026] POST /v2.0/networks => generated 624 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/609] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:41:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 861 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/610] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:13 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&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: 352/611] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:41:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a2096898-3e41-4fcd-b5b8-52f20bedf460 => 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: 353/612] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:41:13 2026] GET /v2.0/subnets?id=c7d04956-f589-41da-b2aa-6080e3698c7e => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/613] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:13 2026] GET /v2.0/ports?network_id=ed98b590-e552-435e-8cad-1c9f78632871&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/614] 10.0.0.243 () {34 vars in 743 bytes} [Thu Apr 23 10:41:13 2026] PUT /v2.0/networks/e62f840a-3dd2-42db-a0ab-b96390213f04 => generated 592 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/615] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:41:13 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/616] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:41:13 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?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: 261/617] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:13 2026] POST /v2.0/subnets => generated 626 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/618] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:13 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/619] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:13 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/620] 10.0.0.243 () {34 vars in 741 bytes} [Thu Apr 23 10:41:13 2026] PUT /v2.0/subnets/e1c1d77f-c204-4470-a543-25920f59ec10 => generated 636 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/621] 199.19.213.74 () {34 vars in 1117 bytes} [Thu Apr 23 10:41:13 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1152 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:13.960 7 INFO neutron.services.segments.plugin [-] Segment 9aaa2d68-6e60-471b-bb3e-e53952d2542f resource provider aggregate not found 2026-04-23 10:41:13.969 7 INFO neutron.services.segments.plugin [-] Segment 9aaa2d68-6e60-471b-bb3e-e53952d2542f resource provider aggregate not found 2026-04-23 10:41:13.984 7 INFO neutron.services.segments.plugin [-] Segment 9aaa2d68-6e60-471b-bb3e-e53952d2542f 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 9aaa2d68-6e60-471b-bb3e-e53952d2542f found for delete ", "request_id": "req-6c1a743a-2fd7-4fba-ad89-0ce339388a08"}]} 2026-04-23 10:41:13.986 7 INFO neutron.services.segments.plugin [-] Segment 9aaa2d68-6e60-471b-bb3e-e53952d2542f 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 9aaa2d68-6e60-471b-bb3e-e53952d2542f found for delete ", "request_id": "req-a550529a-9c66-4c2f-9cb6-3bb52c17be2e"}]} [pid: 7|app: 0|req: 359/622] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:13 2026] DELETE /v2.0/networks/e62f840a-3dd2-42db-a0ab-b96390213f04 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/623] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:13 2026] GET /v2.0/security-groups?tenant_id=9ddc7d9b936a41888491502dc9ebcdcc&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:14.246 8 INFO neutron.pecan_wsgi.hooks.translation [None req-587f3b13-045e-4d34-bafa-e3e4f3537bfa a119e990c9f14112b4aaa2328b8d7b23 b9c348d566c54eeb9eaeb02d7cccaad0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/624] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:14 2026] DELETE /v2.0/networks/e62f840a-3dd2-42db-a0ab-b96390213f04 => generated 138 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/625] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:14 2026] DELETE /v2.0/security-groups/f9308a7c-9f65-4eea-91a1-fe7c4e805cf3 => 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: 267/626] 10.0.0.243 () {32 vars in 694 bytes} [Thu Apr 23 10:41:14 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/627] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:41:14 2026] PUT /v2.0/ports/a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 972 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/628] 10.0.0.243 () {32 vars in 742 bytes} [Thu Apr 23 10:41:14 2026] GET /v2.0/subnets?network_id=53c27051-0379-44f0-8fec-946c889d5410 => generated 649 bytes in 31 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: 361/629] 10.0.0.243 () {32 vars in 653 bytes} [Thu Apr 23 10:41:14 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) 2026-04-23 10:41:14.531 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a5ff0dd-38ee-4565-8e20-371adb321cbf'] response: {'name': 'network-changed', 'server_uuid': '0546221f-193f-4be0-aa5f-d3a9ca8ddc20', 'tag': 'a2096898-3e41-4fcd-b5b8-52f20bedf460', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 269/630] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:41:14 2026] GET /v2.0/networks => generated 1309 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/631] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:41:14 2026] GET /v2.0/subnets => generated 1280 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/632] 10.0.0.243 () {32 vars in 723 bytes} [Thu Apr 23 10:41:14 2026] GET /v2.0/networks/22a18fe5-f04a-4602-bbd1-de13bb1e5bf1 => generated 669 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/633] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:41:14 2026] GET /v2.0/subnets/bf4c3bb2-d015-496d-bc26-14df381bbc5c => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:14.779 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ceeb9c86-34c2-4829-8daa-caec304e3bb9 a119e990c9f14112b4aaa2328b8d7b23 b9c348d566c54eeb9eaeb02d7cccaad0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/634] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:14 2026] DELETE /v2.0/subnets/e1c1d77f-c204-4470-a543-25920f59ec10 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:41:14.807 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6446892e-34b8-48e5-ad7f-af6f05e0c3fa a119e990c9f14112b4aaa2328b8d7b23 b9c348d566c54eeb9eaeb02d7cccaad0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/635] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:14 2026] DELETE /v2.0/networks/e62f840a-3dd2-42db-a0ab-b96390213f04 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/636] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:41:14 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/637] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:14 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/638] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:14 2026] DELETE /v2.0/subnets/bf4c3bb2-d015-496d-bc26-14df381bbc5c => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:15.000 8 INFO neutron_taas.services.taas.taas_plugin [req-f83bd7d3-575e-41de-bedd-5c9790598f1f req-93aad494-9e38-410a-aa9c-930f8f9e8622 c24875514de94c65b919bb0f08b4a477 38ae18146b0c4583b3d22ea96938b512 - - default default] TaaS: Handle Delete Port: f513235b-7185-4789-8fbd-1d8894ea6c8b 2026-04-23 10:41:15.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f83bd7d3-575e-41de-bedd-5c9790598f1f req-93aad494-9e38-410a-aa9c-930f8f9e8622 c24875514de94c65b919bb0f08b4a477 38ae18146b0c4583b3d22ea96938b512 - - default default] Tap Mirror: Handle Delete Port: f513235b-7185-4789-8fbd-1d8894ea6c8b [pid: 7|app: 0|req: 366/639] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:14 2026] GET /v2.0/security-groups?id=e3a75476-72ef-48c5-90d6-bee624a78659&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/640] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:15 2026] GET /v2.0/ports?tenant_id=8a16afcb32834332961b7408454f4e30&device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:15.184 7 INFO neutron_taas.services.taas.taas_plugin [None req-2feed8f1-2afb-4e38-8087-4a9da9092dd0 a119e990c9f14112b4aaa2328b8d7b23 b9c348d566c54eeb9eaeb02d7cccaad0 - - default default] TaaS: Handle Delete Port: bf9820b1-4239-42a3-8691-f0804be4e4c2 2026-04-23 10:41:15.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2feed8f1-2afb-4e38-8087-4a9da9092dd0 a119e990c9f14112b4aaa2328b8d7b23 b9c348d566c54eeb9eaeb02d7cccaad0 - - default default] Tap Mirror: Handle Delete Port: bf9820b1-4239-42a3-8691-f0804be4e4c2 2026-04-23 10:41:15.204 8 INFO neutron.db.l3_db [req-f83bd7d3-575e-41de-bedd-5c9790598f1f req-93aad494-9e38-410a-aa9c-930f8f9e8622 c24875514de94c65b919bb0f08b4a477 38ae18146b0c4583b3d22ea96938b512 - - default default] Floating IP defb7f91-646e-4c57-b6f5-7ed88d8ad4ba disassociated. External IP: 10.96.250.208, port: f513235b-7185-4789-8fbd-1d8894ea6c8b. [pid: 7|app: 0|req: 368/641] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:15 2026] DELETE /v2.0/networks/22a18fe5-f04a-4602-bbd1-de13bb1e5bf1 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/642] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:41:15 2026] GET /v2.0/networks?id=ed98b590-e552-435e-8cad-1c9f78632871 => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/643] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:41:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 861 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/644] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:41:15 2026] GET /v2.0/subnets?id=c7d04956-f589-41da-b2aa-6080e3698c7e => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/645] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:15 2026] GET /v2.0/ports?network_id=ed98b590-e552-435e-8cad-1c9f78632871&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/646] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:41:14 2026] DELETE /v2.0/ports/f513235b-7185-4789-8fbd-1d8894ea6c8b => generated 0 bytes in 831 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:15.734 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fc433f6-c105-44e9-8179-fe6bc47476f8'] response: {'server_uuid': 'bd63d601-c197-4762-8986-462334335dc5', 'name': 'network-vif-deleted', 'tag': 'f513235b-7185-4789-8fbd-1d8894ea6c8b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 373/647] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:41:15 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/648] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:41:15 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?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) 2026-04-23 10:41:16.007 7 INFO neutron.services.segments.plugin [-] Segment 156b8198-3a57-458a-b00d-07fe0ba6d28f resource provider aggregate not found 2026-04-23 10:41:16.013 7 INFO neutron.services.segments.plugin [-] Segment 156b8198-3a57-458a-b00d-07fe0ba6d28f resource provider aggregate not found 2026-04-23 10:41:16.027 7 INFO neutron.services.segments.plugin [-] Segment 156b8198-3a57-458a-b00d-07fe0ba6d28f 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 156b8198-3a57-458a-b00d-07fe0ba6d28f found for delete ", "request_id": "req-208ef44c-1d70-4858-91ce-b1d25a730a9c"}]} 2026-04-23 10:41:16.036 7 INFO neutron.services.segments.plugin [-] Segment 156b8198-3a57-458a-b00d-07fe0ba6d28f 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 156b8198-3a57-458a-b00d-07fe0ba6d28f found for delete ", "request_id": "req-948c681a-1182-4928-b730-ade7685b1a2f"}]} [pid: 8|app: 0|req: 276/649] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:16 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => 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: 374/650] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:15 2026] GET /v2.0/security-groups?tenant_id=b9c348d566c54eeb9eaeb02d7cccaad0&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/651] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:16 2026] DELETE /v2.0/security-groups/a2ef6382-0bcd-456a-ac57-6866b7c95c97 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:41:16.528 7 INFO neutron.db.segments_db [None req-d1b1cf14-f16f-4a20-8dcd-c46418eb28f0 6cc53e641b264f72826ca6cc61bcaab7 9b938db19cfc4de5ac57d6f382f7a26e - - default default] Added segment bcf44b3f-2a2b-4184-b351-9c4130089906 of type vxlan for network 75c8afcf-f7ef-48c9-a997-b7d13fba04e3 2026-04-23 10:41:16.587 7 INFO neutron.db.segments_db [None req-d1b1cf14-f16f-4a20-8dcd-c46418eb28f0 6cc53e641b264f72826ca6cc61bcaab7 9b938db19cfc4de5ac57d6f382f7a26e - - default default] Added segment 84233a68-6f02-4d99-adde-b9dc347d24ec of type vxlan for network bc72daf5-6491-4da4-9bcd-dcf4d4cab85b [pid: 8|app: 0|req: 280/654] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:16 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/655] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:16 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/656] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:16 2026] POST /v2.0/networks => generated 1205 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/657] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:41:16 2026] GET /v2.0/networks => generated 1842 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/658] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:16 2026] GET /v2.0/ports?tenant_id=8a16afcb32834332961b7408454f4e30&device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => 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: 284/659] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:41:16 2026] GET /v2.0/networks?id=ed98b590-e552-435e-8cad-1c9f78632871 => generated 779 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/660] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:16 2026] DELETE /v2.0/networks/75c8afcf-f7ef-48c9-a997-b7d13fba04e3 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/661] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:41:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/662] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:41:17 2026] GET /v2.0/subnets?id=c7d04956-f589-41da-b2aa-6080e3698c7e => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/663] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:16 2026] DELETE /v2.0/networks/bc72daf5-6491-4da4-9bcd-dcf4d4cab85b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/664] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:17 2026] GET /v2.0/ports?network_id=ed98b590-e552-435e-8cad-1c9f78632871&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/665] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:41:17 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: 8|app: 0|req: 288/666] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:41:17 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?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: 289/667] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:41:17 2026] GET /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871?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) 2026-04-23 10:41:17.232 7 INFO neutron.db.segments_db [None req-669249e6-1915-4d70-b518-395b90612ccc 6cc53e641b264f72826ca6cc61bcaab7 9b938db19cfc4de5ac57d6f382f7a26e - - default default] Added segment 510ae3cd-b913-4213-8e06-e773ad20dff9 of type vxlan for network 5317fe04-4874-4eba-bdf0-4a3ad3a76d05 [pid: 8|app: 0|req: 290/668] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:17 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/669] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:17 2026] POST /v2.0/networks => generated 630 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:17.448 8 INFO neutron.db.segments_db [None req-27f8c480-6d0e-4ab6-8110-3a444270f0c4 6cc53e641b264f72826ca6cc61bcaab7 9b938db19cfc4de5ac57d6f382f7a26e - - default default] Added segment 4a8c5e39-0198-486d-aa46-8c4304310aec of type vxlan for network cf4dd73e-bfd8-4f6e-b3cc-4ecc6888eff4 [pid: 8|app: 0|req: 291/670] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:17 2026] POST /v2.0/networks => generated 630 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/671] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:17 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => 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: 293/672] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:17 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:18.047 7 INFO neutron.services.segments.plugin [-] Segment bcf44b3f-2a2b-4184-b351-9c4130089906 resource provider aggregate not found 2026-04-23 10:41:18.056 7 INFO neutron.services.segments.plugin [-] Segment bcf44b3f-2a2b-4184-b351-9c4130089906 resource provider aggregate not found 2026-04-23 10:41:18.066 7 INFO neutron.services.segments.plugin [-] Segment bcf44b3f-2a2b-4184-b351-9c4130089906 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 bcf44b3f-2a2b-4184-b351-9c4130089906 found for delete ", "request_id": "req-a97f1c48-2020-4bcc-9b5e-d8e32d0e4d2c"}]} 2026-04-23 10:41:18.085 7 INFO neutron.services.segments.plugin [-] Segment bcf44b3f-2a2b-4184-b351-9c4130089906 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 bcf44b3f-2a2b-4184-b351-9c4130089906 found for delete ", "request_id": "req-d3c1fdd6-5843-438b-8b96-e289271cc1a3"}]} 2026-04-23 10:41:18.091 7 INFO neutron.services.segments.plugin [-] Segment 84233a68-6f02-4d99-adde-b9dc347d24ec resource provider aggregate not found 2026-04-23 10:41:18.110 7 INFO neutron.services.segments.plugin [-] Segment 84233a68-6f02-4d99-adde-b9dc347d24ec 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 84233a68-6f02-4d99-adde-b9dc347d24ec found for delete ", "request_id": "req-cbef53e0-bee0-4791-8444-c209dfa55e0a"}]} 2026-04-23 10:41:18.113 7 INFO neutron.services.segments.plugin [-] Segment 84233a68-6f02-4d99-adde-b9dc347d24ec resource provider aggregate not found 2026-04-23 10:41:18.142 7 INFO neutron.services.segments.plugin [-] Segment 84233a68-6f02-4d99-adde-b9dc347d24ec 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 84233a68-6f02-4d99-adde-b9dc347d24ec found for delete ", "request_id": "req-21fe321f-4da0-41b0-906e-6b7b35db1ba1"}]} [pid: 7|app: 0|req: 380/673] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:41:17 2026] POST /v2.0/ports => generated 1505 bytes in 741 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: 7|app: 0|req: 381/674] 10.0.0.243 () {32 vars in 643 bytes} [Thu Apr 23 10:41:18 2026] GET /v2.0/ports => generated 1505 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/675] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:18 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:41:18.574 8 INFO neutron.db.segments_db [None req-bec4b55b-eba3-4636-9762-638d986196dc 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] Added segment 0a23181f-3656-4da6-bfca-6d8410fb2722 of type vxlan for network f49f0377-c9c9-4ed1-b31e-9fbc80ee5ee6 2026-04-23 10:41:18.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-f16b241e-d4a6-4b18-a2e1-005326263f36 6cc53e641b264f72826ca6cc61bcaab7 9b938db19cfc4de5ac57d6f382f7a26e - - default default] TaaS: Handle Delete Port: 77d783df-9e93-4c55-9da8-bf2e89b35fe7 2026-04-23 10:41:18.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f16b241e-d4a6-4b18-a2e1-005326263f36 6cc53e641b264f72826ca6cc61bcaab7 9b938db19cfc4de5ac57d6f382f7a26e - - default default] Tap Mirror: Handle Delete Port: 77d783df-9e93-4c55-9da8-bf2e89b35fe7 [pid: 7|app: 0|req: 383/676] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:18 2026] DELETE /v2.0/ports/77d783df-9e93-4c55-9da8-bf2e89b35fe7 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/677] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:18 2026] POST /v2.0/networks => generated 630 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:18.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-8711ef84-d562-4f76-a731-e69bd0cee6c6 6cc53e641b264f72826ca6cc61bcaab7 9b938db19cfc4de5ac57d6f382f7a26e - - default default] TaaS: Handle Delete Port: 470f6d84-e261-4888-b621-05a0f0529639 2026-04-23 10:41:18.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8711ef84-d562-4f76-a731-e69bd0cee6c6 6cc53e641b264f72826ca6cc61bcaab7 9b938db19cfc4de5ac57d6f382f7a26e - - default default] Tap Mirror: Handle Delete Port: 470f6d84-e261-4888-b621-05a0f0529639 [pid: 7|app: 0|req: 384/678] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:18 2026] DELETE /v2.0/ports/470f6d84-e261-4888-b621-05a0f0529639 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/679] 10.0.0.243 () {32 vars in 643 bytes} [Thu Apr 23 10:41:18 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:41:18.962 7 INFO neutron.db.segments_db [None req-5d37460b-5b78-431b-8f7e-b4893fd374ef 6cc53e641b264f72826ca6cc61bcaab7 9b938db19cfc4de5ac57d6f382f7a26e - - default default] Added segment 2befd568-2777-4069-a217-27d7da5d9756 of type vxlan for network 276384fa-1103-4971-9aab-f4bf8f7fd623 [pid: 8|app: 0|req: 295/680] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:41:18 2026] POST /v2.0/ports => generated 778 bytes in 322 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: 296/681] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:18 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/682] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:18 2026] POST /v2.0/networks => generated 630 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:19.076 8 INFO neutron.db.segments_db [None req-b930dd69-968d-47b2-9368-616c00c480e4 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] Added segment 25a22a5f-64e2-48c3-ba69-e747d26a270b of type vxlan for network f89388f5-d496-4133-baaa-cb7b8082048e [pid: 7|app: 0|req: 387/683] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:41:19 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/684] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:19 2026] POST /v2.0/networks => generated 617 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/685] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:19 2026] GET /v2.0/security-groups?id=55398cd4-6c97-454c-963b-d11cae0f3344&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:19.215 8 INFO neutron.db.segments_db [None req-270176b9-eb03-4d71-ba6d-e9e99c7cd8bf 6cc53e641b264f72826ca6cc61bcaab7 9b938db19cfc4de5ac57d6f382f7a26e - - default default] Added segment 8ad4583f-5c2d-4351-9095-6726aafa305e of type vxlan for network 05108b4c-fad6-44f0-a34e-12e97b7155e8 [pid: 8|app: 0|req: 298/686] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:19 2026] POST /v2.0/networks => generated 631 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:19.418 8 INFO neutron_taas.services.taas.taas_plugin [req-3f40138d-7789-4355-aceb-378f6cec0436 req-618646e0-ac72-463c-b721-ca5ee150ce7a 4e4e3d45c5774ccb8bfff69d17687d30 8a16afcb32834332961b7408454f4e30 - - default default] TaaS: Handle Delete Port: a2096898-3e41-4fcd-b5b8-52f20bedf460 2026-04-23 10:41:19.420 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3f40138d-7789-4355-aceb-378f6cec0436 req-618646e0-ac72-463c-b721-ca5ee150ce7a 4e4e3d45c5774ccb8bfff69d17687d30 8a16afcb32834332961b7408454f4e30 - - default default] Tap Mirror: Handle Delete Port: a2096898-3e41-4fcd-b5b8-52f20bedf460 [pid: 7|app: 0|req: 389/687] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:19 2026] POST /v2.0/subnets => generated 646 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:19.528 8 INFO neutron.db.l3_db [req-3f40138d-7789-4355-aceb-378f6cec0436 req-618646e0-ac72-463c-b721-ca5ee150ce7a 4e4e3d45c5774ccb8bfff69d17687d30 8a16afcb32834332961b7408454f4e30 - - default default] Floating IP fcdaba63-92a1-4ac5-8bde-b2b90313a150 disassociated. External IP: 10.96.250.219, port: a2096898-3e41-4fcd-b5b8-52f20bedf460. [pid: 8|app: 0|req: 299/688] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:41:19 2026] DELETE /v2.0/ports/a2096898-3e41-4fcd-b5b8-52f20bedf460 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/689] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:19 2026] POST /v2.0/subnets => generated 1274 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:41:20.057 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5ce4866-f9f4-447c-aff0-fb6c8558e361'] response: {'server_uuid': '0546221f-193f-4be0-aa5f-d3a9ca8ddc20', 'name': 'network-vif-deleted', 'tag': 'a2096898-3e41-4fcd-b5b8-52f20bedf460', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 391/690] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:20 2026] GET /v2.0/ports?device_id=bd63d601-c197-4762-8986-462334335dc5 => 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: 392/691] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:41:20 2026] GET /v2.0/subnets => generated 1910 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/692] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:20 2026] DELETE /v2.0/subnets/1067140a-2815-476d-b348-b1b2877d2bac => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/693] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:20 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => 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: 300/694] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:41:19 2026] POST /v2.0/ports => generated 966 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/695] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:20 2026] DELETE /v2.0/subnets/892a9cf1-4a39-41b2-8d3b-9241f21c1cce => generated 0 bytes in 150 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, ' [pid: 7|app: 0|req: 396/696] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:41:20 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:20.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-69605bc5-43df-4ccf-b9e2-7bcf24a793df 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] TaaS: Handle Delete Port: 5a8990de-bca7-47ed-a2d3-ad582b3682ab 2026-04-23 10:41:20.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69605bc5-43df-4ccf-b9e2-7bcf24a793df 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] Tap Mirror: Handle Delete Port: 5a8990de-bca7-47ed-a2d3-ad582b3682ab 2026-04-23 10:41:20.628 7 INFO neutron.services.segments.plugin [-] Segment 8ad4583f-5c2d-4351-9095-6726aafa305e resource provider aggregate not found 2026-04-23 10:41:20.634 7 INFO neutron.services.segments.plugin [-] Segment 8ad4583f-5c2d-4351-9095-6726aafa305e resource provider aggregate not found 2026-04-23 10:41:20.652 7 INFO neutron.services.segments.plugin [-] Segment 8ad4583f-5c2d-4351-9095-6726aafa305e 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 8ad4583f-5c2d-4351-9095-6726aafa305e found for delete ", "request_id": "req-2506bd0d-3ccd-450e-9211-c1070d527ef2"}]} [pid: 7|app: 0|req: 397/697] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:20 2026] DELETE /v2.0/networks/05108b4c-fad6-44f0-a34e-12e97b7155e8 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:20.661 7 INFO neutron.services.segments.plugin [-] Segment 8ad4583f-5c2d-4351-9095-6726aafa305e 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 8ad4583f-5c2d-4351-9095-6726aafa305e found for delete ", "request_id": "req-21b5c1d2-8818-4a43-b490-579531e751f5"}]} [pid: 8|app: 0|req: 301/698] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:20 2026] DELETE /v2.0/ports/5a8990de-bca7-47ed-a2d3-ad582b3682ab => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:20.724 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af039635-e1c2-4250-b59e-ba46cbd698a0 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 302/699] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:20 2026] DELETE /v2.0/ports/5a8990de-bca7-47ed-a2d3-ad582b3682ab => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:41:20.753 8 INFO neutron.pecan_wsgi.hooks.translation [None req-76e9c33b-3067-4e30-a0a5-d7da16b6d540 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 303/700] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:41:20 2026] GET /v2.0/ports/5a8990de-bca7-47ed-a2d3-ad582b3682ab => 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: 398/701] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:20 2026] DELETE /v2.0/networks/276384fa-1103-4971-9aab-f4bf8f7fd623 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/702] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:20 2026] DELETE /v2.0/subnets/5531edb7-630e-4756-93e0-290452b3c200 => 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: 399/703] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:20 2026] DELETE /v2.0/networks/cf4dd73e-bfd8-4f6e-b3cc-4ecc6888eff4 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:21.126 8 INFO neutron.services.segments.plugin [-] Segment 25a22a5f-64e2-48c3-ba69-e747d26a270b resource provider aggregate not found 2026-04-23 10:41:21.136 8 INFO neutron.services.segments.plugin [-] Segment 25a22a5f-64e2-48c3-ba69-e747d26a270b resource provider aggregate not found [pid: 8|app: 0|req: 305/704] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:20 2026] DELETE /v2.0/networks/f89388f5-d496-4133-baaa-cb7b8082048e => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:21.163 8 INFO neutron.services.segments.plugin [-] Segment 25a22a5f-64e2-48c3-ba69-e747d26a270b 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 25a22a5f-64e2-48c3-ba69-e747d26a270b found for delete ", "request_id": "req-648c33f5-e146-4619-9378-370270e637be"}]} 2026-04-23 10:41:21.164 8 INFO neutron.services.segments.plugin [-] Segment 25a22a5f-64e2-48c3-ba69-e747d26a270b 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 25a22a5f-64e2-48c3-ba69-e747d26a270b found for delete ", "request_id": "req-06a303d4-0f26-4d87-992d-5b4a84fae89b"}]} [pid: 7|app: 0|req: 400/705] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:21 2026] DELETE /v2.0/networks/5317fe04-4874-4eba-bdf0-4a3ad3a76d05 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/706] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:21 2026] DELETE /v2.0/security-groups/e3a75476-72ef-48c5-90d6-bee624a78659 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:41:21.274 7 INFO neutron.db.segments_db [None req-56b771a3-acd8-4a43-9a11-95cd5aea2809 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] Added segment 91f2ca4d-330a-4923-af8e-6b92687cc89f of type vxlan for network 3e7343db-537d-4050-8535-e05efd4aa669 2026-04-23 10:41:21.291 8 INFO neutron.api.v2.resource [None req-9d8b6451-ee23-4241-a077-565886d19b2a c24875514de94c65b919bb0f08b4a477 38ae18146b0c4583b3d22ea96938b512 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 307/707] 10.0.0.243 () {32 vars in 737 bytes} [Thu Apr 23 10:41:21 2026] GET /v2.0/security-groups/e3a75476-72ef-48c5-90d6-bee624a78659 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/708] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:21 2026] POST /v2.0/networks => generated 616 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:21.392 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4c33d28-3620-4c8b-862b-8684927d5ec8 c24875514de94c65b919bb0f08b4a477 38ae18146b0c4583b3d22ea96938b512 - - default default] TaaS: Handle Delete Port: ca6009a4-d426-4db8-b808-c3a343b2fe29 2026-04-23 10:41:21.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4c33d28-3620-4c8b-862b-8684927d5ec8 c24875514de94c65b919bb0f08b4a477 38ae18146b0c4583b3d22ea96938b512 - - default default] Tap Mirror: Handle Delete Port: ca6009a4-d426-4db8-b808-c3a343b2fe29 [pid: 8|app: 0|req: 308/709] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:41:21 2026] DELETE /v2.0/floatingips/defb7f91-646e-4c57-b6f5-7ed88d8ad4ba => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/710] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:21 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/711] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:21 2026] POST /v2.0/subnets => generated 646 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/712] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:41:21 2026] POST /v2.0/ports => generated 927 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:22.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-10c3ca79-2ddc-48f2-a80a-d1b5e2fbf2c4 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 90d1271f-2b4b-41d7-bbef-4f93148a9b01 2026-04-23 10:41:22.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10c3ca79-2ddc-48f2-a80a-d1b5e2fbf2c4 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 90d1271f-2b4b-41d7-bbef-4f93148a9b01 [pid: 7|app: 0|req: 404/713] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:21 2026] GET /v2.0/security-groups?tenant_id=9b938db19cfc4de5ac57d6f382f7a26e&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:22.162 7 INFO neutron_taas.services.taas.taas_plugin [None req-2179d6ff-2c24-4fb0-8161-6d3a5850c929 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] TaaS: Handle Delete Port: d14115e5-d0c0-4b84-908e-7c593b06fcb8 2026-04-23 10:41:22.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2179d6ff-2c24-4fb0-8161-6d3a5850c929 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] Tap Mirror: Handle Delete Port: d14115e5-d0c0-4b84-908e-7c593b06fcb8 [pid: 7|app: 0|req: 405/714] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:22 2026] DELETE /v2.0/ports/d14115e5-d0c0-4b84-908e-7c593b06fcb8 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/715] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:22 2026] DELETE /v2.0/security-groups/27c69db6-4d4f-4231-8c6e-2ff6bc76fd06 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:41:22.422 7 INFO neutron.pecan_wsgi.hooks.translation [None req-660e2a57-931a-4881-9633-2036de90c7cb 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 407/716] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:41:22 2026] GET /v2.0/ports/d14115e5-d0c0-4b84-908e-7c593b06fcb8 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/717] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:22 2026] DELETE /v2.0/subnets/9b425e64-a3f6-4ce9-9274-a0bea74196d4 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/718] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:41:21 2026] PUT /v2.0/routers/4d54b09e-9c1d-4524-816c-67c1af0c2fa7/remove_router_interface => generated 309 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:22.678 7 INFO neutron.services.segments.plugin [-] Segment 2befd568-2777-4069-a217-27d7da5d9756 resource provider aggregate not found 2026-04-23 10:41:22.688 7 INFO neutron.services.segments.plugin [-] Segment 2befd568-2777-4069-a217-27d7da5d9756 resource provider aggregate not found 2026-04-23 10:41:22.716 7 INFO neutron.services.segments.plugin [-] Segment 2befd568-2777-4069-a217-27d7da5d9756 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 2befd568-2777-4069-a217-27d7da5d9756 found for delete ", "request_id": "req-b81e82f2-622e-4ca2-84f2-ff070b35c7c6"}]} [pid: 7|app: 0|req: 409/719] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:22 2026] DELETE /v2.0/networks/3e7343db-537d-4050-8535-e05efd4aa669 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:22.730 7 INFO neutron.services.segments.plugin [-] Segment 2befd568-2777-4069-a217-27d7da5d9756 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 2befd568-2777-4069-a217-27d7da5d9756 found for delete ", "request_id": "req-4b23c23e-8478-43ad-825f-799bd8f4ef54"}]} 2026-04-23 10:41:22.751 7 INFO neutron.services.segments.plugin [-] Segment 4a8c5e39-0198-486d-aa46-8c4304310aec resource provider aggregate not found 2026-04-23 10:41:22.757 7 INFO neutron.services.segments.plugin [-] Segment 4a8c5e39-0198-486d-aa46-8c4304310aec resource provider aggregate not found 2026-04-23 10:41:22.775 7 INFO neutron.services.segments.plugin [-] Segment 4a8c5e39-0198-486d-aa46-8c4304310aec 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 4a8c5e39-0198-486d-aa46-8c4304310aec found for delete ", "request_id": "req-67284b75-3a19-46d0-a3df-c6d8a63174f7"}]} 2026-04-23 10:41:22.783 7 INFO neutron.services.segments.plugin [-] Segment 4a8c5e39-0198-486d-aa46-8c4304310aec 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 4a8c5e39-0198-486d-aa46-8c4304310aec found for delete ", "request_id": "req-bd32dc29-613d-4e52-985a-26326452c56f"}]} 2026-04-23 10:41:22.801 7 INFO neutron.services.segments.plugin [-] Segment 510ae3cd-b913-4213-8e06-e773ad20dff9 resource provider aggregate not found 2026-04-23 10:41:22.802 7 INFO neutron.services.segments.plugin [-] Segment 510ae3cd-b913-4213-8e06-e773ad20dff9 resource provider aggregate not found 2026-04-23 10:41:22.825 7 INFO neutron.services.segments.plugin [-] Segment 510ae3cd-b913-4213-8e06-e773ad20dff9 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 510ae3cd-b913-4213-8e06-e773ad20dff9 found for delete ", "request_id": "req-2a8e33d5-abf7-49ea-8358-c36515cf49cf"}]} 2026-04-23 10:41:22.829 7 INFO neutron.services.segments.plugin [-] Segment 510ae3cd-b913-4213-8e06-e773ad20dff9 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 510ae3cd-b913-4213-8e06-e773ad20dff9 found for delete ", "request_id": "req-dacd5897-f785-4760-9883-a1bb6814871f"}]} 2026-04-23 10:41:22.855 7 INFO neutron.services.segments.plugin [-] Segment 91f2ca4d-330a-4923-af8e-6b92687cc89f resource provider aggregate not found 2026-04-23 10:41:22.882 7 INFO neutron.services.segments.plugin [-] Segment 91f2ca4d-330a-4923-af8e-6b92687cc89f 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 91f2ca4d-330a-4923-af8e-6b92687cc89f found for delete ", "request_id": "req-ae940d4c-20f0-4fa8-a3a8-2f1d0db35864"}]} 2026-04-23 10:41:22.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd6e0d73-0312-4ae4-95e2-28f54d55e3d1 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 62450ab1-48bd-4535-9175-bbb2364568a9 2026-04-23 10:41:22.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd6e0d73-0312-4ae4-95e2-28f54d55e3d1 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 62450ab1-48bd-4535-9175-bbb2364568a9 [pid: 7|app: 0|req: 410/720] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:41:22 2026] POST /v2.0/ports => generated 779 bytes in 341 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: 411/721] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:23 2026] GET /v2.0/ports?device_id=0546221f-193f-4be0-aa5f-d3a9ca8ddc20 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:41:23.195 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd6e0d73-0312-4ae4-95e2-28f54d55e3d1 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 1f893455-1f12-488a-a3a5-44ce0409d62c 2026-04-23 10:41:23.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd6e0d73-0312-4ae4-95e2-28f54d55e3d1 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 1f893455-1f12-488a-a3a5-44ce0409d62c [pid: 7|app: 0|req: 412/722] 10.0.0.243 () {34 vars in 737 bytes} [Thu Apr 23 10:41:23 2026] PUT /v2.0/ports/06f0e733-b6c5-4889-a0fe-c85eca852347 => generated 752 bytes in 141 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-04-23 10:41:23.587 8 INFO neutron.services.segments.plugin [-] Segment 9853f611-4a24-4ba6-b3bf-56d55ada8ea1 resource provider aggregate not found 2026-04-23 10:41:23.595 8 INFO neutron.services.segments.plugin [-] Segment 9853f611-4a24-4ba6-b3bf-56d55ada8ea1 resource provider aggregate not found 2026-04-23 10:41:23.614 8 INFO neutron.services.segments.plugin [-] Segment 9853f611-4a24-4ba6-b3bf-56d55ada8ea1 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 9853f611-4a24-4ba6-b3bf-56d55ada8ea1 found for delete ", "request_id": "req-2a6ae118-1217-4d85-9adf-bf90266bebd6"}]} 2026-04-23 10:41:23.617 8 INFO neutron.services.segments.plugin [-] Segment 9853f611-4a24-4ba6-b3bf-56d55ada8ea1 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 9853f611-4a24-4ba6-b3bf-56d55ada8ea1 found for delete ", "request_id": "req-2c684307-d122-4866-9f77-a1b52740a4e0"}]} 2026-04-23 10:41:23.632 8 INFO neutron.db.l3_hamode_db [None req-fd6e0d73-0312-4ae4-95e2-28f54d55e3d1 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] HA network fedda614-6b87-47a3-a82c-7d586d74ded5 was deleted as no HA routers are present in tenant 38ae18146b0c4583b3d22ea96938b512. [pid: 8|app: 0|req: 311/723] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:22 2026] DELETE /v2.0/routers/4d54b09e-9c1d-4524-816c-67c1af0c2fa7 => generated 0 bytes in 985 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/724] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:23 2026] DELETE /v2.0/subnets/248f2b1d-2300-46a3-89f6-9ce42ea5a9bf => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:23.875 7 INFO neutron_taas.services.taas.taas_plugin [None req-d17b63e5-f9f9-44af-ac2b-7949255cc2d3 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] TaaS: Handle Delete Port: 06f0e733-b6c5-4889-a0fe-c85eca852347 2026-04-23 10:41:23.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d17b63e5-f9f9-44af-ac2b-7949255cc2d3 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] Tap Mirror: Handle Delete Port: 06f0e733-b6c5-4889-a0fe-c85eca852347 [pid: 7|app: 0|req: 413/725] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:23 2026] DELETE /v2.0/ports/06f0e733-b6c5-4889-a0fe-c85eca852347 => generated 0 bytes in 704 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:23.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3a76ead-cd75-40d5-ad40-439a9de1b3b1 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 6667034c-fab6-476b-9f9e-66dd46b6762c 2026-04-23 10:41:23.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3a76ead-cd75-40d5-ad40-439a9de1b3b1 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 6667034c-fab6-476b-9f9e-66dd46b6762c [pid: 7|app: 0|req: 414/726] 10.0.0.243 () {32 vars in 643 bytes} [Thu Apr 23 10:41:23 2026] GET /v2.0/ports => generated 781 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:24.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1b3da91-462a-4311-87b8-fc263ec6f5f7 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 415/727] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:41:23 2026] GET /v2.0/ports/06f0e733-b6c5-4889-a0fe-c85eca852347 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/728] 10.0.0.243 () {32 vars in 643 bytes} [Thu Apr 23 10:41:24 2026] GET /v2.0/ports => generated 781 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/729] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:41:24 2026] GET /v2.0/ports/99f0af98-e30e-43a0-ae7e-2fee31f350aa => generated 778 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:24.118 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0785bc0-c301-44b0-bb1b-c929575ab33b 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 418/730] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:24 2026] DELETE /v2.0/ports/d14115e5-d0c0-4b84-908e-7c593b06fcb8 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:41:24.145 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d526c411-8ea3-48ad-81fd-17ffa2224963 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 419/731] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:24 2026] DELETE /v2.0/subnets/9b425e64-a3f6-4ce9-9274-a0bea74196d4 => 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: 313/732] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:23 2026] DELETE /v2.0/networks/94a3ed83-99e3-4d07-978d-095020306226 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:24.168 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f660183f-7c89-4af3-bd5e-418aafcd1b18 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 420/733] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:24 2026] DELETE /v2.0/subnets/5531edb7-630e-4756-93e0-290452b3c200 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/734] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:24 2026] DELETE /v2.0/security-groups/55398cd4-6c97-454c-963b-d11cae0f3344 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:41:24.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0bef575-fe20-44c8-81e6-1e48f80bb0ab 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] TaaS: Handle Delete Port: 99f0af98-e30e-43a0-ae7e-2fee31f350aa 2026-04-23 10:41:24.335 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0bef575-fe20-44c8-81e6-1e48f80bb0ab 6a67ae95384d4b34862cef521f46f9ea 05d8978f46a445ce839fc39c5159a844 - - default default] Tap Mirror: Handle Delete Port: 99f0af98-e30e-43a0-ae7e-2fee31f350aa 2026-04-23 10:41:24.344 7 INFO neutron.api.v2.resource [None req-b22d7f1e-2eaf-4a77-b933-73bfcadcc43d 4e4e3d45c5774ccb8bfff69d17687d30 8a16afcb32834332961b7408454f4e30 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 422/735] 10.0.0.243 () {32 vars in 737 bytes} [Thu Apr 23 10:41:24 2026] GET /v2.0/security-groups/55398cd4-6c97-454c-963b-d11cae0f3344 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/736] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:24 2026] DELETE /v2.0/ports/99f0af98-e30e-43a0-ae7e-2fee31f350aa => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:24.452 7 INFO neutron_taas.services.taas.taas_plugin [None req-446101da-80ac-4e94-bda3-16076c66a094 4e4e3d45c5774ccb8bfff69d17687d30 8a16afcb32834332961b7408454f4e30 - - default default] TaaS: Handle Delete Port: 0f364962-6260-41b8-af28-2b8fc91ba54c 2026-04-23 10:41:24.455 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-446101da-80ac-4e94-bda3-16076c66a094 4e4e3d45c5774ccb8bfff69d17687d30 8a16afcb32834332961b7408454f4e30 - - default default] Tap Mirror: Handle Delete Port: 0f364962-6260-41b8-af28-2b8fc91ba54c [pid: 7|app: 0|req: 423/737] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:41:24 2026] DELETE /v2.0/floatingips/fcdaba63-92a1-4ac5-8bde-b2b90313a150 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/738] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:24 2026] GET /v2.0/security-groups?tenant_id=38ae18146b0c4583b3d22ea96938b512&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/739] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:24 2026] DELETE /v2.0/networks/f49f0377-c9c9-4ed1-b31e-9fbc80ee5ee6 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:24.858 7 INFO neutron.services.segments.plugin [-] Segment 91f2ca4d-330a-4923-af8e-6b92687cc89f resource provider aggregate not found 2026-04-23 10:41:24.868 8 INFO neutron.db.segments_db [None req-5ea03ad7-0baa-45f1-a6a3-5a0ef5ec2ec0 e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] Added segment a28c9ae3-d4a3-4625-9ace-76f5c51b54b0 of type vxlan for network 5b3e5ea7-c423-415a-b7ff-1247208c62ce 2026-04-23 10:41:24.885 7 INFO neutron.services.segments.plugin [-] Segment 91f2ca4d-330a-4923-af8e-6b92687cc89f 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 91f2ca4d-330a-4923-af8e-6b92687cc89f found for delete ", "request_id": "req-731e29fa-dd21-410b-94b7-cbc2fe55ff3b"}]} 2026-04-23 10:41:24.913 7 INFO neutron.services.segments.plugin [-] Segment 0a23181f-3656-4da6-bfca-6d8410fb2722 resource provider aggregate not found 2026-04-23 10:41:24.918 7 INFO neutron.services.segments.plugin [-] Segment 0a23181f-3656-4da6-bfca-6d8410fb2722 resource provider aggregate not found 2026-04-23 10:41:24.938 7 INFO neutron.services.segments.plugin [-] Segment 0a23181f-3656-4da6-bfca-6d8410fb2722 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 0a23181f-3656-4da6-bfca-6d8410fb2722 found for delete ", "request_id": "req-cb598fae-104f-4272-86b0-a97abd49b606"}]} 2026-04-23 10:41:24.939 7 INFO neutron.services.segments.plugin [-] Segment 0a23181f-3656-4da6-bfca-6d8410fb2722 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 0a23181f-3656-4da6-bfca-6d8410fb2722 found for delete ", "request_id": "req-f209b832-99d6-4b3e-a00b-e8c15a435629"}]} [pid: 7|app: 0|req: 426/740] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:24 2026] DELETE /v2.0/security-groups/4dede02c-e9b9-4fad-9671-d7e1f67d30d4 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/741] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:24 2026] POST /v2.0/networks => generated 624 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/742] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:41:24 2026] POST /v2.0/ports => generated 774 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, ' 2026-04-23 10:41:25.359 8 INFO neutron.db.segments_db [None req-e0b5b2a4-cd18-4c3f-aa73-5401ca6c790e e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] Added segment fc6a3628-521f-4d42-9e34-b416fb3deb4f of type vxlan for network bba457ee-a6c3-4baa-b3ab-9a08e7fc2349 2026-04-23 10:41:25.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-f30a9c7a-a898-471f-8efa-5eb98f98bb59 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 60cd7067-26fc-4139-bc12-077190ba2bc5 2026-04-23 10:41:25.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f30a9c7a-a898-471f-8efa-5eb98f98bb59 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 60cd7067-26fc-4139-bc12-077190ba2bc5 [pid: 8|app: 0|req: 317/743] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:25 2026] POST /v2.0/networks => generated 613 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:25.647 8 INFO neutron.services.segments.plugin [-] Segment fbcc2865-2d54-4ced-8915-182f706b3f2b resource provider aggregate not found 2026-04-23 10:41:25.652 8 INFO neutron.services.segments.plugin [-] Segment fbcc2865-2d54-4ced-8915-182f706b3f2b resource provider aggregate not found 2026-04-23 10:41:25.671 8 INFO neutron.services.segments.plugin [-] Segment fbcc2865-2d54-4ced-8915-182f706b3f2b 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 fbcc2865-2d54-4ced-8915-182f706b3f2b found for delete ", "request_id": "req-e3826611-a3d8-42a6-ba0f-a8867db2fc2e"}]} [pid: 8|app: 0|req: 318/744] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:25 2026] GET /v2.0/security-groups?tenant_id=05d8978f46a445ce839fc39c5159a844&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:25.672 8 INFO neutron.services.segments.plugin [-] Segment fbcc2865-2d54-4ced-8915-182f706b3f2b 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 fbcc2865-2d54-4ced-8915-182f706b3f2b found for delete ", "request_id": "req-5e4b74c9-daeb-4de5-a985-4fec3ab05764"}]} [pid: 8|app: 0|req: 319/745] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:25 2026] POST /v2.0/subnets => generated 626 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/746] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:25 2026] DELETE /v2.0/security-groups/f47e3be1-f23c-4734-8389-7bfcb832f605 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/747] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:41:24 2026] PUT /v2.0/routers/f0e591b6-767c-4341-98c0-4a94d6193e33/remove_router_interface => generated 309 bytes in 1080 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:26.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-f52b966e-1783-4e4b-8f6a-2c052b4e24a3 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 63a47722-541c-4d47-908b-25f30a67d748 2026-04-23 10:41:26.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f52b966e-1783-4e4b-8f6a-2c052b4e24a3 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 63a47722-541c-4d47-908b-25f30a67d748 [pid: 8|app: 0|req: 321/748] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:41:25 2026] POST /v2.0/ports => generated 954 bytes in 382 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-04-23 10:41:26.506 8 INFO neutron_taas.services.taas.taas_plugin [None req-33615d7b-1b24-49b0-9d3d-3d32cbf55d0f e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] TaaS: Handle Delete Port: c556e2ba-24e8-4be9-92ae-10ef932aada1 2026-04-23 10:41:26.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33615d7b-1b24-49b0-9d3d-3d32cbf55d0f e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] Tap Mirror: Handle Delete Port: c556e2ba-24e8-4be9-92ae-10ef932aada1 2026-04-23 10:41:26.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-f52b966e-1783-4e4b-8f6a-2c052b4e24a3 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 2580587f-56cb-4ec3-a8c8-aaf028072ed6 2026-04-23 10:41:26.546 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f52b966e-1783-4e4b-8f6a-2c052b4e24a3 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 2580587f-56cb-4ec3-a8c8-aaf028072ed6 [pid: 8|app: 0|req: 322/749] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:26 2026] DELETE /v2.0/ports/c556e2ba-24e8-4be9-92ae-10ef932aada1 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:26.653 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-f52b966e-1783-4e4b-8f6a-2c052b4e24a3 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - 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-04-23 10:41:26.664 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2943c7aa-d2f8-44b2-8d0d-04d4c908d5f9 e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 323/750] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:26 2026] DELETE /v2.0/ports/c556e2ba-24e8-4be9-92ae-10ef932aada1 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:41:26.685 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11b9c7b1-8fc6-42ce-a469-97ef55943298 e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 324/751] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:41:26 2026] GET /v2.0/ports/c556e2ba-24e8-4be9-92ae-10ef932aada1 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/752] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:26 2026] DELETE /v2.0/subnets/37dcc25a-922f-456a-98e0-5b8ea17b5edf => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/753] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:26 2026] DELETE /v2.0/networks/bba457ee-a6c3-4baa-b3ab-9a08e7fc2349 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:27.024 8 INFO neutron.db.segments_db [None req-d8a2ee14-b690-4c03-a7eb-09526cd51ef6 e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] Added segment 0082d7b5-148c-46a5-85cb-07628736fa1d of type vxlan for network dc7c9891-dfb0-4aac-be1b-80055b4ee10e 2026-04-23 10:41:27.047 7 INFO neutron.services.segments.plugin [-] Segment a6880b6a-03ed-436f-8f73-e52a7d4b4916 resource provider aggregate not found 2026-04-23 10:41:27.053 7 INFO neutron.services.segments.plugin [-] Segment a6880b6a-03ed-436f-8f73-e52a7d4b4916 resource provider aggregate not found 2026-04-23 10:41:27.074 7 INFO neutron.services.segments.plugin [-] Segment a6880b6a-03ed-436f-8f73-e52a7d4b4916 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 a6880b6a-03ed-436f-8f73-e52a7d4b4916 found for delete ", "request_id": "req-0f51f897-1c3d-4563-b0a6-a0663aded517"}]} 2026-04-23 10:41:27.078 7 INFO neutron.services.segments.plugin [-] Segment a6880b6a-03ed-436f-8f73-e52a7d4b4916 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 a6880b6a-03ed-436f-8f73-e52a7d4b4916 found for delete ", "request_id": "req-d0829eb4-b0ed-4c43-b351-289afb36f610"}]} 2026-04-23 10:41:27.088 7 INFO neutron.db.l3_hamode_db [None req-f52b966e-1783-4e4b-8f6a-2c052b4e24a3 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] HA network 94e1921a-983e-40f2-b111-9d214d70010a was deleted as no HA routers are present in tenant 8a16afcb32834332961b7408454f4e30. [pid: 7|app: 0|req: 428/754] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:26 2026] DELETE /v2.0/routers/f0e591b6-767c-4341-98c0-4a94d6193e33 => generated 0 bytes in 1057 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/755] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:26 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: 7|app: 0|req: 429/756] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:27 2026] DELETE /v2.0/subnets/c7d04956-f589-41da-b2aa-6080e3698c7e => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:27.426 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5594ebe-40a0-43a7-a23e-40e60d3dd116 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: caa0a331-d573-46dd-9986-0e67b233793e 2026-04-23 10:41:27.429 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5594ebe-40a0-43a7-a23e-40e60d3dd116 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: caa0a331-d573-46dd-9986-0e67b233793e [pid: 8|app: 0|req: 328/757] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:27 2026] POST /v2.0/subnets => generated 626 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/758] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:27 2026] DELETE /v2.0/networks/ed98b590-e552-435e-8cad-1c9f78632871 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:27.697 8 INFO neutron.services.segments.plugin [-] Segment fc6a3628-521f-4d42-9e34-b416fb3deb4f resource provider aggregate not found 2026-04-23 10:41:27.709 8 INFO neutron.services.segments.plugin [-] Segment fc6a3628-521f-4d42-9e34-b416fb3deb4f resource provider aggregate not found 2026-04-23 10:41:27.728 8 INFO neutron.services.segments.plugin [-] Segment fc6a3628-521f-4d42-9e34-b416fb3deb4f 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 fc6a3628-521f-4d42-9e34-b416fb3deb4f found for delete ", "request_id": "req-301610af-eedd-4dac-bb18-90a221946b9d"}]} 2026-04-23 10:41:27.732 8 INFO neutron.services.segments.plugin [-] Segment fc6a3628-521f-4d42-9e34-b416fb3deb4f 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 fc6a3628-521f-4d42-9e34-b416fb3deb4f found for delete ", "request_id": "req-6537ce0f-6442-4a69-8670-1d6c90e4ec2f"}]} [pid: 8|app: 0|req: 329/759] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:41:27 2026] POST /v2.0/ports => generated 910 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/760] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:27 2026] GET /v2.0/security-groups?tenant_id=8a16afcb32834332961b7408454f4e30&name=default => generated 2921 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:27.975 7 INFO neutron_taas.services.taas.taas_plugin [None req-02d5aeea-57a9-47fa-8f8f-a11753659d78 e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] TaaS: Handle Delete Port: 8632a278-4e6f-43ef-b8ca-c7de5b6e0daa 2026-04-23 10:41:27.977 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02d5aeea-57a9-47fa-8f8f-a11753659d78 e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] Tap Mirror: Handle Delete Port: 8632a278-4e6f-43ef-b8ca-c7de5b6e0daa [pid: 8|app: 0|req: 331/761] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:27 2026] DELETE /v2.0/security-groups/4995871e-2857-4dc8-a66d-7c12f11ed208 => 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: 431/762] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:27 2026] DELETE /v2.0/ports/8632a278-4e6f-43ef-b8ca-c7de5b6e0daa => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:28.164 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8ff28fd-5d63-47db-a0e0-c2abfc897c1d e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 432/763] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:41:28 2026] GET /v2.0/ports/8632a278-4e6f-43ef-b8ca-c7de5b6e0daa => 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: 433/764] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:28 2026] DELETE /v2.0/subnets/8cac0ef9-ba16-4a96-9313-7df05e215935 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/765] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:28 2026] DELETE /v2.0/networks/dc7c9891-dfb0-4aac-be1b-80055b4ee10e => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:28.561 8 INFO neutron.db.segments_db [None req-0a36918f-9781-4f2a-965a-aaf593960ca9 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Added segment 5ed5f8ab-b71f-4765-a7be-acb82f47ccf8 of type vxlan for network cd5fa355-30f7-4790-9316-8acf67df5417 [pid: 8|app: 0|req: 332/766] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:28 2026] POST /v2.0/networks => generated 614 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:28.720 8 INFO neutron.db.segments_db [None req-2aaa48cc-f3a7-4b1f-91b8-be4779e3f595 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Added segment e796bf7a-0b53-431c-82a0-ca1b062dd022 of type vxlan for network 3913702a-13ab-46a8-be24-6ab9b7054039 [pid: 7|app: 0|req: 435/767] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:41:28 2026] POST /v2.0/ports => generated 775 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/768] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:28 2026] POST /v2.0/networks => generated 614 bytes in 198 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: 436/769] 10.0.0.243 () {34 vars in 737 bytes} [Thu Apr 23 10:41:28 2026] PUT /v2.0/ports/ddca83d3-aaf0-41b1-b6c5-2167ecfc2a20 => generated 752 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:29.098 7 INFO neutron.services.segments.plugin [-] Segment 49969802-0e02-4936-adfd-48dbfdee75e6 resource provider aggregate not found 2026-04-23 10:41:29.107 7 INFO neutron.services.segments.plugin [-] Segment 49969802-0e02-4936-adfd-48dbfdee75e6 resource provider aggregate not found 2026-04-23 10:41:29.127 7 INFO neutron.services.segments.plugin [-] Segment 49969802-0e02-4936-adfd-48dbfdee75e6 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 49969802-0e02-4936-adfd-48dbfdee75e6 found for delete ", "request_id": "req-08c916e6-5e1d-4c04-89a7-16f6f5a16270"}]} 2026-04-23 10:41:29.135 7 INFO neutron.services.segments.plugin [-] Segment 49969802-0e02-4936-adfd-48dbfdee75e6 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 49969802-0e02-4936-adfd-48dbfdee75e6 found for delete ", "request_id": "req-78b1bead-12be-47d0-bcf5-8938888b70c9"}]} [pid: 8|app: 0|req: 334/770] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:28 2026] POST /v2.0/subnets => generated 646 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:29.154 7 INFO neutron.services.segments.plugin [-] Segment 0082d7b5-148c-46a5-85cb-07628736fa1d resource provider aggregate not found 2026-04-23 10:41:29.159 7 INFO neutron.services.segments.plugin [-] Segment 0082d7b5-148c-46a5-85cb-07628736fa1d resource provider aggregate not found 2026-04-23 10:41:29.173 7 INFO neutron.services.segments.plugin [-] Segment 0082d7b5-148c-46a5-85cb-07628736fa1d 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 0082d7b5-148c-46a5-85cb-07628736fa1d found for delete ", "request_id": "req-5841870a-1f23-421f-81fb-ba32654b10ed"}]} 2026-04-23 10:41:29.180 7 INFO neutron.services.segments.plugin [-] Segment 0082d7b5-148c-46a5-85cb-07628736fa1d 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 0082d7b5-148c-46a5-85cb-07628736fa1d found for delete ", "request_id": "req-c117ed4f-81bf-4e8f-85a0-26bdaae94288"}]} 2026-04-23 10:41:29.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-90aa3ed8-8dfc-448f-b585-ab206f6723a4 e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] TaaS: Handle Delete Port: ddca83d3-aaf0-41b1-b6c5-2167ecfc2a20 2026-04-23 10:41:29.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90aa3ed8-8dfc-448f-b585-ab206f6723a4 e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] Tap Mirror: Handle Delete Port: ddca83d3-aaf0-41b1-b6c5-2167ecfc2a20 /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: 335/771] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:29 2026] DELETE /v2.0/ports/ddca83d3-aaf0-41b1-b6c5-2167ecfc2a20 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/772] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:29 2026] GET /v2.0/security-groups?tenant_id=f41e1edc0bbd45e4a95757da191eac10&name=default => generated 2925 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/773] 10.0.0.243 () {32 vars in 643 bytes} [Thu Apr 23 10:41:29 2026] GET /v2.0/ports => generated 777 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/774] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:29 2026] DELETE /v2.0/security-groups/e5633497-b886-4d58-9edf-67705d20e753 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/775] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:29 2026] POST /v2.0/subnets => generated 655 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:29.679 7 INFO neutron.pecan_wsgi.hooks.translation [None req-601dc077-fc35-4fc1-8a9b-e5f25a993c4b e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 440/776] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:41:29 2026] GET /v2.0/ports/ddca83d3-aaf0-41b1-b6c5-2167ecfc2a20 => 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: 441/777] 10.0.0.243 () {32 vars in 643 bytes} [Thu Apr 23 10:41:29 2026] GET /v2.0/ports => generated 777 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:29.738 8 INFO neutron.db.segments_db [None req-9c748eb2-595d-4a41-8293-be0f0784ba6c ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Added segment d12657ae-801d-496f-bd97-f730be71a2bd of type vxlan for network c46030ad-ccd0-4cc8-aefc-6b4a40fae6b9 [pid: 7|app: 0|req: 442/778] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:41:29 2026] GET /v2.0/ports/3699ef63-b562-4e37-a2b5-6f73c96dffa8 => generated 774 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:29.785 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6323baaa-734e-4b60-8618-400e74a01b8f e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 443/779] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:29 2026] DELETE /v2.0/ports/8632a278-4e6f-43ef-b8ca-c7de5b6e0daa => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:41:29.811 7 INFO neutron.pecan_wsgi.hooks.translation [None req-69534d6a-ac31-4032-a066-c892c398297c e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 444/780] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:29 2026] DELETE /v2.0/subnets/8cac0ef9-ba16-4a96-9313-7df05e215935 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/781] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:29 2026] GET /v2.0/security-groups?tenant_id=d10a32a000214cceb8b3989cb6a59e05&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:29.965 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9aadf78e-2c18-41a2-a0db-b6f9ce9105ec e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 446/782] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:29 2026] DELETE /v2.0/subnets/37dcc25a-922f-456a-98e0-5b8ea17b5edf => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:41:29.986 8 INFO neutron.db.l3_hamode_db [None req-9c748eb2-595d-4a41-8293-be0f0784ba6c ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 447/783] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:29 2026] DELETE /v2.0/security-groups/8f348dd6-b1e4-4936-8f6e-6bab7f3ced48 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:41:30.126 8 INFO neutron.db.l3_hamode_db [None req-9c748eb2-595d-4a41-8293-be0f0784ba6c ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:41:30.151 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f88fa0b-87d0-4f2c-b47c-0af0e07d2483 e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] TaaS: Handle Delete Port: 3699ef63-b562-4e37-a2b5-6f73c96dffa8 2026-04-23 10:41:30.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f88fa0b-87d0-4f2c-b47c-0af0e07d2483 e6d39b1139d54b899b791c64e0168bfd 3a5716e0659a498f8ff939ece41e41a9 - - default default] Tap Mirror: Handle Delete Port: 3699ef63-b562-4e37-a2b5-6f73c96dffa8 [pid: 7|app: 0|req: 448/784] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:30 2026] DELETE /v2.0/ports/3699ef63-b562-4e37-a2b5-6f73c96dffa8 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:30.587 7 INFO neutron.db.segments_db [None req-0b28ad98-e2cc-42ad-9143-21250b388475 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 162c220a-7ae2-4fa6-b545-5b76663557d3 of type vxlan for network 47184a59-0afa-4c5e-b89c-678e156455ad [pid: 7|app: 0|req: 449/785] 10.0.0.243 () {34 vars in 671 bytes} [Thu Apr 23 10:41:30 2026] POST /v2.0/networks => generated 725 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/786] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:29 2026] POST /v2.0/routers => generated 510 bytes in 1115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/787] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:30 2026] DELETE /v2.0/networks/5b3e5ea7-c423-415a-b7ff-1247208c62ce => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/788] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:30 2026] POST /v2.0/subnets => generated 691 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:31.052 8 INFO neutron.db.segments_db [None req-8e155fc3-be94-447b-806a-66889f4d3baa 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 5adf33f3-df08-419c-940c-5818869af54c of type vxlan for network d5306420-f55b-4083-a61f-bba20612749b 2026-04-23 10:41:31.197 7 INFO neutron.services.segments.plugin [-] Segment a28c9ae3-d4a3-4625-9ace-76f5c51b54b0 resource provider aggregate not found 2026-04-23 10:41:31.208 7 INFO neutron.services.segments.plugin [-] Segment a28c9ae3-d4a3-4625-9ace-76f5c51b54b0 resource provider aggregate not found 2026-04-23 10:41:31.226 7 INFO neutron.services.segments.plugin [-] Segment a28c9ae3-d4a3-4625-9ace-76f5c51b54b0 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 a28c9ae3-d4a3-4625-9ace-76f5c51b54b0 found for delete ", "request_id": "req-f222ec5e-caf6-443b-aac4-9d9651f04b70"}]} 2026-04-23 10:41:31.236 7 INFO neutron.services.segments.plugin [-] Segment a28c9ae3-d4a3-4625-9ace-76f5c51b54b0 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 a28c9ae3-d4a3-4625-9ace-76f5c51b54b0 found for delete ", "request_id": "req-938f7b85-0eda-4ae6-b91b-bf8aa00fb260"}]} 2026-04-23 10:41:31.300 8 INFO neutron.db.l3_hamode_db [None req-8e155fc3-be94-447b-806a-66889f4d3baa 1fc1f097af564f9d8bb82f392cd1d9da 3a3623b1cb07444286cdcfdc93146f23 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:41:31.996 8 INFO neutron.db.l3_hamode_db [None req-8e155fc3-be94-447b-806a-66889f4d3baa 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 451/789] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:41:30 2026] PUT /v2.0/routers/74a0514b-363a-4aec-9d1b-8dca5898c8d0/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/790] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:32 2026] GET /v2.0/security-groups?tenant_id=3a5716e0659a498f8ff939ece41e41a9&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/793] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:41:32 2026] GET /v2.0/ports/57136971-e891-49ed-8fa1-f291cbd1b250 => generated 959 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/794] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:32 2026] DELETE /v2.0/security-groups/0496d8c6-9c82-49e6-9821-ae55aeae6132 => 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: 339/795] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:31 2026] POST /v2.0/routers => generated 731 bytes in 2023 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/796] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:41:32 2026] PUT /v2.0/routers/74a0514b-363a-4aec-9d1b-8dca5898c8d0/add_router_interface => generated 309 bytes in 1217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/797] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:41:33 2026] GET /v2.0/ports/abd776c0-3c78-4a24-b341-8b5595cf21cc => generated 967 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:34.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c45622d-c61c-47c5-aaf9-addee4151608 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] TaaS: Handle Delete Port: abd776c0-3c78-4a24-b341-8b5595cf21cc 2026-04-23 10:41:34.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c45622d-c61c-47c5-aaf9-addee4151608 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Tap Mirror: Handle Delete Port: abd776c0-3c78-4a24-b341-8b5595cf21cc [pid: 7|app: 0|req: 459/798] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:41:33 2026] PUT /v2.0/routers/74a0514b-363a-4aec-9d1b-8dca5898c8d0/remove_router_interface => generated 309 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:34.940 7 INFO neutron_taas.services.taas.taas_plugin [None req-99c85cbe-d1d9-47ef-b130-9d95548719f5 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] TaaS: Handle Delete Port: 57136971-e891-49ed-8fa1-f291cbd1b250 2026-04-23 10:41:34.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99c85cbe-d1d9-47ef-b130-9d95548719f5 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Tap Mirror: Handle Delete Port: 57136971-e891-49ed-8fa1-f291cbd1b250 [pid: 8|app: 0|req: 340/799] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:41:33 2026] PUT /v2.0/routers/c324e0a0-a2e5-465a-b2f3-03d71245abed/add_router_interface => generated 309 bytes in 1992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/800] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:41:34 2026] PUT /v2.0/routers/74a0514b-363a-4aec-9d1b-8dca5898c8d0/remove_router_interface => generated 309 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/801] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:41:35 2026] GET /v2.0/ports?device_id=74a0514b-363a-4aec-9d1b-8dca5898c8d0 => 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: 341/802] 10.0.0.243 () {34 vars in 684 bytes} [Thu Apr 23 10:41:35 2026] POST /v2.0/security-groups => generated 1625 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/803] 10.0.0.243 () {32 vars in 663 bytes} [Thu Apr 23 10:41:35 2026] GET /v2.0/security-groups => generated 4530 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:35.650 7 INFO neutron_taas.services.taas.taas_plugin [None req-72403f94-a515-4b5a-84cf-35739a75f270 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] TaaS: Handle Delete Port: d53eeb32-aed5-4320-b20b-9f5d0f697ff1 [pid: 8|app: 0|req: 343/804] 10.0.0.243 () {34 vars in 758 bytes} [Thu Apr 23 10:41:35 2026] PUT /v2.0/security-groups/78afbcbb-5e85-4196-81c0-39c7984e451a => generated 1663 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:35.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72403f94-a515-4b5a-84cf-35739a75f270 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Tap Mirror: Handle Delete Port: d53eeb32-aed5-4320-b20b-9f5d0f697ff1 [pid: 8|app: 0|req: 344/805] 10.0.0.243 () {32 vars in 737 bytes} [Thu Apr 23 10:41:35 2026] GET /v2.0/security-groups/78afbcbb-5e85-4196-81c0-39c7984e451a => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/806] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:35 2026] DELETE /v2.0/security-groups/78afbcbb-5e85-4196-81c0-39c7984e451a => 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: 346/807] 10.0.0.243 () {32 vars in 663 bytes} [Thu Apr 23 10:41:35 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:35.873 8 INFO neutron.api.v2.resource [None req-e1334dfa-1a15-4a09-a65b-0a721570d2ef 527e9131bc704a5ea727f55162381ff0 6107434eff55422f9bc15f342784562c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 347/808] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:35 2026] DELETE /v2.0/security-groups/78afbcbb-5e85-4196-81c0-39c7984e451a => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/809] 10.0.0.243 () {34 vars in 684 bytes} [Thu Apr 23 10:41:35 2026] POST /v2.0/security-groups => generated 1625 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:41:36.025 7 INFO neutron.services.segments.plugin [-] Segment d12657ae-801d-496f-bd97-f730be71a2bd resource provider aggregate not found 2026-04-23 10:41:36.026 7 INFO neutron.services.segments.plugin [-] Segment d12657ae-801d-496f-bd97-f730be71a2bd resource provider aggregate not found 2026-04-23 10:41:36.055 7 INFO neutron.services.segments.plugin [-] Segment d12657ae-801d-496f-bd97-f730be71a2bd 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 d12657ae-801d-496f-bd97-f730be71a2bd found for delete ", "request_id": "req-1e9a0203-7a5b-4f57-b1bd-2928a579036f"}]} 2026-04-23 10:41:36.062 7 INFO neutron.services.segments.plugin [-] Segment d12657ae-801d-496f-bd97-f730be71a2bd 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 d12657ae-801d-496f-bd97-f730be71a2bd found for delete ", "request_id": "req-b35ff94c-d283-4a61-88da-0dd33e479ec4"}]} 2026-04-23 10:41:36.076 7 INFO neutron.db.l3_hamode_db [None req-72403f94-a515-4b5a-84cf-35739a75f270 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] HA network c46030ad-ccd0-4cc8-aefc-6b4a40fae6b9 was deleted as no HA routers are present in tenant c7f71bca9b744be0ade9108ad47a86a9. [pid: 7|app: 0|req: 462/810] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:35 2026] DELETE /v2.0/routers/74a0514b-363a-4aec-9d1b-8dca5898c8d0 => generated 0 bytes in 642 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/811] 10.0.0.243 () {34 vars in 685 bytes} [Thu Apr 23 10:41:36 2026] POST /v2.0/security-groups => generated 1660 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/812] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:41:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/813] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:36 2026] DELETE /v2.0/subnets/7a23928f-7469-4a46-90f6-c082e34f6422 => 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: 351/814] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:41:36 2026] GET /v2.0/security-group-rules/5114fd93-52a4-4747-ab17-775b46a68bbf => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/815] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:41:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/816] 10.0.0.243 () {32 vars in 673 bytes} [Thu Apr 23 10:41:36 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: 8|app: 0|req: 352/817] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:36 2026] DELETE /v2.0/subnets/23c6fe89-e8ad-4c7e-afbc-94fed32cdee4 => 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: 466/818] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:41:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/819] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:41:36 2026] DELETE /v2.0/security-group-rules/5114fd93-52a4-4747-ab17-775b46a68bbf => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/820] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:36 2026] DELETE /v2.0/networks/3913702a-13ab-46a8-be24-6ab9b7054039 => 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: 468/821] 10.0.0.243 () {32 vars in 673 bytes} [Thu Apr 23 10:41:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:36.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbd42aa3-cd5f-4193-b889-5be03a35a1e3 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] TaaS: Handle Delete Port: 879d02cc-6d3b-4b80-899f-104eded5db3c 2026-04-23 10:41:36.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbd42aa3-cd5f-4193-b889-5be03a35a1e3 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Tap Mirror: Handle Delete Port: 879d02cc-6d3b-4b80-899f-104eded5db3c [pid: 7|app: 0|req: 469/822] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:36 2026] DELETE /v2.0/networks/cd5fa355-30f7-4790-9316-8acf67df5417 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/823] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:41:36 2026] POST /v2.0/floatingips => generated 552 bytes in 656 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/824] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:41:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:37.343 7 INFO neutron.db.segments_db [None req-4040c23c-8bd9-4ef7-ba71-41130c987a48 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Added segment 2c3eb971-8bca-44f3-871f-444cb158b5a6 of type vxlan for network 3b1de3b5-c5a9-4d42-acd5-baa6cd7c104a [pid: 7|app: 0|req: 471/825] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:37 2026] POST /v2.0/networks => generated 615 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/826] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:41:37 2026] GET /v2.0/security-group-rules/b8db7e13-bbda-4dc3-8f66-f39d803c0526 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/827] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:37 2026] GET /v2.0/security-groups?tenant_id=726e663b8ab748988422c323b5839053&name=default => generated 2925 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/828] 10.0.0.243 () {32 vars in 673 bytes} [Thu Apr 23 10:41:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/829] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:37 2026] POST /v2.0/subnets => generated 646 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/830] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:37 2026] DELETE /v2.0/security-groups/686e94a6-659b-4522-8c6e-5644a21650be => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/831] 10.0.0.35 () {34 vars in 1097 bytes} [Thu Apr 23 10:41:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--942495370&fields=id&tenant_id=3a3623b1cb07444286cdcfdc93146f23 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:41:37.879 7 INFO neutron.db.segments_db [None req-b9272b56-6378-4a8b-a8dd-66e78cad9d9b ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Added segment 467c18e6-30de-4297-b7ad-b3217e1fca27 of type vxlan for network e92f68b2-ee45-4f82-9d85-1da0846f48f7 [pid: 8|app: 0|req: 358/832] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:41:37 2026] DELETE /v2.0/security-group-rules/b8db7e13-bbda-4dc3-8f66-f39d803c0526 => 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: 359/833] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:41:37 2026] GET /v2.0/networks?id=47184a59-0afa-4c5e-b89c-678e156455ad => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/834] 10.0.0.243 () {32 vars in 673 bytes} [Thu Apr 23 10:41:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:38.083 7 INFO neutron.services.segments.plugin [-] Segment e796bf7a-0b53-431c-82a0-ca1b062dd022 resource provider aggregate not found 2026-04-23 10:41:38.088 7 INFO neutron.services.segments.plugin [-] Segment e796bf7a-0b53-431c-82a0-ca1b062dd022 resource provider aggregate not found [pid: 8|app: 0|req: 361/835] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:37 2026] GET /v2.0/security-groups?tenant_id=2e2f918f38db4d53b5593ede462511b7&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:38.116 7 INFO neutron.services.segments.plugin [-] Segment e796bf7a-0b53-431c-82a0-ca1b062dd022 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 e796bf7a-0b53-431c-82a0-ca1b062dd022 found for delete ", "request_id": "req-8e1c5839-2acb-4dbe-820c-31b58508a3ad"}]} [pid: 8|app: 0|req: 362/836] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:41:38 2026] GET /v2.0/quotas/3a3623b1cb07444286cdcfdc93146f23 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:38.128 7 INFO neutron.services.segments.plugin [-] Segment e796bf7a-0b53-431c-82a0-ca1b062dd022 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 e796bf7a-0b53-431c-82a0-ca1b062dd022 found for delete ", "request_id": "req-82060cdf-f9da-4586-ad6f-6a39d714de89"}]} 2026-04-23 10:41:38.147 7 INFO neutron.services.segments.plugin [-] Segment 5ed5f8ab-b71f-4765-a7be-acb82f47ccf8 resource provider aggregate not found 2026-04-23 10:41:38.161 7 INFO neutron.services.segments.plugin [-] Segment 5ed5f8ab-b71f-4765-a7be-acb82f47ccf8 resource provider aggregate not found 2026-04-23 10:41:38.172 7 INFO neutron.services.segments.plugin [-] Segment 5ed5f8ab-b71f-4765-a7be-acb82f47ccf8 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 5ed5f8ab-b71f-4765-a7be-acb82f47ccf8 found for delete ", "request_id": "req-60c73f1a-9f3b-4009-843f-a1145299663e"}]} 2026-04-23 10:41:38.184 7 INFO neutron.db.l3_hamode_db [None req-b9272b56-6378-4a8b-a8dd-66e78cad9d9b ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:41:38.185 7 INFO neutron.services.segments.plugin [-] Segment 5ed5f8ab-b71f-4765-a7be-acb82f47ccf8 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 5ed5f8ab-b71f-4765-a7be-acb82f47ccf8 found for delete ", "request_id": "req-5691a2c3-46ac-4381-8e58-5d1097127da0"}]} [pid: 8|app: 0|req: 363/837] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:41:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/838] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:38 2026] DELETE /v2.0/security-groups/aed9621a-8520-42e4-ab55-ca73262d9c73 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:41:38.348 7 INFO neutron.db.l3_hamode_db [None req-b9272b56-6378-4a8b-a8dd-66e78cad9d9b ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 365/839] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:41:38 2026] GET /v2.0/ports?tenant_id=3a3623b1cb07444286cdcfdc93146f23&fields=id => generated 57 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/840] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:41:38 2026] GET /v2.0/security-group-rules/a1fffb68-7aa3-4fac-af55-d9ac66127f91 => 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: 367/841] 10.0.0.243 () {32 vars in 673 bytes} [Thu Apr 23 10:41:38 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/842] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:41:38 2026] GET /v2.0/networks/47184a59-0afa-4c5e-b89c-678e156455ad?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/843] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:41:38 2026] DELETE /v2.0/security-group-rules/a1fffb68-7aa3-4fac-af55-d9ac66127f91 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/844] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:41:38 2026] GET /v2.0/networks/47184a59-0afa-4c5e-b89c-678e156455ad?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: 371/845] 10.0.0.243 () {32 vars in 673 bytes} [Thu Apr 23 10:41:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/846] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:38 2026] DELETE /v2.0/security-groups/f2e6ebd1-290b-4402-9ac3-a1c98f4d9289 => 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: 373/847] 10.0.0.243 () {32 vars in 663 bytes} [Thu Apr 23 10:41:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/848] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:38 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => 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: 375/849] 10.0.0.243 () {32 vars in 663 bytes} [Thu Apr 23 10:41:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/850] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:37 2026] POST /v2.0/routers => generated 511 bytes in 1286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/851] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:41:39 2026] POST /v2.0/ports => generated 964 bytes in 377 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: 476/852] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:39 2026] GET /v2.0/security-groups?tenant_id=6107434eff55422f9bc15f342784562c&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/853] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:39 2026] DELETE /v2.0/security-groups/107b8b39-29f0-4e6f-aa4c-d84f27c099c2 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/854] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:39 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => 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: 377/855] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:41:39 2026] PUT /v2.0/routers/cd667be1-5f38-4d71-ac97-ca8d345f2fb1/add_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/856] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:41:40 2026] GET /v2.0/ports/70833dde-69cd-4b62-9e47-da22a05d487a => generated 1038 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, ' 2026-04-23 10:41:41.063 8 INFO neutron_taas.services.taas.taas_plugin [None req-2408b2dc-64bd-4b66-a33e-663a9e30888b ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] TaaS: Handle Delete Port: 70833dde-69cd-4b62-9e47-da22a05d487a 2026-04-23 10:41:41.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2408b2dc-64bd-4b66-a33e-663a9e30888b ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Tap Mirror: Handle Delete Port: 70833dde-69cd-4b62-9e47-da22a05d487a [pid: 7|app: 0|req: 480/857] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:40 2026] GET /v2.0/security-groups?tenant_id=79a15421a9bb476593dee4f9632447b4&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: 481/858] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:41 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => 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: 482/859] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:41 2026] DELETE /v2.0/security-groups/8c0d37b4-5ce7-4287-a7c6-f6a2452fbb59 => 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: 378/860] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:41:40 2026] PUT /v2.0/routers/cd667be1-5f38-4d71-ac97-ca8d345f2fb1/remove_router_interface => generated 309 bytes in 818 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:41.663 7 INFO neutron.api.v2.resource [None req-9f319455-f2f7-4153-ae6e-c60794124243 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 483/861] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:41:41 2026] PUT /v2.0/routers/cd667be1-5f38-4d71-ac97-ca8d345f2fb1/remove_router_interface => generated 197 bytes in 151 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: 379/862] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:41:41 2026] GET /v2.0/ports?device_id=cd667be1-5f38-4d71-ac97-ca8d345f2fb1 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:41:41.883 7 INFO neutron_taas.services.taas.taas_plugin [None req-a081143f-647d-4781-a6f1-1f27e18372bf ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] TaaS: Handle Delete Port: 241f25d8-d030-4f59-85df-d4f7a066865a 2026-04-23 10:41:41.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a081143f-647d-4781-a6f1-1f27e18372bf ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Tap Mirror: Handle Delete Port: 241f25d8-d030-4f59-85df-d4f7a066865a 2026-04-23 10:41:42.217 7 INFO neutron.services.segments.plugin [-] Segment 467c18e6-30de-4297-b7ad-b3217e1fca27 resource provider aggregate not found 2026-04-23 10:41:42.223 7 INFO neutron.services.segments.plugin [-] Segment 467c18e6-30de-4297-b7ad-b3217e1fca27 resource provider aggregate not found 2026-04-23 10:41:42.252 7 INFO neutron.services.segments.plugin [-] Segment 467c18e6-30de-4297-b7ad-b3217e1fca27 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 467c18e6-30de-4297-b7ad-b3217e1fca27 found for delete ", "request_id": "req-a5771c36-779a-42a9-8c9c-1d81df80cc0e"}]} 2026-04-23 10:41:42.255 7 INFO neutron.services.segments.plugin [-] Segment 467c18e6-30de-4297-b7ad-b3217e1fca27 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 467c18e6-30de-4297-b7ad-b3217e1fca27 found for delete ", "request_id": "req-7f2a6583-b4d3-478d-8e51-be630258521c"}]} 2026-04-23 10:41:42.260 7 INFO neutron.db.l3_hamode_db [None req-a081143f-647d-4781-a6f1-1f27e18372bf ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] HA network e92f68b2-ee45-4f82-9d85-1da0846f48f7 was deleted as no HA routers are present in tenant c7f71bca9b744be0ade9108ad47a86a9. [pid: 7|app: 0|req: 484/863] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:41 2026] DELETE /v2.0/routers/cd667be1-5f38-4d71-ac97-ca8d345f2fb1 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/864] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:42 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => 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: 380/865] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:42 2026] DELETE /v2.0/subnets/784118e6-e142-45d8-a045-87b8c0495ddc => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/866] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:42 2026] DELETE /v2.0/networks/3b1de3b5-c5a9-4d42-acd5-baa6cd7c104a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:42.656 8 INFO neutron.db.segments_db [None req-f5945e9a-6366-4171-abc7-ef5ed0ed0cb6 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Added segment 29e8177a-1613-48da-b90e-5d79527b874b of type vxlan for network dae67412-75e4-4262-8389-ad7794309130 [pid: 8|app: 0|req: 381/867] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:42 2026] POST /v2.0/networks => generated 614 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/868] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:42 2026] POST /v2.0/subnets => generated 646 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:43.159 8 INFO neutron.db.segments_db [None req-18ecdac7-bd24-484d-8aa0-db7582017cd9 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Added segment 80bc9dbd-52c3-4d9d-9b4f-fa9ca8cc1319 of type vxlan for network b0751512-4f48-4eee-aca3-eb51a0fa312d 2026-04-23 10:41:43.465 8 INFO neutron.db.l3_hamode_db [None req-18ecdac7-bd24-484d-8aa0-db7582017cd9 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:41:43.653 8 INFO neutron.db.l3_hamode_db [None req-18ecdac7-bd24-484d-8aa0-db7582017cd9 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:41:43.766 7 INFO neutron.db.segments_db [None req-f64e0062-d88c-456e-af17-8e66ee8cd386 80fac5cf11374058ab967e6f89408a58 bb740d155332432ca4cf6284b353f16f - - default default] Added segment d45526ec-ca8b-4d37-aa02-64fd4a72dcc0 of type vxlan for network 25f9198c-a84a-44c0-8297-f2839e91f40f 2026-04-23 10:41:43.825 7 INFO neutron.db.segments_db [None req-f64e0062-d88c-456e-af17-8e66ee8cd386 80fac5cf11374058ab967e6f89408a58 bb740d155332432ca4cf6284b353f16f - - default default] Added segment 217c9e6b-ee2a-449b-b7e1-55621dc7112e of type vxlan for network 411f2043-10b5-42c7-993c-40911eeab533 [pid: 7|app: 0|req: 488/869] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:43 2026] POST /v2.0/networks => generated 1207 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/870] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:43 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => 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: 490/871] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:41:43 2026] GET /v2.0/networks => generated 1844 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/872] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:44 2026] DELETE /v2.0/networks/25f9198c-a84a-44c0-8297-f2839e91f40f => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:44.278 7 INFO neutron.services.segments.plugin [-] Segment 2c3eb971-8bca-44f3-871f-444cb158b5a6 resource provider aggregate not found 2026-04-23 10:41:44.281 7 INFO neutron.services.segments.plugin [-] Segment 2c3eb971-8bca-44f3-871f-444cb158b5a6 resource provider aggregate not found 2026-04-23 10:41:44.309 7 INFO neutron.services.segments.plugin [-] Segment 2c3eb971-8bca-44f3-871f-444cb158b5a6 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 2c3eb971-8bca-44f3-871f-444cb158b5a6 found for delete ", "request_id": "req-cfd143bb-ecf1-42f6-baa8-0a92caff40fb"}]} 2026-04-23 10:41:44.314 7 INFO neutron.services.segments.plugin [-] Segment 2c3eb971-8bca-44f3-871f-444cb158b5a6 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 2c3eb971-8bca-44f3-871f-444cb158b5a6 found for delete ", "request_id": "req-86aa628d-df6b-4d51-9aaa-5b00385c3065"}]} 2026-04-23 10:41:44.334 7 INFO neutron.services.segments.plugin [-] Segment d45526ec-ca8b-4d37-aa02-64fd4a72dcc0 resource provider aggregate not found 2026-04-23 10:41:44.341 7 INFO neutron.services.segments.plugin [-] Segment d45526ec-ca8b-4d37-aa02-64fd4a72dcc0 resource provider aggregate not found [pid: 8|app: 0|req: 382/873] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:43 2026] POST /v2.0/routers => generated 511 bytes in 1244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:44.356 7 INFO neutron.services.segments.plugin [-] Segment d45526ec-ca8b-4d37-aa02-64fd4a72dcc0 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 d45526ec-ca8b-4d37-aa02-64fd4a72dcc0 found for delete ", "request_id": "req-c8f7b452-af93-4a63-9ca2-fa2243601167"}]} 2026-04-23 10:41:44.362 7 INFO neutron.services.segments.plugin [-] Segment d45526ec-ca8b-4d37-aa02-64fd4a72dcc0 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 d45526ec-ca8b-4d37-aa02-64fd4a72dcc0 found for delete ", "request_id": "req-777fda81-1cde-4ac8-b70e-bdb627cd1635"}]} [pid: 7|app: 0|req: 492/874] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:44 2026] DELETE /v2.0/networks/411f2043-10b5-42c7-993c-40911eeab533 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/875] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:44 2026] GET /v2.0/security-groups?tenant_id=7568c3f38f464046b2991a85aaa33995&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/876] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:41:44 2026] GET /v2.0/networks => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/877] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:41:44 2026] GET /v2.0/networks?id=47184a59-0afa-4c5e-b89c-678e156455ad => generated 676 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/878] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:44 2026] DELETE /v2.0/security-groups/712fc00a-7373-49ee-9ee0-828901dcaa36 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:41:44.900 8 INFO neutron.db.segments_db [None req-68edcdab-b00f-4f33-a7dc-f1b222406bd7 80fac5cf11374058ab967e6f89408a58 bb740d155332432ca4cf6284b353f16f - - default default] Added segment ec7a25d8-dbf3-495c-a52a-08515bfba4c8 of type vxlan for network e73b5d4b-39fe-4dbf-a4e8-2368818ef46a [pid: 8|app: 0|req: 387/879] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:44 2026] POST /v2.0/networks => generated 635 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/880] 199.19.213.74 () {34 vars in 1049 bytes} [Thu Apr 23 10:41:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3a3623b1cb07444286cdcfdc93146f23 => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:45.113 8 INFO neutron.db.segments_db [None req-a9945958-b74f-438c-b8fd-bea178e480b3 80fac5cf11374058ab967e6f89408a58 bb740d155332432ca4cf6284b353f16f - - default default] Added segment 0621c774-5059-4550-ad1f-9f5c26c87ba9 of type vxlan for network 9eae4823-65ef-4575-b9d5-20ab0e2d80c9 [pid: 8|app: 0|req: 389/881] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:45 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) [pid: 8|app: 0|req: 390/882] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:41:45 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: 493/883] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:41:44 2026] PUT /v2.0/routers/41c63226-f631-439a-8031-8a5f12431e69/add_router_interface => generated 309 bytes in 1285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/884] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:45 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 957 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/885] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:41:45 2026] PUT /v2.0/ports/54b31977-2027-4dbe-9e1b-444a02b195f8 => generated 1235 bytes in 518 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-04-23 10:41:46.258 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-53131811-c989-48f7-8932-06eb901ff45d'] response: {'name': 'network-changed', 'server_uuid': '0cdc0a71-126c-4b9c-9244-d18350e2e589', 'tag': '54b31977-2027-4dbe-9e1b-444a02b195f8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 393/886] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:41:46 2026] GET /v2.0/ports/746de987-9efd-4c62-be8e-8ad22c427740 => generated 959 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/887] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:41:45 2026] POST /v2.0/ports => generated 1506 bytes in 627 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: 394/888] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:46 2026] GET /v2.0/security-groups?id=6c7d7484-f28e-45f2-bab2-757ef9bdcaae&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:46.391 7 INFO neutron.services.segments.plugin [-] Segment 217c9e6b-ee2a-449b-b7e1-55621dc7112e resource provider aggregate not found 2026-04-23 10:41:46.397 7 INFO neutron.services.segments.plugin [-] Segment 217c9e6b-ee2a-449b-b7e1-55621dc7112e resource provider aggregate not found 2026-04-23 10:41:46.419 7 INFO neutron.services.segments.plugin [-] Segment 217c9e6b-ee2a-449b-b7e1-55621dc7112e 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 217c9e6b-ee2a-449b-b7e1-55621dc7112e found for delete ", "request_id": "req-35038f64-8827-4bda-95af-d0af2f434958"}]} 2026-04-23 10:41:46.421 7 INFO neutron.services.segments.plugin [-] Segment 217c9e6b-ee2a-449b-b7e1-55621dc7112e 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 217c9e6b-ee2a-449b-b7e1-55621dc7112e found for delete ", "request_id": "req-ba9c71bf-bb53-489b-a6f0-1f0a06a31ff4"}]} [pid: 8|app: 0|req: 395/889] 10.0.0.243 () {32 vars in 643 bytes} [Thu Apr 23 10:41:46 2026] GET /v2.0/ports => generated 1506 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:46.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e87d4e0-ad82-4eb5-9f72-dfd4daf21438 80fac5cf11374058ab967e6f89408a58 bb740d155332432ca4cf6284b353f16f - - default default] TaaS: Handle Delete Port: 34742660-607f-4042-99e8-315ebe3c3891 2026-04-23 10:41:46.599 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e87d4e0-ad82-4eb5-9f72-dfd4daf21438 80fac5cf11374058ab967e6f89408a58 bb740d155332432ca4cf6284b353f16f - - default default] Tap Mirror: Handle Delete Port: 34742660-607f-4042-99e8-315ebe3c3891 2026-04-23 10:41:46.673 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a7cd6df-b826-4fdc-a137-fd517ea85d5b ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] TaaS: Handle Delete Port: 746de987-9efd-4c62-be8e-8ad22c427740 2026-04-23 10:41:46.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a7cd6df-b826-4fdc-a137-fd517ea85d5b ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Tap Mirror: Handle Delete Port: 746de987-9efd-4c62-be8e-8ad22c427740 [pid: 8|app: 0|req: 398/892] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:46 2026] DELETE /v2.0/ports/34742660-607f-4042-99e8-315ebe3c3891 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:46.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cd8fef3-4281-40d6-a65c-8317a32838c9 80fac5cf11374058ab967e6f89408a58 bb740d155332432ca4cf6284b353f16f - - default default] TaaS: Handle Delete Port: 2f49a302-1a00-426d-86eb-98cde202eccb 2026-04-23 10:41:46.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cd8fef3-4281-40d6-a65c-8317a32838c9 80fac5cf11374058ab967e6f89408a58 bb740d155332432ca4cf6284b353f16f - - default default] Tap Mirror: Handle Delete Port: 2f49a302-1a00-426d-86eb-98cde202eccb [pid: 8|app: 0|req: 399/893] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:41:46 2026] DELETE /v2.0/ports/2f49a302-1a00-426d-86eb-98cde202eccb => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/894] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:46 2026] GET /v2.0/ports?tenant_id=3a3623b1cb07444286cdcfdc93146f23&device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => 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: 401/895] 10.0.0.243 () {32 vars in 643 bytes} [Thu Apr 23 10:41:46 2026] GET /v2.0/ports => 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: 402/896] 199.19.213.74 () {34 vars in 1017 bytes} [Thu Apr 23 10:41:46 2026] GET /v2.0/networks?tenant_id=3a3623b1cb07444286cdcfdc93146f23&shared=False => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:47.054 8 INFO neutron.db.segments_db [None req-bf0a2a4f-b2db-41f4-92f9-3adfdabc4289 80fac5cf11374058ab967e6f89408a58 bb740d155332432ca4cf6284b353f16f - - default default] Added segment 68f5925f-e65d-4175-b46a-1f611110fc22 of type vxlan for network fcd7b2c7-2c58-4844-b1e3-e921cb9f00c6 [pid: 7|app: 0|req: 495/897] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:41:46 2026] PUT /v2.0/routers/41c63226-f631-439a-8031-8a5f12431e69/remove_router_interface => generated 309 bytes in 817 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/898] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:47 2026] POST /v2.0/networks => generated 634 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/899] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:41:47 2026] GET /v2.0/ports?device_id=41c63226-f631-439a-8031-8a5f12431e69 => 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: 496/900] 199.19.213.74 () {34 vars in 929 bytes} [Thu Apr 23 10:41:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:47.256 8 INFO neutron.db.segments_db [None req-d323972a-a5bd-4124-95cb-f205a9c1370c 80fac5cf11374058ab967e6f89408a58 bb740d155332432ca4cf6284b353f16f - - default default] Added segment 5449a075-8958-4f96-9087-76bfd3301795 of type vxlan for network 4cf4d77a-873d-44ec-b0ee-5bf6fb17767f [pid: 8|app: 0|req: 405/901] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:47 2026] POST /v2.0/networks => generated 634 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:47.408 7 INFO neutron_taas.services.taas.taas_plugin [None req-34455cd4-8ea4-4472-aecc-322e02a82973 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] TaaS: Handle Delete Port: 73041aa9-37f8-4370-ab54-c7631c9d4c4d 2026-04-23 10:41:47.412 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34455cd4-8ea4-4472-aecc-322e02a82973 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Tap Mirror: Handle Delete Port: 73041aa9-37f8-4370-ab54-c7631c9d4c4d [pid: 8|app: 0|req: 406/902] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:47 2026] GET /v2.0/security-groups?tenant_id=7be313f1a3664eefb8cfe5a5d8d6aa4b&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:47.829 7 INFO neutron.db.l3_hamode_db [None req-34455cd4-8ea4-4472-aecc-322e02a82973 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] HA network b0751512-4f48-4eee-aca3-eb51a0fa312d was deleted as no HA routers are present in tenant c7f71bca9b744be0ade9108ad47a86a9. [pid: 7|app: 0|req: 497/903] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:47 2026] DELETE /v2.0/routers/41c63226-f631-439a-8031-8a5f12431e69 => generated 0 bytes in 642 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/904] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:47 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/905] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:47 2026] DELETE /v2.0/security-groups/3fae65c6-57fb-43b4-9163-7405a6d3c6e9 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/906] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:47 2026] GET /v2.0/security-groups?id=6c7d7484-f28e-45f2-bab2-757ef9bdcaae&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/907] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:47 2026] DELETE /v2.0/subnets/00f44a69-f74e-4424-b3da-360a4c8b4e3f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:48.160 8 INFO neutron.services.segments.plugin [-] Segment 29e8177a-1613-48da-b90e-5d79527b874b resource provider aggregate not found 2026-04-23 10:41:48.168 8 INFO neutron.services.segments.plugin [-] Segment 29e8177a-1613-48da-b90e-5d79527b874b resource provider aggregate not found 2026-04-23 10:41:48.190 8 INFO neutron.services.segments.plugin [-] Segment 29e8177a-1613-48da-b90e-5d79527b874b 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 29e8177a-1613-48da-b90e-5d79527b874b found for delete ", "request_id": "req-593b95af-2607-4ba2-acc4-eee17eac7452"}]} 2026-04-23 10:41:48.191 8 INFO neutron.services.segments.plugin [-] Segment 29e8177a-1613-48da-b90e-5d79527b874b 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 29e8177a-1613-48da-b90e-5d79527b874b found for delete ", "request_id": "req-8b1ac0d6-757c-4440-a728-2d3de0a45d01"}]} [pid: 8|app: 0|req: 409/908] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:48 2026] DELETE /v2.0/networks/dae67412-75e4-4262-8389-ad7794309130 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:48.253 8 INFO neutron.db.segments_db [None req-8b1053e7-5594-4850-b876-fb997190cd55 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Added segment 85dad355-93f4-4cf2-a4cb-eaff17c07ebe of type vxlan for network 25ec22fc-b48f-4fbb-a80a-cafe4f7af4a0 2026-04-23 10:41:48.443 7 INFO neutron.services.segments.plugin [-] Segment 80bc9dbd-52c3-4d9d-9b4f-fa9ca8cc1319 resource provider aggregate not found 2026-04-23 10:41:48.458 7 INFO neutron.services.segments.plugin [-] Segment 80bc9dbd-52c3-4d9d-9b4f-fa9ca8cc1319 resource provider aggregate not found 2026-04-23 10:41:48.482 7 INFO neutron.services.segments.plugin [-] Segment 80bc9dbd-52c3-4d9d-9b4f-fa9ca8cc1319 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 80bc9dbd-52c3-4d9d-9b4f-fa9ca8cc1319 found for delete ", "request_id": "req-c87cdd9d-2291-4cc3-ab22-efe82e8218b3"}]} 2026-04-23 10:41:48.488 7 INFO neutron.services.segments.plugin [-] Segment 80bc9dbd-52c3-4d9d-9b4f-fa9ca8cc1319 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 80bc9dbd-52c3-4d9d-9b4f-fa9ca8cc1319 found for delete ", "request_id": "req-a1e21389-b4dc-4763-9782-e15c933f03ce"}]} [pid: 7|app: 0|req: 500/909] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:47 2026] POST /v2.0/subnets => generated 1324 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/910] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:48 2026] GET /v2.0/ports?tenant_id=3a3623b1cb07444286cdcfdc93146f23&device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/911] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:41:48 2026] GET /v2.0/subnets => generated 1960 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:48.624 8 INFO neutron.db.l3_hamode_db [None req-8b1053e7-5594-4850-b876-fb997190cd55 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 503/912] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:41:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=54b31977-2027-4dbe-9e1b-444a02b195f8 => 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: 504/913] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:48 2026] DELETE /v2.0/subnets/f9b9eecf-1ed4-403c-b83c-4e56e1e369bc => 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: 505/914] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:41:48 2026] GET /v2.0/subnets?id=62ff3ae7-94b6-4799-8477-29ce3120af3f => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/915] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:48 2026] DELETE /v2.0/subnets/2b83cb43-7a1d-4e80-a863-5f507cc7f06f => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/916] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:49 2026] GET /v2.0/ports?network_id=47184a59-0afa-4c5e-b89c-678e156455ad&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: 508/917] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:49 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/918] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:41:49 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/919] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:41:49 2026] GET /v2.0/networks/47184a59-0afa-4c5e-b89c-678e156455ad?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/920] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:49 2026] GET /v2.0/security-groups?id=6c7d7484-f28e-45f2-bab2-757ef9bdcaae&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/921] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:49 2026] DELETE /v2.0/networks/4cf4d77a-873d-44ec-b0ee-5bf6fb17767f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/922] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:41:49 2026] GET /v2.0/networks/47184a59-0afa-4c5e-b89c-678e156455ad?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) 2026-04-23 10:41:49.594 8 INFO neutron.db.l3_hamode_db [None req-8b1053e7-5594-4850-b876-fb997190cd55 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 514/923] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:49 2026] DELETE /v2.0/networks/fcd7b2c7-2c58-4844-b1e3-e921cb9f00c6 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/924] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:49 2026] DELETE /v2.0/networks/9eae4823-65ef-4575-b9d5-20ab0e2d80c9 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/925] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:49 2026] DELETE /v2.0/networks/e73b5d4b-39fe-4dbf-a4e8-2368818ef46a => 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: 517/926] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:50 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/927] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:50 2026] GET /v2.0/security-groups?id=6c7d7484-f28e-45f2-bab2-757ef9bdcaae&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/928] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:48 2026] POST /v2.0/routers => generated 691 bytes in 2293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:50.507 7 INFO neutron.services.segments.plugin [-] Segment 5449a075-8958-4f96-9087-76bfd3301795 resource provider aggregate not found 2026-04-23 10:41:50.516 7 INFO neutron.services.segments.plugin [-] Segment 5449a075-8958-4f96-9087-76bfd3301795 resource provider aggregate not found 2026-04-23 10:41:50.544 7 INFO neutron.services.segments.plugin [-] Segment 5449a075-8958-4f96-9087-76bfd3301795 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 5449a075-8958-4f96-9087-76bfd3301795 found for delete ", "request_id": "req-8631ad03-f912-472f-b08b-8c30cb510f83"}]} 2026-04-23 10:41:50.551 7 INFO neutron.services.segments.plugin [-] Segment 5449a075-8958-4f96-9087-76bfd3301795 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 5449a075-8958-4f96-9087-76bfd3301795 found for delete ", "request_id": "req-717dfd05-ba6f-4459-8340-374a6b06dfb3"}]} 2026-04-23 10:41:50.580 7 INFO neutron.services.segments.plugin [-] Segment 68f5925f-e65d-4175-b46a-1f611110fc22 resource provider aggregate not found 2026-04-23 10:41:50.583 7 INFO neutron.services.segments.plugin [-] Segment 68f5925f-e65d-4175-b46a-1f611110fc22 resource provider aggregate not found 2026-04-23 10:41:50.604 7 INFO neutron.services.segments.plugin [-] Segment 68f5925f-e65d-4175-b46a-1f611110fc22 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 68f5925f-e65d-4175-b46a-1f611110fc22 found for delete ", "request_id": "req-cb3c0363-1bee-4333-a1f5-879e3e442eab"}]} 2026-04-23 10:41:50.605 7 INFO neutron.services.segments.plugin [-] Segment 68f5925f-e65d-4175-b46a-1f611110fc22 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 68f5925f-e65d-4175-b46a-1f611110fc22 found for delete ", "request_id": "req-f0e00c36-baa0-4084-b9d9-68bed009b63a"}]} 2026-04-23 10:41:50.625 7 INFO neutron.services.segments.plugin [-] Segment 0621c774-5059-4550-ad1f-9f5c26c87ba9 resource provider aggregate not found 2026-04-23 10:41:50.632 7 INFO neutron.services.segments.plugin [-] Segment 0621c774-5059-4550-ad1f-9f5c26c87ba9 resource provider aggregate not found 2026-04-23 10:41:50.653 7 INFO neutron.services.segments.plugin [-] Segment 0621c774-5059-4550-ad1f-9f5c26c87ba9 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 0621c774-5059-4550-ad1f-9f5c26c87ba9 found for delete ", "request_id": "req-7e6c94f0-a616-47d5-abd8-3751a9e28488"}]} [pid: 7|app: 0|req: 519/929] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:41:50 2026] GET /v2.0/routers/dc1e7d45-62a0-49e8-bb23-938ad728aa7e => generated 697 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:50.659 7 INFO neutron.services.segments.plugin [-] Segment 0621c774-5059-4550-ad1f-9f5c26c87ba9 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 0621c774-5059-4550-ad1f-9f5c26c87ba9 found for delete ", "request_id": "req-af50d29d-1576-406e-9d2c-286d89265aa0"}]} 2026-04-23 10:41:50.670 7 INFO neutron.services.segments.plugin [-] Segment ec7a25d8-dbf3-495c-a52a-08515bfba4c8 resource provider aggregate not found 2026-04-23 10:41:50.690 7 INFO neutron.services.segments.plugin [-] Segment ec7a25d8-dbf3-495c-a52a-08515bfba4c8 resource provider aggregate not found [pid: 8|app: 0|req: 411/930] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:50 2026] GET /v2.0/security-groups?tenant_id=bb740d155332432ca4cf6284b353f16f&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/931] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:50 2026] DELETE /v2.0/security-groups/1afb46af-65c5-4845-821a-8d2297750ed2 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:41:51.300 7 INFO neutron.services.segments.plugin [-] Segment ec7a25d8-dbf3-495c-a52a-08515bfba4c8 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 ec7a25d8-dbf3-495c-a52a-08515bfba4c8 found for delete ", "request_id": "req-5cbf929d-3c13-47bf-9d42-32d1c2f8ceae"}]} 2026-04-23 10:41:51.302 7 INFO neutron.services.segments.plugin [-] Segment ec7a25d8-dbf3-495c-a52a-08515bfba4c8 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 ec7a25d8-dbf3-495c-a52a-08515bfba4c8 found for delete ", "request_id": "req-9752a56a-f710-4093-bbab-fff2078cc389"}]} [pid: 7|app: 0|req: 520/932] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:41:50 2026] GET /v2.0/routers => generated 700 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/933] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/934] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/security-groups?id=6c7d7484-f28e-45f2-bab2-757ef9bdcaae&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/935] 10.0.0.243 () {34 vars in 741 bytes} [Thu Apr 23 10:41:51 2026] PUT /v2.0/routers/dc1e7d45-62a0-49e8-bb23-938ad728aa7e => generated 704 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/936] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/routers/dc1e7d45-62a0-49e8-bb23-938ad728aa7e => generated 704 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/937] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/ports?device_id=dc1e7d45-62a0-49e8-bb23-938ad728aa7e => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:41:52.214 7 INFO neutron_taas.services.taas.taas_plugin [None req-f400801b-f0a6-49e6-abf1-bb8fe44fa5d3 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] TaaS: Handle Delete Port: 4440d1b9-7156-4a18-bc92-f1395d5384d5 2026-04-23 10:41:52.217 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f400801b-f0a6-49e6-abf1-bb8fe44fa5d3 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Tap Mirror: Handle Delete Port: 4440d1b9-7156-4a18-bc92-f1395d5384d5 2026-04-23 10:41:52.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-f400801b-f0a6-49e6-abf1-bb8fe44fa5d3 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] TaaS: Handle Delete Port: c64dc704-5413-401c-a147-ce39c623b40f 2026-04-23 10:41:52.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f400801b-f0a6-49e6-abf1-bb8fe44fa5d3 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] Tap Mirror: Handle Delete Port: c64dc704-5413-401c-a147-ce39c623b40f [pid: 8|app: 0|req: 415/938] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:52 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:53.049 7 INFO neutron.db.l3_hamode_db [None req-f400801b-f0a6-49e6-abf1-bb8fe44fa5d3 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] HA network 25ec22fc-b48f-4fbb-a80a-cafe4f7af4a0 was deleted as no HA routers are present in tenant c7f71bca9b744be0ade9108ad47a86a9. [pid: 7|app: 0|req: 524/939] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:51 2026] DELETE /v2.0/routers/dc1e7d45-62a0-49e8-bb23-938ad728aa7e => generated 0 bytes in 1100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/940] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:53 2026] GET /v2.0/security-groups?id=6c7d7484-f28e-45f2-bab2-757ef9bdcaae&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/941] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:41:53 2026] GET /v2.0/ports?device_id=dc1e7d45-62a0-49e8-bb23-938ad728aa7e => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:41:53.156 7 INFO neutron.api.v2.resource [None req-d529c734-0048-4676-b23e-3de215774bf7 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 527/942] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:53 2026] DELETE /v2.0/routers/dc1e7d45-62a0-49e8-bb23-938ad728aa7e => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/943] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:41:53 2026] GET /v2.0/ports?device_id=41c63226-f631-439a-8031-8a5f12431e69 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:41:53.209 7 INFO neutron.api.v2.resource [None req-953217b3-baaf-4429-9425-6484769721e9 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 529/944] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:53 2026] DELETE /v2.0/routers/41c63226-f631-439a-8031-8a5f12431e69 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:41:53.229 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1aa35a2c-5922-47b4-8ca8-b4069894ce1e ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 530/945] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:53 2026] DELETE /v2.0/subnets/00f44a69-f74e-4424-b3da-360a4c8b4e3f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/946] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:41:53 2026] GET /v2.0/ports?device_id=cd667be1-5f38-4d71-ac97-ca8d345f2fb1 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:41:53.267 8 INFO neutron.db.segments_db [None req-f509d399-2e06-4749-af45-166630105cdd 02625539a4f943ea9b1e77532f31dd97 3ba61ed62b8f475d922672b6bb365168 - - default default] Added segment e5aeedb5-eb6b-4d8f-88a4-a131968cec2d of type vxlan for network da01c956-5d99-4e23-a6f9-e4a30c65c2d3 2026-04-23 10:41:53.288 7 INFO neutron.api.v2.resource [None req-8d6fb5bd-48bf-4dcb-92e1-02f6769ee8e4 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 532/947] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:53 2026] DELETE /v2.0/routers/cd667be1-5f38-4d71-ac97-ca8d345f2fb1 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:41:53.326 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4aae71a0-38ee-4798-913d-f1ab8ab0dc2b ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] DELETE failed (client error): The resource could not be found. 2026-04-23 10:41:53.336 7 INFO neutron.services.segments.plugin [-] Segment 85dad355-93f4-4cf2-a4cb-eaff17c07ebe resource provider aggregate not found [pid: 7|app: 0|req: 533/948] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:53 2026] DELETE /v2.0/subnets/784118e6-e142-45d8-a045-87b8c0495ddc => generated 136 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:41:53.346 7 INFO neutron.services.segments.plugin [-] Segment 85dad355-93f4-4cf2-a4cb-eaff17c07ebe resource provider aggregate not found 2026-04-23 10:41:53.364 7 INFO neutron.services.segments.plugin [-] Segment 85dad355-93f4-4cf2-a4cb-eaff17c07ebe 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 85dad355-93f4-4cf2-a4cb-eaff17c07ebe found for delete ", "request_id": "req-21d7e168-a0cb-44ef-a9dd-399a79dc504d"}]} 2026-04-23 10:41:53.367 7 INFO neutron.services.segments.plugin [-] Segment 85dad355-93f4-4cf2-a4cb-eaff17c07ebe 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 85dad355-93f4-4cf2-a4cb-eaff17c07ebe found for delete ", "request_id": "req-26c758e4-738d-4f6b-bd09-74d2a32548ec"}]} [pid: 8|app: 0|req: 416/949] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:52 2026] POST /v2.0/networks => generated 628 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/950] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:41:53 2026] GET /v2.0/ports?device_id=74a0514b-363a-4aec-9d1b-8dca5898c8d0 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:41:53.407 8 INFO neutron.api.v2.resource [None req-97e27bb4-a76e-4e17-94ab-6c1c79204ac9 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 417/951] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:53 2026] DELETE /v2.0/routers/74a0514b-363a-4aec-9d1b-8dca5898c8d0 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:41:53.434 7 INFO neutron.pecan_wsgi.hooks.translation [None req-378dab81-464c-483e-8e72-38baf80dcc75 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 535/952] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:53 2026] DELETE /v2.0/subnets/7a23928f-7469-4a46-90f6-c082e34f6422 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:41:53.462 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30decec4-13d1-4d57-86b3-03e0bfc769e9 ca39f701c7f5407aa2313e7845e05c39 c7f71bca9b744be0ade9108ad47a86a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 418/953] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:53 2026] DELETE /v2.0/subnets/23c6fe89-e8ad-4c7e-afbc-94fed32cdee4 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/954] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:54 2026] GET /v2.0/security-groups?tenant_id=c7f71bca9b744be0ade9108ad47a86a9&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: 420/955] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:54 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => 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: 536/956] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:53 2026] POST /v2.0/subnets => generated 673 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/957] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:54 2026] GET /v2.0/security-groups?id=6c7d7484-f28e-45f2-bab2-757ef9bdcaae&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:54.413 7 INFO neutron.db.segments_db [None req-844cbbea-c5c8-4df7-829d-c6507a4ff8ce 02625539a4f943ea9b1e77532f31dd97 3ba61ed62b8f475d922672b6bb365168 - - default default] Added segment c01c268c-e9d1-499c-9a0c-ce1565f055d2 of type vxlan for network 0d5ad8a1-5178-459d-b054-4f82c362625c [pid: 8|app: 0|req: 421/958] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:54 2026] DELETE /v2.0/security-groups/b60de7e9-2f4c-40d4-ac8c-24e629aca606 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/959] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:54 2026] POST /v2.0/networks => generated 629 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/960] 10.0.0.243 () {34 vars in 743 bytes} [Thu Apr 23 10:41:54 2026] PUT /v2.0/networks/0d5ad8a1-5178-459d-b054-4f82c362625c => generated 592 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/961] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:54 2026] POST /v2.0/subnets => generated 646 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/962] 10.0.0.243 () {34 vars in 741 bytes} [Thu Apr 23 10:41:54 2026] PUT /v2.0/subnets/63a750b8-b789-4cb1-8245-672b67355a62 => generated 656 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/963] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:55 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/964] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:55 2026] GET /v2.0/security-groups?id=6c7d7484-f28e-45f2-bab2-757ef9bdcaae&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:55.695 8 INFO neutron.services.segments.plugin [-] Segment c01c268c-e9d1-499c-9a0c-ce1565f055d2 resource provider aggregate not found 2026-04-23 10:41:55.709 8 INFO neutron.services.segments.plugin [-] Segment c01c268c-e9d1-499c-9a0c-ce1565f055d2 resource provider aggregate not found 2026-04-23 10:41:55.718 8 INFO neutron.services.segments.plugin [-] Segment c01c268c-e9d1-499c-9a0c-ce1565f055d2 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 c01c268c-e9d1-499c-9a0c-ce1565f055d2 found for delete ", "request_id": "req-578f09eb-f728-4b24-94ca-d633470050e5"}]} [pid: 7|app: 0|req: 542/965] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:55 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/966] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:55 2026] DELETE /v2.0/networks/0d5ad8a1-5178-459d-b054-4f82c362625c => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:55.733 8 INFO neutron.services.segments.plugin [-] Segment c01c268c-e9d1-499c-9a0c-ce1565f055d2 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 c01c268c-e9d1-499c-9a0c-ce1565f055d2 found for delete ", "request_id": "req-97bb3251-e98a-44a7-bb81-478996c22237"}]} 2026-04-23 10:41:55.769 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6de5571f-34c0-4e8e-ab83-104f402ed466 02625539a4f943ea9b1e77532f31dd97 3ba61ed62b8f475d922672b6bb365168 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 543/967] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:55 2026] DELETE /v2.0/networks/0d5ad8a1-5178-459d-b054-4f82c362625c => generated 138 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/968] 10.0.0.243 () {32 vars in 694 bytes} [Thu Apr 23 10:41:55 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/969] 10.0.0.243 () {32 vars in 742 bytes} [Thu Apr 23 10:41:55 2026] GET /v2.0/subnets?network_id=53c27051-0379-44f0-8fec-946c889d5410 => generated 649 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/970] 10.0.0.243 () {32 vars in 653 bytes} [Thu Apr 23 10:41:55 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/971] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:41:55 2026] GET /v2.0/networks => generated 1312 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/972] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:41:56 2026] GET /v2.0/subnets => generated 1312 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:56.166 8 INFO neutron.db.l3_db [None req-73b8fac4-a475-437f-a5e8-93701321df66 b46da66d1bfb4e08b739651b33a13783 3a3623b1cb07444286cdcfdc93146f23 - - default default] Floating IP 95911b89-0090-4693-831e-101c2efe5df0 associated. External IP: 10.96.250.219, port: 54b31977-2027-4dbe-9e1b-444a02b195f8. [pid: 7|app: 0|req: 549/973] 10.0.0.243 () {32 vars in 723 bytes} [Thu Apr 23 10:41:56 2026] GET /v2.0/networks/da01c956-5d99-4e23-a6f9-e4a30c65c2d3 => generated 672 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/974] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:41:56 2026] GET /v2.0/subnets/c8db3dae-6d40-488f-882c-500e59793210 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:56.240 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72e99e3c-b2a2-46ca-870f-e30568499c1c 02625539a4f943ea9b1e77532f31dd97 3ba61ed62b8f475d922672b6bb365168 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 551/975] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:56 2026] DELETE /v2.0/subnets/63a750b8-b789-4cb1-8245-672b67355a62 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:41:56.261 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2df17083-7e65-474c-b117-ae356437917c 02625539a4f943ea9b1e77532f31dd97 3ba61ed62b8f475d922672b6bb365168 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 552/976] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:56 2026] DELETE /v2.0/networks/0d5ad8a1-5178-459d-b054-4f82c362625c => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/977] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:41:56 2026] DELETE /v2.0/subnets/c8db3dae-6d40-488f-882c-500e59793210 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:41:56.541 7 INFO neutron.services.segments.plugin [-] Segment e5aeedb5-eb6b-4d8f-88a4-a131968cec2d resource provider aggregate not found [pid: 8|app: 0|req: 425/978] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:41:55 2026] PUT /v2.0/floatingips/95911b89-0090-4693-831e-101c2efe5df0 => generated 855 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:56.560 7 INFO neutron.services.segments.plugin [-] Segment e5aeedb5-eb6b-4d8f-88a4-a131968cec2d resource provider aggregate not found 2026-04-23 10:41:56.568 7 INFO neutron.services.segments.plugin [-] Segment e5aeedb5-eb6b-4d8f-88a4-a131968cec2d 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 e5aeedb5-eb6b-4d8f-88a4-a131968cec2d found for delete ", "request_id": "req-d5d2896f-d4b9-4b92-8da2-9b1061d3ea8a"}]} 2026-04-23 10:41:56.583 7 INFO neutron.services.segments.plugin [-] Segment e5aeedb5-eb6b-4d8f-88a4-a131968cec2d 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 e5aeedb5-eb6b-4d8f-88a4-a131968cec2d found for delete ", "request_id": "req-483c887e-3c34-46c2-8f53-6da4571ab0b8"}]} 2026-04-23 10:41:56.603 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a7870a3-766a-4714-956c-ea2de5d8eeab'] response: {'name': 'network-changed', 'server_uuid': '0cdc0a71-126c-4b9c-9244-d18350e2e589', 'tag': '54b31977-2027-4dbe-9e1b-444a02b195f8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 554/979] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:41:56 2026] DELETE /v2.0/networks/da01c956-5d99-4e23-a6f9-e4a30c65c2d3 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/980] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:56 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => 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: 556/981] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:56 2026] GET /v2.0/security-groups?id=6c7d7484-f28e-45f2-bab2-757ef9bdcaae&fields=id&fields=name => generated 113 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:41:56.924 8 INFO neutron.db.segments_db [None req-d7e6d79c-c7dd-422f-a295-d1af8aa0a337 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Added segment 317e017d-adbf-4888-8fc2-40075d32debc of type vxlan for network 72ccc0e7-b4dd-456c-8247-c8cf6d800456 [pid: 8|app: 0|req: 426/982] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:56 2026] POST /v2.0/networks => generated 611 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:57.132 7 INFO neutron.db.segments_db [None req-bfe735cd-3d5f-499c-b410-e090b9792235 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Added segment a1d594fc-5a14-4aa9-be8f-ef9654a2ba15 of type vxlan for network 808d8535-f66f-497b-9748-f305efbf0414 [pid: 8|app: 0|req: 427/983] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/ports?tenant_id=3a3623b1cb07444286cdcfdc93146f23&device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/984] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/networks?id=47184a59-0afa-4c5e-b89c-678e156455ad => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/985] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:41:57 2026] POST /v2.0/networks => generated 611 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/986] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=54b31977-2027-4dbe-9e1b-444a02b195f8 => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/987] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/subnets?id=62ff3ae7-94b6-4799-8477-29ce3120af3f => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/988] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/ports?network_id=47184a59-0afa-4c5e-b89c-678e156455ad&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: 432/989] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => 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: 433/990] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/networks/47184a59-0afa-4c5e-b89c-678e156455ad?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: 434/991] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/security-groups?tenant_id=3ba61ed62b8f475d922672b6bb365168&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: 558/992] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:57 2026] POST /v2.0/subnets => generated 626 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/993] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/security-groups?id=6c7d7484-f28e-45f2-bab2-757ef9bdcaae&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/994] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/networks/47184a59-0afa-4c5e-b89c-678e156455ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/995] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:41:57 2026] DELETE /v2.0/security-groups/c8a313db-2f12-447b-b8a3-ee144d5b9e1f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/996] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:57 2026] POST /v2.0/subnets => generated 626 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:57.962 8 INFO neutron.db.segments_db [None req-b7d30dc0-be30-47ee-b8e0-fd32dde608c5 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Added segment 94786cd6-7e67-4583-a0fd-d9569e1ee943 of type vxlan for network 1fe2f46e-537a-4fb7-8ae4-f807855eda26 2026-04-23 10:41:58.196 8 INFO neutron.db.l3_hamode_db [None req-b7d30dc0-be30-47ee-b8e0-fd32dde608c5 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:41:58.352 8 INFO neutron.db.l3_hamode_db [None req-b7d30dc0-be30-47ee-b8e0-fd32dde608c5 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 561/997] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:58 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => 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: 562/998] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:58 2026] GET /v2.0/security-groups?id=6c7d7484-f28e-45f2-bab2-757ef9bdcaae&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/999] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:41:57 2026] POST /v2.0/routers => generated 506 bytes in 1107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/1000] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:41:59 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/1001] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:41:59 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:42:00.004 8 INFO neutron_taas.services.taas.taas_plugin [req-905cb2ef-9944-4e16-aa9d-c1893f5721a4 req-00dd49c0-8e0e-474a-bf6b-50fa6855d285 b46da66d1bfb4e08b739651b33a13783 3a3623b1cb07444286cdcfdc93146f23 - - default default] TaaS: Handle Delete Port: 54b31977-2027-4dbe-9e1b-444a02b195f8 2026-04-23 10:42:00.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-905cb2ef-9944-4e16-aa9d-c1893f5721a4 req-00dd49c0-8e0e-474a-bf6b-50fa6855d285 b46da66d1bfb4e08b739651b33a13783 3a3623b1cb07444286cdcfdc93146f23 - - default default] Tap Mirror: Handle Delete Port: 54b31977-2027-4dbe-9e1b-444a02b195f8 2026-04-23 10:42:00.151 8 INFO neutron.db.l3_db [req-905cb2ef-9944-4e16-aa9d-c1893f5721a4 req-00dd49c0-8e0e-474a-bf6b-50fa6855d285 b46da66d1bfb4e08b739651b33a13783 3a3623b1cb07444286cdcfdc93146f23 - - default default] Floating IP 95911b89-0090-4693-831e-101c2efe5df0 disassociated. External IP: 10.96.250.219, port: 54b31977-2027-4dbe-9e1b-444a02b195f8. [pid: 7|app: 0|req: 563/1002] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:41:59 2026] PUT /v2.0/routers/e2a388ed-175d-4eaa-96de-de1d07926ed2/add_router_interface => generated 309 bytes in 1294 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1003] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:00 2026] GET /v2.0/security-groups?id=6c7d7484-f28e-45f2-bab2-757ef9bdcaae&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1004] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:42:00 2026] GET /v2.0/ports/3a05363b-c9cc-432e-8faf-b8bb4957641e => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/1005] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:41:59 2026] DELETE /v2.0/ports/54b31977-2027-4dbe-9e1b-444a02b195f8 => generated 0 bytes in 702 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:42:00.627 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6caa0af3-9f38-407e-bdf4-1a8ae3216c96'] response: {'server_uuid': '0cdc0a71-126c-4b9c-9244-d18350e2e589', 'name': 'network-vif-deleted', 'tag': '54b31977-2027-4dbe-9e1b-444a02b195f8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 441/1006] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:01 2026] GET /v2.0/security-groups?tenant_id=907f0ddab277444fbb29ef747777a61e&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/1009] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:01 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1010] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:42:00 2026] PUT /v2.0/routers/e2a388ed-175d-4eaa-96de-de1d07926ed2/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1011] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:01 2026] DELETE /v2.0/security-groups/e35d8906-592f-41e8-9efa-d2be74673d96 => 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: 568/1012] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:42:01 2026] GET /v2.0/ports/2d37e086-26e9-4f91-bc95-66c1076fb019 => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/1013] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:01 2026] GET /v2.0/security-groups?tenant_id=fbc8c531fe014cfaab2125eb663f1ecc&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/1014] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:01 2026] DELETE /v2.0/security-groups/2de37f4d-7489-4317-a20f-3b3f1f513cb9 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:42:02.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffb89b10-87b8-4dc6-b091-2dd39b62a01c 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] TaaS: Handle Delete Port: 2d37e086-26e9-4f91-bc95-66c1076fb019 2026-04-23 10:42:02.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffb89b10-87b8-4dc6-b091-2dd39b62a01c 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Tap Mirror: Handle Delete Port: 2d37e086-26e9-4f91-bc95-66c1076fb019 [pid: 7|app: 0|req: 569/1015] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:42:01 2026] PUT /v2.0/routers/e2a388ed-175d-4eaa-96de-de1d07926ed2/remove_router_interface => generated 309 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1016] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:02 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:03.116 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d0e7d63-a5f7-4591-be89-d3b08d2eb3d4 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] TaaS: Handle Delete Port: 3a05363b-c9cc-432e-8faf-b8bb4957641e 2026-04-23 10:42:03.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d0e7d63-a5f7-4591-be89-d3b08d2eb3d4 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Tap Mirror: Handle Delete Port: 3a05363b-c9cc-432e-8faf-b8bb4957641e [pid: 8|app: 0|req: 447/1017] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:42:02 2026] PUT /v2.0/routers/e2a388ed-175d-4eaa-96de-de1d07926ed2/remove_router_interface => generated 309 bytes in 1062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1018] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:42:03 2026] GET /v2.0/ports?device_id=e2a388ed-175d-4eaa-96de-de1d07926ed2 => 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: 572/1019] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:03 2026] GET /v2.0/ports?device_id=0cdc0a71-126c-4b9c-9244-d18350e2e589 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:04.623 8 INFO neutron_taas.services.taas.taas_plugin [None req-f823616a-8fc3-4521-b4be-f06c5813306a 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] TaaS: Handle Delete Port: 6f41f135-8e66-466b-8d16-6f534f470fe2 2026-04-23 10:42:04.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f823616a-8fc3-4521-b4be-f06c5813306a 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Tap Mirror: Handle Delete Port: 6f41f135-8e66-466b-8d16-6f534f470fe2 2026-04-23 10:42:05.017 8 INFO neutron.services.segments.plugin [-] Segment 94786cd6-7e67-4583-a0fd-d9569e1ee943 resource provider aggregate not found 2026-04-23 10:42:05.018 8 INFO neutron.services.segments.plugin [-] Segment 94786cd6-7e67-4583-a0fd-d9569e1ee943 resource provider aggregate not found 2026-04-23 10:42:05.044 8 INFO neutron.services.segments.plugin [-] Segment 94786cd6-7e67-4583-a0fd-d9569e1ee943 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 94786cd6-7e67-4583-a0fd-d9569e1ee943 found for delete ", "request_id": "req-1f115d0a-839d-4782-902f-385e5e6360e0"}]} 2026-04-23 10:42:05.046 8 INFO neutron.services.segments.plugin [-] Segment 94786cd6-7e67-4583-a0fd-d9569e1ee943 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 94786cd6-7e67-4583-a0fd-d9569e1ee943 found for delete ", "request_id": "req-f00f2043-a600-4e3a-b6ef-73d93ed3f196"}]} 2026-04-23 10:42:05.056 8 INFO neutron.db.l3_hamode_db [None req-f823616a-8fc3-4521-b4be-f06c5813306a 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] HA network 1fe2f46e-537a-4fb7-8ae4-f807855eda26 was deleted as no HA routers are present in tenant 1196de36ce1e4f8b832fed3f74702cbc. [pid: 8|app: 0|req: 448/1020] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:03 2026] DELETE /v2.0/routers/e2a388ed-175d-4eaa-96de-de1d07926ed2 => generated 0 bytes in 1285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1021] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:04 2026] DELETE /v2.0/security-groups/6c7d7484-f28e-45f2-bab2-757ef9bdcaae => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:42:05.109 7 INFO neutron.api.v2.resource [None req-2f6ece45-da45-47a9-b8a1-8d462bd00e17 b46da66d1bfb4e08b739651b33a13783 3a3623b1cb07444286cdcfdc93146f23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 574/1022] 10.0.0.243 () {32 vars in 737 bytes} [Thu Apr 23 10:42:05 2026] GET /v2.0/security-groups/6c7d7484-f28e-45f2-bab2-757ef9bdcaae => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/1023] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:05 2026] DELETE /v2.0/subnets/2907766d-024a-4256-889c-d979191472c7 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:42:05.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-09111344-e4b7-4679-8ddb-921427568a9a b46da66d1bfb4e08b739651b33a13783 3a3623b1cb07444286cdcfdc93146f23 - - default default] TaaS: Handle Delete Port: 43c246fb-0d44-4594-8573-2e12826bac13 2026-04-23 10:42:05.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09111344-e4b7-4679-8ddb-921427568a9a b46da66d1bfb4e08b739651b33a13783 3a3623b1cb07444286cdcfdc93146f23 - - default default] Tap Mirror: Handle Delete Port: 43c246fb-0d44-4594-8573-2e12826bac13 [pid: 8|app: 0|req: 450/1024] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:05 2026] DELETE /v2.0/subnets/84c91858-6f30-4075-8ce5-d90a559f727d => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1025] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:42:05 2026] DELETE /v2.0/floatingips/95911b89-0090-4693-831e-101c2efe5df0 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/1026] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:42:05 2026] DELETE /v2.0/networks/808d8535-f66f-497b-9748-f305efbf0414 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:42:05.783 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef21a433-8e1a-4b6b-a4b8-56a05e9908e7 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 51368f99-e31c-4731-bff8-fc3c716c5cb5 2026-04-23 10:42:05.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef21a433-8e1a-4b6b-a4b8-56a05e9908e7 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 51368f99-e31c-4731-bff8-fc3c716c5cb5 [pid: 8|app: 0|req: 452/1027] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:05 2026] GET /v2.0/security-groups?tenant_id=8d63e4d5eab74400b9b516b872a281af&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/1028] 10.0.0.13 () {32 vars in 801 bytes} [Thu Apr 23 10:42:05 2026] GET /v2.0/extensions => generated 21537 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-23 10:42:05.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-8195c9cd-2639-441e-9705-0364cc833655 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] TaaS: Handle Delete Port: f6e509bf-23fe-4aca-929a-99cd4361d768 2026-04-23 10:42:05.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8195c9cd-2639-441e-9705-0364cc833655 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Tap Mirror: Handle Delete Port: f6e509bf-23fe-4aca-929a-99cd4361d768 [pid: 8|app: 0|req: 454/1029] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:42:05 2026] DELETE /v2.0/networks/72ccc0e7-b4dd-456c-8247-c8cf6d800456 => generated 0 bytes in 479 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1030] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:42:05 2026] PUT /v2.0/routers/c324e0a0-a2e5-465a-b2f3-03d71245abed/remove_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/1031] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:06 2026] DELETE /v2.0/security-groups/5c2e00f5-a925-4e6c-b06e-c48da9307d78 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1032] 10.0.0.13 () {30 vars in 723 bytes} [Thu Apr 23 10:42:06 2026] GET /v2.0/quotas/97cc5b9312b6450992cff5fc71b0a52b/details => generated 847 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:42:06.622 8 INFO neutron.db.segments_db [None req-f1dc37f3-39fe-47c5-bb3a-b08eac3f1dd3 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Added segment 1509e546-a78e-43dd-a3d9-b6efea337fb7 of type vxlan for network 9a953cd6-52d0-4d1d-869a-0e468f39d032 [pid: 8|app: 0|req: 456/1033] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:42:06 2026] POST /v2.0/networks => generated 611 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:06.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f9be037-d1a6-4f15-92f0-4eb940d8d6b5 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: f70991ec-e803-4fc3-8b12-261b0de14f9f 2026-04-23 10:42:06.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f9be037-d1a6-4f15-92f0-4eb940d8d6b5 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: f70991ec-e803-4fc3-8b12-261b0de14f9f [pid: 8|app: 0|req: 457/1034] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:06 2026] POST /v2.0/subnets => generated 626 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:07.069 8 INFO neutron.services.segments.plugin [-] Segment a1d594fc-5a14-4aa9-be8f-ef9654a2ba15 resource provider aggregate not found 2026-04-23 10:42:07.076 8 INFO neutron.services.segments.plugin [-] Segment a1d594fc-5a14-4aa9-be8f-ef9654a2ba15 resource provider aggregate not found 2026-04-23 10:42:07.099 8 INFO neutron.services.segments.plugin [-] Segment a1d594fc-5a14-4aa9-be8f-ef9654a2ba15 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 a1d594fc-5a14-4aa9-be8f-ef9654a2ba15 found for delete ", "request_id": "req-ec020693-65f9-49bf-809c-44666fada9e1"}]} 2026-04-23 10:42:07.104 8 INFO neutron.services.segments.plugin [-] Segment a1d594fc-5a14-4aa9-be8f-ef9654a2ba15 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 a1d594fc-5a14-4aa9-be8f-ef9654a2ba15 found for delete ", "request_id": "req-f6940261-46ce-4b37-9f1a-2b2fa9f0716b"}]} 2026-04-23 10:42:07.111 8 INFO neutron.db.segments_db [None req-8927f8db-03cb-43ae-aef6-a1e91c445856 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Added segment 2b394133-c9fe-48db-aff8-260afcbe0614 of type vxlan for network 5f72c8fb-c2d5-41f4-9b4a-5a9456562d19 2026-04-23 10:42:07.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f9be037-d1a6-4f15-92f0-4eb940d8d6b5 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 20f18034-0ec0-4b01-9f29-4c322699eeb0 2026-04-23 10:42:07.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f9be037-d1a6-4f15-92f0-4eb940d8d6b5 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 20f18034-0ec0-4b01-9f29-4c322699eeb0 2026-04-23 10:42:07.123 8 INFO neutron.services.segments.plugin [-] Segment 317e017d-adbf-4888-8fc2-40075d32debc resource provider aggregate not found 2026-04-23 10:42:07.144 8 INFO neutron.services.segments.plugin [-] Segment 317e017d-adbf-4888-8fc2-40075d32debc resource provider aggregate not found 2026-04-23 10:42:07.156 8 INFO neutron.services.segments.plugin [-] Segment 317e017d-adbf-4888-8fc2-40075d32debc 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 317e017d-adbf-4888-8fc2-40075d32debc found for delete ", "request_id": "req-8b0fcf1e-e91c-4906-b81b-879c00779554"}]} 2026-04-23 10:42:07.173 8 INFO neutron.services.segments.plugin [-] Segment 317e017d-adbf-4888-8fc2-40075d32debc 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 317e017d-adbf-4888-8fc2-40075d32debc found for delete ", "request_id": "req-aad837e9-e8dc-4dc2-b214-556a9804549f"}]} 2026-04-23 10:42:07.443 8 INFO neutron.db.l3_hamode_db [None req-8927f8db-03cb-43ae-aef6-a1e91c445856 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:42:07.479 7 INFO neutron.services.segments.plugin [-] Segment 5adf33f3-df08-419c-940c-5818869af54c resource provider aggregate not found 2026-04-23 10:42:07.485 7 INFO neutron.services.segments.plugin [-] Segment 5adf33f3-df08-419c-940c-5818869af54c resource provider aggregate not found 2026-04-23 10:42:07.505 7 INFO neutron.services.segments.plugin [-] Segment 5adf33f3-df08-419c-940c-5818869af54c 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 5adf33f3-df08-419c-940c-5818869af54c found for delete ", "request_id": "req-cb342b23-c14d-43a8-b3af-26aa0ad2791b"}]} 2026-04-23 10:42:07.506 7 INFO neutron.services.segments.plugin [-] Segment 5adf33f3-df08-419c-940c-5818869af54c 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 5adf33f3-df08-419c-940c-5818869af54c found for delete ", "request_id": "req-d448be17-4f4a-4d99-9cab-712610086981"}]} 2026-04-23 10:42:07.517 7 INFO neutron.db.l3_hamode_db [None req-4f9be037-d1a6-4f15-92f0-4eb940d8d6b5 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] HA network d5306420-f55b-4083-a61f-bba20612749b was deleted as no HA routers are present in tenant 3a3623b1cb07444286cdcfdc93146f23. [pid: 7|app: 0|req: 578/1035] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:06 2026] DELETE /v2.0/routers/c324e0a0-a2e5-465a-b2f3-03d71245abed => generated 0 bytes in 950 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:42:07.540 8 INFO neutron.db.l3_hamode_db [None req-8927f8db-03cb-43ae-aef6-a1e91c445856 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 579/1036] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:07 2026] DELETE /v2.0/subnets/62ff3ae7-94b6-4799-8477-29ce3120af3f => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:42:07.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe45762d-0b06-4895-81e1-ee83a4621d22 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 8ff6b7e0-153e-40e3-826e-247afbeda10c 2026-04-23 10:42:07.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe45762d-0b06-4895-81e1-ee83a4621d22 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 8ff6b7e0-153e-40e3-826e-247afbeda10c [pid: 7|app: 0|req: 580/1037] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:42:07 2026] DELETE /v2.0/networks/47184a59-0afa-4c5e-b89c-678e156455ad => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/1038] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:07 2026] POST /v2.0/routers => generated 506 bytes in 1179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/1039] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:08 2026] GET /v2.0/security-groups?tenant_id=3a3623b1cb07444286cdcfdc93146f23&name=default => 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: 460/1040] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:08 2026] DELETE /v2.0/security-groups/d6847a17-728e-461f-9840-29a9acbe9f5a => 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: 581/1041] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:42:08 2026] POST /v2.0/ports => generated 948 bytes in 537 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-04-23 10:42:08.780 8 INFO neutron.db.segments_db [None req-0947afdf-f17b-49d7-a004-1ca37a326d79 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment be4ea185-dd3d-43a1-b7ef-b216d694ea7c of type vxlan for network 0c80a179-ad5f-4b03-90aa-f602fca877fa [pid: 8|app: 0|req: 461/1042] 10.0.0.243 () {34 vars in 671 bytes} [Thu Apr 23 10:42:08 2026] POST /v2.0/networks => generated 721 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/1043] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:08 2026] POST /v2.0/subnets => generated 688 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:09.363 8 INFO neutron.db.segments_db [None req-9814bb1b-be45-427d-ae66-b6fbbe1418aa 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 892d1436-f23a-4d22-bf43-5ba8763c3b5f of type vxlan for network 45ddefd5-5471-447d-9606-a3ce81fd209a 2026-04-23 10:42:09.533 7 INFO neutron.services.segments.plugin [-] Segment 162c220a-7ae2-4fa6-b545-5b76663557d3 resource provider aggregate not found 2026-04-23 10:42:09.534 7 INFO neutron.services.segments.plugin [-] Segment 162c220a-7ae2-4fa6-b545-5b76663557d3 resource provider aggregate not found 2026-04-23 10:42:09.560 7 INFO neutron.services.segments.plugin [-] Segment 162c220a-7ae2-4fa6-b545-5b76663557d3 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 162c220a-7ae2-4fa6-b545-5b76663557d3 found for delete ", "request_id": "req-68a30631-c1f5-47b2-8173-2c1be3cc8095"}]} 2026-04-23 10:42:09.564 7 INFO neutron.services.segments.plugin [-] Segment 162c220a-7ae2-4fa6-b545-5b76663557d3 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 162c220a-7ae2-4fa6-b545-5b76663557d3 found for delete ", "request_id": "req-1c5c871b-40c7-4e31-93e3-a506f111ce5a"}]} 2026-04-23 10:42:09.641 8 INFO neutron.db.l3_hamode_db [None req-9814bb1b-be45-427d-ae66-b6fbbe1418aa 1fc1f097af564f9d8bb82f392cd1d9da e213d624a2074c8e9ac0f7ff0df87ed3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 582/1044] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:42:08 2026] PUT /v2.0/routers/5ea4c484-8a06-4ede-a8f0-58d6acdc7a49/add_router_interface => generated 309 bytes in 1438 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: 583/1045] 10.0.0.13 () {32 vars in 801 bytes} [Thu Apr 23 10:42:10 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) [pid: 7|app: 0|req: 584/1046] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:42:10 2026] GET /v2.0/ports/2c790fdb-80e1-4404-bd3c-4b2d319b5a30 => generated 1022 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:42:10.502 8 INFO neutron.db.l3_hamode_db [None req-9814bb1b-be45-427d-ae66-b6fbbe1418aa 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:42:10.607 7 INFO neutron.db.segments_db [None req-29777830-f01c-4b59-9c47-d03cd784f74c 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment c16cb4a6-82a6-4c54-baa6-021b6d62c8b9 of type vxlan for network b5f520b7-2de2-48d4-b8fe-5b75413603fc [pid: 7|app: 0|req: 585/1047] 10.0.0.243 () {34 vars in 671 bytes} [Thu Apr 23 10:42:10 2026] POST /v2.0/networks => generated 725 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:11.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf234a1c-939b-40f6-a226-dabd16ef3ee4 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] TaaS: Handle Delete Port: 2c790fdb-80e1-4404-bd3c-4b2d319b5a30 2026-04-23 10:42:11.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf234a1c-939b-40f6-a226-dabd16ef3ee4 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Tap Mirror: Handle Delete Port: 2c790fdb-80e1-4404-bd3c-4b2d319b5a30 [pid: 8|app: 0|req: 463/1048] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:09 2026] POST /v2.0/routers => generated 728 bytes in 2059 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/1049] 10.0.0.13 () {30 vars in 723 bytes} [Thu Apr 23 10:42:11 2026] GET /v2.0/quotas/97cc5b9312b6450992cff5fc71b0a52b/details => generated 847 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1050] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:42:10 2026] PUT /v2.0/routers/5ea4c484-8a06-4ede-a8f0-58d6acdc7a49/remove_router_interface => generated 309 bytes in 790 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: 465/1051] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:11 2026] POST /v2.0/subnets => generated 691 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:11.795 8 INFO neutron.api.v2.resource [None req-658a2cc7-6c94-4985-a471-cf997f98ca9d 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 466/1052] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:42:11 2026] PUT /v2.0/routers/5ea4c484-8a06-4ede-a8f0-58d6acdc7a49/remove_router_interface => generated 197 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:42:11.842 8 INFO neutron.db.segments_db [None req-d6445354-bf82-4c30-b922-564fd13b16cf 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 27e0ddfd-7373-4322-8464-0b07eca013b1 of type vxlan for network a703318a-3e00-412c-9e30-180b5bbb5771 2026-04-23 10:42:12.140 8 INFO neutron.db.l3_hamode_db [None req-d6445354-bf82-4c30-b922-564fd13b16cf 1fc1f097af564f9d8bb82f392cd1d9da 93195366370d4b82b1e17b929f24ea83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 587/1053] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:42:11 2026] PUT /v2.0/routers/7e67fd7a-d612-42ba-bb2e-0e885608d33e/add_router_interface => generated 309 bytes in 1265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1054] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:42:12 2026] GET /v2.0/ports?device_id=5ea4c484-8a06-4ede-a8f0-58d6acdc7a49 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:12.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-549dc13d-283f-430a-949e-bc3edfe5677b 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] TaaS: Handle Delete Port: 8e20d756-889d-4b56-b7f5-1364f6d5114b 2026-04-23 10:42:12.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-549dc13d-283f-430a-949e-bc3edfe5677b 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Tap Mirror: Handle Delete Port: 8e20d756-889d-4b56-b7f5-1364f6d5114b 2026-04-23 10:42:13.081 8 INFO neutron.db.l3_hamode_db [None req-d6445354-bf82-4c30-b922-564fd13b16cf 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:42:13.385 7 INFO neutron.services.segments.plugin [-] Segment 2b394133-c9fe-48db-aff8-260afcbe0614 resource provider aggregate not found 2026-04-23 10:42:13.388 7 INFO neutron.services.segments.plugin [-] Segment 2b394133-c9fe-48db-aff8-260afcbe0614 resource provider aggregate not found 2026-04-23 10:42:13.413 7 INFO neutron.services.segments.plugin [-] Segment 2b394133-c9fe-48db-aff8-260afcbe0614 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 2b394133-c9fe-48db-aff8-260afcbe0614 found for delete ", "request_id": "req-a6e7edfc-994e-4c10-975d-a38066c91621"}]} 2026-04-23 10:42:13.419 7 INFO neutron.services.segments.plugin [-] Segment 2b394133-c9fe-48db-aff8-260afcbe0614 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 2b394133-c9fe-48db-aff8-260afcbe0614 found for delete ", "request_id": "req-bfcd84bb-df04-42e3-9cc6-a7453fd78ec3"}]} 2026-04-23 10:42:13.432 7 INFO neutron.db.l3_hamode_db [None req-549dc13d-283f-430a-949e-bc3edfe5677b 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] HA network 5f72c8fb-c2d5-41f4-9b4a-5a9456562d19 was deleted as no HA routers are present in tenant 1196de36ce1e4f8b832fed3f74702cbc. [pid: 7|app: 0|req: 589/1055] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:12 2026] DELETE /v2.0/routers/5ea4c484-8a06-4ede-a8f0-58d6acdc7a49 => generated 0 bytes in 644 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1056] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:13 2026] DELETE /v2.0/subnets/f12d0354-b4f4-4ba9-964f-fec2c1bb4d48 => 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: 591/1057] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:42:13 2026] DELETE /v2.0/networks/9a953cd6-52d0-4d1d-869a-0e468f39d032 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:42:13.897 7 INFO neutron.db.segments_db [None req-8cbd71eb-1662-4253-b700-abd2491f0106 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Added segment a0c1f410-34f5-4f78-befa-32c06bb0b0f2 of type vxlan for network b8b2ed7a-c3e5-4654-9501-87468c0f2ebf [pid: 7|app: 0|req: 592/1058] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:42:13 2026] POST /v2.0/networks => generated 610 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/1059] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:11 2026] POST /v2.0/routers => generated 731 bytes in 2328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1060] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:13 2026] POST /v2.0/subnets => generated 626 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:14.342 7 INFO neutron.db.segments_db [None req-99e18fe4-b4ed-4fc8-9a44-51562a6f05bd 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Added segment ee747941-4be1-447f-a61f-a53754a6ba2e of type vxlan for network cef4de26-43a5-4638-9b4b-4eccb9efade4 2026-04-23 10:42:14.636 7 INFO neutron.db.l3_hamode_db [None req-99e18fe4-b4ed-4fc8-9a44-51562a6f05bd 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:42:14.796 7 INFO neutron.db.l3_hamode_db [None req-99e18fe4-b4ed-4fc8-9a44-51562a6f05bd 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:42:15.443 7 INFO neutron.services.segments.plugin [-] Segment 1509e546-a78e-43dd-a3d9-b6efea337fb7 resource provider aggregate not found 2026-04-23 10:42:15.454 7 INFO neutron.services.segments.plugin [-] Segment 1509e546-a78e-43dd-a3d9-b6efea337fb7 resource provider aggregate not found 2026-04-23 10:42:15.464 7 INFO neutron.services.segments.plugin [-] Segment 1509e546-a78e-43dd-a3d9-b6efea337fb7 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 1509e546-a78e-43dd-a3d9-b6efea337fb7 found for delete ", "request_id": "req-5e21f085-38f1-48af-96ea-1048f02cb1e4"}]} 2026-04-23 10:42:15.473 7 INFO neutron.services.segments.plugin [-] Segment 1509e546-a78e-43dd-a3d9-b6efea337fb7 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 1509e546-a78e-43dd-a3d9-b6efea337fb7 found for delete ", "request_id": "req-f6eedcd4-fe95-41b9-a27d-064d805f9e8e"}]} [pid: 7|app: 0|req: 594/1061] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:14 2026] POST /v2.0/routers => generated 507 bytes in 1307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/1062] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:42:14 2026] PUT /v2.0/routers/5fae5ec1-d024-482c-b07e-be22197c9196/add_router_interface => generated 309 bytes in 1583 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/1063] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:42:15 2026] GET /v2.0/networks?id=0c80a179-ad5f-4b03-90aa-f602fca877fa => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1064] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:15 2026] GET /v2.0/security-groups?tenant_id=97cc5b9312b6450992cff5fc71b0a52b&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1065] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:42:15 2026] GET /v2.0/quotas/e213d624a2074c8e9ac0f7ff0df87ed3 => 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: 597/1066] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:15 2026] DELETE /v2.0/security-groups/1b89bcc3-b47b-4e58-8cf0-b6e21f932e99 => 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: 598/1067] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:42:16 2026] GET /v2.0/ports?tenant_id=e213d624a2074c8e9ac0f7ff0df87ed3&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: 599/1068] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:42:16 2026] GET /v2.0/networks/0c80a179-ad5f-4b03-90aa-f602fca877fa?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: 600/1069] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:42:16 2026] GET /v2.0/networks/0c80a179-ad5f-4b03-90aa-f602fca877fa?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: 603/1072] 10.0.0.243 () {34 vars in 685 bytes} [Thu Apr 23 10:42:16 2026] POST /v2.0/security-groups => generated 1661 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1073] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:16 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => 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: 605/1074] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:42:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1075] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:42:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/1076] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:42:15 2026] PUT /v2.0/routers/778b14ec-fc9d-48ce-8e07-cad59578bd25/add_router_interface => generated 309 bytes in 1389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1077] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:42:17 2026] GET /v2.0/ports/b3272751-7f36-4973-a951-9986c155138e => generated 955 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:42:17.573 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9d7171c-2fe5-434e-be85-93ca8e30808f 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] TaaS: Handle Delete Port: b3272751-7f36-4973-a951-9986c155138e 2026-04-23 10:42:17.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9d7171c-2fe5-434e-be85-93ca8e30808f 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Tap Mirror: Handle Delete Port: b3272751-7f36-4973-a951-9986c155138e [pid: 7|app: 0|req: 607/1078] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:42:17 2026] POST /v2.0/floatingips => generated 552 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1079] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:17 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => 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: 472/1080] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:42:17 2026] PUT /v2.0/routers/778b14ec-fc9d-48ce-8e07-cad59578bd25/remove_router_interface => generated 309 bytes in 782 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1081] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:42:18 2026] GET /v2.0/ports?device_id=778b14ec-fc9d-48ce-8e07-cad59578bd25 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:18.224 7 INFO neutron.db.segments_db [None req-2780c119-efcc-481b-98df-3bd1b3efc257 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment d1f72c44-daa8-46e8-8e4e-07244f6bf17f of type vxlan for network 6944c483-96cc-4c76-b4b4-e227a68c1c21 2026-04-23 10:42:18.236 8 INFO neutron_taas.services.taas.taas_plugin [None req-baf6af49-9a6d-44d4-8092-62cda2189426 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] TaaS: Handle Delete Port: fd3be5e0-dc66-46ae-ab17-8776703d0dc3 2026-04-23 10:42:18.239 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baf6af49-9a6d-44d4-8092-62cda2189426 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Tap Mirror: Handle Delete Port: fd3be5e0-dc66-46ae-ab17-8776703d0dc3 [pid: 7|app: 0|req: 609/1082] 10.0.0.243 () {34 vars in 671 bytes} [Thu Apr 23 10:42:17 2026] POST /v2.0/networks => generated 722 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1083] 10.0.0.35 () {34 vars in 1099 bytes} [Thu Apr 23 10:42:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1725741637&fields=id&tenant_id=93195366370d4b82b1e17b929f24ea83 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1084] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:18 2026] POST /v2.0/subnets => generated 688 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:18.623 8 INFO neutron.services.segments.plugin [-] Segment ee747941-4be1-447f-a61f-a53754a6ba2e resource provider aggregate not found 2026-04-23 10:42:18.624 8 INFO neutron.services.segments.plugin [-] Segment ee747941-4be1-447f-a61f-a53754a6ba2e resource provider aggregate not found 2026-04-23 10:42:18.649 8 INFO neutron.services.segments.plugin [-] Segment ee747941-4be1-447f-a61f-a53754a6ba2e 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 ee747941-4be1-447f-a61f-a53754a6ba2e found for delete ", "request_id": "req-fbf2daf1-27fb-4863-a178-f3b1ccfa92e2"}]} 2026-04-23 10:42:18.654 8 INFO neutron.services.segments.plugin [-] Segment ee747941-4be1-447f-a61f-a53754a6ba2e 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 ee747941-4be1-447f-a61f-a53754a6ba2e found for delete ", "request_id": "req-c79977ae-c36c-4362-a3de-ea8e9d64dd7d"}]} [pid: 7|app: 0|req: 612/1085] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:42:18 2026] GET /v2.0/networks?id=b5f520b7-2de2-48d4-b8fe-5b75413603fc => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:42:18.666 8 INFO neutron.db.l3_hamode_db [None req-baf6af49-9a6d-44d4-8092-62cda2189426 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] HA network cef4de26-43a5-4638-9b4b-4eccb9efade4 was deleted as no HA routers are present in tenant 1196de36ce1e4f8b832fed3f74702cbc. [pid: 8|app: 0|req: 474/1086] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:18 2026] DELETE /v2.0/routers/778b14ec-fc9d-48ce-8e07-cad59578bd25 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1087] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:42:18 2026] GET /v2.0/quotas/93195366370d4b82b1e17b929f24ea83 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:42:18.718 7 INFO neutron.db.segments_db [None req-1c1a9fc3-aa4b-41ec-a28a-2dbe2d291a90 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment d1401940-4869-4dc5-8cec-b9b90633dda2 of type vxlan for network ae8024fb-966e-485b-a90d-eaafbcf7d53b [pid: 8|app: 0|req: 476/1088] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:18 2026] DELETE /v2.0/subnets/27251cf9-86cd-46f7-96ee-c0283a64d128 => 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: 477/1089] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:42:18 2026] GET /v2.0/ports?tenant_id=93195366370d4b82b1e17b929f24ea83&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:19.011 7 INFO neutron.db.l3_hamode_db [None req-1c1a9fc3-aa4b-41ec-a28a-2dbe2d291a90 1fc1f097af564f9d8bb82f392cd1d9da a2880cfdce87417e80574753e2b4468b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 478/1090] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:42:18 2026] DELETE /v2.0/networks/b8b2ed7a-c3e5-4654-9501-87468c0f2ebf => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1091] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:42:19 2026] GET /v2.0/networks/b5f520b7-2de2-48d4-b8fe-5b75413603fc?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1092] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:19 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:19.210 8 INFO neutron.db.segments_db [None req-015dccac-1bb8-49c4-9d98-40b49bc1d97c 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Added segment 962cbac9-cb97-49b0-91cb-f172651509ed of type vxlan for network 553ad4ba-cd35-4bfd-a709-ab99ba71ffb1 2026-04-23 10:42:19.598 8 INFO neutron.db.l3_hamode_db [None req-015dccac-1bb8-49c4-9d98-40b49bc1d97c 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:42:19.874 7 INFO neutron.db.l3_hamode_db [None req-1c1a9fc3-aa4b-41ec-a28a-2dbe2d291a90 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:42:20.676 8 INFO neutron.services.segments.plugin [-] Segment a0c1f410-34f5-4f78-befa-32c06bb0b0f2 resource provider aggregate not found 2026-04-23 10:42:20.681 8 INFO neutron.services.segments.plugin [-] Segment a0c1f410-34f5-4f78-befa-32c06bb0b0f2 resource provider aggregate not found 2026-04-23 10:42:20.706 8 INFO neutron.services.segments.plugin [-] Segment a0c1f410-34f5-4f78-befa-32c06bb0b0f2 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 a0c1f410-34f5-4f78-befa-32c06bb0b0f2 found for delete ", "request_id": "req-f996207f-a8fc-4aa1-9ac9-1005c38e5f39"}]} 2026-04-23 10:42:20.708 8 INFO neutron.services.segments.plugin [-] Segment a0c1f410-34f5-4f78-befa-32c06bb0b0f2 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 a0c1f410-34f5-4f78-befa-32c06bb0b0f2 found for delete ", "request_id": "req-990dd5d8-9f3b-4929-9541-240811be552e"}]} 2026-04-23 10:42:20.713 8 INFO neutron.db.l3_hamode_db [None req-015dccac-1bb8-49c4-9d98-40b49bc1d97c 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 613/1093] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:18 2026] POST /v2.0/routers => generated 728 bytes in 2599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1094] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:42:21 2026] GET /v2.0/networks/b5f520b7-2de2-48d4-b8fe-5b75413603fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1095] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:21 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => 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: 616/1096] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:42:21 2026] GET /v2.0/networks?id=0c80a179-ad5f-4b03-90aa-f602fca877fa => generated 673 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1097] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:19 2026] POST /v2.0/routers => generated 688 bytes in 2822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1098] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:42:21 2026] POST /v2.0/ports => generated 958 bytes in 500 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: 483/1099] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:22 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 484/1100] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:42:22 2026] GET /v2.0/routers/22df89a4-54cf-49f6-bdc6-c8bca76817e8 => generated 694 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1101] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:22 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 961 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1102] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:42:21 2026] PUT /v2.0/routers/6dd1f900-72f5-44a4-a534-9bcfd038a2e5/add_router_interface => generated 309 bytes in 1366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1103] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:42:22 2026] GET /v2.0/routers => generated 697 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1104] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:22 2026] GET /v2.0/security-groups?id=d343befa-5470-4ad9-93ea-1b06c25dfaf7&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: 8|app: 0|req: 486/1105] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:42:22 2026] PUT /v2.0/ports/0ddf9639-7573-45a6-b700-2be9f3acd24f => generated 1239 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:42:23.217 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9bbd0f2e-21ad-4728-b7b7-8f7d482391b2'] response: {'name': 'network-changed', 'server_uuid': '0dab1338-47f3-4c58-a9d2-3184c68cdc43', 'tag': '0ddf9639-7573-45a6-b700-2be9f3acd24f', '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: 487/1106] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:23 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 488/1107] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:42:23 2026] GET /v2.0/ports?tenant_id=e213d624a2074c8e9ac0f7ff0df87ed3&device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1108] 199.19.213.74 () {34 vars in 1017 bytes} [Thu Apr 23 10:42:23 2026] GET /v2.0/networks?tenant_id=e213d624a2074c8e9ac0f7ff0df87ed3&shared=False => generated 768 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1109] 199.19.213.74 () {34 vars in 929 bytes} [Thu Apr 23 10:42:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1110] 10.0.0.243 () {34 vars in 741 bytes} [Thu Apr 23 10:42:22 2026] PUT /v2.0/routers/22df89a4-54cf-49f6-bdc6-c8bca76817e8 => generated 701 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1111] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:23 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1112] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:42:23 2026] GET /v2.0/routers/22df89a4-54cf-49f6-bdc6-c8bca76817e8 => generated 701 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1113] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:24 2026] GET /v2.0/security-groups?id=d343befa-5470-4ad9-93ea-1b06c25dfaf7&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: 623/1114] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:42:24 2026] GET /v2.0/ports?device_id=22df89a4-54cf-49f6-bdc6-c8bca76817e8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:24.193 8 INFO neutron.db.segments_db [None req-265329a0-ab1f-4405-a99f-621063893d59 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment 76e4adf4-fe9c-4332-8c6e-c6a1a2581d18 of type vxlan for network 9675973f-d5ab-4e51-81cc-c840e4fe8c5c [pid: 8|app: 0|req: 492/1115] 10.0.0.243 () {34 vars in 671 bytes} [Thu Apr 23 10:42:24 2026] POST /v2.0/networks => generated 722 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:24.330 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad9b5fbc-7e20-4d95-b670-7c6c4121b39b 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] TaaS: Handle Delete Port: e60b7b37-4613-4ff3-9832-b73987f5f95b 2026-04-23 10:42:24.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad9b5fbc-7e20-4d95-b670-7c6c4121b39b 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Tap Mirror: Handle Delete Port: e60b7b37-4613-4ff3-9832-b73987f5f95b 2026-04-23 10:42:24.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad9b5fbc-7e20-4d95-b670-7c6c4121b39b 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] TaaS: Handle Delete Port: eab3b572-89d4-45a5-897d-83f9d2a42978 2026-04-23 10:42:24.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad9b5fbc-7e20-4d95-b670-7c6c4121b39b 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] Tap Mirror: Handle Delete Port: eab3b572-89d4-45a5-897d-83f9d2a42978 [pid: 8|app: 0|req: 493/1116] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:24 2026] POST /v2.0/subnets => generated 688 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:24.620 8 INFO neutron.db.segments_db [None req-fd2dbb56-0ae7-4bbd-a6f1-5395c89cfa47 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Added segment a30159a6-520f-4953-aba4-fdbe6b9b0499 of type vxlan for network 7fded0ea-5a7a-4cc3-b105-2f7969964474 2026-04-23 10:42:24.875 8 INFO neutron.db.l3_hamode_db [None req-fd2dbb56-0ae7-4bbd-a6f1-5395c89cfa47 1fc1f097af564f9d8bb82f392cd1d9da d529e3f53d4e470cb281d5c7b2f053ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:42:24.908 7 INFO neutron.services.segments.plugin [-] Segment 962cbac9-cb97-49b0-91cb-f172651509ed resource provider aggregate not found 2026-04-23 10:42:24.916 7 INFO neutron.services.segments.plugin [-] Segment 962cbac9-cb97-49b0-91cb-f172651509ed resource provider aggregate not found 2026-04-23 10:42:24.934 7 INFO neutron.services.segments.plugin [-] Segment 962cbac9-cb97-49b0-91cb-f172651509ed 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 962cbac9-cb97-49b0-91cb-f172651509ed found for delete ", "request_id": "req-48719913-ba9f-44fc-94cc-3ee35418022e"}]} 2026-04-23 10:42:24.938 7 INFO neutron.services.segments.plugin [-] Segment 962cbac9-cb97-49b0-91cb-f172651509ed 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 962cbac9-cb97-49b0-91cb-f172651509ed found for delete ", "request_id": "req-8485df30-c83a-401d-8d62-b92d3bd7c655"}]} 2026-04-23 10:42:24.947 7 INFO neutron.db.l3_hamode_db [None req-ad9b5fbc-7e20-4d95-b670-7c6c4121b39b 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] HA network 553ad4ba-cd35-4bfd-a709-ab99ba71ffb1 was deleted as no HA routers are present in tenant 1196de36ce1e4f8b832fed3f74702cbc. [pid: 7|app: 0|req: 624/1117] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:24 2026] DELETE /v2.0/routers/22df89a4-54cf-49f6-bdc6-c8bca76817e8 => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1118] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:24 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 626/1119] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:42:24 2026] GET /v2.0/ports?tenant_id=e213d624a2074c8e9ac0f7ff0df87ed3&device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1120] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/ports?device_id=22df89a4-54cf-49f6-bdc6-c8bca76817e8 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1121] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=0ddf9639-7573-45a6-b700-2be9f3acd24f => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:25.109 7 INFO neutron.api.v2.resource [None req-8006eb08-1f37-4912-a812-0e401cf7eb18 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1122] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:25 2026] DELETE /v2.0/routers/22df89a4-54cf-49f6-bdc6-c8bca76817e8 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1123] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/subnets?id=f8451a42-6d40-4a10-b0e1-0dcd0c52d365 => generated 691 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1124] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/ports?device_id=778b14ec-fc9d-48ce-8e07-cad59578bd25 => 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: 632/1125] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/ports?network_id=0c80a179-ad5f-4b03-90aa-f602fca877fa&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-04-23 10:42:25.221 7 INFO neutron.api.v2.resource [None req-20635492-349d-4ca2-9e71-2fbb42dc4a2c 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 633/1126] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:25 2026] DELETE /v2.0/routers/778b14ec-fc9d-48ce-8e07-cad59578bd25 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1127] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1128] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/networks/0c80a179-ad5f-4b03-90aa-f602fca877fa?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:25.361 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32c56998-6d01-4599-9274-41dafe571b80 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 636/1129] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:25 2026] DELETE /v2.0/subnets/27251cf9-86cd-46f7-96ee-c0283a64d128 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1130] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/security-groups?id=d343befa-5470-4ad9-93ea-1b06c25dfaf7&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1131] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/networks/0c80a179-ad5f-4b03-90aa-f602fca877fa?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: 7|app: 0|req: 639/1132] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/ports?device_id=5ea4c484-8a06-4ede-a8f0-58d6acdc7a49 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:25.532 7 INFO neutron.api.v2.resource [None req-0f14e755-e6de-4ea3-ade5-59276fd13460 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 640/1133] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:25 2026] DELETE /v2.0/routers/5ea4c484-8a06-4ede-a8f0-58d6acdc7a49 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:42:25.562 7 INFO neutron.pecan_wsgi.hooks.translation [None req-119902d7-f0a6-4887-901d-1ff18e0fbeea 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 641/1134] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:25 2026] DELETE /v2.0/subnets/f12d0354-b4f4-4ba9-964f-fec2c1bb4d48 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1135] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/ports?device_id=e2a388ed-175d-4eaa-96de-de1d07926ed2 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:25.616 7 INFO neutron.api.v2.resource [None req-0274180f-c6d9-4809-95e7-bf030a7a6a12 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 643/1136] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:25 2026] DELETE /v2.0/routers/e2a388ed-175d-4eaa-96de-de1d07926ed2 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:42:25.636 7 INFO neutron.pecan_wsgi.hooks.translation [None req-881e8ddb-5397-4945-95a8-fb381aab1e7d 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 644/1137] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:25 2026] DELETE /v2.0/subnets/2907766d-024a-4256-889c-d979191472c7 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:42:25.651 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c0041f44-61ff-4873-a7f8-423031f2a3f4 7ecfa6579e574cc486659569f0df9f57 1196de36ce1e4f8b832fed3f74702cbc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 645/1138] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:25 2026] DELETE /v2.0/subnets/84c91858-6f30-4075-8ce5-d90a559f727d => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:42:25.813 8 INFO neutron.db.l3_hamode_db [None req-fd2dbb56-0ae7-4bbd-a6f1-5395c89cfa47 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 646/1139] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/networks?id=b5f520b7-2de2-48d4-b8fe-5b75413603fc => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1140] 199.19.213.74 () {34 vars in 1049 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=93195366370d4b82b1e17b929f24ea83 => 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: 648/1141] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:42:26 2026] POST /v2.0/ports => generated 954 bytes in 428 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: 649/1142] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:26 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 957 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1143] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:26 2026] GET /v2.0/security-groups?tenant_id=1196de36ce1e4f8b832fed3f74702cbc&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1144] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:42:24 2026] POST /v2.0/routers => generated 728 bytes in 2312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1145] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:26 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 496/1146] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:26 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1147] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:26 2026] DELETE /v2.0/security-groups/a86df488-90f7-479f-96c8-169fbf090d36 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1148] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:42:26 2026] PUT /v2.0/ports/b76d4c59-9ed1-45ba-8264-ab40ed31d451 => generated 1235 bytes in 638 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: 652/1149] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:27 2026] GET /v2.0/security-groups?id=d343befa-5470-4ad9-93ea-1b06c25dfaf7&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:27.416 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d1d3156-1de3-425e-80e1-4e0a3d49c5a8'] response: {'name': 'network-changed', 'server_uuid': 'a1af7431-2381-45f9-adba-9ec8f9dc1e5d', 'tag': 'b76d4c59-9ed1-45ba-8264-ab40ed31d451', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 653/1150] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:42:27 2026] GET /v2.0/ports?tenant_id=93195366370d4b82b1e17b929f24ea83&device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 654/1151] 199.19.213.74 () {34 vars in 1017 bytes} [Thu Apr 23 10:42:27 2026] GET /v2.0/networks?tenant_id=93195366370d4b82b1e17b929f24ea83&shared=False => generated 772 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1152] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:28 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1153] 199.19.213.74 () {34 vars in 929 bytes} [Thu Apr 23 10:42:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1154] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:28 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 498/1155] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:42:27 2026] PUT /v2.0/routers/090db546-782d-40cd-a941-dc824a4556ff/add_router_interface => generated 309 bytes in 1316 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1156] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:28 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1157] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:28 2026] GET /v2.0/security-groups?id=d343befa-5470-4ad9-93ea-1b06c25dfaf7&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: 659/1158] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:42:29 2026] GET /v2.0/ports?tenant_id=93195366370d4b82b1e17b929f24ea83&device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1159] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:42:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b76d4c59-9ed1-45ba-8264-ab40ed31d451 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1160] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:29 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1161] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:42:29 2026] GET /v2.0/subnets?id=65d6b058-9412-45ec-8016-6cdce48455c9 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1162] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:29 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1163] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:42:29 2026] GET /v2.0/ports?network_id=b5f520b7-2de2-48d4-b8fe-5b75413603fc&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: 660/1164] 10.0.0.243 () {34 vars in 677 bytes} [Thu Apr 23 10:42:29 2026] POST /v2.0/subnetpools => generated 549 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1165] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:42:29 2026] GET /v2.0/networks/b5f520b7-2de2-48d4-b8fe-5b75413603fc?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: 661/1166] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:42:29 2026] GET /v2.0/subnetpools/1237c273-247a-41e4-91ce-5162e5bfb077 => generated 549 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1167] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:42:29 2026] GET /v2.0/networks/b5f520b7-2de2-48d4-b8fe-5b75413603fc?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: 663/1168] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:42:29 2026] PUT /v2.0/subnetpools/1237c273-247a-41e4-91ce-5162e5bfb077 => generated 501 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1169] 10.0.0.243 () {34 vars in 685 bytes} [Thu Apr 23 10:42:29 2026] POST /v2.0/security-groups => generated 1673 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1170] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:42:29 2026] DELETE /v2.0/subnetpools/1237c273-247a-41e4-91ce-5162e5bfb077 => 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: 665/1171] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:29 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:42:29.827 7 INFO neutron.api.v2.resource [None req-bdebc79d-4803-4efc-8bea-4e240a2e6ed0 b03bac06eccf432991bf87e50077407d f1325e1688b540cdaf705370dd125569 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 666/1172] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:42:29 2026] GET /v2.0/subnetpools/1237c273-247a-41e4-91ce-5162e5bfb077 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1173] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:42:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:29.859 8 INFO neutron.api.v2.resource [None req-9a8d838f-28c0-4d93-ab94-bb2633b23efb b03bac06eccf432991bf87e50077407d f1325e1688b540cdaf705370dd125569 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 508/1174] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:42:29 2026] DELETE /v2.0/subnetpools/1237c273-247a-41e4-91ce-5162e5bfb077 => generated 145 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1175] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:29 2026] GET /v2.0/security-groups?id=d343befa-5470-4ad9-93ea-1b06c25dfaf7&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1176] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:42:29 2026] POST /v2.0/security-group-rules => generated 596 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1177] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:42:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1178] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:42:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:30.457 7 INFO neutron.db.securitygroups_db [None req-322bd49e-b9ea-4a10-b5ed-1e9bdf63e572 a2acefa743de47a7af8d863d60f2a069 a2880cfdce87417e80574753e2b4468b - - default default] Project a2880cfdce87417e80574753e2b4468b 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: 511/1179] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:30 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 669/1180] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:42:30 2026] POST /v2.0/security-group-rules => generated 607 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1181] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:30 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:42:30.679 7 INFO neutron.db.securitygroups_db [None req-bc80fef8-3848-43bf-a333-47f3bddf93de a2acefa743de47a7af8d863d60f2a069 a2880cfdce87417e80574753e2b4468b - - default default] Project a2880cfdce87417e80574753e2b4468b 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: 671/1182] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:42:30 2026] POST /v2.0/security-group-rules => generated 606 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1183] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:30 2026] GET /v2.0/security-groups?tenant_id=f1325e1688b540cdaf705370dd125569&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1184] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:30 2026] DELETE /v2.0/security-groups/f2583e15-1711-4b9a-9a90-b9d55d50279e => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1185] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:30 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1186] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:31 2026] GET /v2.0/security-groups?id=d343befa-5470-4ad9-93ea-1b06c25dfaf7&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1189] 10.0.0.243 () {34 vars in 685 bytes} [Thu Apr 23 10:42:31 2026] POST /v2.0/security-groups => generated 1660 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1190] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:42:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1191] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:42:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1192] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:31 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 969 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1193] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:31 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1194] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:42:31 2026] POST /v2.0/floatingips => generated 552 bytes in 624 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1195] 10.0.0.35 () {34 vars in 1097 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-510979013&fields=id&tenant_id=a2880cfdce87417e80574753e2b4468b => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1196] 10.0.0.35 () {34 vars in 1099 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1148245995&fields=id&tenant_id=a2880cfdce87417e80574753e2b4468b => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1197] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/networks?id=6944c483-96cc-4c76-b4b4-e227a68c1c21 => generated 673 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1198] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1199] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/quotas/a2880cfdce87417e80574753e2b4468b => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1200] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/security-groups?id=d343befa-5470-4ad9-93ea-1b06c25dfaf7&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: 8|app: 0|req: 520/1201] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/ports?tenant_id=a2880cfdce87417e80574753e2b4468b&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1202] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/networks/6944c483-96cc-4c76-b4b4-e227a68c1c21?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: 683/1203] 10.0.0.243 () {32 vars in 623 bytes} [Thu Apr 23 10:42:32 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1204] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/networks/6944c483-96cc-4c76-b4b4-e227a68c1c21?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: 8|app: 0|req: 522/1205] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1206] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:33 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 684/1207] 10.0.0.243 () {32 vars in 633 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/ => generated 632 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1208] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:33 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => 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: 525/1209] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:33 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1210] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:33 2026] GET /v2.0/security-groups?id=d343befa-5470-4ad9-93ea-1b06c25dfaf7&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1211] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:33 2026] GET /v2.0/security-groups?tenant_id=55f9e2bbe5a144f0af78585263d7717e&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1212] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:34 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1213] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:34 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => 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: 688/1214] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:34 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1215] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:34 2026] DELETE /v2.0/security-groups/6d709ee2-363e-4d97-8ea2-c320da9985ea => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1216] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:34 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1217] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:35 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1218] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:35 2026] GET /v2.0/security-groups?id=d343befa-5470-4ad9-93ea-1b06c25dfaf7&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: 692/1219] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:42:35 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => 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: 693/1220] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:35 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:35.556 7 INFO neutron_taas.services.taas.taas_plugin [req-eede75b3-8d0b-4eae-88bc-c72d44d7f69d req-a643d06e-e67b-4f4d-871e-111810422cdc 6d090b501438468587497bd244059ab4 e213d624a2074c8e9ac0f7ff0df87ed3 - - default default] TaaS: Handle Delete Port: 0ddf9639-7573-45a6-b700-2be9f3acd24f 2026-04-23 10:42:35.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eede75b3-8d0b-4eae-88bc-c72d44d7f69d req-a643d06e-e67b-4f4d-871e-111810422cdc 6d090b501438468587497bd244059ab4 e213d624a2074c8e9ac0f7ff0df87ed3 - - default default] Tap Mirror: Handle Delete Port: 0ddf9639-7573-45a6-b700-2be9f3acd24f 2026-04-23 10:42:35.589 8 INFO neutron.db.l3_db [None req-95b8761b-bc2e-49c2-af12-e3ffdeba61db eceb6b4ce1e9495c80c75b4590962c7c 93195366370d4b82b1e17b929f24ea83 - - default default] Floating IP ae80c8cc-182b-4f7d-bc97-044684fa5cb6 associated. External IP: 10.96.250.204, port: b76d4c59-9ed1-45ba-8264-ab40ed31d451. [pid: 7|app: 0|req: 694/1221] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:42:35 2026] DELETE /v2.0/ports/0ddf9639-7573-45a6-b700-2be9f3acd24f => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:42:35.794 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-941621df-00b4-4acf-a6ec-34f8e60b797f'] response: {'server_uuid': '0dab1338-47f3-4c58-a9d2-3184c68cdc43', 'name': 'network-vif-deleted', 'tag': '0ddf9639-7573-45a6-b700-2be9f3acd24f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 528/1222] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:42:34 2026] PUT /v2.0/floatingips/ae80c8cc-182b-4f7d-bc97-044684fa5cb6 => generated 855 bytes in 1568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:42:36.062 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ad056bf-3f01-48ab-817b-ee8586cce910'] response: {'name': 'network-changed', 'server_uuid': 'a1af7431-2381-45f9-adba-9ec8f9dc1e5d', 'tag': 'b76d4c59-9ed1-45ba-8264-ab40ed31d451', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 695/1223] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:36 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => 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: 529/1224] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:36 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => 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: 696/1225] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:42:36 2026] GET /v2.0/ports?tenant_id=93195366370d4b82b1e17b929f24ea83&device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1226] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:42:36 2026] GET /v2.0/networks?id=b5f520b7-2de2-48d4-b8fe-5b75413603fc => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1227] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:42:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b76d4c59-9ed1-45ba-8264-ab40ed31d451 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1228] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:42:36 2026] GET /v2.0/subnets?id=65d6b058-9412-45ec-8016-6cdce48455c9 => generated 694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1229] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:42:36 2026] GET /v2.0/ports?network_id=b5f520b7-2de2-48d4-b8fe-5b75413603fc&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1230] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:42:36 2026] GET /v2.0/networks/b5f520b7-2de2-48d4-b8fe-5b75413603fc?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1231] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:42:36 2026] GET /v2.0/networks/b5f520b7-2de2-48d4-b8fe-5b75413603fc?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: 533/1232] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:37 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => 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: 700/1233] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:37 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => 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: 534/1234] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:42:37 2026] GET /v2.0/networks?id=6944c483-96cc-4c76-b4b4-e227a68c1c21 => 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: 701/1235] 199.19.213.74 () {34 vars in 1049 bytes} [Thu Apr 23 10:42:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a2880cfdce87417e80574753e2b4468b => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1236] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:42:38 2026] POST /v2.0/ports => generated 993 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1237] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:38 2026] GET /v2.0/ports?device_id=0dab1338-47f3-4c58-a9d2-3184c68cdc43 => 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: 703/1238] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:38 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 996 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1239] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:42:38 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1240] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:42:38 2026] PUT /v2.0/ports/3be15bdc-b9d7-4e6e-b647-2c6d307a4827 => generated 1274 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:42:39.123 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-634fcfe4-8392-473f-bb17-2061198c4668'] response: {'name': 'network-changed', 'server_uuid': '438fc50a-f858-4163-966b-ac4507484e0c', 'tag': '3be15bdc-b9d7-4e6e-b647-2c6d307a4827', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 705/1241] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:42:39 2026] GET /v2.0/ports?tenant_id=a2880cfdce87417e80574753e2b4468b&device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1277 bytes in 53 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: 537/1242] 199.19.213.74 () {34 vars in 1017 bytes} [Thu Apr 23 10:42:39 2026] GET /v2.0/networks?tenant_id=a2880cfdce87417e80574753e2b4468b&shared=False => generated 769 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1243] 199.19.213.74 () {34 vars in 929 bytes} [Thu Apr 23 10:42:39 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) [pid: 8|app: 0|req: 538/1244] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:39 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1245] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:42:39 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1246] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:40 2026] GET /v2.0/security-groups?tenant_id=9fc1f14a470649b5beb992e1f325a4a6&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1247] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:40 2026] DELETE /v2.0/security-groups/e4a71e6f-c052-4f01-a623-4d94ae849166 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1248] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:42:40 2026] GET /v2.0/ports?tenant_id=a2880cfdce87417e80574753e2b4468b&device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1249] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:42:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=3be15bdc-b9d7-4e6e-b647-2c6d307a4827 => 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: 711/1250] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:40 2026] GET /v2.0/security-groups?tenant_id=245c00bd3f504b9fb209f7a493688a21&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1251] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:42:41 2026] GET /v2.0/subnets?id=857cb57d-bf59-4e4b-ba07-b5c576198c62 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1252] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:41 2026] DELETE /v2.0/security-groups/c74179ca-04b2-4450-a2e8-a6d0eee60ffb => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:42:41.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-f827444f-5e77-4ab6-9c87-086027cfed35 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: f1ea4464-bfbb-417e-bc00-5eba75a94a91 [pid: 7|app: 0|req: 714/1253] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:42:41 2026] GET /v2.0/ports?network_id=6944c483-96cc-4c76-b4b4-e227a68c1c21&device_owner=network%3Adhcp => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:42:41.227 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f827444f-5e77-4ab6-9c87-086027cfed35 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: f1ea4464-bfbb-417e-bc00-5eba75a94a91 [pid: 7|app: 0|req: 715/1254] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:41 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1255] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:42:41 2026] GET /v2.0/networks/6944c483-96cc-4c76-b4b4-e227a68c1c21?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: 717/1256] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:42:41 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1257] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:42:41 2026] GET /v2.0/networks/6944c483-96cc-4c76-b4b4-e227a68c1c21?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1258] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:42:40 2026] PUT /v2.0/routers/7e67fd7a-d612-42ba-bb2e-0e885608d33e/remove_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:42:42.097 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d0833aa-cdae-41ee-8943-16057d117f39 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 933a9c50-34ba-497c-8c4e-6985f538cf77 2026-04-23 10:42:42.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d0833aa-cdae-41ee-8943-16057d117f39 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 933a9c50-34ba-497c-8c4e-6985f538cf77 2026-04-23 10:42:42.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d0833aa-cdae-41ee-8943-16057d117f39 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 24ece55b-5322-4c48-b25f-cdfe16927c35 2026-04-23 10:42:42.417 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d0833aa-cdae-41ee-8943-16057d117f39 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 24ece55b-5322-4c48-b25f-cdfe16927c35 [pid: 8|app: 0|req: 541/1259] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:42 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1008 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1260] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:42:42 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:42:42.867 7 INFO neutron.services.segments.plugin [-] Segment 892d1436-f23a-4d22-bf43-5ba8763c3b5f resource provider aggregate not found 2026-04-23 10:42:42.871 7 INFO neutron.services.segments.plugin [-] Segment 892d1436-f23a-4d22-bf43-5ba8763c3b5f resource provider aggregate not found 2026-04-23 10:42:42.897 7 INFO neutron.services.segments.plugin [-] Segment 892d1436-f23a-4d22-bf43-5ba8763c3b5f 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 892d1436-f23a-4d22-bf43-5ba8763c3b5f found for delete ", "request_id": "req-c8e0d172-ad1b-45c1-a5b1-c2f3ceca8f83"}]} 2026-04-23 10:42:42.903 7 INFO neutron.services.segments.plugin [-] Segment 892d1436-f23a-4d22-bf43-5ba8763c3b5f 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 892d1436-f23a-4d22-bf43-5ba8763c3b5f found for delete ", "request_id": "req-ccd23477-40fd-40e8-83b2-0f99429a9b20"}]} 2026-04-23 10:42:42.907 7 INFO neutron.db.l3_hamode_db [None req-5d0833aa-cdae-41ee-8943-16057d117f39 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] HA network 45ddefd5-5471-447d-9606-a3ce81fd209a was deleted as no HA routers are present in tenant e213d624a2074c8e9ac0f7ff0df87ed3. [pid: 7|app: 0|req: 719/1261] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:41 2026] DELETE /v2.0/routers/7e67fd7a-d612-42ba-bb2e-0e885608d33e => generated 0 bytes in 1036 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1262] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:42:42 2026] DELETE /v2.0/subnets/f8451a42-6d40-4a10-b0e1-0dcd0c52d365 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:42:43.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-40d2c6de-a676-4b46-b4f6-cdfda39b1fff 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 600c7af2-2b28-4844-9ba9-eafbd1f85a0f 2026-04-23 10:42:43.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40d2c6de-a676-4b46-b4f6-cdfda39b1fff 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 600c7af2-2b28-4844-9ba9-eafbd1f85a0f [pid: 7|app: 0|req: 720/1263] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:42:43 2026] DELETE /v2.0/networks/0c80a179-ad5f-4b03-90aa-f602fca877fa => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1264] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:43 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1008 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1265] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:43 2026] GET /v2.0/security-groups?tenant_id=e213d624a2074c8e9ac0f7ff0df87ed3&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1266] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:42:43 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1267] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:43 2026] DELETE /v2.0/security-groups/d343befa-5470-4ad9-93ea-1b06c25dfaf7 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1268] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:42:44 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1269] 199.19.213.74 () {34 vars in 1123 bytes} [Thu Apr 23 10:42:44 2026] GET /v2.0/security-groups?id=0f21e299-27b9-4d26-9afe-db42166a4076&id=bc3b0718-4e58-42df-a76e-1b04745e30dd&fields=id&fields=name => generated 206 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1270] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:44 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1271] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:42:44 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:42:44.935 7 INFO neutron.services.segments.plugin [-] Segment be4ea185-dd3d-43a1-b7ef-b216d694ea7c resource provider aggregate not found 2026-04-23 10:42:44.941 7 INFO neutron.services.segments.plugin [-] Segment be4ea185-dd3d-43a1-b7ef-b216d694ea7c resource provider aggregate not found 2026-04-23 10:42:44.960 7 INFO neutron.services.segments.plugin [-] Segment be4ea185-dd3d-43a1-b7ef-b216d694ea7c 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 be4ea185-dd3d-43a1-b7ef-b216d694ea7c found for delete ", "request_id": "req-a1f88d0a-1668-4d5c-8553-3e70e8081789"}]} 2026-04-23 10:42:44.970 7 INFO neutron.services.segments.plugin [-] Segment be4ea185-dd3d-43a1-b7ef-b216d694ea7c 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 be4ea185-dd3d-43a1-b7ef-b216d694ea7c found for delete ", "request_id": "req-16e61201-e302-4712-9f27-92235afaf891"}]} [pid: 7|app: 0|req: 725/1272] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:45 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1008 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1273] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:42:46 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1274] 10.0.0.243 () {34 vars in 684 bytes} [Thu Apr 23 10:42:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1277] 10.0.0.243 () {34 vars in 684 bytes} [Thu Apr 23 10:42:46 2026] POST /v2.0/security-groups => generated 1601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1278] 10.0.0.243 () {34 vars in 684 bytes} [Thu Apr 23 10:42:46 2026] POST /v2.0/security-groups => generated 1601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1279] 10.0.0.243 () {34 vars in 684 bytes} [Thu Apr 23 10:42:46 2026] POST /v2.0/security-groups => generated 1601 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1280] 10.0.0.243 () {34 vars in 684 bytes} [Thu Apr 23 10:42:46 2026] POST /v2.0/security-groups => generated 1601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1281] 10.0.0.243 () {34 vars in 767 bytes} [Thu Apr 23 10:42:46 2026] PUT /v2.0/security-groups/3436a3ac-ca1b-448f-a06f-c12467d53555/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1282] 10.0.0.243 () {34 vars in 767 bytes} [Thu Apr 23 10:42:47 2026] PUT /v2.0/security-groups/7f895cad-6e89-4891-913b-9861929fbaf1/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1283] 10.0.0.243 () {34 vars in 767 bytes} [Thu Apr 23 10:42:47 2026] PUT /v2.0/security-groups/d8552d7e-9c38-45f2-925c-0fbfc3639508/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1284] 10.0.0.243 () {34 vars in 767 bytes} [Thu Apr 23 10:42:47 2026] PUT /v2.0/security-groups/3778614e-0586-4895-8ca6-1270765d6d9a/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1285] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1010 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1286] 10.0.0.243 () {32 vars in 680 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1287] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1288] 10.0.0.243 () {32 vars in 694 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1289] 10.0.0.243 () {32 vars in 690 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1290] 10.0.0.243 () {32 vars in 702 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1291] 10.0.0.243 () {32 vars in 688 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1292] 10.0.0.243 () {32 vars in 702 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1293] 10.0.0.243 () {32 vars in 698 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1294] 10.0.0.243 () {32 vars in 710 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1295] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:47 2026] DELETE /v2.0/security-groups/3436a3ac-ca1b-448f-a06f-c12467d53555 => 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: 736/1296] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:47 2026] DELETE /v2.0/security-groups/7f895cad-6e89-4891-913b-9861929fbaf1 => 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: 561/1297] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:47 2026] DELETE /v2.0/security-groups/d8552d7e-9c38-45f2-925c-0fbfc3639508 => 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: 737/1298] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:48 2026] DELETE /v2.0/security-groups/3778614e-0586-4895-8ca6-1270765d6d9a => 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: 562/1299] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:48 2026] DELETE /v2.0/security-groups/700604aa-3bf2-4523-9b9e-78d41c9a578e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1300] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:48 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1301] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:42:48 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1302] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:48 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:42:49.053 8 INFO neutron.db.l3_db [None req-16498eef-372e-40d3-b82a-8fdd753bdd4f a2acefa743de47a7af8d863d60f2a069 a2880cfdce87417e80574753e2b4468b - - default default] Floating IP 7948ec92-dbde-4c2b-82ff-712b829724bc associated. External IP: 10.96.250.216, port: 3be15bdc-b9d7-4e6e-b647-2c6d307a4827. [pid: 8|app: 0|req: 564/1303] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:42:48 2026] PUT /v2.0/floatingips/7948ec92-dbde-4c2b-82ff-712b829724bc => generated 855 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:42:49.511 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-37df6f0c-c919-41e4-a17f-195928b4aca2'] response: {'name': 'network-changed', 'server_uuid': '438fc50a-f858-4163-966b-ac4507484e0c', 'tag': '3be15bdc-b9d7-4e6e-b647-2c6d307a4827', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 740/1304] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:49 2026] GET /v2.0/security-groups?tenant_id=243897d60a7d4907800a1ad6bff7c65e&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1305] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:49 2026] DELETE /v2.0/security-groups/b8895637-adeb-4cbb-8a46-687061760afc => 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: 741/1306] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:49 2026] GET /v2.0/security-groups?tenant_id=894360ccaf814e71a57b2a329d901780&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: 566/1307] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:49 2026] DELETE /v2.0/security-groups/ffc0c342-4910-48c9-926f-7e23d13ecd9d => 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: 742/1308] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:42:50 2026] GET /v2.0/ports?tenant_id=a2880cfdce87417e80574753e2b4468b&device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1279 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1309] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:42:50 2026] GET /v2.0/networks?id=6944c483-96cc-4c76-b4b4-e227a68c1c21 => generated 769 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1310] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:42:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=3be15bdc-b9d7-4e6e-b647-2c6d307a4827 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1311] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:42:50 2026] GET /v2.0/subnets?id=857cb57d-bf59-4e4b-ba07-b5c576198c62 => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1312] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:42:50 2026] GET /v2.0/ports?network_id=6944c483-96cc-4c76-b4b4-e227a68c1c21&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: 569/1313] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:42:50 2026] GET /v2.0/networks/6944c483-96cc-4c76-b4b4-e227a68c1c21?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: 570/1314] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:42:50 2026] GET /v2.0/networks/6944c483-96cc-4c76-b4b4-e227a68c1c21?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: 745/1315] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:50 2026] GET /v2.0/security-groups?tenant_id=6514b89b5a1546058b919d9e8a7978b9&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1316] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:50 2026] DELETE /v2.0/security-groups/a5228a36-09bf-44b6-9d5d-d6a01f311981 => generated 0 bytes in 395 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1317] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:42:55 2026] GET /v2.0/security-groups?tenant_id=f1923f2259f64990a498b140d3c5bc6e&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1318] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:42:55 2026] DELETE /v2.0/security-groups/43b2c446-bae7-4a1e-b35d-787ac7b49fbd => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:42:55.838 8 INFO neutron.db.segments_db [None req-7e1c8eea-1634-4caa-aefb-7e83e300fb2d 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] Added segment 29361efa-1fe8-4fb3-855f-317d01345f9f of type vxlan for network cd257b33-f340-48e9-a181-811ceebe7668 [pid: 8|app: 0|req: 572/1319] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:42:55 2026] POST /v2.0/networks => generated 612 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1320] 10.0.0.144 () {34 vars in 990 bytes} [Thu Apr 23 10:42:56 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 1240 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1321] 10.0.0.243 () {34 vars in 664 bytes} [Thu Apr 23 10:42:55 2026] POST /v2.0/ports => generated 743 bytes in 374 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: 574/1322] 10.0.0.144 () {34 vars in 1040 bytes} [Thu Apr 23 10:42:56 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 749/1323] 10.0.0.243 () {34 vars in 666 bytes} [Thu Apr 23 10:42:56 2026] POST /v2.0/trunks => generated 407 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:56.611 8 INFO neutron.db.segments_db [None req-7d01cae0-d60b-403a-9625-b98d6ab17ad8 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] Added segment 93dc1125-47b5-4921-bd11-4d3b7ea6f2e9 of type vxlan for network 4002ae70-a86e-4f7f-a308-1c61184c8727 [pid: 8|app: 0|req: 575/1324] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:42:56 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1325] 10.0.0.243 () {34 vars in 664 bytes} [Thu Apr 23 10:42:56 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1326] 10.0.0.243 () {34 vars in 666 bytes} [Thu Apr 23 10:42:57 2026] POST /v2.0/trunks => generated 407 bytes in 248 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-04-23 10:42:57.353 7 INFO neutron.db.segments_db [None req-ae0ac930-80e5-405b-9843-5791add44103 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] Added segment 5d41156d-7acf-4df1-be6a-810d293a3d54 of type vxlan for network 1e21a354-a78c-4955-8416-fb01afd9e112 [pid: 7|app: 0|req: 751/1327] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:42:57 2026] POST /v2.0/networks => generated 612 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1328] 10.0.0.243 () {34 vars in 664 bytes} [Thu Apr 23 10:42:57 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1329] 10.0.0.243 () {34 vars in 666 bytes} [Thu Apr 23 10:42:57 2026] POST /v2.0/trunks => generated 407 bytes in 177 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-04-23 10:42:58.000 8 INFO neutron.db.segments_db [None req-6ab3c800-da24-4dc9-a74f-a4c78d2a7d45 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] Added segment 1c2d5a57-e8f0-4490-9b52-a414efe2d743 of type vxlan for network 8d4e069d-3623-4e11-9514-618208c06ff6 [pid: 8|app: 0|req: 578/1330] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:42:57 2026] POST /v2.0/networks => generated 612 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1331] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:42:58 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1010 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1332] 10.0.0.243 () {34 vars in 664 bytes} [Thu Apr 23 10:42:58 2026] POST /v2.0/ports => generated 743 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: 754/1333] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:42:58 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1334] 10.0.0.243 () {34 vars in 666 bytes} [Thu Apr 23 10:42:58 2026] POST /v2.0/trunks => generated 407 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:58.740 8 INFO neutron.db.segments_db [None req-64d7a595-f331-4af8-b7b8-edb6325807ad 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] Added segment 5422a98c-3384-4656-950f-72ba7fe8f197 of type vxlan for network 3deef50b-7af5-47a3-ab81-97b41a92f81d [pid: 8|app: 0|req: 581/1335] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:42:58 2026] POST /v2.0/networks => generated 612 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1336] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:42:58 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1279 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1337] 10.0.0.243 () {32 vars in 858 bytes} [Thu Apr 23 10:42:58 2026] GET /v2.0/floatingips?floating_network_id=53c27051-0379-44f0-8fec-946c889d5410&port_id=3be15bdc-b9d7-4e6e-b647-2c6d307a4827 => generated 860 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1338] 10.0.0.243 () {34 vars in 664 bytes} [Thu Apr 23 10:42:58 2026] POST /v2.0/ports => generated 743 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1339] 10.0.0.243 () {34 vars in 666 bytes} [Thu Apr 23 10:42:59 2026] POST /v2.0/trunks => generated 407 bytes in 169 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: 583/1340] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:42:59 2026] PUT /v2.0/trunks/52a0780b-63f2-484c-ae20-728e0b10a8c7/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1341] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:42:59 2026] PUT /v2.0/trunks/1647c27c-832e-49af-a6a5-b86b6804f1eb/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1342] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:42:59 2026] PUT /v2.0/trunks/226ea1b1-f83c-48a8-91f7-4d0c5c3aca2b/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: 759/1343] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:42:59 2026] PUT /v2.0/trunks/f8922958-e338-43e8-829e-0a99eae47b91/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1344] 10.0.0.243 () {32 vars in 662 bytes} [Thu Apr 23 10:42:59 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: 760/1345] 10.0.0.243 () {32 vars in 676 bytes} [Thu Apr 23 10:42:59 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1346] 10.0.0.243 () {32 vars in 672 bytes} [Thu Apr 23 10:42:59 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1347] 10.0.0.243 () {32 vars in 684 bytes} [Thu Apr 23 10:42:59 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1348] 10.0.0.243 () {32 vars in 670 bytes} [Thu Apr 23 10:42:59 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1349] 10.0.0.243 () {32 vars in 684 bytes} [Thu Apr 23 10:42:59 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1350] 10.0.0.144 () {34 vars in 990 bytes} [Thu Apr 23 10:42:59 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1351] 10.0.0.243 () {32 vars in 680 bytes} [Thu Apr 23 10:42:59 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1352] 10.0.0.243 () {32 vars in 692 bytes} [Thu Apr 23 10:42:59 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1353] 10.0.0.144 () {34 vars in 1120 bytes} [Thu Apr 23 10:42:59 2026] GET /v2.0/security-groups?id=0f21e299-27b9-4d26-9afe-db42166a4076&id=bc3b0718-4e58-42df-a76e-1b04745e30dd&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1354] 10.0.0.243 () {32 vars in 719 bytes} [Thu Apr 23 10:42:59 2026] GET /v2.0/trunks/52a0780b-63f2-484c-ae20-728e0b10a8c7 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1355] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:42:59 2026] GET /v2.0/ports/0fdd93ec-d996-404c-852d-99398a5795f0 => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1356] 10.0.0.243 () {32 vars in 722 bytes} [Thu Apr 23 10:42:59 2026] DELETE /v2.0/trunks/52a0780b-63f2-484c-ae20-728e0b10a8c7 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1357] 10.0.0.243 () {32 vars in 719 bytes} [Thu Apr 23 10:42:59 2026] GET /v2.0/trunks/1647c27c-832e-49af-a6a5-b86b6804f1eb => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1358] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:43:00 2026] GET /v2.0/ports/e5b8e418-24ec-449c-9708-e17d6772e217 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1359] 10.0.0.243 () {32 vars in 722 bytes} [Thu Apr 23 10:43:00 2026] DELETE /v2.0/trunks/1647c27c-832e-49af-a6a5-b86b6804f1eb => 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: 594/1360] 10.0.0.243 () {32 vars in 719 bytes} [Thu Apr 23 10:43:00 2026] GET /v2.0/trunks/226ea1b1-f83c-48a8-91f7-4d0c5c3aca2b => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1361] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:43:00 2026] GET /v2.0/ports/6b3b782f-be99-4a1a-8bfb-6bc812973fcf => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1362] 10.0.0.243 () {32 vars in 722 bytes} [Thu Apr 23 10:43:00 2026] DELETE /v2.0/trunks/226ea1b1-f83c-48a8-91f7-4d0c5c3aca2b => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1363] 10.0.0.243 () {32 vars in 719 bytes} [Thu Apr 23 10:43:00 2026] GET /v2.0/trunks/f8922958-e338-43e8-829e-0a99eae47b91 => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1364] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:43:00 2026] GET /v2.0/ports/8a826be1-badb-40a4-906a-6a504e864f2f => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1365] 10.0.0.243 () {32 vars in 722 bytes} [Thu Apr 23 10:43:00 2026] DELETE /v2.0/trunks/f8922958-e338-43e8-829e-0a99eae47b91 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1366] 10.0.0.243 () {32 vars in 719 bytes} [Thu Apr 23 10:43:00 2026] GET /v2.0/trunks/d7a766d5-cec3-4773-805f-acfccf15d587 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:00.506 7 INFO neutron.db.segments_db [None req-d47c4e45-b5eb-4a34-98f0-bac291cb35f6 71eeba651b8143c18e0887843f3b1a29 34089dfc78604304acf4b87057fbde9f - - default default] Added segment a0b5a0db-e8ac-49e3-89a8-50be5b54d6d1 of type vxlan for network 5b4ea03f-38fb-4fbf-be6a-7dac05d48eef [pid: 8|app: 0|req: 601/1367] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:43:00 2026] GET /v2.0/ports/26787392-b82b-40b3-915b-c8bb1a4c4631 => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1368] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:00 2026] POST /v2.0/networks => generated 707 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1369] 10.0.0.243 () {32 vars in 722 bytes} [Thu Apr 23 10:43:00 2026] DELETE /v2.0/trunks/d7a766d5-cec3-4773-805f-acfccf15d587 => 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: 768/1370] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:00 2026] POST /v2.0/subnets => generated 644 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:00.752 8 INFO neutron_taas.services.taas.taas_plugin [None req-fcba3c8f-5e82-4181-a2a4-b0273db6d17b 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] TaaS: Handle Delete Port: 0fdd93ec-d996-404c-852d-99398a5795f0 2026-04-23 10:43:00.756 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcba3c8f-5e82-4181-a2a4-b0273db6d17b 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] Tap Mirror: Handle Delete Port: 0fdd93ec-d996-404c-852d-99398a5795f0 2026-04-23 10:43:00.764 7 WARNING neutron.api.v2.base [None req-251ad1c1-daed-4ef9-acc2-1cdfa1181c10 71eeba651b8143c18e0887843f3b1a29 34089dfc78604304acf4b87057fbde9f - - 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-04-23 10:43:00.765 7 INFO neutron.api.v2.resource [None req-251ad1c1-daed-4ef9-acc2-1cdfa1181c10 71eeba651b8143c18e0887843f3b1a29 34089dfc78604304acf4b87057fbde9f - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 769/1371] 10.0.0.243 () {34 vars in 681 bytes} [Thu Apr 23 10:43:00 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1372] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:43:00 2026] DELETE /v2.0/ports/0fdd93ec-d996-404c-852d-99398a5795f0 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:00.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-29d97ff0-d729-4597-b923-9a839f86dae6 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] TaaS: Handle Delete Port: e5b8e418-24ec-449c-9708-e17d6772e217 2026-04-23 10:43:00.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29d97ff0-d729-4597-b923-9a839f86dae6 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] Tap Mirror: Handle Delete Port: e5b8e418-24ec-449c-9708-e17d6772e217 2026-04-23 10:43:00.942 7 INFO neutron.services.segments.plugin [-] Segment a0b5a0db-e8ac-49e3-89a8-50be5b54d6d1 resource provider aggregate not found 2026-04-23 10:43:00.952 7 INFO neutron.services.segments.plugin [-] Segment a0b5a0db-e8ac-49e3-89a8-50be5b54d6d1 resource provider aggregate not found 2026-04-23 10:43:00.969 7 INFO neutron.services.segments.plugin [-] Segment a0b5a0db-e8ac-49e3-89a8-50be5b54d6d1 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 a0b5a0db-e8ac-49e3-89a8-50be5b54d6d1 found for delete ", "request_id": "req-06d2f4dd-b57c-4a84-a1c5-166585ce99e4"}]} 2026-04-23 10:43:00.978 7 INFO neutron.services.segments.plugin [-] Segment a0b5a0db-e8ac-49e3-89a8-50be5b54d6d1 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 a0b5a0db-e8ac-49e3-89a8-50be5b54d6d1 found for delete ", "request_id": "req-ac238f11-dd51-4c63-a2b4-c89629fd804d"}]} [pid: 7|app: 0|req: 770/1373] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:00 2026] DELETE /v2.0/networks/5b4ea03f-38fb-4fbf-be6a-7dac05d48eef => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1374] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:43:00 2026] DELETE /v2.0/ports/e5b8e418-24ec-449c-9708-e17d6772e217 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:01.052 7 INFO neutron.db.segments_db [None req-546258b4-2931-4716-99e8-2008766d0441 71eeba651b8143c18e0887843f3b1a29 34089dfc78604304acf4b87057fbde9f - - default default] Added segment 24779af9-22fd-4fef-8f39-24e777f0660b of type vxlan for network 7a243220-ca4f-47dd-bba7-e9e1f87c4679 2026-04-23 10:43:01.146 8 INFO neutron_taas.services.taas.taas_plugin [None req-125757ad-fb63-4136-9a11-69d79aa69a62 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] TaaS: Handle Delete Port: 6b3b782f-be99-4a1a-8bfb-6bc812973fcf [pid: 7|app: 0|req: 771/1375] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:00 2026] POST /v2.0/networks => generated 707 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:01.149 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-125757ad-fb63-4136-9a11-69d79aa69a62 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] Tap Mirror: Handle Delete Port: 6b3b782f-be99-4a1a-8bfb-6bc812973fcf [pid: 8|app: 0|req: 605/1376] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:43:01 2026] DELETE /v2.0/ports/6b3b782f-be99-4a1a-8bfb-6bc812973fcf => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:01.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f683f42-668c-44bf-b6c1-8c1b025932a8 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] TaaS: Handle Delete Port: 8a826be1-badb-40a4-906a-6a504e864f2f [pid: 7|app: 0|req: 772/1377] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:01 2026] POST /v2.0/subnets => generated 647 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:01.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f683f42-668c-44bf-b6c1-8c1b025932a8 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] Tap Mirror: Handle Delete Port: 8a826be1-badb-40a4-906a-6a504e864f2f 2026-04-23 10:43:01.363 7 WARNING neutron.api.v2.base [None req-f593fce9-c8d5-4506-9e2c-25b2a88443e4 71eeba651b8143c18e0887843f3b1a29 34089dfc78604304acf4b87057fbde9f - - 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-04-23 10:43:01.363 7 INFO neutron.api.v2.resource [None req-f593fce9-c8d5-4506-9e2c-25b2a88443e4 71eeba651b8143c18e0887843f3b1a29 34089dfc78604304acf4b87057fbde9f - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 773/1378] 10.0.0.243 () {34 vars in 681 bytes} [Thu Apr 23 10:43:01 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1379] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:43:01 2026] DELETE /v2.0/ports/8a826be1-badb-40a4-906a-6a504e864f2f => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:01.579 8 INFO neutron_taas.services.taas.taas_plugin [None req-b34bc533-a894-40b3-bd4e-056278274196 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] TaaS: Handle Delete Port: 26787392-b82b-40b3-915b-c8bb1a4c4631 2026-04-23 10:43:01.581 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b34bc533-a894-40b3-bd4e-056278274196 5433912afe3d48f58d50ef59c9c874a3 c1122446a72e4eb09f21a78123802d5a - - default default] Tap Mirror: Handle Delete Port: 26787392-b82b-40b3-915b-c8bb1a4c4631 [pid: 7|app: 0|req: 774/1382] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:01 2026] DELETE /v2.0/networks/7a243220-ca4f-47dd-bba7-e9e1f87c4679 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:01.659 7 INFO neutron.db.segments_db [None req-ec419c6e-5828-4dfd-8a38-c718ef250d60 71eeba651b8143c18e0887843f3b1a29 34089dfc78604304acf4b87057fbde9f - - default default] Added segment b7e2678c-debb-4250-8293-ac90e2420150 of type vxlan for network d3f73ceb-100b-4b39-b7c4-608f4deaec8f [pid: 8|app: 0|req: 609/1383] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:43:01 2026] DELETE /v2.0/ports/26787392-b82b-40b3-915b-c8bb1a4c4631 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1384] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:01 2026] POST /v2.0/networks => generated 708 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:01.794 8 INFO neutron.services.segments.plugin [-] Segment 29361efa-1fe8-4fb3-855f-317d01345f9f resource provider aggregate not found 2026-04-23 10:43:01.801 8 INFO neutron.services.segments.plugin [-] Segment 29361efa-1fe8-4fb3-855f-317d01345f9f resource provider aggregate not found 2026-04-23 10:43:01.812 8 INFO neutron.services.segments.plugin [-] Segment 29361efa-1fe8-4fb3-855f-317d01345f9f 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 29361efa-1fe8-4fb3-855f-317d01345f9f found for delete ", "request_id": "req-ca07fc00-1156-4c7a-951f-afc6624db960"}]} 2026-04-23 10:43:01.815 8 INFO neutron.services.segments.plugin [-] Segment 29361efa-1fe8-4fb3-855f-317d01345f9f 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 29361efa-1fe8-4fb3-855f-317d01345f9f found for delete ", "request_id": "req-d75b3583-9a23-4d30-9d32-26f6de04734d"}]} [pid: 8|app: 0|req: 610/1385] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:01 2026] DELETE /v2.0/networks/cd257b33-f340-48e9-a181-811ceebe7668 => 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: 776/1386] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:01 2026] POST /v2.0/subnets => generated 647 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1387] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:01 2026] DELETE /v2.0/networks/4002ae70-a86e-4f7f-a308-1c61184c8727 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1388] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:01 2026] DELETE /v2.0/networks/1e21a354-a78c-4955-8416-fb01afd9e112 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1389] 10.0.0.243 () {34 vars in 681 bytes} [Thu Apr 23 10:43:01 2026] POST /v2.0/rbac-policies => generated 324 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1390] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:02 2026] DELETE /v2.0/networks/8d4e069d-3623-4e11-9514-618208c06ff6 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1391] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:02 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1392] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:43:02 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1393] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:02 2026] DELETE /v2.0/networks/3deef50b-7af5-47a3-ab81-97b41a92f81d => 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: 616/1394] 10.0.0.243 () {32 vars in 723 bytes} [Thu Apr 23 10:43:02 2026] GET /v2.0/networks/d3f73ceb-100b-4b39-b7c4-608f4deaec8f => generated 655 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:02.995 7 INFO neutron.services.segments.plugin [-] Segment 24779af9-22fd-4fef-8f39-24e777f0660b resource provider aggregate not found 2026-04-23 10:43:03.001 7 INFO neutron.services.segments.plugin [-] Segment 24779af9-22fd-4fef-8f39-24e777f0660b resource provider aggregate not found 2026-04-23 10:43:03.016 7 INFO neutron.services.segments.plugin [-] Segment 24779af9-22fd-4fef-8f39-24e777f0660b 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 24779af9-22fd-4fef-8f39-24e777f0660b found for delete ", "request_id": "req-4a6816e6-94ea-4408-812c-b6296d152dd2"}]} 2026-04-23 10:43:03.021 7 INFO neutron.services.segments.plugin [-] Segment 24779af9-22fd-4fef-8f39-24e777f0660b 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 24779af9-22fd-4fef-8f39-24e777f0660b found for delete ", "request_id": "req-348ac7b0-02ea-413f-913a-e30f9e69d360"}]} 2026-04-23 10:43:03.035 7 INFO neutron.services.segments.plugin [-] Segment 5422a98c-3384-4656-950f-72ba7fe8f197 resource provider aggregate not found 2026-04-23 10:43:03.040 7 INFO neutron.services.segments.plugin [-] Segment 5422a98c-3384-4656-950f-72ba7fe8f197 resource provider aggregate not found 2026-04-23 10:43:03.054 7 INFO neutron.services.segments.plugin [-] Segment 5422a98c-3384-4656-950f-72ba7fe8f197 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 5422a98c-3384-4656-950f-72ba7fe8f197 found for delete ", "request_id": "req-490b2279-921a-42b0-9f71-ea340809e445"}]} 2026-04-23 10:43:03.075 7 INFO neutron.services.segments.plugin [-] Segment 5422a98c-3384-4656-950f-72ba7fe8f197 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 5422a98c-3384-4656-950f-72ba7fe8f197 found for delete ", "request_id": "req-74eb7758-6e63-4ce3-8bcb-4a84118b02ff"}]} 2026-04-23 10:43:03.383 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc064ec8-1e97-49b6-92f0-abfc8f72927c aba447d34a624822b4a35be037065b22 48613820b44d453680f5e3d002d0720a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 779/1395] 10.0.0.243 () {32 vars in 723 bytes} [Thu Apr 23 10:43:03 2026] GET /v2.0/networks/d3f73ceb-100b-4b39-b7c4-608f4deaec8f => generated 138 bytes in 176 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1396] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:03 2026] GET /v2.0/security-groups?tenant_id=06f2da15d73d4d808f0ec382b0009c8d&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1397] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:03 2026] DELETE /v2.0/networks/d3f73ceb-100b-4b39-b7c4-608f4deaec8f => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1398] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:03 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1010 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:03.735 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55360a6f-aeaa-4c3f-b67c-1cb5f22ab6c8 71eeba651b8143c18e0887843f3b1a29 34089dfc78604304acf4b87057fbde9f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 782/1399] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:03 2026] DELETE /v2.0/subnets/bfb8567d-8bcf-47b3-948e-26fb03c24b2f => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1400] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:03 2026] DELETE /v2.0/security-groups/90a95be4-1160-44af-98ee-54d658f7cd2f => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:03.765 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4d07b5a-2aa1-40bf-b8eb-1c4dd47160ba 71eeba651b8143c18e0887843f3b1a29 34089dfc78604304acf4b87057fbde9f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 619/1401] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:03 2026] DELETE /v2.0/subnets/e8823b3d-d556-4dd7-8793-e9a53f1bbfaf => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1402] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:43:03 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:03.787 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fbbfcdcb-699b-4a8f-838a-cea1ea97904c 71eeba651b8143c18e0887843f3b1a29 34089dfc78604304acf4b87057fbde9f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 620/1403] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:03 2026] DELETE /v2.0/subnets/3e5f8f85-b3ce-4152-9231-ac8e632e9823 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:43:03.838 8 INFO neutron.services.segments.plugin [-] Segment 93dc1125-47b5-4921-bd11-4d3b7ea6f2e9 resource provider aggregate not found 2026-04-23 10:43:03.857 8 INFO neutron.services.segments.plugin [-] Segment 93dc1125-47b5-4921-bd11-4d3b7ea6f2e9 resource provider aggregate not found 2026-04-23 10:43:03.872 8 INFO neutron.services.segments.plugin [-] Segment 93dc1125-47b5-4921-bd11-4d3b7ea6f2e9 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 93dc1125-47b5-4921-bd11-4d3b7ea6f2e9 found for delete ", "request_id": "req-785eb9e6-f7b0-4439-a63a-1b972dbf55e8"}]} 2026-04-23 10:43:03.879 8 INFO neutron.services.segments.plugin [-] Segment 93dc1125-47b5-4921-bd11-4d3b7ea6f2e9 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 93dc1125-47b5-4921-bd11-4d3b7ea6f2e9 found for delete ", "request_id": "req-149e1726-f188-45a6-a5ac-0b8a158aa6ce"}]} 2026-04-23 10:43:03.895 8 INFO neutron.services.segments.plugin [-] Segment 5d41156d-7acf-4df1-be6a-810d293a3d54 resource provider aggregate not found 2026-04-23 10:43:03.898 8 INFO neutron.services.segments.plugin [-] Segment 5d41156d-7acf-4df1-be6a-810d293a3d54 resource provider aggregate not found 2026-04-23 10:43:03.910 8 INFO neutron.services.segments.plugin [-] Segment 5d41156d-7acf-4df1-be6a-810d293a3d54 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 5d41156d-7acf-4df1-be6a-810d293a3d54 found for delete ", "request_id": "req-ad2d6f84-e679-45a2-abfc-4b680edc12f9"}]} 2026-04-23 10:43:03.918 8 INFO neutron.services.segments.plugin [-] Segment 5d41156d-7acf-4df1-be6a-810d293a3d54 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 5d41156d-7acf-4df1-be6a-810d293a3d54 found for delete ", "request_id": "req-15338f58-440e-4153-91e3-31fd7f16e09a"}]} 2026-04-23 10:43:03.934 8 INFO neutron.services.segments.plugin [-] Segment 1c2d5a57-e8f0-4490-9b52-a414efe2d743 resource provider aggregate not found 2026-04-23 10:43:03.938 8 INFO neutron.services.segments.plugin [-] Segment 1c2d5a57-e8f0-4490-9b52-a414efe2d743 resource provider aggregate not found 2026-04-23 10:43:03.957 8 INFO neutron.services.segments.plugin [-] Segment 1c2d5a57-e8f0-4490-9b52-a414efe2d743 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 1c2d5a57-e8f0-4490-9b52-a414efe2d743 found for delete ", "request_id": "req-7a2b540e-3939-4f3d-a20a-18f6e85fe7ee"}]} [pid: 7|app: 0|req: 784/1404] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:03 2026] GET /v2.0/security-groups?tenant_id=c1122446a72e4eb09f21a78123802d5a&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:03.970 8 INFO neutron.services.segments.plugin [-] Segment 1c2d5a57-e8f0-4490-9b52-a414efe2d743 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 1c2d5a57-e8f0-4490-9b52-a414efe2d743 found for delete ", "request_id": "req-27226aab-c8c9-43d5-947b-7376bd29868c"}]} 2026-04-23 10:43:03.976 8 INFO neutron.services.segments.plugin [-] Segment b7e2678c-debb-4250-8293-ac90e2420150 resource provider aggregate not found 2026-04-23 10:43:04.006 8 INFO neutron.services.segments.plugin [-] Segment b7e2678c-debb-4250-8293-ac90e2420150 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 b7e2678c-debb-4250-8293-ac90e2420150 found for delete ", "request_id": "req-32f95c9c-d029-4b8f-a24d-918735582a9f"}]} 2026-04-23 10:43:04.007 8 INFO neutron.services.segments.plugin [-] Segment b7e2678c-debb-4250-8293-ac90e2420150 resource provider aggregate not found 2026-04-23 10:43:04.026 8 INFO neutron.services.segments.plugin [-] Segment b7e2678c-debb-4250-8293-ac90e2420150 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 b7e2678c-debb-4250-8293-ac90e2420150 found for delete ", "request_id": "req-721a38b4-656f-4c09-9d37-14e362ac2e8e"}]} [pid: 8|app: 0|req: 621/1405] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:03 2026] DELETE /v2.0/security-groups/d02f754c-decd-448a-896d-686d7373622b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1406] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:04 2026] GET /v2.0/security-groups?tenant_id=0c6b767b4f8f444d899eda9f01b60912&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1407] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:04 2026] DELETE /v2.0/security-groups/f546b579-8d6b-47d8-81c7-130a27244c5f => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1408] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:43:04 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1010 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1409] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:04 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 1008 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1410] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:04 2026] GET /v2.0/security-groups?tenant_id=34089dfc78604304acf4b87057fbde9f&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1411] 10.0.0.35 () {34 vars in 1119 bytes} [Thu Apr 23 10:43:05 2026] GET /v2.0/security-groups?id=bc3b0718-4e58-42df-a76e-1b04745e30dd&id=0f21e299-27b9-4d26-9afe-db42166a4076&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:05.098 8 INFO neutron_taas.services.taas.taas_plugin [req-542bae89-0b28-4ced-b241-09d46ac8c42b req-3006700f-224a-4307-9dda-10ec521335d4 a2acefa743de47a7af8d863d60f2a069 a2880cfdce87417e80574753e2b4468b - - default default] TaaS: Handle Delete Port: 3be15bdc-b9d7-4e6e-b647-2c6d307a4827 2026-04-23 10:43:05.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-542bae89-0b28-4ced-b241-09d46ac8c42b req-3006700f-224a-4307-9dda-10ec521335d4 a2acefa743de47a7af8d863d60f2a069 a2880cfdce87417e80574753e2b4468b - - default default] Tap Mirror: Handle Delete Port: 3be15bdc-b9d7-4e6e-b647-2c6d307a4827 [pid: 7|app: 0|req: 788/1412] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:05 2026] DELETE /v2.0/security-groups/e0d20660-21a9-4aeb-9b93-1de2cc30bb2c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:05.237 8 INFO neutron.db.l3_db [req-542bae89-0b28-4ced-b241-09d46ac8c42b req-3006700f-224a-4307-9dda-10ec521335d4 a2acefa743de47a7af8d863d60f2a069 a2880cfdce87417e80574753e2b4468b - - default default] Floating IP 7948ec92-dbde-4c2b-82ff-712b829724bc disassociated. External IP: 10.96.250.216, port: 3be15bdc-b9d7-4e6e-b647-2c6d307a4827. [pid: 7|app: 0|req: 789/1413] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:05 2026] GET /v2.0/security-groups?tenant_id=48613820b44d453680f5e3d002d0720a&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1414] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:05 2026] DELETE /v2.0/security-groups/0cb038ce-ba4a-473c-9065-40d2be45668f => 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: 625/1415] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:43:04 2026] DELETE /v2.0/ports/3be15bdc-b9d7-4e6e-b647-2c6d307a4827 => generated 0 bytes in 646 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:05.675 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5bfdeb17-65af-4c53-a636-d423265e6916'] response: {'server_uuid': '438fc50a-f858-4163-966b-ac4507484e0c', 'name': 'network-vif-deleted', 'tag': '3be15bdc-b9d7-4e6e-b647-2c6d307a4827', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 791/1416] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:05 2026] GET /v2.0/security-groups?tenant_id=5c538a3307f0408b8923bca4897533cc&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1417] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:05 2026] DELETE /v2.0/security-groups/fae3a8f0-f2e7-4027-8ee8-5b3ff9c6b7e7 => 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: 792/1418] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:06 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => 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: 627/1419] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:07 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1420] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:07 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 628/1421] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:07 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 794/1422] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:08 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 629/1423] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:08 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 630/1424] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:08 2026] GET /v2.0/ports?device_id=438fc50a-f858-4163-966b-ac4507484e0c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:08.569 7 INFO neutron.db.segments_db [None req-d7bfa766-5e9c-42d4-9791-5741fcf11160 08ba6a8ae2d84dc0aacde1fbf0ce60e6 6f87fdb82e8c45dda7baa099b794973c - - default default] Added segment ebd5b972-0cf6-44ea-8e20-1a3715f387b4 of type vxlan for network 6bcd2e5c-af27-443c-9ec3-688bdc08c487 [pid: 8|app: 0|req: 631/1425] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:08 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 971 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1426] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:08 2026] POST /v2.0/networks => generated 612 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1427] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:08 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 632/1428] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:08 2026] PUT /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1429] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:08 2026] GET /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1430] 10.0.0.243 () {34 vars in 764 bytes} [Thu Apr 23 10:43:08 2026] PUT /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags/green => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1431] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:08 2026] GET /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/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: 634/1432] 10.0.0.243 () {34 vars in 760 bytes} [Thu Apr 23 10:43:08 2026] PUT /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags/red => 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: 799/1433] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:09 2026] GET /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1434] 10.0.0.243 () {34 vars in 782 bytes} [Thu Apr 23 10:43:09 2026] PUT /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1435] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:09 2026] GET /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/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: 636/1436] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:09 2026] PUT /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1437] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:09 2026] GET /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/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: 637/1438] 10.0.0.243 () {32 vars in 741 bytes} [Thu Apr 23 10:43:09 2026] GET /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:09.478 7 INFO neutron.api.v2.resource [None req-81a49ff8-a00e-4a3e-ab3e-df57daa9093d 08ba6a8ae2d84dc0aacde1fbf0ce60e6 6f87fdb82e8c45dda7baa099b794973c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 802/1439] 10.0.0.243 () {32 vars in 745 bytes} [Thu Apr 23 10:43:09 2026] GET /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1440] 10.0.0.243 () {32 vars in 744 bytes} [Thu Apr 23 10:43:09 2026] DELETE /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags/red => 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: 803/1441] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:09 2026] GET /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:09.672 7 INFO neutron.api.v2.resource [None req-629c3730-305b-4186-99d7-80d7768c6f49 08ba6a8ae2d84dc0aacde1fbf0ce60e6 6f87fdb82e8c45dda7baa099b794973c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1442] 10.0.0.243 () {32 vars in 748 bytes} [Thu Apr 23 10:43:09 2026] DELETE /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1443] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:09 2026] DELETE /v2.0/security-groups/0f21e299-27b9-4d26-9afe-db42166a4076 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:09.716 8 INFO neutron.api.v2.resource [None req-ba140b5b-05d1-4f9a-9a52-b66b7d4c4e7c a2acefa743de47a7af8d863d60f2a069 a2880cfdce87417e80574753e2b4468b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 640/1444] 10.0.0.243 () {32 vars in 737 bytes} [Thu Apr 23 10:43:09 2026] GET /v2.0/security-groups/0f21e299-27b9-4d26-9afe-db42166a4076 => 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: 805/1445] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:43:09 2026] DELETE /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags => 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: 806/1446] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:09 2026] GET /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487/tags => generated 12 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:09.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-1891f7cc-1682-4310-98f4-cc81aca020ad a2acefa743de47a7af8d863d60f2a069 a2880cfdce87417e80574753e2b4468b - - default default] TaaS: Handle Delete Port: 1281e509-a187-4543-bdbb-2d983ff31b07 2026-04-23 10:43:09.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1891f7cc-1682-4310-98f4-cc81aca020ad a2acefa743de47a7af8d863d60f2a069 a2880cfdce87417e80574753e2b4468b - - default default] Tap Mirror: Handle Delete Port: 1281e509-a187-4543-bdbb-2d983ff31b07 [pid: 7|app: 0|req: 807/1447] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:09 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:10.013 7 INFO neutron.services.segments.plugin [-] Segment ebd5b972-0cf6-44ea-8e20-1a3715f387b4 resource provider aggregate not found 2026-04-23 10:43:10.023 7 INFO neutron.services.segments.plugin [-] Segment ebd5b972-0cf6-44ea-8e20-1a3715f387b4 resource provider aggregate not found 2026-04-23 10:43:10.041 7 INFO neutron.services.segments.plugin [-] Segment ebd5b972-0cf6-44ea-8e20-1a3715f387b4 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 ebd5b972-0cf6-44ea-8e20-1a3715f387b4 found for delete ", "request_id": "req-3149d487-2fd6-4c6c-9b03-30f0c25d7ccc"}]} [pid: 8|app: 0|req: 641/1448] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:43:09 2026] DELETE /v2.0/floatingips/7948ec92-dbde-4c2b-82ff-712b829724bc => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:10.051 7 INFO neutron.services.segments.plugin [-] Segment ebd5b972-0cf6-44ea-8e20-1a3715f387b4 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 ebd5b972-0cf6-44ea-8e20-1a3715f387b4 found for delete ", "request_id": "req-202677c2-1d31-41da-8a13-41e0172be869"}]} [pid: 7|app: 0|req: 808/1449] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:09 2026] DELETE /v2.0/networks/6bcd2e5c-af27-443c-9ec3-688bdc08c487 => 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: 642/1450] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:10 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 643/1451] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:43:10 2026] GET /v2.0/ports?tenant_id=93195366370d4b82b1e17b929f24ea83&device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 1240 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1452] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:43:10 2026] GET /v2.0/networks?id=b5f520b7-2de2-48d4-b8fe-5b75413603fc => generated 772 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1453] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:10 2026] DELETE /v2.0/security-groups/bc3b0718-4e58-42df-a76e-1b04745e30dd => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1454] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:43:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b76d4c59-9ed1-45ba-8264-ab40ed31d451 => generated 860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1455] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:43:10 2026] GET /v2.0/subnets?id=65d6b058-9412-45ec-8016-6cdce48455c9 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:10.709 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6c69645-d493-4f99-8d03-ddc628eeb654 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 4d9de470-ddf7-4833-a8f0-1c96c19b5dc6 2026-04-23 10:43:10.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6c69645-d493-4f99-8d03-ddc628eeb654 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 4d9de470-ddf7-4833-a8f0-1c96c19b5dc6 2026-04-23 10:43:10.758 8 INFO neutron.db.segments_db [None req-facc999d-d24b-4f15-9219-5f2962b008ac 3a87f29a41da458481b9e6d37d1ad4af f0f5e875a374413cb27f09f0bd4c699e - - default default] Added segment 7c91d022-b629-44b8-bfcc-287b55cf9126 of type vxlan for network 05aba2a3-2c4f-4039-a0a5-69642c98b87c [pid: 8|app: 0|req: 647/1456] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:10 2026] POST /v2.0/networks => generated 613 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1457] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:43:10 2026] GET /v2.0/ports?network_id=b5f520b7-2de2-48d4-b8fe-5b75413603fc&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: 649/1458] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:10 2026] GET /v2.0/security-groups?tenant_id=b8015d5d8a3a48019e9de9802072a52a&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:11.196 8 INFO neutron.db.segments_db [None req-3fb4b94d-bcf2-4166-94ca-33ae65b3a197 3a87f29a41da458481b9e6d37d1ad4af f0f5e875a374413cb27f09f0bd4c699e - - default default] Added segment 4c8ac189-9903-4109-bf2e-419fcf989e42 of type vxlan for network f7eeabaa-4623-4245-9822-25a11dbf3df4 [pid: 8|app: 0|req: 650/1459] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:11 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1460] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:43:10 2026] PUT /v2.0/routers/6dd1f900-72f5-44a4-a534-9bcfd038a2e5/remove_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1461] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:43:11 2026] GET /v2.0/networks/b5f520b7-2de2-48d4-b8fe-5b75413603fc?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: 652/1462] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:11 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:11.421 8 INFO neutron.db.segments_db [None req-8b9cf6c4-c9ce-4604-9113-d362e83624ce 3a87f29a41da458481b9e6d37d1ad4af f0f5e875a374413cb27f09f0bd4c699e - - default default] Added segment 295b5347-bedf-4aac-b1d9-da26c1782df5 of type vxlan for network fca65a71-e880-40ee-b34c-9b0963c58f79 [pid: 7|app: 0|req: 811/1463] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:11 2026] DELETE /v2.0/security-groups/933d91e4-21f1-42a1-a39b-e2712125edf2 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1464] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:11 2026] POST /v2.0/networks => generated 613 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1465] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:43:11 2026] GET /v2.0/networks/b5f520b7-2de2-48d4-b8fe-5b75413603fc?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: 655/1466] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:11 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:11.713 7 INFO neutron_taas.services.taas.taas_plugin [None req-29ffe359-2548-42c2-b2fb-927c098dd36a 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 78de56ca-1cf7-4f6a-9ee7-00679f1ead39 2026-04-23 10:43:11.716 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29ffe359-2548-42c2-b2fb-927c098dd36a 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 78de56ca-1cf7-4f6a-9ee7-00679f1ead39 2026-04-23 10:43:11.740 8 INFO neutron.db.segments_db [None req-2419f8df-e335-475a-a322-3c3e9e5a4afe 3a87f29a41da458481b9e6d37d1ad4af f0f5e875a374413cb27f09f0bd4c699e - - default default] Added segment 2d6e8077-87fe-491b-83e5-3f0b26ba8113 of type vxlan for network 99dcdb18-7579-456c-bb66-a3ee7a4a8a90 [pid: 8|app: 0|req: 656/1467] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:11 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1468] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:11 2026] GET /v2.0/security-groups?tenant_id=6f87fdb82e8c45dda7baa099b794973c&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:11.914 8 INFO neutron.db.segments_db [None req-ebd0b6e9-a1f0-421c-90f1-210a9177cf98 3a87f29a41da458481b9e6d37d1ad4af f0f5e875a374413cb27f09f0bd4c699e - - default default] Added segment 1cecdf26-4628-496e-a3d6-7616b8286829 of type vxlan for network b42f28e0-e154-4a2d-9415-18db28ccc297 2026-04-23 10:43:11.962 7 INFO neutron_taas.services.taas.taas_plugin [None req-29ffe359-2548-42c2-b2fb-927c098dd36a 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 3b8991df-312f-4836-b3ff-88b7136237aa 2026-04-23 10:43:11.965 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29ffe359-2548-42c2-b2fb-927c098dd36a 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 3b8991df-312f-4836-b3ff-88b7136237aa [pid: 8|app: 0|req: 658/1469] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:11 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1470] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:12 2026] DELETE /v2.0/security-groups/f0edaa3e-86b4-4c06-ba86-bbf954208f37 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1471] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:12 2026] PUT /v2.0/networks/05aba2a3-2c4f-4039-a0a5-69642c98b87c/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1472] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:12 2026] PUT /v2.0/networks/f7eeabaa-4623-4245-9822-25a11dbf3df4/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:12.346 7 INFO neutron.services.segments.plugin [-] Segment d1401940-4869-4dc5-8cec-b9b90633dda2 resource provider aggregate not found 2026-04-23 10:43:12.351 7 INFO neutron.services.segments.plugin [-] Segment d1401940-4869-4dc5-8cec-b9b90633dda2 resource provider aggregate not found [pid: 8|app: 0|req: 662/1473] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:12 2026] PUT /v2.0/networks/fca65a71-e880-40ee-b34c-9b0963c58f79/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:12.369 7 INFO neutron.services.segments.plugin [-] Segment d1401940-4869-4dc5-8cec-b9b90633dda2 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 d1401940-4869-4dc5-8cec-b9b90633dda2 found for delete ", "request_id": "req-d82c8f5c-5c99-4897-baa9-e94cfeb8f2b9"}]} 2026-04-23 10:43:12.371 7 INFO neutron.services.segments.plugin [-] Segment d1401940-4869-4dc5-8cec-b9b90633dda2 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 d1401940-4869-4dc5-8cec-b9b90633dda2 found for delete ", "request_id": "req-4d3d6328-0174-4b7f-af12-b801848e64a4"}]} 2026-04-23 10:43:12.382 7 INFO neutron.db.l3_hamode_db [None req-29ffe359-2548-42c2-b2fb-927c098dd36a 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] HA network ae8024fb-966e-485b-a90d-eaafbcf7d53b was deleted as no HA routers are present in tenant a2880cfdce87417e80574753e2b4468b. [pid: 7|app: 0|req: 812/1474] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:11 2026] DELETE /v2.0/routers/6dd1f900-72f5-44a4-a534-9bcfd038a2e5 => generated 0 bytes in 930 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1475] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:12 2026] PUT /v2.0/networks/99dcdb18-7579-456c-bb66-a3ee7a4a8a90/tags => generated 19 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1476] 10.0.0.243 () {32 vars in 666 bytes} [Thu Apr 23 10:43:12 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1477] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:12 2026] DELETE /v2.0/subnets/857cb57d-bf59-4e4b-ba07-b5c576198c62 => 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: 665/1478] 10.0.0.243 () {32 vars in 680 bytes} [Thu Apr 23 10:43:12 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:12.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef89e855-cf70-40d5-9d28-c1be45743a7f 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: b7631f19-853f-4221-87c3-732ad446d88f [pid: 8|app: 0|req: 666/1479] 10.0.0.243 () {32 vars in 676 bytes} [Thu Apr 23 10:43:12 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:12.633 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef89e855-cf70-40d5-9d28-c1be45743a7f 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: b7631f19-853f-4221-87c3-732ad446d88f [pid: 8|app: 0|req: 667/1480] 10.0.0.243 () {32 vars in 688 bytes} [Thu Apr 23 10:43:12 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1481] 10.0.0.243 () {32 vars in 674 bytes} [Thu Apr 23 10:43:12 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1482] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:12 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 670/1483] 10.0.0.243 () {32 vars in 688 bytes} [Thu Apr 23 10:43:12 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1484] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:12 2026] DELETE /v2.0/networks/6944c483-96cc-4c76-b4b4-e227a68c1c21 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1485] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:12 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 815/1486] 10.0.0.243 () {32 vars in 684 bytes} [Thu Apr 23 10:43:12 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1487] 10.0.0.243 () {32 vars in 696 bytes} [Thu Apr 23 10:43:12 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1488] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:13 2026] DELETE /v2.0/networks/05aba2a3-2c4f-4039-a0a5-69642c98b87c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:13.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-6dba681e-909a-47c4-a686-5e48037ce7ca 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 59e0d9de-7a3f-4524-b17f-8df0b7c7e322 2026-04-23 10:43:13.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dba681e-909a-47c4-a686-5e48037ce7ca 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 59e0d9de-7a3f-4524-b17f-8df0b7c7e322 [pid: 7|app: 0|req: 818/1489] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:13 2026] DELETE /v2.0/networks/f7eeabaa-4623-4245-9822-25a11dbf3df4 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1490] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:13 2026] DELETE /v2.0/networks/fca65a71-e880-40ee-b34c-9b0963c58f79 => 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: 820/1491] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:13 2026] DELETE /v2.0/networks/99dcdb18-7579-456c-bb66-a3ee7a4a8a90 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1492] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:13 2026] DELETE /v2.0/networks/b42f28e0-e154-4a2d-9415-18db28ccc297 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1493] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:43:12 2026] PUT /v2.0/routers/090db546-782d-40cd-a941-dc824a4556ff/remove_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1494] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:13 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 674/1495] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:14 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:14.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f622333-b35c-45c3-b5ad-bca1e809a047 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 336e862b-9b0d-419d-bad0-80aaa0dbb9b1 2026-04-23 10:43:14.139 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f622333-b35c-45c3-b5ad-bca1e809a047 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 336e862b-9b0d-419d-bad0-80aaa0dbb9b1 2026-04-23 10:43:14.403 7 INFO neutron.services.segments.plugin [-] Segment d1f72c44-daa8-46e8-8e4e-07244f6bf17f resource provider aggregate not found 2026-04-23 10:43:14.412 7 INFO neutron.services.segments.plugin [-] Segment d1f72c44-daa8-46e8-8e4e-07244f6bf17f resource provider aggregate not found 2026-04-23 10:43:14.436 7 INFO neutron.services.segments.plugin [-] Segment d1f72c44-daa8-46e8-8e4e-07244f6bf17f 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 d1f72c44-daa8-46e8-8e4e-07244f6bf17f found for delete ", "request_id": "req-1ab4c801-0efa-47ed-a18b-27aaa2e27f59"}]} 2026-04-23 10:43:14.442 7 INFO neutron.services.segments.plugin [-] Segment d1f72c44-daa8-46e8-8e4e-07244f6bf17f 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 d1f72c44-daa8-46e8-8e4e-07244f6bf17f found for delete ", "request_id": "req-b3644bcd-72de-43c0-b7a6-4ea4fd1c1a84"}]} 2026-04-23 10:43:14.459 7 INFO neutron.services.segments.plugin [-] Segment 7c91d022-b629-44b8-bfcc-287b55cf9126 resource provider aggregate not found 2026-04-23 10:43:14.460 7 INFO neutron.services.segments.plugin [-] Segment 7c91d022-b629-44b8-bfcc-287b55cf9126 resource provider aggregate not found 2026-04-23 10:43:14.484 7 INFO neutron.services.segments.plugin [-] Segment 7c91d022-b629-44b8-bfcc-287b55cf9126 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 7c91d022-b629-44b8-bfcc-287b55cf9126 found for delete ", "request_id": "req-11f3ae79-9bae-4e69-ae9c-8f9118084c01"}]} 2026-04-23 10:43:14.490 7 INFO neutron.services.segments.plugin [-] Segment 7c91d022-b629-44b8-bfcc-287b55cf9126 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 7c91d022-b629-44b8-bfcc-287b55cf9126 found for delete ", "request_id": "req-7d303605-aa92-44b8-8539-20aa68387f9b"}]} 2026-04-23 10:43:14.513 7 INFO neutron.services.segments.plugin [-] Segment 4c8ac189-9903-4109-bf2e-419fcf989e42 resource provider aggregate not found 2026-04-23 10:43:14.518 7 INFO neutron.services.segments.plugin [-] Segment 4c8ac189-9903-4109-bf2e-419fcf989e42 resource provider aggregate not found 2026-04-23 10:43:14.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f622333-b35c-45c3-b5ad-bca1e809a047 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 7aae7026-86ff-4de0-89f8-68f71d6eca87 2026-04-23 10:43:14.542 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f622333-b35c-45c3-b5ad-bca1e809a047 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 7aae7026-86ff-4de0-89f8-68f71d6eca87 2026-04-23 10:43:14.555 7 INFO neutron.services.segments.plugin [-] Segment 4c8ac189-9903-4109-bf2e-419fcf989e42 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 4c8ac189-9903-4109-bf2e-419fcf989e42 found for delete ", "request_id": "req-8c0b9d84-76f3-4dc5-b15c-a0099add7182"}]} 2026-04-23 10:43:14.559 7 INFO neutron.services.segments.plugin [-] Segment 4c8ac189-9903-4109-bf2e-419fcf989e42 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 4c8ac189-9903-4109-bf2e-419fcf989e42 found for delete ", "request_id": "req-43a2856f-348d-4609-a3cf-023b4dc81f72"}]} 2026-04-23 10:43:14.589 7 INFO neutron.services.segments.plugin [-] Segment 295b5347-bedf-4aac-b1d9-da26c1782df5 resource provider aggregate not found 2026-04-23 10:43:14.591 7 INFO neutron.services.segments.plugin [-] Segment 295b5347-bedf-4aac-b1d9-da26c1782df5 resource provider aggregate not found 2026-04-23 10:43:14.630 7 INFO neutron.services.segments.plugin [-] Segment 295b5347-bedf-4aac-b1d9-da26c1782df5 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 295b5347-bedf-4aac-b1d9-da26c1782df5 found for delete ", "request_id": "req-dcefcee4-4332-4ee3-a5b4-0e604287e748"}]} 2026-04-23 10:43:14.635 7 INFO neutron.services.segments.plugin [-] Segment 295b5347-bedf-4aac-b1d9-da26c1782df5 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 295b5347-bedf-4aac-b1d9-da26c1782df5 found for delete ", "request_id": "req-780574ec-ebdf-4252-bb42-b657b3ee5d29"}]} 2026-04-23 10:43:14.666 7 INFO neutron.services.segments.plugin [-] Segment 2d6e8077-87fe-491b-83e5-3f0b26ba8113 resource provider aggregate not found 2026-04-23 10:43:14.669 7 INFO neutron.services.segments.plugin [-] Segment 2d6e8077-87fe-491b-83e5-3f0b26ba8113 resource provider aggregate not found 2026-04-23 10:43:14.689 7 INFO neutron.services.segments.plugin [-] Segment 2d6e8077-87fe-491b-83e5-3f0b26ba8113 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 2d6e8077-87fe-491b-83e5-3f0b26ba8113 found for delete ", "request_id": "req-57873d8c-cae2-4e70-ad7d-b2dfa4e0e483"}]} 2026-04-23 10:43:14.696 7 INFO neutron.services.segments.plugin [-] Segment 2d6e8077-87fe-491b-83e5-3f0b26ba8113 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 2d6e8077-87fe-491b-83e5-3f0b26ba8113 found for delete ", "request_id": "req-5455ee17-dc6d-4d5e-9397-8d49c8fca040"}]} 2026-04-23 10:43:14.719 7 INFO neutron.services.segments.plugin [-] Segment 1cecdf26-4628-496e-a3d6-7616b8286829 resource provider aggregate not found 2026-04-23 10:43:14.724 7 INFO neutron.services.segments.plugin [-] Segment 1cecdf26-4628-496e-a3d6-7616b8286829 resource provider aggregate not found 2026-04-23 10:43:14.738 7 INFO neutron.services.segments.plugin [-] Segment 1cecdf26-4628-496e-a3d6-7616b8286829 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 1cecdf26-4628-496e-a3d6-7616b8286829 found for delete ", "request_id": "req-aeeab741-6057-4fa3-95a9-abcc5e0ffa84"}]} 2026-04-23 10:43:14.750 7 INFO neutron.services.segments.plugin [-] Segment 1cecdf26-4628-496e-a3d6-7616b8286829 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 1cecdf26-4628-496e-a3d6-7616b8286829 found for delete ", "request_id": "req-bb0cdb31-5051-463d-9359-35359472a5bd"}]} 2026-04-23 10:43:15.050 7 INFO neutron.db.l3_hamode_db [None req-4f622333-b35c-45c3-b5ad-bca1e809a047 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] HA network 7fded0ea-5a7a-4cc3-b105-2f7969964474 was deleted as no HA routers are present in tenant d529e3f53d4e470cb281d5c7b2f053ef. [pid: 7|app: 0|req: 822/1496] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:13 2026] DELETE /v2.0/routers/090db546-782d-40cd-a941-dc824a4556ff => generated 0 bytes in 1141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1497] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:14 2026] GET /v2.0/security-groups?tenant_id=25db27f84e3e45188ce6bb78a226d81b&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1498] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:15 2026] DELETE /v2.0/subnets/0b3695c3-99c0-4958-9ae0-53d14e91c707 => 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: 676/1499] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:15 2026] DELETE /v2.0/security-groups/155e110d-ac1a-40a1-b356-10b98b090729 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1500] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:15 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:15.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-1732695b-1f38-4277-9a92-a285d93f371a 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 3d754efe-7bf2-42a6-aa3f-8e34d89d9f3d 2026-04-23 10:43:15.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1732695b-1f38-4277-9a92-a285d93f371a 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 3d754efe-7bf2-42a6-aa3f-8e34d89d9f3d [pid: 7|app: 0|req: 825/1501] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:15 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 7|app: 0|req: 826/1502] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:15 2026] GET /v2.0/security-groups?tenant_id=f0f5e875a374413cb27f09f0bd4c699e&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:15.595 8 INFO neutron.services.segments.plugin [-] Segment 76e4adf4-fe9c-4332-8c6e-c6a1a2581d18 resource provider aggregate not found 2026-04-23 10:43:15.612 8 INFO neutron.services.segments.plugin [-] Segment 76e4adf4-fe9c-4332-8c6e-c6a1a2581d18 resource provider aggregate not found 2026-04-23 10:43:15.625 8 INFO neutron.services.segments.plugin [-] Segment 76e4adf4-fe9c-4332-8c6e-c6a1a2581d18 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 76e4adf4-fe9c-4332-8c6e-c6a1a2581d18 found for delete ", "request_id": "req-ff246281-fb58-49d0-adc6-265aa3b30707"}]} 2026-04-23 10:43:15.634 8 INFO neutron.services.segments.plugin [-] Segment 76e4adf4-fe9c-4332-8c6e-c6a1a2581d18 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 76e4adf4-fe9c-4332-8c6e-c6a1a2581d18 found for delete ", "request_id": "req-6d4b2cba-a4fb-4c36-aac5-a04d8bfabfd9"}]} [pid: 7|app: 0|req: 827/1503] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:15 2026] DELETE /v2.0/security-groups/df3baf2e-ec35-4187-a93e-52fdc7cd0e9d => 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: 677/1504] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:15 2026] DELETE /v2.0/networks/9675973f-d5ab-4e51-81cc-c840e4fe8c5c => generated 0 bytes in 426 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1505] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:15 2026] GET /v2.0/security-groups?tenant_id=bab3dd6b2d06443e9fbe3ca53caf8e8a&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1506] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:15 2026] DELETE /v2.0/security-groups/6265ae75-dd2c-4675-8b28-0159d5a6a86f => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1507] 10.0.0.243 () {34 vars in 678 bytes} [Thu Apr 23 10:43:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1508] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:16 2026] GET /v2.0/security-groups?tenant_id=d529e3f53d4e470cb281d5c7b2f053ef&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1509] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:16 2026] PUT /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags => generated 25 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1510] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:16 2026] GET /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1511] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:16 2026] DELETE /v2.0/security-groups/48043a64-e240-4e84-be34-fc0c9cfe111f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1512] 10.0.0.243 () {34 vars in 764 bytes} [Thu Apr 23 10:43:16 2026] PUT /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags/green => 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: 831/1513] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:16 2026] GET /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1516] 10.0.0.243 () {34 vars in 760 bytes} [Thu Apr 23 10:43:16 2026] PUT /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags/red => 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: 834/1517] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:16 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1518] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:16 2026] GET /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1519] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:16 2026] GET /v2.0/security-groups?tenant_id=a2880cfdce87417e80574753e2b4468b&name=default => 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: 685/1520] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:16 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1521] 10.0.0.243 () {34 vars in 782 bytes} [Thu Apr 23 10:43:16 2026] PUT /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1522] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:16 2026] DELETE /v2.0/security-groups/8ce2eed7-1e5b-4761-ab70-6a3da0178133 => 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: 837/1523] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:16 2026] GET /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1524] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:16 2026] PUT /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1525] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:16 2026] GET /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:16.760 7 INFO neutron.services.segments.plugin [-] Segment a30159a6-520f-4953-aba4-fdbe6b9b0499 resource provider aggregate not found 2026-04-23 10:43:16.768 7 INFO neutron.services.segments.plugin [-] Segment a30159a6-520f-4953-aba4-fdbe6b9b0499 resource provider aggregate not found 2026-04-23 10:43:16.775 7 INFO neutron.services.segments.plugin [-] Segment a30159a6-520f-4953-aba4-fdbe6b9b0499 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 a30159a6-520f-4953-aba4-fdbe6b9b0499 found for delete ", "request_id": "req-fbb07b98-b6dc-43a5-879a-5bcd5dc051fe"}]} [pid: 8|app: 0|req: 688/1526] 10.0.0.243 () {32 vars in 741 bytes} [Thu Apr 23 10:43:16 2026] GET /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:16.783 7 INFO neutron.services.segments.plugin [-] Segment a30159a6-520f-4953-aba4-fdbe6b9b0499 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 a30159a6-520f-4953-aba4-fdbe6b9b0499 found for delete ", "request_id": "req-819e2966-4b43-4294-a5f9-16294839a772"}]} 2026-04-23 10:43:16.820 7 INFO neutron.api.v2.resource [None req-412c6cbe-2dd3-4329-b93d-79fe9616194b 3e22025c980f4c789b9cce4b518fea8e 90573c1a22b74b179fc8ebbc6e598e5a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 839/1527] 10.0.0.243 () {32 vars in 745 bytes} [Thu Apr 23 10:43:16 2026] GET /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/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: 689/1528] 10.0.0.243 () {32 vars in 744 bytes} [Thu Apr 23 10:43:16 2026] DELETE /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags/red => 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: 840/1529] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:16 2026] GET /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:16.963 8 INFO neutron.api.v2.resource [None req-9f7f66b6-7019-4d66-b1d4-957fc6a7eb23 3e22025c980f4c789b9cce4b518fea8e 90573c1a22b74b179fc8ebbc6e598e5a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 690/1530] 10.0.0.243 () {32 vars in 748 bytes} [Thu Apr 23 10:43:16 2026] DELETE /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/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: 841/1531] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:43:16 2026] DELETE /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1532] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:17 2026] GET /v2.0/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3/tags => generated 12 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1533] 10.0.0.243 () {32 vars in 734 bytes} [Thu Apr 23 10:43:17 2026] DELETE /v2.0/qos/policies/0c7ff8c2-f6f2-459f-aca6-4f635da2f8c3 => 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: 692/1534] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:17 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1535] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:17 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 8|app: 0|req: 693/1536] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:18 2026] GET /v2.0/security-groups?tenant_id=f05942168a3842108fd06ce3963377c3&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1537] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:18 2026] DELETE /v2.0/security-groups/fda95b68-d586-4907-9b93-9e0c94b458ca => 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: 694/1538] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:18 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1539] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:18 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 8|app: 0|req: 695/1540] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:18 2026] GET /v2.0/security-groups?tenant_id=90573c1a22b74b179fc8ebbc6e598e5a&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1541] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:19 2026] DELETE /v2.0/security-groups/1562e543-ca7b-4416-a6e1-1377f4030c80 => 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: 696/1542] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:20 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1543] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:20 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 848/1544] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:21 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1545] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:21 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 850/1546] 10.0.0.243 () {34 vars in 678 bytes} [Thu Apr 23 10:43:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1547] 10.0.0.243 () {34 vars in 678 bytes} [Thu Apr 23 10:43:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:21.542 8 INFO neutron.db.segments_db [None req-61b731d6-ff5b-4e6f-9cdf-9f6f01b85a1a b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Added segment a013559c-9827-4d14-b806-84c5f3fbf980 of type vxlan for network 34730997-38ad-43dd-82b9-16527af3f37b [pid: 7|app: 0|req: 852/1548] 10.0.0.243 () {34 vars in 678 bytes} [Thu Apr 23 10:43:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1549] 10.0.0.243 () {34 vars in 678 bytes} [Thu Apr 23 10:43:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1550] 10.0.0.243 () {34 vars in 678 bytes} [Thu Apr 23 10:43:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1551] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:21 2026] PUT /v2.0/policies/3b1a5d98-73bc-4ce2-8698-1452e943df48/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:21.808 8 INFO neutron.db.l3_hamode_db [None req-61b731d6-ff5b-4e6f-9cdf-9f6f01b85a1a b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 856/1552] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:21 2026] PUT /v2.0/policies/7a9a46fc-6c92-42ae-aec7-23f27d89208a/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1553] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:21 2026] PUT /v2.0/policies/3f114379-7a21-465f-b8d4-9e4664cb96e9/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:21.933 8 INFO neutron.db.l3_hamode_db [None req-61b731d6-ff5b-4e6f-9cdf-9f6f01b85a1a b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 858/1554] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:21 2026] PUT /v2.0/policies/ba12305c-5dbc-4bca-9976-3fed8d36b316/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: 859/1555] 10.0.0.243 () {32 vars in 674 bytes} [Thu Apr 23 10:43:22 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1556] 10.0.0.243 () {32 vars in 688 bytes} [Thu Apr 23 10:43:22 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: 861/1557] 10.0.0.243 () {32 vars in 684 bytes} [Thu Apr 23 10:43:22 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1558] 10.0.0.243 () {34 vars in 668 bytes} [Thu Apr 23 10:43:21 2026] POST /v2.0/routers => generated 474 bytes in 1448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1559] 10.0.0.243 () {32 vars in 696 bytes} [Thu Apr 23 10:43:22 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1560] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:43:22 2026] POST /v2.0/subnetpools => generated 516 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:22.791 8 INFO neutron.db.l3_hamode_db [None req-694e49fc-4426-4c54-9c0a-5f93e30a2ecf b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 863/1561] 10.0.0.243 () {32 vars in 682 bytes} [Thu Apr 23 10:43:22 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1562] 10.0.0.243 () {34 vars in 759 bytes} [Thu Apr 23 10:43:22 2026] PUT /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1563] 10.0.0.243 () {32 vars in 696 bytes} [Thu Apr 23 10:43:22 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1564] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:43:22 2026] GET /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:22.917 8 INFO neutron.db.l3_hamode_db [None req-694e49fc-4426-4c54-9c0a-5f93e30a2ecf b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 867/1565] 10.0.0.243 () {32 vars in 692 bytes} [Thu Apr 23 10:43:22 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1566] 10.0.0.243 () {34 vars in 770 bytes} [Thu Apr 23 10:43:22 2026] PUT /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1567] 10.0.0.243 () {32 vars in 704 bytes} [Thu Apr 23 10:43:23 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1568] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:43:23 2026] GET /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1569] 10.0.0.243 () {32 vars in 734 bytes} [Thu Apr 23 10:43:23 2026] DELETE /v2.0/qos/policies/3b1a5d98-73bc-4ce2-8698-1452e943df48 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1570] 10.0.0.243 () {34 vars in 766 bytes} [Thu Apr 23 10:43:23 2026] PUT /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1571] 10.0.0.243 () {32 vars in 734 bytes} [Thu Apr 23 10:43:23 2026] DELETE /v2.0/qos/policies/7a9a46fc-6c92-42ae-aec7-23f27d89208a => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1572] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:43:23 2026] GET /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/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: 875/1573] 10.0.0.243 () {32 vars in 734 bytes} [Thu Apr 23 10:43:23 2026] DELETE /v2.0/qos/policies/3f114379-7a21-465f-b8d4-9e4664cb96e9 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1574] 10.0.0.243 () {34 vars in 788 bytes} [Thu Apr 23 10:43:23 2026] PUT /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1575] 10.0.0.243 () {32 vars in 734 bytes} [Thu Apr 23 10:43:23 2026] DELETE /v2.0/qos/policies/ba12305c-5dbc-4bca-9976-3fed8d36b316 => 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: 878/1576] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:43:23 2026] GET /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1577] 10.0.0.243 () {32 vars in 734 bytes} [Thu Apr 23 10:43:23 2026] DELETE /v2.0/qos/policies/82e0e8e0-6a4b-4935-b92d-14aee4bc4513 => 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: 699/1578] 10.0.0.243 () {34 vars in 668 bytes} [Thu Apr 23 10:43:22 2026] POST /v2.0/routers => generated 474 bytes in 806 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1579] 10.0.0.243 () {34 vars in 759 bytes} [Thu Apr 23 10:43:23 2026] PUT /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:23.594 8 INFO neutron.db.l3_hamode_db [None req-477c6d29-a786-4df6-8a2a-86cc016ad88e b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 881/1580] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:43:23 2026] GET /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1581] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:43:23 2026] GET /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:23.704 7 INFO neutron.api.v2.resource [None req-6bd8d203-f72d-49aa-9d08-a30b7c2d8074 9aa81aade7584a53a4e275b655f3beec b6d81804b7c64aa88bad117e87a33e5a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 883/1582] 10.0.0.243 () {32 vars in 751 bytes} [Thu Apr 23 10:43:23 2026] GET /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:43:23.722 8 INFO neutron.db.l3_hamode_db [None req-477c6d29-a786-4df6-8a2a-86cc016ad88e b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 884/1583] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:43:23 2026] DELETE /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/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: 885/1584] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:43:23 2026] GET /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:23.859 7 INFO neutron.api.v2.resource [None req-5e9b6d79-ed1a-4b55-bb2a-f4a73d32c638 9aa81aade7584a53a4e275b655f3beec b6d81804b7c64aa88bad117e87a33e5a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 886/1585] 10.0.0.243 () {32 vars in 754 bytes} [Thu Apr 23 10:43:23 2026] DELETE /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/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: 887/1586] 10.0.0.243 () {32 vars in 742 bytes} [Thu Apr 23 10:43:23 2026] DELETE /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags => 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: 888/1587] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:43:23 2026] GET /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6/tags => 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: 889/1588] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:43:23 2026] DELETE /v2.0/subnetpools/40442d2b-0baa-4b24-af39-2a98eb00c0c6 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1589] 10.0.0.243 () {34 vars in 668 bytes} [Thu Apr 23 10:43:23 2026] POST /v2.0/routers => generated 474 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:24.383 7 INFO neutron.db.l3_hamode_db [None req-d9566b98-0bad-4c71-8de5-79a3e0784e18 b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:43:24.515 7 INFO neutron.db.l3_hamode_db [None req-d9566b98-0bad-4c71-8de5-79a3e0784e18 b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 701/1590] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:24 2026] GET /v2.0/security-groups?tenant_id=e6b99d9b1f3e4cd5811b6e32e8832082&name=default => generated 2925 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1591] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:24 2026] GET /v2.0/security-groups?tenant_id=1384baf6943c4026b159b7c6ffaebd1a&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1592] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:25 2026] DELETE /v2.0/security-groups/8c023b1d-5ed7-449c-82be-8df600667998 => 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: 890/1593] 10.0.0.243 () {34 vars in 668 bytes} [Thu Apr 23 10:43:24 2026] POST /v2.0/routers => generated 474 bytes in 889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1594] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:25 2026] DELETE /v2.0/security-groups/fdc1135a-9ddb-4555-bc33-823764eec347 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:25.280 7 INFO neutron.db.l3_hamode_db [None req-0ebb1bca-da66-422f-a5fd-59fa5d9bdbb7 b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 705/1595] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:25 2026] GET /v2.0/security-groups?tenant_id=4b6e4b1828584ce6b962ba0dace2284e&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:25.412 7 INFO neutron.db.l3_hamode_db [None req-0ebb1bca-da66-422f-a5fd-59fa5d9bdbb7 b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 706/1596] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:25 2026] DELETE /v2.0/security-groups/e0fe5b54-94ec-4b1d-a87f-6e8ea2dbb625 => 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: 707/1597] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:25 2026] GET /v2.0/security-groups?tenant_id=b6d81804b7c64aa88bad117e87a33e5a&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1598] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:25 2026] DELETE /v2.0/security-groups/3374cb84-25d2-4437-ad17-7d6e64ceb658 => 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: 709/1599] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:25 2026] GET /v2.0/security-groups?tenant_id=bfd10fd164a741749d7b8486e21b1d13&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1600] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:25 2026] DELETE /v2.0/security-groups/d77dbbec-0fd9-4ac7-bc4e-d6d4e015d2dc => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1601] 10.0.0.243 () {34 vars in 668 bytes} [Thu Apr 23 10:43:25 2026] POST /v2.0/routers => generated 474 bytes in 1468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1602] 10.0.0.243 () {34 vars in 751 bytes} [Thu Apr 23 10:43:26 2026] PUT /v2.0/routers/b98440f2-f072-48f4-b2ee-ec050c97d217/tags => generated 17 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1603] 10.0.0.243 () {34 vars in 751 bytes} [Thu Apr 23 10:43:26 2026] PUT /v2.0/routers/038f8b10-9ff3-4fd2-8c24-7e2e451b01eb/tags => generated 25 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1604] 10.0.0.243 () {34 vars in 751 bytes} [Thu Apr 23 10:43:26 2026] PUT /v2.0/routers/8b6221c8-0e54-458d-8fff-beabcfdc0cc0/tags => generated 34 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1605] 10.0.0.243 () {34 vars in 751 bytes} [Thu Apr 23 10:43:27 2026] PUT /v2.0/routers/9ac6d462-9bd9-448b-a4e3-5905f39a3ea9/tags => generated 19 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1606] 10.0.0.243 () {32 vars in 664 bytes} [Thu Apr 23 10:43:27 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 625 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1607] 10.0.0.243 () {32 vars in 678 bytes} [Thu Apr 23 10:43:27 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1608] 10.0.0.243 () {32 vars in 674 bytes} [Thu Apr 23 10:43:27 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1609] 10.0.0.243 () {32 vars in 686 bytes} [Thu Apr 23 10:43:28 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1610] 10.0.0.243 () {32 vars in 672 bytes} [Thu Apr 23 10:43:28 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1611] 10.0.0.243 () {32 vars in 686 bytes} [Thu Apr 23 10:43:28 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1612] 10.0.0.243 () {32 vars in 682 bytes} [Thu Apr 23 10:43:28 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1613] 10.0.0.243 () {32 vars in 694 bytes} [Thu Apr 23 10:43:28 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1614] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:43:28 2026] GET /v2.0/routers/b98440f2-f072-48f4-b2ee-ec050c97d217 => generated 485 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1615] 10.0.0.243 () {34 vars in 742 bytes} [Thu Apr 23 10:43:28 2026] PUT /v2.0/routers/b98440f2-f072-48f4-b2ee-ec050c97d217 => generated 485 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1616] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:43:29 2026] GET /v2.0/ports?device_id=b98440f2-f072-48f4-b2ee-ec050c97d217 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:29.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-efcc8c92-0eb2-4056-85b5-b86449fc03fe b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] TaaS: Handle Delete Port: ddf02afd-aa3d-494c-89e0-5597ae05a4f3 2026-04-23 10:43:29.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efcc8c92-0eb2-4056-85b5-b86449fc03fe b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Tap Mirror: Handle Delete Port: ddf02afd-aa3d-494c-89e0-5597ae05a4f3 [pid: 8|app: 0|req: 719/1617] 10.0.0.144 () {34 vars in 990 bytes} [Thu Apr 23 10:43:29 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 1240 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1618] 10.0.0.144 () {34 vars in 1040 bytes} [Thu Apr 23 10:43:29 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 7|app: 0|req: 899/1619] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:29 2026] DELETE /v2.0/routers/b98440f2-f072-48f4-b2ee-ec050c97d217 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1620] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:43:29 2026] GET /v2.0/routers/038f8b10-9ff3-4fd2-8c24-7e2e451b01eb => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1621] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:29 2026] GET /v2.0/security-groups?tenant_id=944ccabe3ba040a0a0f8f0159fbe6156&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1622] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:29 2026] DELETE /v2.0/security-groups/93b64aef-784a-410e-81ed-3319214c3517 => 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: 901/1623] 10.0.0.243 () {34 vars in 742 bytes} [Thu Apr 23 10:43:29 2026] PUT /v2.0/routers/038f8b10-9ff3-4fd2-8c24-7e2e451b01eb => generated 493 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1624] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:43:30 2026] GET /v2.0/ports?device_id=038f8b10-9ff3-4fd2-8c24-7e2e451b01eb => 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: 723/1625] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:30 2026] GET /v2.0/security-groups?tenant_id=c0be987bf2e34bf7b9b0ee8119390358&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:30.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-c278388e-7011-4f10-8797-245e34105eec b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] TaaS: Handle Delete Port: 8109e6d8-8d78-45b3-abf1-cb538c59785d 2026-04-23 10:43:30.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c278388e-7011-4f10-8797-245e34105eec b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Tap Mirror: Handle Delete Port: 8109e6d8-8d78-45b3-abf1-cb538c59785d [pid: 8|app: 0|req: 724/1626] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:30 2026] DELETE /v2.0/security-groups/182f251e-38c3-4392-b6be-8f7537550d53 => 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: 903/1627] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:30 2026] DELETE /v2.0/routers/038f8b10-9ff3-4fd2-8c24-7e2e451b01eb => generated 0 bytes in 402 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1628] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:43:30 2026] GET /v2.0/routers/8b6221c8-0e54-458d-8fff-beabcfdc0cc0 => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:30.815 7 INFO neutron.db.segments_db [None req-973b2b0d-4276-4f6c-adbd-c96eaac4ffc1 631a306b73a84b659a4fbe2b8b76cbcd a5883ac479bd40d3916e861dd17425e9 - - default default] Added segment 500f3f5a-b931-486e-a411-a72193190c19 of type vxlan for network e4b7af07-43da-4823-92cc-ed3b496bd5ba [pid: 7|app: 0|req: 904/1629] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:30 2026] POST /v2.0/networks => generated 613 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1630] 10.0.0.243 () {34 vars in 742 bytes} [Thu Apr 23 10:43:30 2026] PUT /v2.0/routers/8b6221c8-0e54-458d-8fff-beabcfdc0cc0 => generated 502 bytes in 604 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1631] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:43:31 2026] GET /v2.0/ports?device_id=8b6221c8-0e54-458d-8fff-beabcfdc0cc0 => 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: 905/1632] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:30 2026] POST /v2.0/subnets => generated 626 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:31.243 7 INFO neutron.db.segments_db [None req-82d238ae-292d-474f-97c7-efc2f55b4777 631a306b73a84b659a4fbe2b8b76cbcd a5883ac479bd40d3916e861dd17425e9 - - default default] Added segment 31beea45-61d8-48f1-8a40-2accce317089 of type vxlan for network 40d196a0-3730-4f5b-bbf0-973445fd5522 2026-04-23 10:43:31.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-e248b948-986d-44d1-8c99-248160c9fd83 b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] TaaS: Handle Delete Port: 44d6a3b0-5515-4707-9d71-beab6d51dfee 2026-04-23 10:43:31.301 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e248b948-986d-44d1-8c99-248160c9fd83 b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Tap Mirror: Handle Delete Port: 44d6a3b0-5515-4707-9d71-beab6d51dfee [pid: 7|app: 0|req: 906/1633] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:31 2026] POST /v2.0/networks => generated 611 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1634] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:31 2026] DELETE /v2.0/routers/8b6221c8-0e54-458d-8fff-beabcfdc0cc0 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1637] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:43:31 2026] GET /v2.0/routers/9ac6d462-9bd9-448b-a4e3-5905f39a3ea9 => generated 487 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1638] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:31 2026] POST /v2.0/subnets => generated 629 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:31.666 7 INFO neutron.db.segments_db [None req-2cde1f1c-54ff-4ae9-8f56-06e86da7c440 631a306b73a84b659a4fbe2b8b76cbcd a5883ac479bd40d3916e861dd17425e9 - - default default] Added segment 2ba857cc-2670-403f-8399-39ecd28227da of type vxlan for network 8d3671f9-4a72-4c0a-beb3-5728a47f61e3 [pid: 7|app: 0|req: 908/1639] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:31 2026] POST /v2.0/networks => generated 610 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1640] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:31 2026] POST /v2.0/subnets => generated 629 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:32.071 7 INFO neutron.db.segments_db [None req-fc83d80e-9e49-41f5-ba7c-235904ee7482 631a306b73a84b659a4fbe2b8b76cbcd a5883ac479bd40d3916e861dd17425e9 - - default default] Added segment 0736d0fd-f10e-4ba1-8e6a-40aaf23296fc of type vxlan for network 789a6769-1a76-4cc9-9a14-c606312311d8 [pid: 8|app: 0|req: 732/1641] 10.0.0.243 () {34 vars in 742 bytes} [Thu Apr 23 10:43:31 2026] PUT /v2.0/routers/9ac6d462-9bd9-448b-a4e3-5905f39a3ea9 => generated 487 bytes in 559 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1642] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:43:32 2026] GET /v2.0/ports?device_id=9ac6d462-9bd9-448b-a4e3-5905f39a3ea9 => 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: 910/1643] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:32 2026] POST /v2.0/networks => generated 612 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:32.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-be9275e1-cdc2-41fd-9a99-54f61a433b4f b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] TaaS: Handle Delete Port: 43caa434-f491-482a-bbfb-4ebb210777a7 2026-04-23 10:43:32.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be9275e1-cdc2-41fd-9a99-54f61a433b4f b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Tap Mirror: Handle Delete Port: 43caa434-f491-482a-bbfb-4ebb210777a7 [pid: 7|app: 0|req: 911/1644] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:32 2026] POST /v2.0/subnets => generated 629 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1645] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:32 2026] DELETE /v2.0/routers/9ac6d462-9bd9-448b-a4e3-5905f39a3ea9 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:32.571 7 INFO neutron.db.segments_db [None req-42d6d2fd-a32f-4928-99d5-02c28f97b58c 631a306b73a84b659a4fbe2b8b76cbcd a5883ac479bd40d3916e861dd17425e9 - - default default] Added segment 4ae8bb1d-d1de-4173-bbff-584f29df0495 of type vxlan for network 40020961-9e93-4506-af20-e257dffdc0b5 [pid: 8|app: 0|req: 735/1646] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:43:32 2026] GET /v2.0/routers/d700f0fc-776b-474f-95a2-f4617341324e => generated 480 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1647] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:32 2026] POST /v2.0/networks => generated 612 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1648] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:32 2026] POST /v2.0/subnets => generated 629 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1649] 10.0.0.243 () {34 vars in 751 bytes} [Thu Apr 23 10:43:32 2026] PUT /v2.0/subnets/8b602668-73dd-43d9-8d7f-c32c7723d036/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1650] 10.0.0.243 () {34 vars in 751 bytes} [Thu Apr 23 10:43:33 2026] PUT /v2.0/subnets/68b9b542-081a-4ec8-b086-1b81bd0a29ce/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1651] 10.0.0.243 () {34 vars in 742 bytes} [Thu Apr 23 10:43:32 2026] PUT /v2.0/routers/d700f0fc-776b-474f-95a2-f4617341324e => generated 480 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1652] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:43:33 2026] GET /v2.0/ports?device_id=d700f0fc-776b-474f-95a2-f4617341324e => 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: 916/1653] 10.0.0.243 () {34 vars in 751 bytes} [Thu Apr 23 10:43:33 2026] PUT /v2.0/subnets/414394c7-890c-462b-b1df-d72ad364a324/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1654] 10.0.0.243 () {34 vars in 751 bytes} [Thu Apr 23 10:43:33 2026] PUT /v2.0/subnets/9f564331-13b5-405b-bda0-bdbb3ebee637/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1655] 10.0.0.243 () {32 vars in 664 bytes} [Thu Apr 23 10:43:33 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1656] 10.0.0.243 () {32 vars in 678 bytes} [Thu Apr 23 10:43:33 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:33.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dc0fbf3-9b69-47db-b735-35dd7439554e b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] TaaS: Handle Delete Port: c1448fcf-ddfc-41c5-af9e-61fb2863cd01 2026-04-23 10:43:33.296 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dc0fbf3-9b69-47db-b735-35dd7439554e b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] Tap Mirror: Handle Delete Port: c1448fcf-ddfc-41c5-af9e-61fb2863cd01 [pid: 7|app: 0|req: 920/1657] 10.0.0.243 () {32 vars in 674 bytes} [Thu Apr 23 10:43:33 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1658] 10.0.0.243 () {32 vars in 686 bytes} [Thu Apr 23 10:43:33 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1659] 10.0.0.243 () {32 vars in 672 bytes} [Thu Apr 23 10:43:33 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1660] 10.0.0.243 () {32 vars in 686 bytes} [Thu Apr 23 10:43:33 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1661] 10.0.0.243 () {32 vars in 682 bytes} [Thu Apr 23 10:43:33 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1662] 10.0.0.243 () {32 vars in 694 bytes} [Thu Apr 23 10:43:33 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:33.670 8 INFO neutron.services.segments.plugin [-] Segment a013559c-9827-4d14-b806-84c5f3fbf980 resource provider aggregate not found 2026-04-23 10:43:33.677 8 INFO neutron.services.segments.plugin [-] Segment a013559c-9827-4d14-b806-84c5f3fbf980 resource provider aggregate not found 2026-04-23 10:43:33.699 8 INFO neutron.services.segments.plugin [-] Segment a013559c-9827-4d14-b806-84c5f3fbf980 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 a013559c-9827-4d14-b806-84c5f3fbf980 found for delete ", "request_id": "req-6fc7addd-2f0d-4fa1-a7a1-147bb458260c"}]} 2026-04-23 10:43:33.702 8 INFO neutron.services.segments.plugin [-] Segment a013559c-9827-4d14-b806-84c5f3fbf980 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 a013559c-9827-4d14-b806-84c5f3fbf980 found for delete ", "request_id": "req-790bf43e-63c9-4824-967f-6598b91ea968"}]} 2026-04-23 10:43:33.709 8 INFO neutron.db.l3_hamode_db [None req-9dc0fbf3-9b69-47db-b735-35dd7439554e b66c974443354332a53c4b2b4548a5a1 5ab419c407e24fe9b89fa4ec718055c6 - - default default] HA network 34730997-38ad-43dd-82b9-16527af3f37b was deleted as no HA routers are present in tenant 5ab419c407e24fe9b89fa4ec718055c6. [pid: 8|app: 0|req: 738/1663] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:33 2026] DELETE /v2.0/routers/d700f0fc-776b-474f-95a2-f4617341324e => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1664] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:33 2026] DELETE /v2.0/subnets/8b602668-73dd-43d9-8d7f-c32c7723d036 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1665] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:33 2026] DELETE /v2.0/subnets/68b9b542-081a-4ec8-b086-1b81bd0a29ce => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1666] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:33 2026] DELETE /v2.0/subnets/414394c7-890c-462b-b1df-d72ad364a324 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1667] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:34 2026] DELETE /v2.0/subnets/9f564331-13b5-405b-bda0-bdbb3ebee637 => 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: 928/1668] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:34 2026] DELETE /v2.0/subnets/d70a4b37-dce0-4e32-861c-db0ae32843cd => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:34.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-abe64159-c58f-4f37-916f-ea3dca1777ce 631a306b73a84b659a4fbe2b8b76cbcd a5883ac479bd40d3916e861dd17425e9 - - default default] TaaS: Handle Delete Port: bc0042f8-4b86-4a4d-8c57-b6244b2a9c7f 2026-04-23 10:43:34.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abe64159-c58f-4f37-916f-ea3dca1777ce 631a306b73a84b659a4fbe2b8b76cbcd a5883ac479bd40d3916e861dd17425e9 - - default default] Tap Mirror: Handle Delete Port: bc0042f8-4b86-4a4d-8c57-b6244b2a9c7f [pid: 8|app: 0|req: 741/1669] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:34 2026] DELETE /v2.0/networks/e4b7af07-43da-4823-92cc-ed3b496bd5ba => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1670] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:34 2026] DELETE /v2.0/networks/40d196a0-3730-4f5b-bbf0-973445fd5522 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1671] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:34 2026] GET /v2.0/security-groups?tenant_id=2767e797ecc04d1b9f38a3e41b074c9c&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: 743/1672] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:34 2026] DELETE /v2.0/networks/8d3671f9-4a72-4c0a-beb3-5728a47f61e3 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1673] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:35 2026] DELETE /v2.0/security-groups/59cbf7f7-cdd3-417c-b9ec-a3d6faf36de1 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1674] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:35 2026] DELETE /v2.0/networks/789a6769-1a76-4cc9-9a14-c606312311d8 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:35.403 7 INFO neutron.services.segments.plugin [-] Segment 4ae8bb1d-d1de-4173-bbff-584f29df0495 resource provider aggregate not found 2026-04-23 10:43:35.412 7 INFO neutron.services.segments.plugin [-] Segment 4ae8bb1d-d1de-4173-bbff-584f29df0495 resource provider aggregate not found 2026-04-23 10:43:35.426 7 INFO neutron.services.segments.plugin [-] Segment 4ae8bb1d-d1de-4173-bbff-584f29df0495 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 4ae8bb1d-d1de-4173-bbff-584f29df0495 found for delete ", "request_id": "req-ab78a270-b21e-499e-a36a-6ecaa600802d"}]} 2026-04-23 10:43:35.427 7 INFO neutron.services.segments.plugin [-] Segment 4ae8bb1d-d1de-4173-bbff-584f29df0495 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 4ae8bb1d-d1de-4173-bbff-584f29df0495 found for delete ", "request_id": "req-9918cc6b-42be-4a4f-bd18-55642d5cc238"}]} [pid: 8|app: 0|req: 745/1675] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:35 2026] GET /v2.0/security-groups?tenant_id=5ab419c407e24fe9b89fa4ec718055c6&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1676] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:35 2026] DELETE /v2.0/networks/40020961-9e93-4506-af20-e257dffdc0b5 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1677] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:35 2026] DELETE /v2.0/security-groups/80b071b9-6b14-4640-86cc-fef41c1ace8f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:35.720 8 INFO neutron.services.segments.plugin [-] Segment 500f3f5a-b931-486e-a411-a72193190c19 resource provider aggregate not found 2026-04-23 10:43:35.727 8 INFO neutron.services.segments.plugin [-] Segment 500f3f5a-b931-486e-a411-a72193190c19 resource provider aggregate not found 2026-04-23 10:43:35.737 8 INFO neutron.services.segments.plugin [-] Segment 500f3f5a-b931-486e-a411-a72193190c19 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 500f3f5a-b931-486e-a411-a72193190c19 found for delete ", "request_id": "req-2009a15c-6d20-4ee5-adb8-3b9bc0f1f8a4"}]} 2026-04-23 10:43:35.744 8 INFO neutron.services.segments.plugin [-] Segment 500f3f5a-b931-486e-a411-a72193190c19 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 500f3f5a-b931-486e-a411-a72193190c19 found for delete ", "request_id": "req-2f586342-8611-4331-bd06-a2b18ed9aa9a"}]} 2026-04-23 10:43:35.763 8 INFO neutron.services.segments.plugin [-] Segment 31beea45-61d8-48f1-8a40-2accce317089 resource provider aggregate not found 2026-04-23 10:43:35.769 8 INFO neutron.services.segments.plugin [-] Segment 31beea45-61d8-48f1-8a40-2accce317089 resource provider aggregate not found 2026-04-23 10:43:35.782 8 INFO neutron.services.segments.plugin [-] Segment 31beea45-61d8-48f1-8a40-2accce317089 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 31beea45-61d8-48f1-8a40-2accce317089 found for delete ", "request_id": "req-7af78b75-7654-48a6-84af-96c00dd4cde7"}]} 2026-04-23 10:43:35.788 8 INFO neutron.services.segments.plugin [-] Segment 31beea45-61d8-48f1-8a40-2accce317089 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 31beea45-61d8-48f1-8a40-2accce317089 found for delete ", "request_id": "req-7b11bc5c-8fb1-4f8b-997b-01e730eba581"}]} 2026-04-23 10:43:35.806 8 INFO neutron.services.segments.plugin [-] Segment 2ba857cc-2670-403f-8399-39ecd28227da resource provider aggregate not found 2026-04-23 10:43:35.812 8 INFO neutron.services.segments.plugin [-] Segment 2ba857cc-2670-403f-8399-39ecd28227da resource provider aggregate not found 2026-04-23 10:43:35.827 8 INFO neutron.services.segments.plugin [-] Segment 2ba857cc-2670-403f-8399-39ecd28227da 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 2ba857cc-2670-403f-8399-39ecd28227da found for delete ", "request_id": "req-91eb5606-42b2-4ec5-85c6-1b3f0cc5b09c"}]} [pid: 7|app: 0|req: 932/1678] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:35 2026] GET /v2.0/security-groups?tenant_id=5c0f41b881164bb1bd14f9658ab2b1a8&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:35.834 8 INFO neutron.services.segments.plugin [-] Segment 2ba857cc-2670-403f-8399-39ecd28227da 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 2ba857cc-2670-403f-8399-39ecd28227da found for delete ", "request_id": "req-84981a09-c524-4f19-8830-89006a58663f"}]} 2026-04-23 10:43:35.852 8 INFO neutron.services.segments.plugin [-] Segment 0736d0fd-f10e-4ba1-8e6a-40aaf23296fc resource provider aggregate not found 2026-04-23 10:43:35.863 8 INFO neutron.services.segments.plugin [-] Segment 0736d0fd-f10e-4ba1-8e6a-40aaf23296fc resource provider aggregate not found 2026-04-23 10:43:35.880 8 INFO neutron.services.segments.plugin [-] Segment 0736d0fd-f10e-4ba1-8e6a-40aaf23296fc 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 0736d0fd-f10e-4ba1-8e6a-40aaf23296fc found for delete ", "request_id": "req-8cd42208-d0a1-4dab-8457-5413c3401059"}]} 2026-04-23 10:43:35.881 8 INFO neutron.services.segments.plugin [-] Segment 0736d0fd-f10e-4ba1-8e6a-40aaf23296fc 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 0736d0fd-f10e-4ba1-8e6a-40aaf23296fc found for delete ", "request_id": "req-08ed6e1c-407e-4deb-9924-cd6262dfb767"}]} [pid: 8|app: 0|req: 747/1679] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:35 2026] DELETE /v2.0/security-groups/f673217b-472f-4b87-9c8d-acfd4b132176 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1680] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:36 2026] GET /v2.0/security-groups?tenant_id=f0f49ba56ce74ad0a1fbea288771837a&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1681] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:36 2026] DELETE /v2.0/security-groups/f70da975-ca23-4485-a702-2ae847c91c7a => 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: 934/1682] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:36 2026] GET /v2.0/security-groups?tenant_id=a5883ac479bd40d3916e861dd17425e9&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1683] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:36 2026] DELETE /v2.0/security-groups/90a19933-edbe-4df9-a3d3-b673e97f3517 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1684] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:37 2026] GET /v2.0/security-groups?tenant_id=693b486711f34d548d80c257e9bb57c7&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1685] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:37 2026] DELETE /v2.0/security-groups/265ffe61-a20f-49a6-bc89-0f7111e1de3a => 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: 936/1686] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:39 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1687] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:39 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 752/1688] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:39 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 753/1689] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:39 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:40.040 7 INFO neutron.db.segments_db [None req-7ada6a66-46ab-433a-807b-f80796716973 e81f77dadd384476971401d401f70256 65d3c7db439e4a86a18b299f0b071bb2 - - default default] Added segment ede4fa9a-09be-4a8e-9d9c-290319cf6041 of type vxlan for network 5082b863-bec3-46ba-83e6-0f966a7a28e2 [pid: 7|app: 0|req: 937/1690] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:39 2026] POST /v2.0/networks => generated 613 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1691] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:40 2026] POST /v2.0/subnets => generated 626 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1692] 10.0.0.243 () {34 vars in 751 bytes} [Thu Apr 23 10:43:40 2026] PUT /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1693] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:43:40 2026] GET /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1694] 10.0.0.243 () {34 vars in 762 bytes} [Thu Apr 23 10:43:40 2026] PUT /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags/green => generated 4 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1695] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:43:40 2026] GET /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1696] 10.0.0.243 () {34 vars in 758 bytes} [Thu Apr 23 10:43:40 2026] PUT /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags/red => 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: 757/1697] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:43:40 2026] GET /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1698] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:40 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1699] 10.0.0.243 () {34 vars in 780 bytes} [Thu Apr 23 10:43:40 2026] PUT /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1700] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:40 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 759/1701] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:43:40 2026] GET /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1702] 10.0.0.243 () {34 vars in 751 bytes} [Thu Apr 23 10:43:40 2026] PUT /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1703] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:43:41 2026] GET /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1704] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:43:41 2026] GET /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:41.219 8 INFO neutron.api.v2.resource [None req-696c095a-e9fb-4f11-bd79-36b99fc85427 e81f77dadd384476971401d401f70256 65d3c7db439e4a86a18b299f0b071bb2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 761/1705] 10.0.0.243 () {32 vars in 743 bytes} [Thu Apr 23 10:43:41 2026] GET /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1706] 10.0.0.243 () {32 vars in 742 bytes} [Thu Apr 23 10:43:41 2026] DELETE /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1707] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:43:41 2026] GET /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags => generated 30 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:41.409 7 INFO neutron.api.v2.resource [None req-34d02c0b-1aa4-456f-aa62-8ecb2012e8ce e81f77dadd384476971401d401f70256 65d3c7db439e4a86a18b299f0b071bb2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 946/1708] 10.0.0.243 () {32 vars in 746 bytes} [Thu Apr 23 10:43:41 2026] DELETE /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1709] 10.0.0.243 () {32 vars in 734 bytes} [Thu Apr 23 10:43:41 2026] DELETE /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1710] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:43:41 2026] GET /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1711] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:41 2026] DELETE /v2.0/subnets/fdb49a37-19a5-4e31-a076-96cbbdd1fa2f => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:41.872 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab89c685-c4e1-4c83-b873-ae755a24dd60 e81f77dadd384476971401d401f70256 65d3c7db439e4a86a18b299f0b071bb2 - - default default] TaaS: Handle Delete Port: 25b458c3-e5df-4a92-9825-f11cd034f5bd 2026-04-23 10:43:41.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab89c685-c4e1-4c83-b873-ae755a24dd60 e81f77dadd384476971401d401f70256 65d3c7db439e4a86a18b299f0b071bb2 - - default default] Tap Mirror: Handle Delete Port: 25b458c3-e5df-4a92-9825-f11cd034f5bd 2026-04-23 10:43:42.069 7 INFO neutron.services.segments.plugin [-] Segment ede4fa9a-09be-4a8e-9d9c-290319cf6041 resource provider aggregate not found 2026-04-23 10:43:42.077 7 INFO neutron.services.segments.plugin [-] Segment ede4fa9a-09be-4a8e-9d9c-290319cf6041 resource provider aggregate not found 2026-04-23 10:43:42.103 7 INFO neutron.services.segments.plugin [-] Segment ede4fa9a-09be-4a8e-9d9c-290319cf6041 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 ede4fa9a-09be-4a8e-9d9c-290319cf6041 found for delete ", "request_id": "req-8b69d2fc-9b30-4eb0-b1d5-2880e9a0c5ef"}]} 2026-04-23 10:43:42.105 7 INFO neutron.services.segments.plugin [-] Segment ede4fa9a-09be-4a8e-9d9c-290319cf6041 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 ede4fa9a-09be-4a8e-9d9c-290319cf6041 found for delete ", "request_id": "req-4da7f821-ec9f-4b5b-a8f0-6e28f4ae6b1f"}]} [pid: 7|app: 0|req: 948/1712] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:41 2026] DELETE /v2.0/networks/5082b863-bec3-46ba-83e6-0f966a7a28e2 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1713] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 950/1714] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 765/1715] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:43:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1716] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/security-groups?id=f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb&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: 952/1717] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:43:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:42.376 8 INFO neutron_taas.services.taas.taas_plugin [req-9ee06ef5-605c-4cf8-8476-ad8709448d86 req-668dd597-f534-4965-9b8b-f3efefdadb23 eceb6b4ce1e9495c80c75b4590962c7c 93195366370d4b82b1e17b929f24ea83 - - default default] TaaS: Handle Delete Port: b76d4c59-9ed1-45ba-8264-ab40ed31d451 2026-04-23 10:43:42.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9ee06ef5-605c-4cf8-8476-ad8709448d86 req-668dd597-f534-4965-9b8b-f3efefdadb23 eceb6b4ce1e9495c80c75b4590962c7c 93195366370d4b82b1e17b929f24ea83 - - default default] Tap Mirror: Handle Delete Port: b76d4c59-9ed1-45ba-8264-ab40ed31d451 [pid: 7|app: 0|req: 953/1718] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:43:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1719] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:43:42 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-04-23 10:43:42.517 8 INFO neutron.db.l3_db [req-9ee06ef5-605c-4cf8-8476-ad8709448d86 req-668dd597-f534-4965-9b8b-f3efefdadb23 eceb6b4ce1e9495c80c75b4590962c7c 93195366370d4b82b1e17b929f24ea83 - - default default] Floating IP ae80c8cc-182b-4f7d-bc97-044684fa5cb6 disassociated. External IP: 10.96.250.204, port: b76d4c59-9ed1-45ba-8264-ab40ed31d451. [pid: 7|app: 0|req: 955/1720] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:43:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1721] 10.0.0.243 () {34 vars in 759 bytes} [Thu Apr 23 10:43:42 2026] PUT /v2.0/subnetpools/f7fc70fd-050d-4f85-a105-6254cac76557/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1722] 10.0.0.243 () {34 vars in 759 bytes} [Thu Apr 23 10:43:42 2026] PUT /v2.0/subnetpools/1f0a2c9e-7639-4741-891d-7a62ae89b3cb/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1723] 10.0.0.243 () {34 vars in 759 bytes} [Thu Apr 23 10:43:42 2026] PUT /v2.0/subnetpools/2add6668-372e-40a5-b697-7f340f1ca535/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1724] 10.0.0.243 () {34 vars in 759 bytes} [Thu Apr 23 10:43:42 2026] PUT /v2.0/subnetpools/0c010d31-379b-4d54-959e-26afff2a3346/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1725] 10.0.0.243 () {32 vars in 672 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1726] 10.0.0.243 () {32 vars in 686 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1727] 10.0.0.243 () {32 vars in 682 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1728] 10.0.0.243 () {32 vars in 694 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1729] 10.0.0.243 () {32 vars in 680 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1730] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:43:42 2026] DELETE /v2.0/ports/b76d4c59-9ed1-45ba-8264-ab40ed31d451 => generated 0 bytes in 697 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1731] 10.0.0.243 () {32 vars in 694 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:42.975 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f00a18d-47a2-4152-b98c-272577913fe1'] response: {'server_uuid': 'a1af7431-2381-45f9-adba-9ec8f9dc1e5d', 'name': 'network-vif-deleted', 'tag': 'b76d4c59-9ed1-45ba-8264-ab40ed31d451', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 768/1732] 10.0.0.243 () {32 vars in 690 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1733] 10.0.0.243 () {32 vars in 702 bytes} [Thu Apr 23 10:43:43 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1734] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/security-groups?tenant_id=65d3c7db439e4a86a18b299f0b071bb2&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1735] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:43:43 2026] DELETE /v2.0/subnetpools/f7fc70fd-050d-4f85-a105-6254cac76557 => 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: 966/1736] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:43 2026] DELETE /v2.0/security-groups/2646e912-339a-4d67-be8d-559ef63d2996 => 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: 771/1737] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:43:43 2026] DELETE /v2.0/subnetpools/1f0a2c9e-7639-4741-891d-7a62ae89b3cb => 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: 967/1738] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:43:43 2026] DELETE /v2.0/subnetpools/2add6668-372e-40a5-b697-7f340f1ca535 => 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: 772/1739] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:43:43 2026] DELETE /v2.0/subnetpools/0c010d31-379b-4d54-959e-26afff2a3346 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1740] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:43 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 774/1741] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:43:43 2026] DELETE /v2.0/subnetpools/09e4643e-f872-488a-a22c-895304711d46 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1742] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:43 2026] GET /v2.0/security-groups?tenant_id=a60c55562755492a87c96e77c55c1728&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1743] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:43 2026] DELETE /v2.0/security-groups/e132a207-5063-4d3d-af5c-dafe2551e9ff => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1744] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:44 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 969/1745] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:44 2026] GET /v2.0/security-groups?tenant_id=eb18c17a036244d9acb4203797429d76&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1746] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:44 2026] DELETE /v2.0/security-groups/0a05262f-9aca-445d-a899-3b83e4814ce8 => 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: 970/1747] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:44 2026] GET /v2.0/security-groups?tenant_id=e496ebd69abe4a77830239e157c20e5c&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1748] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:45 2026] DELETE /v2.0/security-groups/047f1c74-682a-4b6f-bbab-6063138d3c96 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1749] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:45 2026] GET /v2.0/security-groups?tenant_id=e35c167d461141978430728a9b4e458d&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: 779/1750] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:45 2026] DELETE /v2.0/security-groups/ccf70a88-86ef-45a8-9e5b-5f46a721ec32 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1751] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:45 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1754] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:43:46 2026] GET /v2.0/ports?device_id=a1af7431-2381-45f9-adba-9ec8f9dc1e5d => 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: 974/1755] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:47 2026] DELETE /v2.0/security-groups/f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:47.933 8 INFO neutron.api.v2.resource [None req-b5a17bfc-f090-41d2-a24c-7c15873e5645 eceb6b4ce1e9495c80c75b4590962c7c 93195366370d4b82b1e17b929f24ea83 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 782/1756] 10.0.0.243 () {32 vars in 737 bytes} [Thu Apr 23 10:43:47 2026] GET /v2.0/security-groups/f56b7db7-8f77-4c8d-8d8a-c6f9a3353ffb => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:43:48.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-e47d22a2-03bf-44cd-9837-bde609cf379c eceb6b4ce1e9495c80c75b4590962c7c 93195366370d4b82b1e17b929f24ea83 - - default default] TaaS: Handle Delete Port: 04b39e17-1910-4e19-aef4-79145ff7bc60 2026-04-23 10:43:48.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e47d22a2-03bf-44cd-9837-bde609cf379c eceb6b4ce1e9495c80c75b4590962c7c 93195366370d4b82b1e17b929f24ea83 - - default default] Tap Mirror: Handle Delete Port: 04b39e17-1910-4e19-aef4-79145ff7bc60 [pid: 7|app: 0|req: 975/1757] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:43:47 2026] DELETE /v2.0/floatingips/ae80c8cc-182b-4f7d-bc97-044684fa5cb6 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:48.717 8 INFO neutron_taas.services.taas.taas_plugin [None req-4431e92b-5926-4040-a142-8d42ecfa9c8f 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 75fee325-d405-4e67-b2ee-89252427f778 2026-04-23 10:43:48.719 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4431e92b-5926-4040-a142-8d42ecfa9c8f 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 75fee325-d405-4e67-b2ee-89252427f778 2026-04-23 10:43:49.233 7 INFO neutron.db.segments_db [None req-9880d17c-55d5-48bf-ba98-aeebe3df4ffa 3368b86f832a43c2b506cae6cf8d1176 e24f13af7ddf47508602fc21ca47dfec - - default default] Added segment f6eab20d-8d9c-467a-ae73-55201974db7e of type vxlan for network 8c634b38-2d64-42ef-981b-b4b98c1071d3 [pid: 7|app: 0|req: 976/1758] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:48 2026] POST /v2.0/networks => generated 612 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1759] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:43:48 2026] PUT /v2.0/routers/5fae5ec1-d024-482c-b07e-be22197c9196/remove_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:49.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-68a96b62-b1ec-4625-ac9f-a88cf3f27d91 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 9064e7d7-00f0-4b0e-b7d6-7b6f1682f78d 2026-04-23 10:43:49.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68a96b62-b1ec-4625-ac9f-a88cf3f27d91 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 9064e7d7-00f0-4b0e-b7d6-7b6f1682f78d [pid: 7|app: 0|req: 977/1760] 10.0.0.243 () {34 vars in 664 bytes} [Thu Apr 23 10:43:49 2026] POST /v2.0/ports => generated 743 bytes in 759 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-04-23 10:43:50.193 8 INFO neutron_taas.services.taas.taas_plugin [None req-68a96b62-b1ec-4625-ac9f-a88cf3f27d91 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 7ef9ac36-b3bd-4f5a-9fbd-048668750063 2026-04-23 10:43:50.196 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68a96b62-b1ec-4625-ac9f-a88cf3f27d91 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 7ef9ac36-b3bd-4f5a-9fbd-048668750063 [pid: 7|app: 0|req: 978/1761] 10.0.0.243 () {34 vars in 666 bytes} [Thu Apr 23 10:43:50 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1762] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:43:50 2026] PUT /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1763] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:43:50 2026] GET /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1764] 10.0.0.243 () {34 vars in 760 bytes} [Thu Apr 23 10:43:50 2026] PUT /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags/green => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1765] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:43:50 2026] GET /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/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: 983/1766] 10.0.0.243 () {34 vars in 756 bytes} [Thu Apr 23 10:43:50 2026] PUT /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1767] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:43:50 2026] GET /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1768] 10.0.0.243 () {34 vars in 778 bytes} [Thu Apr 23 10:43:50 2026] PUT /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1769] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:43:50 2026] GET /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:50.585 8 INFO neutron.services.segments.plugin [-] Segment 27e0ddfd-7373-4322-8464-0b07eca013b1 resource provider aggregate not found 2026-04-23 10:43:50.590 8 INFO neutron.services.segments.plugin [-] Segment 27e0ddfd-7373-4322-8464-0b07eca013b1 resource provider aggregate not found [pid: 7|app: 0|req: 987/1770] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:43:50 2026] PUT /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:50.610 8 INFO neutron.services.segments.plugin [-] Segment 27e0ddfd-7373-4322-8464-0b07eca013b1 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 27e0ddfd-7373-4322-8464-0b07eca013b1 found for delete ", "request_id": "req-0a74aa43-3f05-4f92-a9e2-b4ff83888f37"}]} 2026-04-23 10:43:50.612 8 INFO neutron.db.l3_hamode_db [None req-68a96b62-b1ec-4625-ac9f-a88cf3f27d91 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] HA network a703318a-3e00-412c-9e30-180b5bbb5771 was deleted as no HA routers are present in tenant 93195366370d4b82b1e17b929f24ea83. 2026-04-23 10:43:50.614 8 INFO neutron.services.segments.plugin [-] Segment 27e0ddfd-7373-4322-8464-0b07eca013b1 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 27e0ddfd-7373-4322-8464-0b07eca013b1 found for delete ", "request_id": "req-846d9814-ef6e-4f5b-9b11-dcfec9fb7251"}]} [pid: 7|app: 0|req: 988/1771] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:43:50 2026] GET /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1772] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:49 2026] DELETE /v2.0/routers/5fae5ec1-d024-482c-b07e-be22197c9196 => generated 0 bytes in 1240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1773] 10.0.0.243 () {32 vars in 737 bytes} [Thu Apr 23 10:43:50 2026] GET /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags/red => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:50.658 7 INFO neutron.api.v2.resource [None req-9e321c71-c94d-4ec3-b646-a7c8c6dd763c 3368b86f832a43c2b506cae6cf8d1176 e24f13af7ddf47508602fc21ca47dfec - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 990/1774] 10.0.0.243 () {32 vars in 741 bytes} [Thu Apr 23 10:43:50 2026] GET /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1775] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:50 2026] DELETE /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1776] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:43:50 2026] GET /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:50.759 7 INFO neutron.api.v2.resource [None req-e50192be-00de-4a23-a62c-099c88f13b6c 3368b86f832a43c2b506cae6cf8d1176 e24f13af7ddf47508602fc21ca47dfec - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 993/1777] 10.0.0.243 () {32 vars in 744 bytes} [Thu Apr 23 10:43:50 2026] DELETE /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1778] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:43:50 2026] DELETE /v2.0/subnets/65d6b058-9412-45ec-8016-6cdce48455c9 => 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: 994/1779] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:43:50 2026] DELETE /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags => 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: 995/1780] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:43:50 2026] GET /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1781] 10.0.0.243 () {32 vars in 719 bytes} [Thu Apr 23 10:43:50 2026] GET /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:50.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-099319ea-4704-4219-a8c6-85be25350237 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: d5a6dcf7-3b57-4c21-b8a6-6ac32aa442e3 2026-04-23 10:43:50.881 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-099319ea-4704-4219-a8c6-85be25350237 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: d5a6dcf7-3b57-4c21-b8a6-6ac32aa442e3 [pid: 7|app: 0|req: 997/1782] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:43:50 2026] GET /v2.0/ports/877c0a4b-1851-4d3a-a881-3fdbf681971a => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1783] 10.0.0.243 () {32 vars in 722 bytes} [Thu Apr 23 10:43:50 2026] DELETE /v2.0/trunks/1d6294da-d03d-4cc0-91c3-04adc989dfa3 => 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: 786/1784] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:50 2026] DELETE /v2.0/networks/b5f520b7-2de2-48d4-b8fe-5b75413603fc => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:51.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5b0fda7-03be-4ca5-93fa-1a0e1f278065 3368b86f832a43c2b506cae6cf8d1176 e24f13af7ddf47508602fc21ca47dfec - - default default] TaaS: Handle Delete Port: 877c0a4b-1851-4d3a-a881-3fdbf681971a 2026-04-23 10:43:51.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5b0fda7-03be-4ca5-93fa-1a0e1f278065 3368b86f832a43c2b506cae6cf8d1176 e24f13af7ddf47508602fc21ca47dfec - - default default] Tap Mirror: Handle Delete Port: 877c0a4b-1851-4d3a-a881-3fdbf681971a [pid: 7|app: 0|req: 999/1785] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:43:51 2026] DELETE /v2.0/ports/877c0a4b-1851-4d3a-a881-3fdbf681971a => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1786] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:51 2026] GET /v2.0/security-groups?tenant_id=93195366370d4b82b1e17b929f24ea83&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1787] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:51 2026] DELETE /v2.0/networks/8c634b38-2d64-42ef-981b-b4b98c1071d3 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1788] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:51 2026] DELETE /v2.0/security-groups/b829b866-b187-4a32-8dae-bc11c23173fd => 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: 788/1789] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:52 2026] GET /v2.0/security-groups?tenant_id=1f7a3b83bf3540f0b7f717b20fc6130d&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1790] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:52 2026] DELETE /v2.0/security-groups/585645f5-797c-421d-b38f-fcadcae366dd => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:52.642 8 INFO neutron.services.segments.plugin [-] Segment c16cb4a6-82a6-4c54-baa6-021b6d62c8b9 resource provider aggregate not found 2026-04-23 10:43:52.644 8 INFO neutron.services.segments.plugin [-] Segment c16cb4a6-82a6-4c54-baa6-021b6d62c8b9 resource provider aggregate not found 2026-04-23 10:43:52.663 8 INFO neutron.services.segments.plugin [-] Segment c16cb4a6-82a6-4c54-baa6-021b6d62c8b9 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 c16cb4a6-82a6-4c54-baa6-021b6d62c8b9 found for delete ", "request_id": "req-327ff8f6-ca57-40e5-905c-2a842e817055"}]} 2026-04-23 10:43:52.668 8 INFO neutron.services.segments.plugin [-] Segment c16cb4a6-82a6-4c54-baa6-021b6d62c8b9 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 c16cb4a6-82a6-4c54-baa6-021b6d62c8b9 found for delete ", "request_id": "req-bb020dab-6759-436f-913f-6bee090ffb45"}]} 2026-04-23 10:43:52.680 8 INFO neutron.services.segments.plugin [-] Segment f6eab20d-8d9c-467a-ae73-55201974db7e resource provider aggregate not found 2026-04-23 10:43:52.693 8 INFO neutron.services.segments.plugin [-] Segment f6eab20d-8d9c-467a-ae73-55201974db7e resource provider aggregate not found 2026-04-23 10:43:52.698 8 INFO neutron.services.segments.plugin [-] Segment f6eab20d-8d9c-467a-ae73-55201974db7e 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 f6eab20d-8d9c-467a-ae73-55201974db7e found for delete ", "request_id": "req-731acb73-4196-4527-8817-a0472f52c809"}]} 2026-04-23 10:43:52.711 8 INFO neutron.services.segments.plugin [-] Segment f6eab20d-8d9c-467a-ae73-55201974db7e 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 f6eab20d-8d9c-467a-ae73-55201974db7e found for delete ", "request_id": "req-286c2768-9f5f-41ac-a3af-5c83c26a04b5"}]} [pid: 8|app: 0|req: 789/1791] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:52 2026] GET /v2.0/security-groups?tenant_id=e24f13af7ddf47508602fc21ca47dfec&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1792] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:52 2026] DELETE /v2.0/security-groups/4f7d7acf-d217-48e9-80ab-fabc3782149f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:54.320 8 INFO neutron.db.segments_db [None req-e009899b-4fa1-439b-a255-ba180155ef33 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Added segment bfdad2b3-bf20-4613-8130-75fe757b2f20 of type vxlan for network 43650afb-89dc-4df9-a6f7-a6a539842a37 [pid: 8|app: 0|req: 790/1793] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:53 2026] POST /v2.0/networks => generated 620 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1794] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:54 2026] POST /v2.0/subnets => generated 658 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1795] 10.0.0.243 () {32 vars in 722 bytes} [Thu Apr 23 10:43:54 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1796] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:54 2026] GET /v2.0/security-groups?tenant_id=7fc703fdd4604696bbf4771f03a69f6f&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1797] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:54 2026] DELETE /v2.0/security-groups/382c9fbe-0f77-4158-96a6-ff850d1800ba => 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: 1006/1798] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:54 2026] POST /v2.0/subnets => generated 731 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:55.146 8 INFO neutron.db.segments_db [None req-c4b327a6-b1be-4a04-81d2-c1095b5ba470 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Added segment 68ddd5cf-2f30-45f3-b87f-7fced25fcad1 of type vxlan for network 829d49d3-25fc-4b9d-b8fa-70413ebc78b1 [pid: 8|app: 0|req: 793/1799] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:55 2026] POST /v2.0/networks => generated 619 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1800] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:55 2026] POST /v2.0/subnets => generated 655 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1801] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:55 2026] POST /v2.0/subnets => generated 726 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:55.951 7 INFO neutron.db.segments_db [None req-ce589499-0511-4269-9870-21d109aca49b 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Added segment b25fe54e-434e-4fab-ad79-b647df5bf071 of type vxlan for network 02c8d1ee-9608-4c2c-859d-489731ee683d [pid: 7|app: 0|req: 1008/1802] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:55 2026] POST /v2.0/networks => generated 618 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1803] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:56 2026] POST /v2.0/subnets => generated 656 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1804] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:56 2026] POST /v2.0/subnets => generated 729 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:56.704 7 INFO neutron.db.segments_db [None req-c2e92ae7-813d-4193-b58e-1241eea4e0fd 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Added segment 8540ca52-44c9-435d-8a62-14bba4012870 of type vxlan for network 99b654bf-b366-4f52-8054-e74b1f31e652 2026-04-23 10:43:56.749 8 INFO neutron.db.segments_db [None req-c3f267ec-90b8-4650-bb5a-12dac38314b5 bfadf4674ca74bb1ac702440d0b50113 41b40b17da694e74b394363d3a3ad0c3 - - default default] Added segment bda3b14e-74ae-4991-9a3b-543fdd63154f of type vxlan for network 74110d00-b772-4db6-ba3c-927813c269a4 [pid: 8|app: 0|req: 796/1805] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:56 2026] POST /v2.0/networks => generated 612 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:43:56.920 8 INFO neutron.db.segments_db [None req-c473338f-a1e5-4c20-a696-6a40fa3c6209 bfadf4674ca74bb1ac702440d0b50113 41b40b17da694e74b394363d3a3ad0c3 - - default default] Added segment 35c25033-5424-45e3-a56e-4cdd51204b13 of type vxlan for network 642e37e1-c006-4fea-be83-4704f616d65e 2026-04-23 10:43:57.024 7 INFO neutron.db.l3_hamode_db [None req-c2e92ae7-813d-4193-b58e-1241eea4e0fd 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 797/1806] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:43:56 2026] POST /v2.0/networks => generated 613 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1807] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:57 2026] PUT /v2.0/networks/74110d00-b772-4db6-ba3c-927813c269a4/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1808] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:57 2026] GET /v2.0/networks/74110d00-b772-4db6-ba3c-927813c269a4/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1809] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:57 2026] PUT /v2.0/networks/642e37e1-c006-4fea-be83-4704f616d65e/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1810] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:57 2026] GET /v2.0/networks/642e37e1-c006-4fea-be83-4704f616d65e/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1811] 10.0.0.243 () {34 vars in 753 bytes} [Thu Apr 23 10:43:57 2026] PUT /v2.0/networks/642e37e1-c006-4fea-be83-4704f616d65e/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: 803/1812] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:57 2026] GET /v2.0/networks/642e37e1-c006-4fea-be83-4704f616d65e/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1813] 10.0.0.243 () {32 vars in 733 bytes} [Thu Apr 23 10:43:57 2026] GET /v2.0/networks/74110d00-b772-4db6-ba3c-927813c269a4/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:57.578 8 INFO neutron.services.segments.plugin [-] Segment bda3b14e-74ae-4991-9a3b-543fdd63154f resource provider aggregate not found 2026-04-23 10:43:57.583 8 INFO neutron.services.segments.plugin [-] Segment bda3b14e-74ae-4991-9a3b-543fdd63154f resource provider aggregate not found 2026-04-23 10:43:57.595 8 INFO neutron.services.segments.plugin [-] Segment bda3b14e-74ae-4991-9a3b-543fdd63154f 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 bda3b14e-74ae-4991-9a3b-543fdd63154f found for delete ", "request_id": "req-ef00b029-b929-4e72-9490-089cdefd5ce4"}]} [pid: 8|app: 0|req: 805/1814] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:57 2026] DELETE /v2.0/networks/74110d00-b772-4db6-ba3c-927813c269a4 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:57.604 8 INFO neutron.services.segments.plugin [-] Segment bda3b14e-74ae-4991-9a3b-543fdd63154f 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 bda3b14e-74ae-4991-9a3b-543fdd63154f found for delete ", "request_id": "req-7a70c26d-0b50-485e-97a3-e975cea0a011"}]} [pid: 8|app: 0|req: 806/1815] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:43:57 2026] DELETE /v2.0/networks/642e37e1-c006-4fea-be83-4704f616d65e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:43:57.845 7 INFO neutron.db.l3_hamode_db [None req-c2e92ae7-813d-4193-b58e-1241eea4e0fd 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1010/1816] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:43:56 2026] POST /v2.0/routers => generated 685 bytes in 2149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1817] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:58 2026] GET /v2.0/security-groups?tenant_id=08c4fc634f64467482afa2af0e885f23&name=default => generated 2925 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1818] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:58 2026] DELETE /v2.0/security-groups/20882840-98ab-4b81-a8d7-88f13fd5dc80 => 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: 809/1819] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:59 2026] GET /v2.0/security-groups?tenant_id=41b40b17da694e74b394363d3a3ad0c3&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1820] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:43:59 2026] DELETE /v2.0/security-groups/c289440f-9ea1-4e85-9c03-5ea15b0000f5 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:43:59.621 8 INFO neutron.services.segments.plugin [-] Segment 35c25033-5424-45e3-a56e-4cdd51204b13 resource provider aggregate not found 2026-04-23 10:43:59.638 8 INFO neutron.services.segments.plugin [-] Segment 35c25033-5424-45e3-a56e-4cdd51204b13 resource provider aggregate not found 2026-04-23 10:43:59.649 8 INFO neutron.services.segments.plugin [-] Segment 35c25033-5424-45e3-a56e-4cdd51204b13 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 35c25033-5424-45e3-a56e-4cdd51204b13 found for delete ", "request_id": "req-695a4eee-e197-4c22-be06-327bf29c4c08"}]} 2026-04-23 10:43:59.662 8 INFO neutron.services.segments.plugin [-] Segment 35c25033-5424-45e3-a56e-4cdd51204b13 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 35c25033-5424-45e3-a56e-4cdd51204b13 found for delete ", "request_id": "req-751e5b1a-d6b6-4716-89d8-341b5291ec0b"}]} [pid: 8|app: 0|req: 811/1821] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:43:59 2026] GET /v2.0/security-groups?tenant_id=8859df97562a4510b11ca692a165d39c&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1822] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:00 2026] DELETE /v2.0/security-groups/737f6ab3-3783-42d3-8d70-e93653d83edf => 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: 1011/1823] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:43:58 2026] PUT /v2.0/routers/50d3c460-200e-4e0f-a4ff-0c51b75f63b1/add_router_interface => generated 309 bytes in 1537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1824] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:44:00 2026] GET /v2.0/security-groups?tenant_id=1936e4058317453d94927dc965202c6d&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: 814/1825] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:00 2026] DELETE /v2.0/security-groups/7b50f6b8-0a51-4b83-9e56-eed26ccedd26 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1828] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:44:00 2026] PUT /v2.0/routers/50d3c460-200e-4e0f-a4ff-0c51b75f63b1/add_router_interface => generated 309 bytes in 1562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1829] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:44:01 2026] PUT /v2.0/routers/50d3c460-200e-4e0f-a4ff-0c51b75f63b1/add_router_interface => generated 309 bytes in 1557 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1830] 10.0.0.243 () {34 vars in 684 bytes} [Thu Apr 23 10:44:03 2026] POST /v2.0/security-groups => generated 1626 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1831] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1832] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1833] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1834] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1835] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1836] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1837] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1838] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1839] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1840] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1841] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1842] 10.0.0.35 () {34 vars in 1091 bytes} [Thu Apr 23 10:44:05 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-24233902&fields=id&tenant_id=ea82d82e16b14098bab27fa6a962f893 => 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: 824/1843] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:44:05 2026] GET /v2.0/networks?id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1844] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:44:05 2026] GET /v2.0/quotas/ea82d82e16b14098bab27fa6a962f893 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1845] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:44:05 2026] GET /v2.0/ports?tenant_id=ea82d82e16b14098bab27fa6a962f893&fields=id => generated 287 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1846] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:44:06 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 827/1847] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:44:06 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 828/1848] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:06 2026] GET /v2.0/ports?device_id=eff8c2d8-b187-4793-96e8-323a0b7d7ac5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1849] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:44:05 2026] GET /v2.0/security-groups?tenant_id=e71b999ce6fe495bbc3e8b9543b8458d&name=default => generated 2929 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1850] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:06 2026] DELETE /v2.0/security-groups/21559552-db87-40bc-bab2-458c11a0f127 => 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: 1022/1851] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:44:06 2026] GET /v2.0/security-groups?tenant_id=d28b5553bfb5448082a44390176957a2&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1852] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:06 2026] DELETE /v2.0/security-groups/b5806c8a-96d8-48a5-8996-525139dd4453 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1853] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:44:10 2026] GET /v2.0/networks?id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => generated 705 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1854] 199.19.213.74 () {34 vars in 1049 bytes} [Thu Apr 23 10:44:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ea82d82e16b14098bab27fa6a962f893 => generated 177 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1855] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:44:10 2026] POST /v2.0/ports => generated 1175 bytes in 526 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: 7|app: 0|req: 1025/1856] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:11 2026] GET /v2.0/ports?device_id=eff8c2d8-b187-4793-96e8-323a0b7d7ac5 => generated 1178 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1857] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:44:11 2026] GET /v2.0/security-groups?id=adf896a2-06c8-457f-8f18-b3025a642851&fields=id&fields=name => generated 110 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1858] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:44:11 2026] PUT /v2.0/ports/8fec64cb-4e50-4d5f-9943-ca6d019d79a5 => generated 1456 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:44:11.891 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56819b74-b947-4e9b-bcf8-13dac4725bc0'] response: {'name': 'network-changed', 'server_uuid': 'eff8c2d8-b187-4793-96e8-323a0b7d7ac5', 'tag': '8fec64cb-4e50-4d5f-9943-ca6d019d79a5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1027/1859] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:12 2026] GET /v2.0/ports?tenant_id=ea82d82e16b14098bab27fa6a962f893&device_id=eff8c2d8-b187-4793-96e8-323a0b7d7ac5 => generated 1459 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: 833/1860] 199.19.213.74 () {34 vars in 1017 bytes} [Thu Apr 23 10:44:12 2026] GET /v2.0/networks?tenant_id=ea82d82e16b14098bab27fa6a962f893&shared=False => generated 2374 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1861] 199.19.213.74 () {34 vars in 929 bytes} [Thu Apr 23 10:44:12 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) [pid: 8|app: 0|req: 834/1862] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:13 2026] GET /v2.0/ports?tenant_id=ea82d82e16b14098bab27fa6a962f893&device_id=eff8c2d8-b187-4793-96e8-323a0b7d7ac5 => generated 1459 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1863] 199.19.213.74 () {34 vars in 1055 bytes} [Thu Apr 23 10:44:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.15&port_id=8fec64cb-4e50-4d5f-9943-ca6d019d79a5 => 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: 1030/1864] 199.19.213.74 () {34 vars in 1101 bytes} [Thu Apr 23 10:44:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A7e&port_id=8fec64cb-4e50-4d5f-9943-ca6d019d79a5 => 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: 1031/1865] 199.19.213.74 () {34 vars in 1063 bytes} [Thu Apr 23 10:44:13 2026] GET /v2.0/subnets?id=aab8cae0-930a-4a34-b9bd-981eb8b3c5db&id=1fc2b498-1f36-465d-b97b-dcd98355514c => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1866] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:13 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1867] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:13 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1868] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:13 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 1035/1869] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:13 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1870] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:44:13 2026] GET /v2.0/security-groups?tenant_id=275b1957d565496ebf01e2168ab54776&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: 1036/1871] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:13 2026] DELETE /v2.0/security-groups/10d9dbac-1dd8-4529-b7f8-8feeae6839e1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1872] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/security-groups?tenant_id=befd0322f5e548abb2dcd2a2f3c5bbd3&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1873] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:14 2026] DELETE /v2.0/security-groups/5f1196fb-027a-413c-8f2e-136865a2e267 => 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: 837/1876] 10.0.0.243 () {32 vars in 653 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions => generated 21537 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1877] 10.0.0.243 () {32 vars in 681 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1878] 10.0.0.243 () {32 vars in 681 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1879] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:44:16 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: 841/1880] 10.0.0.243 () {32 vars in 665 bytes} [Thu Apr 23 10:44:16 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: 842/1881] 10.0.0.243 () {32 vars in 699 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1882] 10.0.0.243 () {32 vars in 697 bytes} [Thu Apr 23 10:44:16 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: 844/1883] 10.0.0.243 () {32 vars in 701 bytes} [Thu Apr 23 10:44:16 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: 845/1884] 10.0.0.243 () {32 vars in 689 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1885] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/ports?device_id=eff8c2d8-b187-4793-96e8-323a0b7d7ac5 => generated 1190 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1886] 10.0.0.243 () {32 vars in 703 bytes} [Thu Apr 23 10:44:16 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: 847/1887] 10.0.0.243 () {32 vars in 693 bytes} [Thu Apr 23 10:44:16 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: 848/1888] 10.0.0.243 () {32 vars in 695 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1889] 10.0.0.243 () {32 vars in 685 bytes} [Thu Apr 23 10:44: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: 1041/1890] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/security-groups?id=adf896a2-06c8-457f-8f18-b3025a642851&fields=id&fields=name => generated 110 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1891] 10.0.0.243 () {32 vars in 687 bytes} [Thu Apr 23 10:44:16 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: 7|app: 0|req: 1042/1892] 10.0.0.243 () {32 vars in 661 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/dvr => 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: 851/1893] 10.0.0.243 () {32 vars in 699 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1894] 10.0.0.243 () {32 vars in 679 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1895] 10.0.0.243 () {32 vars in 683 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1896] 10.0.0.243 () {32 vars in 675 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1897] 10.0.0.243 () {32 vars in 689 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1898] 10.0.0.243 () {32 vars in 723 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1899] 10.0.0.243 () {32 vars in 687 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1900] 10.0.0.243 () {32 vars in 669 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/flavors => 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: 855/1901] 10.0.0.243 () {32 vars in 687 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1902] 10.0.0.243 () {32 vars in 681 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1903] 10.0.0.243 () {32 vars in 699 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1904] 10.0.0.243 () {32 vars in 679 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/l2_adjacency => 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: 857/1905] 10.0.0.243 () {32 vars in 667 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/router => generated 256 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1906] 10.0.0.243 () {32 vars in 677 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1907] 10.0.0.243 () {32 vars in 665 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/l3-ha => 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: 1050/1908] 10.0.0.243 () {32 vars in 675 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1909] 10.0.0.243 () {32 vars in 713 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1910] 10.0.0.243 () {32 vars in 691 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1911] 10.0.0.243 () {32 vars in 683 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1912] 10.0.0.243 () {32 vars in 669 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1913] 10.0.0.243 () {32 vars in 687 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/1914] 10.0.0.243 () {32 vars in 705 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1915] 10.0.0.243 () {32 vars in 675 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1916] 10.0.0.243 () {32 vars in 701 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1917] 10.0.0.243 () {32 vars in 675 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/1918] 10.0.0.243 () {32 vars in 693 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1919] 10.0.0.243 () {32 vars in 689 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1920] 10.0.0.243 () {32 vars in 709 bytes} [Thu Apr 23 10:44:16 2026] GET /v2.0/extensions/port-mac-address-regenerate => 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: 865/1921] 10.0.0.243 () {32 vars in 705 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1922] 10.0.0.243 () {32 vars in 719 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1923] 10.0.0.243 () {32 vars in 697 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1924] 10.0.0.243 () {32 vars in 711 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1925] 10.0.0.243 () {32 vars in 669 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/1926] 10.0.0.243 () {32 vars in 687 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1927] 10.0.0.243 () {32 vars in 681 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/1928] 10.0.0.243 () {32 vars in 675 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1929] 10.0.0.243 () {32 vars in 671 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/provider => generated 191 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/1930] 10.0.0.243 () {32 vars in 661 bytes} [Thu Apr 23 10:44: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: 8|app: 0|req: 870/1931] 10.0.0.243 () {32 vars in 699 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/1932] 10.0.0.243 () {32 vars in 699 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1933] 10.0.0.243 () {32 vars in 677 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1934] 10.0.0.243 () {32 vars in 669 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/qos-fip => 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: 872/1935] 10.0.0.243 () {32 vars in 683 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/1936] 10.0.0.243 () {32 vars in 701 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1937] 10.0.0.243 () {32 vars in 685 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/1938] 10.0.0.243 () {32 vars in 707 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1939] 10.0.0.243 () {32 vars in 669 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/1940] 10.0.0.243 () {32 vars in 697 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/qos-rule-type-details => 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: 875/1941] 10.0.0.243 () {32 vars in 695 bytes} [Thu Apr 23 10:44:17 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: 7|app: 0|req: 1067/1942] 10.0.0.243 () {32 vars in 685 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1943] 10.0.0.243 () {32 vars in 689 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/1944] 10.0.0.243 () {32 vars in 705 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1945] 10.0.0.243 () {32 vars in 667 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/1946] 10.0.0.243 () {32 vars in 681 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1947] 10.0.0.243 () {32 vars in 681 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/1948] 10.0.0.243 () {32 vars in 691 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1949] 10.0.0.243 () {32 vars in 691 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/1950] 10.0.0.243 () {32 vars in 695 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1951] 10.0.0.243 () {32 vars in 685 bytes} [Thu Apr 23 10:44:17 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: 7|app: 0|req: 1072/1952] 10.0.0.243 () {32 vars in 689 bytes} [Thu Apr 23 10:44:17 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: 881/1953] 10.0.0.243 () {32 vars in 701 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/1954] 10.0.0.243 () {32 vars in 703 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/router_availability_zone => 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: 882/1955] 10.0.0.243 () {32 vars in 713 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/1956] 10.0.0.243 () {32 vars in 717 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1957] 10.0.0.243 () {32 vars in 715 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/1958] 10.0.0.243 () {32 vars in 727 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1959] 10.0.0.243 () {32 vars in 741 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/1960] 10.0.0.243 () {32 vars in 719 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1961] 10.0.0.243 () {32 vars in 683 bytes} [Thu Apr 23 10:44: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: 1077/1962] 10.0.0.243 () {32 vars in 669 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1963] 10.0.0.243 () {32 vars in 719 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/1964] 10.0.0.243 () {32 vars in 679 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1965] 10.0.0.243 () {32 vars in 669 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/1966] 10.0.0.243 () {32 vars in 697 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1967] 10.0.0.243 () {32 vars in 705 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/1968] 10.0.0.243 () {32 vars in 701 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1969] 10.0.0.243 () {32 vars in 701 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/1970] 10.0.0.243 () {32 vars in 683 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1971] 10.0.0.243 () {32 vars in 705 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/1972] 10.0.0.243 () {32 vars in 695 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1973] 10.0.0.243 () {32 vars in 689 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/1974] 10.0.0.243 () {32 vars in 697 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1975] 10.0.0.243 () {32 vars in 679 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/1976] 10.0.0.243 () {32 vars in 689 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1977] 10.0.0.243 () {32 vars in 701 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/1978] 10.0.0.243 () {32 vars in 665 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1979] 10.0.0.243 () {32 vars in 681 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/1980] 10.0.0.243 () {32 vars in 677 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1981] 10.0.0.243 () {32 vars in 693 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/1982] 10.0.0.243 () {32 vars in 677 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1983] 10.0.0.243 () {32 vars in 667 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/1984] 10.0.0.243 () {32 vars in 663 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/taas => generated 175 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1985] 10.0.0.243 () {32 vars in 675 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/1986] 10.0.0.243 () {32 vars in 687 bytes} [Thu Apr 23 10:44:17 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1987] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:44:18 2026] GET /v2.0/security-groups?tenant_id=d21c2318390642a0b839a388b24b72eb&name=default => generated 2929 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/1988] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:18 2026] DELETE /v2.0/security-groups/6d7ae89d-cf8c-482c-8f69-af265f72b0c7 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:44:21.039 8 INFO neutron.db.segments_db [None req-f87682a7-974b-4168-a2e2-54df0b13206a 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Added segment d237b69a-2f78-4df8-8b64-006e9b751855 of type vxlan for network e83641b4-6fba-4e7b-ae3f-1e8b16192307 [pid: 8|app: 0|req: 899/1989] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:44:20 2026] POST /v2.0/networks => generated 631 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/1990] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:44:21 2026] POST /v2.0/subnets => generated 627 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:44:21.492 8 INFO neutron.db.segments_db [None req-03be7f3d-cde4-4be9-b224-2632501b375d 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Added segment c7b613af-226a-4f47-98c1-176f5818e624 of type vxlan for network 1ae05c10-a0bd-4569-8e2b-578d899a97e4 2026-04-23 10:44:21.798 8 INFO neutron.db.l3_hamode_db [None req-03be7f3d-cde4-4be9-b224-2632501b375d 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1092/1991] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:21 2026] GET /v2.0/ports?device_id=eff8c2d8-b187-4793-96e8-323a0b7d7ac5 => generated 1192 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/1992] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:44:21 2026] GET /v2.0/security-groups?id=adf896a2-06c8-457f-8f18-b3025a642851&fields=id&fields=name => generated 110 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/1993] 10.0.0.243 () {32 vars in 818 bytes} [Thu Apr 23 10:44:21 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&mac_address=fa%3A16%3A3e%3Ab8%3Ac1%3Afc => generated 1192 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:44:22.644 8 INFO neutron.db.l3_hamode_db [None req-03be7f3d-cde4-4be9-b224-2632501b375d 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:44:22.743 7 INFO neutron.db.l3_db [None req-36a232d9-edd4-43fb-87ab-8f50102070aa 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Floating IP 93281652-9211-4b8a-b900-1fd9083d20d3 associated. External IP: 10.96.250.212, port: 8fec64cb-4e50-4d5f-9943-ca6d019d79a5. [pid: 7|app: 0|req: 1095/1994] 10.0.0.243 () {34 vars in 677 bytes} [Thu Apr 23 10:44:22 2026] POST /v2.0/floatingips => generated 854 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:44:23.111 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a06d2a3-630f-429b-8be5-b0565f51a6cf'] response: {'name': 'network-changed', 'server_uuid': 'eff8c2d8-b187-4793-96e8-323a0b7d7ac5', 'tag': '8fec64cb-4e50-4d5f-9943-ca6d019d79a5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1096/1995] 10.0.0.35 () {34 vars in 1091 bytes} [Thu Apr 23 10:44:23 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-24233902&fields=id&tenant_id=ea82d82e16b14098bab27fa6a962f893 => 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: 1097/1996] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:44:23 2026] GET /v2.0/networks?id=02c8d1ee-9608-4c2c-859d-489731ee683d => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/1997] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:44:23 2026] GET /v2.0/quotas/ea82d82e16b14098bab27fa6a962f893 => 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: 1099/1998] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:44:23 2026] GET /v2.0/ports?tenant_id=ea82d82e16b14098bab27fa6a962f893&fields=id => generated 333 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1999] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:44:21 2026] POST /v2.0/routers => generated 695 bytes in 2145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2000] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:44:23 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?fields=segments => generated 14 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2001] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/ports?tenant_id=ea82d82e16b14098bab27fa6a962f893&device_id=eff8c2d8-b187-4793-96e8-323a0b7d7ac5 => 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: 1102/2002] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2003] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/networks?id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => generated 800 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2004] 199.19.213.74 () {34 vars in 1055 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.15&port_id=8fec64cb-4e50-4d5f-9943-ca6d019d79a5 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2005] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/ports?device_id=e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2006] 199.19.213.74 () {34 vars in 1101 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A7e&port_id=8fec64cb-4e50-4d5f-9943-ca6d019d79a5 => 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: 1107/2007] 199.19.213.74 () {34 vars in 1063 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/subnets?id=aab8cae0-930a-4a34-b9bd-981eb8b3c5db&id=1fc2b498-1f36-465d-b97b-dcd98355514c => generated 1410 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2008] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2009] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2010] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 1111/2011] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 8|app: 0|req: 901/2012] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:44:23 2026] PUT /v2.0/routers/bc847043-3f56-48b6-a10c-60b2c4df6bd1/add_router_interface => generated 309 bytes in 1392 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2013] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:44:24 2026] POST /v2.0/ports => generated 958 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/2014] 10.0.0.243 () {34 vars in 665 bytes} [Thu Apr 23 10:44:25 2026] POST /v2.0/ports => generated 955 bytes in 407 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-04-23 10:44:26.513 7 INFO neutron.db.l3_db [None req-298c1315-712f-482a-a540-3764c6b9462b 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Floating IP b39091d0-ef84-4d59-b837-b65f8f6a46de associated. External IP: 10.96.250.203, port: f2b3f710-7171-43c3-ae7c-2c81c5d4c280. [pid: 7|app: 0|req: 1113/2015] 10.0.0.243 () {34 vars in 677 bytes} [Thu Apr 23 10:44:25 2026] POST /v2.0/floatingips => generated 842 bytes in 1001 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-04-23 10:44:26.907 8 INFO neutron.db.l3_db [None req-6ea12e5b-5524-40da-8034-21bb46ad537f 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Floating IP b39091d0-ef84-4d59-b837-b65f8f6a46de disassociated. External IP: 10.96.250.203, port: f2b3f710-7171-43c3-ae7c-2c81c5d4c280. [pid: 8|app: 0|req: 903/2016] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:44:26 2026] PUT /v2.0/floatingips/b39091d0-ef84-4d59-b837-b65f8f6a46de => generated 552 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:44:27.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-9fbef345-bc74-4590-998a-b077a964c787 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] TaaS: Handle Delete Port: dbf2d5ba-7dff-413b-a609-7bc98b99717d 2026-04-23 10:44:27.381 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fbef345-bc74-4590-998a-b077a964c787 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Tap Mirror: Handle Delete Port: dbf2d5ba-7dff-413b-a609-7bc98b99717d [pid: 7|app: 0|req: 1114/2017] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:44:27 2026] DELETE /v2.0/floatingips/b39091d0-ef84-4d59-b837-b65f8f6a46de => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:44:28.433 8 INFO neutron.db.l3_db [None req-9d1c4142-c81d-4f7b-a28a-2d37afa115dd 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Floating IP 1fe17aab-c0e3-491d-ac5d-ccbd1065933b associated. External IP: 10.96.250.216, port: 51844b63-e2ce-4b99-8e17-b418b3a3d913. [pid: 7|app: 0|req: 1115/2018] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:44:28 2026] GET /v2.0/networks?id=02c8d1ee-9608-4c2c-859d-489731ee683d => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2019] 199.19.213.74 () {34 vars in 1049 bytes} [Thu Apr 23 10:44:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ea82d82e16b14098bab27fa6a962f893 => generated 177 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2020] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:44:28 2026] POST /v2.0/ports => generated 1183 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/2021] 10.0.0.243 () {34 vars in 677 bytes} [Thu Apr 23 10:44:27 2026] POST /v2.0/floatingips => generated 842 bytes in 1787 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: 1118/2022] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/floatingips/1fe17aab-c0e3-491d-ac5d-ccbd1065933b => generated 842 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2023] 10.0.0.243 () {32 vars in 655 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/floatingips => generated 845 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/2024] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:44:29 2026] PUT /v2.0/ports/d8208654-79ed-42da-a9c4-918ebb3868a1 => generated 1464 bytes in 447 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-04-23 10:44:29.853 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c18020fa-fa44-4732-bcdd-99ede7bbe2d8'] response: {'name': 'network-changed', 'server_uuid': 'e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35', 'tag': 'd8208654-79ed-42da-a9c4-918ebb3868a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 906/2025] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/ports?device_id=e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35 => generated 1198 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/2026] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/security-groups?id=adf896a2-06c8-457f-8f18-b3025a642851&fields=id&fields=name => generated 110 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:44:29.930 7 INFO neutron.db.l3_db [None req-4c710b51-bacd-4b0c-aaf2-5328b9fb39d6 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Floating IP 1fe17aab-c0e3-491d-ac5d-ccbd1065933b associated. External IP: 10.96.250.216, port: 51844b63-e2ce-4b99-8e17-b418b3a3d913. [pid: 8|app: 0|req: 908/2027] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:30 2026] GET /v2.0/ports?tenant_id=ea82d82e16b14098bab27fa6a962f893&device_id=e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35 => generated 1467 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/2028] 199.19.213.74 () {34 vars in 1017 bytes} [Thu Apr 23 10:44:30 2026] GET /v2.0/networks?tenant_id=ea82d82e16b14098bab27fa6a962f893&shared=False => generated 2374 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/2029] 199.19.213.74 () {34 vars in 929 bytes} [Thu Apr 23 10:44:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2030] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:44:29 2026] PUT /v2.0/floatingips/1fe17aab-c0e3-491d-ac5d-ccbd1065933b => generated 842 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:44:30.688 8 INFO neutron.db.l3_db [None req-754b10e1-195e-42ea-9fd9-8fb2d103ecbc 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Floating IP 1fe17aab-c0e3-491d-ac5d-ccbd1065933b disassociated. External IP: 10.96.250.216, port: f2b3f710-7171-43c3-ae7c-2c81c5d4c280. [pid: 7|app: 0|req: 1121/2031] 10.0.0.144 () {34 vars in 990 bytes} [Thu Apr 23 10:44:30 2026] GET /v2.0/ports?device_id=eff8c2d8-b187-4793-96e8-323a0b7d7ac5 => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2032] 10.0.0.144 () {34 vars in 1040 bytes} [Thu Apr 23 10:44:30 2026] GET /v2.0/security-groups?id=adf896a2-06c8-457f-8f18-b3025a642851&fields=id&fields=name => generated 110 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/2033] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:44:30 2026] PUT /v2.0/floatingips/1fe17aab-c0e3-491d-ac5d-ccbd1065933b => generated 552 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:44:31.151 7 INFO neutron_taas.services.taas.taas_plugin [None req-d890b29e-e616-4458-a949-001849c00c80 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] TaaS: Handle Delete Port: d8677d81-80af-4f9b-9109-0665e63fb0f0 2026-04-23 10:44:31.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d890b29e-e616-4458-a949-001849c00c80 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Tap Mirror: Handle Delete Port: d8677d81-80af-4f9b-9109-0665e63fb0f0 [pid: 7|app: 0|req: 1123/2034] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:44:31 2026] DELETE /v2.0/floatingips/1fe17aab-c0e3-491d-ac5d-ccbd1065933b => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:44:31.358 8 INFO neutron.api.v2.resource [None req-7dca1d13-3aa5-49c1-a162-b908d0ae5b19 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/2035] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:44:31 2026] DELETE /v2.0/floatingips/1fe17aab-c0e3-491d-ac5d-ccbd1065933b => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:44:31.541 7 INFO neutron_taas.services.taas.taas_plugin [None req-841ce1e6-5c95-42b2-9c08-a113d3f7251c 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] TaaS: Handle Delete Port: f2b3f710-7171-43c3-ae7c-2c81c5d4c280 2026-04-23 10:44:31.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-841ce1e6-5c95-42b2-9c08-a113d3f7251c 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Tap Mirror: Handle Delete Port: f2b3f710-7171-43c3-ae7c-2c81c5d4c280 [pid: 8|app: 0|req: 915/2038] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:31 2026] GET /v2.0/ports?tenant_id=ea82d82e16b14098bab27fa6a962f893&device_id=e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35 => generated 1467 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/2039] 199.19.213.74 () {34 vars in 1055 bytes} [Thu Apr 23 10:44:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.78&port_id=d8208654-79ed-42da-a9c4-918ebb3868a1 => 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: 917/2040] 199.19.213.74 () {34 vars in 1105 bytes} [Thu Apr 23 10:44:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A239&port_id=d8208654-79ed-42da-a9c4-918ebb3868a1 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/2041] 199.19.213.74 () {34 vars in 1063 bytes} [Thu Apr 23 10:44:31 2026] GET /v2.0/subnets?id=32a11f63-507b-47f0-a7cf-6e1f589e9c25&id=281aa45b-ea8e-4c8b-aa6e-7f2f63157da9 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2042] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:44:31 2026] DELETE /v2.0/ports/f2b3f710-7171-43c3-ae7c-2c81c5d4c280 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/2043] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:31 2026] GET /v2.0/ports?network_id=02c8d1ee-9608-4c2c-859d-489731ee683d&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: 920/2044] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:31 2026] GET /v2.0/ports?network_id=02c8d1ee-9608-4c2c-859d-489731ee683d&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:44:31.824 7 INFO neutron_taas.services.taas.taas_plugin [None req-36ba664f-c3fc-4c97-a79a-b22a6417107f 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] TaaS: Handle Delete Port: 51844b63-e2ce-4b99-8e17-b418b3a3d913 2026-04-23 10:44:31.827 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36ba664f-c3fc-4c97-a79a-b22a6417107f 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Tap Mirror: Handle Delete Port: 51844b63-e2ce-4b99-8e17-b418b3a3d913 [pid: 8|app: 0|req: 921/2045] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:31 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/2046] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:31 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?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: 1125/2047] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:44:31 2026] DELETE /v2.0/ports/51844b63-e2ce-4b99-8e17-b418b3a3d913 => 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: 923/2048] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:44:31 2026] GET /v2.0/ports?device_id=bc847043-3f56-48b6-a10c-60b2c4df6bd1 => generated 958 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:44:32.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ad98528-76dd-4554-bfd8-eb46c0a9d1f4 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] TaaS: Handle Delete Port: e8244c56-a1e0-4ed8-a79b-d5b834063472 2026-04-23 10:44:32.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ad98528-76dd-4554-bfd8-eb46c0a9d1f4 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Tap Mirror: Handle Delete Port: e8244c56-a1e0-4ed8-a79b-d5b834063472 [pid: 7|app: 0|req: 1126/2049] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:44:32 2026] PUT /v2.0/routers/bc847043-3f56-48b6-a10c-60b2c4df6bd1/remove_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:44:33.295 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cf6a7df-b9b0-42df-8362-c21111ff1863 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] TaaS: Handle Delete Port: f6a1759d-f407-4a6a-9cc3-a63ed020c2c7 2026-04-23 10:44:33.298 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cf6a7df-b9b0-42df-8362-c21111ff1863 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Tap Mirror: Handle Delete Port: f6a1759d-f407-4a6a-9cc3-a63ed020c2c7 2026-04-23 10:44:33.581 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cf6a7df-b9b0-42df-8362-c21111ff1863 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] TaaS: Handle Delete Port: 91445a35-56a5-4c55-b436-c9f056f6e7c0 2026-04-23 10:44:33.583 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cf6a7df-b9b0-42df-8362-c21111ff1863 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] Tap Mirror: Handle Delete Port: 91445a35-56a5-4c55-b436-c9f056f6e7c0 2026-04-23 10:44:33.963 8 INFO neutron.services.segments.plugin [-] Segment c7b613af-226a-4f47-98c1-176f5818e624 resource provider aggregate not found 2026-04-23 10:44:33.970 8 INFO neutron.services.segments.plugin [-] Segment c7b613af-226a-4f47-98c1-176f5818e624 resource provider aggregate not found 2026-04-23 10:44:33.988 8 INFO neutron.services.segments.plugin [-] Segment c7b613af-226a-4f47-98c1-176f5818e624 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 c7b613af-226a-4f47-98c1-176f5818e624 found for delete ", "request_id": "req-a7c8b983-76bc-44c5-9902-bc4767443db3"}]} 2026-04-23 10:44:33.989 8 INFO neutron.db.l3_hamode_db [None req-5cf6a7df-b9b0-42df-8362-c21111ff1863 100cd8fe476a44c99badc9db900b339d 579281800d144e39ae7475c3d36c07a9 - - default default] HA network 1ae05c10-a0bd-4569-8e2b-578d899a97e4 was deleted as no HA routers are present in tenant 579281800d144e39ae7475c3d36c07a9. [pid: 8|app: 0|req: 924/2050] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:44:33 2026] DELETE /v2.0/routers/bc847043-3f56-48b6-a10c-60b2c4df6bd1 => generated 0 bytes in 934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:44:34.002 8 INFO neutron.services.segments.plugin [-] Segment c7b613af-226a-4f47-98c1-176f5818e624 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 c7b613af-226a-4f47-98c1-176f5818e624 found for delete ", "request_id": "req-b5c4585f-b187-4298-a3a9-fce5a6232e8c"}]} [pid: 7|app: 0|req: 1127/2051] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:44:34 2026] DELETE /v2.0/subnets/a9a2f8e9-c297-494b-8301-d9691e6991cf => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/2052] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:44:34 2026] DELETE /v2.0/networks/e83641b4-6fba-4e7b-ae3f-1e8b16192307 => 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: 1128/2053] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:44:34 2026] GET /v2.0/security-groups?tenant_id=579281800d144e39ae7475c3d36c07a9&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/2054] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:34 2026] GET /v2.0/ports?device_id=e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35 => generated 1200 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2055] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:35 2026] DELETE /v2.0/security-groups/daabaf00-f84d-4324-8ad5-43e1db3a665c => 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: 927/2056] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/security-groups?id=adf896a2-06c8-457f-8f18-b3025a642851&fields=id&fields=name => generated 110 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:44:36.010 8 INFO neutron.services.segments.plugin [-] Segment d237b69a-2f78-4df8-8b64-006e9b751855 resource provider aggregate not found 2026-04-23 10:44:36.029 8 INFO neutron.services.segments.plugin [-] Segment d237b69a-2f78-4df8-8b64-006e9b751855 resource provider aggregate not found 2026-04-23 10:44:36.032 8 INFO neutron.services.segments.plugin [-] Segment d237b69a-2f78-4df8-8b64-006e9b751855 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 d237b69a-2f78-4df8-8b64-006e9b751855 found for delete ", "request_id": "req-28c8428f-d812-41d7-b0fe-7672319eb1e9"}]} 2026-04-23 10:44:36.044 8 INFO neutron.services.segments.plugin [-] Segment d237b69a-2f78-4df8-8b64-006e9b751855 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 d237b69a-2f78-4df8-8b64-006e9b751855 found for delete ", "request_id": "req-0aa260f1-194a-48d7-a87d-a4d627b27439"}]} [pid: 7|app: 0|req: 1130/2057] 10.0.0.243 () {34 vars in 684 bytes} [Thu Apr 23 10:44:36 2026] POST /v2.0/security-groups => generated 1627 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/2058] 10.0.0.243 () {32 vars in 663 bytes} [Thu Apr 23 10:44:37 2026] GET /v2.0/security-groups => generated 4536 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2059] 10.0.0.243 () {34 vars in 758 bytes} [Thu Apr 23 10:44:37 2026] PUT /v2.0/security-groups/910d3bf6-4b40-4d47-a1db-3620de018b84 => generated 1665 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/2060] 10.0.0.243 () {32 vars in 737 bytes} [Thu Apr 23 10:44:37 2026] GET /v2.0/security-groups/910d3bf6-4b40-4d47-a1db-3620de018b84 => generated 1665 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2061] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:37 2026] DELETE /v2.0/security-groups/910d3bf6-4b40-4d47-a1db-3620de018b84 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/2062] 10.0.0.243 () {32 vars in 663 bytes} [Thu Apr 23 10:44:37 2026] GET /v2.0/security-groups => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:44:37.704 7 INFO neutron.api.v2.resource [None req-061c40e0-bc52-4ec9-ac5a-b56e41370391 e4b57bea886f4b69add032f6db6ae0bb 4ddc34d3d7674fa5935e30b25cc62a50 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1133/2063] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:37 2026] DELETE /v2.0/security-groups/910d3bf6-4b40-4d47-a1db-3620de018b84 => 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: 931/2064] 10.0.0.243 () {34 vars in 684 bytes} [Thu Apr 23 10:44:37 2026] POST /v2.0/security-groups => generated 1626 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2065] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/2066] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:44:37 2026] GET /v2.0/security-group-rules/c908550d-9b62-4e0a-9129-f454fdc67b6f => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2067] 10.0.0.243 () {32 vars in 673 bytes} [Thu Apr 23 10:44:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/2068] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:44:38 2026] DELETE /v2.0/security-group-rules/c908550d-9b62-4e0a-9129-f454fdc67b6f => 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: 1136/2069] 10.0.0.243 () {32 vars in 673 bytes} [Thu Apr 23 10:44:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/2070] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2071] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:44:38 2026] GET /v2.0/security-group-rules/5d5eefbb-efe3-40ce-a2af-1cfd2becfd04 => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/2072] 10.0.0.243 () {32 vars in 673 bytes} [Thu Apr 23 10:44:38 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: 1138/2073] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:44:38 2026] DELETE /v2.0/security-group-rules/5d5eefbb-efe3-40ce-a2af-1cfd2becfd04 => 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: 936/2074] 10.0.0.243 () {32 vars in 673 bytes} [Thu Apr 23 10:44:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:44:38.791 7 INFO neutron.db.securitygroups_db [None req-04aee5d1-5608-4672-9f46-4758b8892c57 e4b57bea886f4b69add032f6db6ae0bb 4ddc34d3d7674fa5935e30b25cc62a50 - - default default] Project 4ddc34d3d7674fa5935e30b25cc62a50 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: 1139/2075] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2076] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:44:38 2026] GET /v2.0/security-group-rules/33d31986-daf8-4c2c-b1bf-6e65b56e76d4 => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2077] 10.0.0.243 () {32 vars in 673 bytes} [Thu Apr 23 10:44:38 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2078] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:44:38 2026] DELETE /v2.0/security-group-rules/33d31986-daf8-4c2c-b1bf-6e65b56e76d4 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2079] 10.0.0.243 () {32 vars in 673 bytes} [Thu Apr 23 10:44:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/2080] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:39 2026] DELETE /v2.0/security-groups/fd569d32-85c3-4a82-97d6-bc7b29e279d9 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2081] 10.0.0.243 () {32 vars in 663 bytes} [Thu Apr 23 10:44:39 2026] GET /v2.0/security-groups => 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: 940/2082] 10.0.0.243 () {32 vars in 663 bytes} [Thu Apr 23 10:44:39 2026] GET /v2.0/security-groups => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2083] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:44:39 2026] GET /v2.0/security-groups?tenant_id=4ddc34d3d7674fa5935e30b25cc62a50&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2084] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:40 2026] DELETE /v2.0/security-groups/f2b828fe-40ae-4531-9b01-2aef4c08f516 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2085] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:40 2026] GET /v2.0/ports?device_id=e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2086] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:44:40 2026] GET /v2.0/security-groups?id=adf896a2-06c8-457f-8f18-b3025a642851&fields=id&fields=name => generated 110 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2087] 10.0.0.243 () {32 vars in 818 bytes} [Thu Apr 23 10:44:40 2026] GET /v2.0/ports?network_id=02c8d1ee-9608-4c2c-859d-489731ee683d&mac_address=fa%3A16%3A3e%3A9d%3A32%3Ac3 => generated 1200 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:44:41.236 8 INFO neutron.db.l3_db [None req-aa4c32c1-4eb3-49e7-a603-b894a6c33c32 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Floating IP 61b39334-b3b2-469e-86b2-296b3bc2ed59 associated. External IP: 10.96.250.203, port: d8208654-79ed-42da-a9c4-918ebb3868a1. [pid: 8|app: 0|req: 943/2088] 10.0.0.243 () {34 vars in 677 bytes} [Thu Apr 23 10:44:40 2026] POST /v2.0/floatingips => generated 854 bytes in 1215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:44:41.677 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-834baa90-89d0-4f7d-a75a-aefccbc69734'] response: {'name': 'network-changed', 'server_uuid': 'e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35', 'tag': 'd8208654-79ed-42da-a9c4-918ebb3868a1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1146/2089] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:42 2026] GET /v2.0/ports?tenant_id=ea82d82e16b14098bab27fa6a962f893&device_id=e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2090] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:44:42 2026] GET /v2.0/networks?id=02c8d1ee-9608-4c2c-859d-489731ee683d => generated 800 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2091] 199.19.213.74 () {34 vars in 1055 bytes} [Thu Apr 23 10:44:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.78&port_id=d8208654-79ed-42da-a9c4-918ebb3868a1 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2092] 199.19.213.74 () {34 vars in 1105 bytes} [Thu Apr 23 10:44:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A239&port_id=d8208654-79ed-42da-a9c4-918ebb3868a1 => 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: 1148/2093] 199.19.213.74 () {34 vars in 1063 bytes} [Thu Apr 23 10:44:42 2026] GET /v2.0/subnets?id=32a11f63-507b-47f0-a7cf-6e1f589e9c25&id=281aa45b-ea8e-4c8b-aa6e-7f2f63157da9 => generated 1414 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2094] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:42 2026] GET /v2.0/ports?network_id=02c8d1ee-9608-4c2c-859d-489731ee683d&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2095] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:42 2026] GET /v2.0/ports?network_id=02c8d1ee-9608-4c2c-859d-489731ee683d&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: 947/2096] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:42 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2097] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:42 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2098] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:44:44 2026] GET /v2.0/security-groups?tenant_id=6d423ea394ee4889b538160fba7b48a4&name=default => generated 2929 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2099] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:45 2026] DELETE /v2.0/security-groups/ac3a2314-c5da-4c64-9f35-28ffa33da1a4 => 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: 949/2100] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:44:45 2026] GET /v2.0/security-groups?tenant_id=e6f1e8dc36064abda14952d80b5217ae&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2101] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:44:45 2026] DELETE /v2.0/security-groups/d52ab90b-2c70-4a85-88fd-7937a4e9a56c => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2104] 10.0.0.144 () {34 vars in 990 bytes} [Thu Apr 23 10:44:47 2026] GET /v2.0/ports?device_id=e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2105] 10.0.0.144 () {34 vars in 1040 bytes} [Thu Apr 23 10:44:47 2026] GET /v2.0/security-groups?id=adf896a2-06c8-457f-8f18-b3025a642851&fields=id&fields=name => generated 110 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:44:48.940 8 INFO neutron.db.segments_db [None req-66a9fb28-98f4-41ec-ab5b-af8689159130 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Added segment 3a47378d-a662-432c-8587-2c2985313454 of type vxlan for network 1108071c-4e13-47a6-93b8-30cbc259090c [pid: 8|app: 0|req: 952/2106] 10.0.0.243 () {34 vars in 671 bytes} [Thu Apr 23 10:44:48 2026] POST /v2.0/networks => generated 614 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:44:49.118 7 INFO neutron.db.segments_db [None req-46640241-d7e4-4ede-a1ec-7a9c14c469be ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Added segment ca803a91-1768-49ea-8757-bdd7abf7dbb5 of type vxlan for network 582a1a08-d924-4806-81c1-7a3122788fbc 2026-04-23 10:44:49.361 7 INFO neutron.db.l3_hamode_db [None req-46640241-d7e4-4ede-a1ec-7a9c14c469be ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:44:50.204 7 INFO neutron.db.l3_hamode_db [None req-46640241-d7e4-4ede-a1ec-7a9c14c469be ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1155/2107] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:44:49 2026] POST /v2.0/routers => generated 694 bytes in 2093 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2108] 10.0.0.243 () {32 vars in 776 bytes} [Thu Apr 23 10:44:51 2026] GET /v2.0/subnets?project_id=783fb408e3b5447db4ba60966b0da0ff&cidr=10.100.0.0%2F28 => 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: 1156/2109] 10.0.0.243 () {32 vars in 694 bytes} [Thu Apr 23 10:44:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2110] 10.0.0.243 () {32 vars in 784 bytes} [Thu Apr 23 10:44:51 2026] GET /v2.0/subnets?network_id=53c27051-0379-44f0-8fec-946c889d5410&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2111] 10.0.0.243 () {34 vars in 669 bytes} [Thu Apr 23 10:44:51 2026] POST /v2.0/subnets => generated 657 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2112] 10.0.0.243 () {34 vars in 783 bytes} [Thu Apr 23 10:44:51 2026] PUT /v2.0/routers/0a2bd7e4-8612-46fe-8b79-3a02ad4fcde2/add_router_interface => generated 309 bytes in 1365 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2113] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:44:52 2026] GET /v2.0/networks => generated 6661 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2114] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/subnets => generated 7420 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2115] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/routers => generated 1452 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2116] 10.0.0.243 () {34 vars in 685 bytes} [Thu Apr 23 10:44:53 2026] POST /v2.0/security-groups => generated 1675 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2117] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2118] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2119] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2120] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:53 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-04-23 10:44:54.052 7 INFO neutron.db.securitygroups_db [None req-605ef0de-f079-4e05-97bf-41336f14d771 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Project 783fb408e3b5447db4ba60966b0da0ff 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: 1162/2121] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:54 2026] POST /v2.0/security-group-rules => generated 607 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:44:54.197 8 INFO neutron.db.securitygroups_db [None req-78954c27-43a7-4be3-9ec7-ec49a6545542 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Project 783fb408e3b5447db4ba60966b0da0ff 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: 960/2122] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:44:54 2026] POST /v2.0/security-group-rules => generated 606 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2123] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/networks => generated 1298 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2124] 10.0.0.35 () {34 vars in 1097 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-397792566&fields=id&tenant_id=783fb408e3b5447db4ba60966b0da0ff => 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: 1164/2125] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/networks?id=1108071c-4e13-47a6-93b8-30cbc259090c => generated 661 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2126] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/quotas/783fb408e3b5447db4ba60966b0da0ff => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2127] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/ports?tenant_id=783fb408e3b5447db4ba60966b0da0ff&fields=id => generated 103 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2128] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:44:55 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?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: 1166/2129] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:44:55 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?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: 964/2130] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:55 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => 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: 1167/2131] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:56 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => 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: 965/2132] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:57 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2133] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:44:57 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2134] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:58 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => 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: 1169/2135] 10.0.0.105 () {30 vars in 690 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2136] 10.0.0.105 () {30 vars in 692 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2137] 10.0.0.105 () {30 vars in 668 bytes} [Thu Apr 23 10:44:59 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: 968/2138] 10.0.0.105 () {30 vars in 704 bytes} [Thu Apr 23 10:44:59 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: 1171/2139] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/networks?id=1108071c-4e13-47a6-93b8-30cbc259090c => generated 661 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2140] 10.0.0.105 () {28 vars in 439 bytes} [Thu Apr 23 10:44:59 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2141] 199.19.213.74 () {34 vars in 1049 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=783fb408e3b5447db4ba60966b0da0ff => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2142] 10.0.0.105 () {30 vars in 728 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 658 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2143] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => 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: 972/2144] 10.0.0.105 () {30 vars in 690 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2145] 10.0.0.105 () {30 vars in 692 bytes} [Thu Apr 23 10:44:59 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: 974/2146] 10.0.0.105 () {30 vars in 668 bytes} [Thu Apr 23 10:44:59 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: 975/2147] 10.0.0.105 () {30 vars in 704 bytes} [Thu Apr 23 10:44:59 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: 976/2148] 10.0.0.105 () {30 vars in 728 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2149] 10.0.0.105 () {30 vars in 690 bytes} [Thu Apr 23 10:45:00 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: 978/2150] 10.0.0.105 () {30 vars in 692 bytes} [Thu Apr 23 10:45:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2151] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:44:59 2026] POST /v2.0/ports => generated 958 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2152] 10.0.0.105 () {30 vars in 668 bytes} [Thu Apr 23 10:45:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 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: 980/2153] 10.0.0.105 () {30 vars in 704 bytes} [Thu Apr 23 10:45:00 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: 981/2154] 10.0.0.105 () {30 vars in 730 bytes} [Thu Apr 23 10:45:00 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2155] 10.0.0.105 () {30 vars in 682 bytes} [Thu Apr 23 10:45:00 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: 7|app: 0|req: 1174/2156] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:45:00 2026] PUT /v2.0/ports/c5678833-34dd-4a3b-a518-3b56f7820c82 => generated 1239 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2157] 10.0.0.105 () {34 vars in 704 bytes} [Thu Apr 23 10:45:00 2026] POST /v2.0/ports => generated 1132 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:45:00.711 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a13d659f-e191-4d79-8c48-53e2e10b7f42'] response: {'name': 'network-changed', 'server_uuid': '058a331a-1609-47a2-872d-d2af41981c01', 'tag': 'c5678833-34dd-4a3b-a518-3b56f7820c82', '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: 1175/2158] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:00 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 973 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: 8|app: 0|req: 984/2159] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:00 2026] GET /v2.0/security-groups?id=d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2160] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:01 2026] GET /v2.0/ports?tenant_id=783fb408e3b5447db4ba60966b0da0ff&device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2161] 199.19.213.74 () {34 vars in 1017 bytes} [Thu Apr 23 10:45:01 2026] GET /v2.0/networks?tenant_id=783fb408e3b5447db4ba60966b0da0ff&shared=False => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2162] 199.19.213.74 () {34 vars in 929 bytes} [Thu Apr 23 10:45:01 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: 8|app: 0|req: 987/2165] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 973 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2166] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/security-groups?id=d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2167] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/ports?tenant_id=783fb408e3b5447db4ba60966b0da0ff&device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2168] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c5678833-34dd-4a3b-a518-3b56f7820c82 => 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: 989/2169] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/subnets?id=20583f95-7232-4044-8347-db198de1f99b => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2170] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/ports?network_id=1108071c-4e13-47a6-93b8-30cbc259090c&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: 8|app: 0|req: 990/2171] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?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: 1182/2172] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?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: 8|app: 0|req: 991/2173] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2174] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2175] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/security-groups?id=d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2176] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:45:03 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: 993/2177] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:45:03 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: 1185/2178] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:45:03 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: 8|app: 0|req: 994/2179] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2180] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:45:03 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: 995/2181] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2182] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:45:03 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: 996/2183] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:45:03 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) 2026-04-23 10:45:03.868 7 INFO neutron.api.v2.resource [None req-71eb13fd-f92e-4e92-9eb3-137a15d5559a 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1188/2184] 199.19.213.74 () {30 vars in 762 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/security-groups/lb-0a764979-6343-4c72-b86e-d7bbc7574756 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2185] 199.19.213.74 () {30 vars in 784 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/security-groups?name=lb-0a764979-6343-4c72-b86e-d7bbc7574756 => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2186] 199.19.213.74 () {34 vars in 735 bytes} [Thu Apr 23 10:45:03 2026] POST /v2.0/security-groups => generated 1638 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2187] 199.19.213.74 () {30 vars in 814 bytes} [Thu Apr 23 10:45:04 2026] GET /v2.0/security-group-rules?security_group_id=6abe035f-fd05-4c3d-9393-33f13303a024 => generated 1182 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2188] 199.19.213.74 () {34 vars in 788 bytes} [Thu Apr 23 10:45:04 2026] PUT /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2189] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:45:04 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: 1191/2190] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:45:04 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: 1192/2191] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:45:04 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: 1193/2192] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:45:04 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: 8|app: 0|req: 1000/2193] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:04 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2194] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:45:04 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2195] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:04 2026] GET /v2.0/security-groups?id=d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2196] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:05 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2197] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:05 2026] GET /v2.0/security-groups?id=d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2198] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:06 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2199] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:07 2026] GET /v2.0/security-groups?id=d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2200] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:08 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2201] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:08 2026] GET /v2.0/security-groups?id=d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2202] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:08 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2203] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:08 2026] GET /v2.0/security-groups?id=d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2204] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:45:08 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:45:09.397 8 INFO neutron.db.l3_db [None req-780c2341-9ed1-4de0-be91-f1d516d0247d ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Floating IP b5f1779e-7d85-4655-94ff-eea1734eae34 associated. External IP: 10.96.250.215, port: c5678833-34dd-4a3b-a518-3b56f7820c82. [pid: 8|app: 0|req: 1006/2205] 10.0.0.243 () {34 vars in 677 bytes} [Thu Apr 23 10:45:08 2026] POST /v2.0/floatingips => generated 856 bytes in 1138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:45:09.720 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d75f0f3-a4fd-4582-9d34-71e64efd239f'] response: {'name': 'network-changed', 'server_uuid': '058a331a-1609-47a2-872d-d2af41981c01', 'tag': 'c5678833-34dd-4a3b-a518-3b56f7820c82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1200/2206] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:45:09 2026] GET /v2.0/floatingips/b5f1779e-7d85-4655-94ff-eea1734eae34 => generated 856 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2207] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:10 2026] GET /v2.0/ports?tenant_id=783fb408e3b5447db4ba60966b0da0ff&device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2208] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:45:10 2026] GET /v2.0/networks?id=1108071c-4e13-47a6-93b8-30cbc259090c => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2209] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:45:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c5678833-34dd-4a3b-a518-3b56f7820c82 => generated 859 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2210] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:45:10 2026] GET /v2.0/subnets?id=20583f95-7232-4044-8347-db198de1f99b => 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: 1009/2211] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:10 2026] GET /v2.0/ports?network_id=1108071c-4e13-47a6-93b8-30cbc259090c&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: 7|app: 0|req: 1203/2212] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:45:10 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?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: 1010/2213] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:45:10 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?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: 1204/2214] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:45:10 2026] GET /v2.0/floatingips/b5f1779e-7d85-4655-94ff-eea1734eae34 => generated 856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2215] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:45:11 2026] GET /v2.0/floatingips/b5f1779e-7d85-4655-94ff-eea1734eae34 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2216] 10.0.0.35 () {34 vars in 1015 bytes} [Thu Apr 23 10:45:12 2026] GET /v2.0/security-groups?id=0c8b37bf-e67d-4438-87ca-16a39cde785a&fields=id => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2217] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:45:12 2026] GET /v2.0/networks?id=25777f5b-7c41-4144-8c44-e55be3e1d33e => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2218] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:45:12 2026] GET /v2.0/quotas/191b27a09f1c4c28a5611e4d1b833899 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2219] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:45:12 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&fields=id => generated 149 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2220] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:45:12 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?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: 1014/2221] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:45:12 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2222] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:13 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => 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: 1015/2223] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:13 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => 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: 1209/2224] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:16 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 12 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2227] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:16 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => 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: 1211/2228] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:45:17 2026] GET /v2.0/networks?id=25777f5b-7c41-4144-8c44-e55be3e1d33e => 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: 1018/2229] 199.19.213.74 () {34 vars in 1049 bytes} [Thu Apr 23 10:45:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=191b27a09f1c4c28a5611e4d1b833899 => generated 343 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2230] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:45:17 2026] POST /v2.0/ports => generated 1078 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2231] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:45:17 2026] PUT /v2.0/ports/76e9e6cb-51ae-4f61-ac4a-e132c4fec060 => generated 1239 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:45:18.233 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ab15f88-049c-493f-851c-a08b9ca21437'] response: {'name': 'network-changed', 'server_uuid': '8e899eba-075e-45d5-9178-aa87da4fd189', 'tag': '76e9e6cb-51ae-4f61-ac4a-e132c4fec060', '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: 1213/2232] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:18 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1242 bytes in 45 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: 1020/2233] 199.19.213.74 () {34 vars in 1017 bytes} [Thu Apr 23 10:45:18 2026] GET /v2.0/networks?tenant_id=191b27a09f1c4c28a5611e4d1b833899&shared=False => generated 735 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2234] 199.19.213.74 () {34 vars in 929 bytes} [Thu Apr 23 10:45:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2235] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:19 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2236] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:19 2026] GET /v2.0/security-groups?id=0c8b37bf-e67d-4438-87ca-16a39cde785a&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: 1022/2237] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:19 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2238] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:45:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.12&port_id=76e9e6cb-51ae-4f61-ac4a-e132c4fec060 => 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: 1216/2239] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:19 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1242 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2240] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:45:20 2026] GET /v2.0/subnets?id=15890d83-766e-41b0-9e1a-83b6664a8168 => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2241] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:20 2026] GET /v2.0/ports?network_id=25777f5b-7c41-4144-8c44-e55be3e1d33e&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: 1025/2242] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:45:20 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?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: 1218/2243] 10.0.0.144 () {34 vars in 990 bytes} [Thu Apr 23 10:45:20 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2244] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:45:20 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2245] 10.0.0.144 () {34 vars in 1040 bytes} [Thu Apr 23 10:45:20 2026] GET /v2.0/security-groups?id=d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2246] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:22 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2247] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:22 2026] GET /v2.0/security-groups?id=0c8b37bf-e67d-4438-87ca-16a39cde785a&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2248] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:23 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2249] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1244 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2250] 199.19.213.74 () {34 vars in 1043 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/security-groups?id=0c8b37bf-e67d-4438-87ca-16a39cde785a&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2251] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:26 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => 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: 1030/2252] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:26 2026] GET /v2.0/security-groups?id=0c8b37bf-e67d-4438-87ca-16a39cde785a&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: 1223/2253] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:26 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2254] 10.0.0.243 () {32 vars in 826 bytes} [Thu Apr 23 10:45:29 2026] GET /v2.0/ports?project_id=783fb408e3b5447db4ba60966b0da0ff&network_id=1108071c-4e13-47a6-93b8-30cbc259090c => generated 3695 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2255] 10.0.0.243 () {32 vars in 742 bytes} [Thu Apr 23 10:45:29 2026] GET /v2.0/subnets?network_id=53c27051-0379-44f0-8fec-946c889d5410 => generated 667 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:45:29.760 8 INFO neutron.db.l3_db [None req-27552023-57b6-488f-a1c7-5ca4c6156019 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Floating IP b5f1779e-7d85-4655-94ff-eea1734eae34 disassociated. External IP: 10.96.250.215, port: c5678833-34dd-4a3b-a518-3b56f7820c82. [pid: 7|app: 0|req: 1225/2256] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:29 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2257] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:29 2026] GET /v2.0/security-groups?id=0c8b37bf-e67d-4438-87ca-16a39cde785a&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: 7|app: 0|req: 1227/2258] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:29 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2259] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:45:29 2026] PUT /v2.0/floatingips/b5f1779e-7d85-4655-94ff-eea1734eae34 => generated 554 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2260] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/floatingips/b5f1779e-7d85-4655-94ff-eea1734eae34 => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:45:30.210 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d1a6427-7fe9-44a0-96d4-c6b496e1ccdc'] response: {'name': 'network-changed', 'server_uuid': '058a331a-1609-47a2-872d-d2af41981c01', 'tag': 'c5678833-34dd-4a3b-a518-3b56f7820c82', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1033/2261] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/ports?tenant_id=783fb408e3b5447db4ba60966b0da0ff&device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2262] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/networks?id=1108071c-4e13-47a6-93b8-30cbc259090c => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2263] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c5678833-34dd-4a3b-a518-3b56f7820c82 => 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: 1230/2264] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/subnets?id=20583f95-7232-4044-8347-db198de1f99b => 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: 1035/2265] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/ports?network_id=1108071c-4e13-47a6-93b8-30cbc259090c&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2266] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?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: 1036/2267] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:45:31 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?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: 1232/2268] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:45:31 2026] GET /v2.0/floatingips/b5f1779e-7d85-4655-94ff-eea1734eae34 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2271] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:45:32 2026] GET /v2.0/floatingips/b5f1779e-7d85-4655-94ff-eea1734eae34 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2272] 10.0.0.243 () {34 vars in 685 bytes} [Thu Apr 23 10:45:33 2026] POST /v2.0/security-groups => generated 1677 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2273] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:45:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2274] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:45:33 2026] POST /v2.0/security-group-rules => generated 596 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2275] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:45:33 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: 1236/2276] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:45:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:45:34.155 8 INFO neutron.db.securitygroups_db [None req-4996feb0-e594-497e-9318-9240f24a9b74 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Project 783fb408e3b5447db4ba60966b0da0ff 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: 1041/2277] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:45:34 2026] POST /v2.0/security-group-rules => generated 607 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:45:34.315 7 INFO neutron.db.securitygroups_db [None req-c67dd380-ebbc-458f-901c-8edaca9b84c9 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Project 783fb408e3b5447db4ba60966b0da0ff 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: 1237/2278] 10.0.0.243 () {34 vars in 695 bytes} [Thu Apr 23 10:45:34 2026] POST /v2.0/security-group-rules => generated 606 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2279] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:45:34 2026] GET /v2.0/networks => generated 1298 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2280] 10.0.0.35 () {34 vars in 1099 bytes} [Thu Apr 23 10:45:34 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1505232410&fields=id&tenant_id=783fb408e3b5447db4ba60966b0da0ff => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2281] 10.0.0.35 () {34 vars in 981 bytes} [Thu Apr 23 10:45:35 2026] GET /v2.0/networks?id=1108071c-4e13-47a6-93b8-30cbc259090c => generated 661 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2282] 10.0.0.35 () {34 vars in 964 bytes} [Thu Apr 23 10:45:35 2026] GET /v2.0/quotas/783fb408e3b5447db4ba60966b0da0ff => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2283] 10.0.0.35 () {34 vars in 1001 bytes} [Thu Apr 23 10:45:35 2026] GET /v2.0/ports?tenant_id=783fb408e3b5447db4ba60966b0da0ff&fields=id => generated 149 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2284] 10.0.0.35 () {34 vars in 1007 bytes} [Thu Apr 23 10:45:35 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2285] 10.0.0.35 () {34 vars in 1107 bytes} [Thu Apr 23 10:45:35 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2286] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:35 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2287] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:36 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2288] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:37 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => 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: 1047/2289] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:38 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => 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: 1243/2290] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:45:39 2026] GET /v2.0/networks?id=1108071c-4e13-47a6-93b8-30cbc259090c => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2291] 199.19.213.74 () {34 vars in 1049 bytes} [Thu Apr 23 10:45:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=783fb408e3b5447db4ba60966b0da0ff => generated 273 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2292] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:39 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => 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: 1049/2293] 199.19.213.74 () {38 vars in 954 bytes} [Thu Apr 23 10:45:39 2026] POST /v2.0/ports => generated 954 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2294] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:45:40 2026] PUT /v2.0/ports/09f529d0-d37c-4c53-8e6b-01c59118c599 => generated 1235 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:45:41.023 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87b5521e-9c77-4812-aac3-c2298622bb35'] response: {'name': 'network-changed', 'server_uuid': 'aef58e22-b261-445e-bad7-1f912d8644ef', 'tag': '09f529d0-d37c-4c53-8e6b-01c59118c599', '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: 1050/2295] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 969 bytes in 46 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: 1246/2296] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/security-groups?id=235a9aa8-5416-4d96-b519-a15f88d4ec2a&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: 8|app: 0|req: 1051/2297] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/ports?tenant_id=783fb408e3b5447db4ba60966b0da0ff&device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2298] 199.19.213.74 () {34 vars in 1017 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/networks?tenant_id=783fb408e3b5447db4ba60966b0da0ff&shared=False => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2299] 199.19.213.74 () {34 vars in 929 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2300] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:42 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2301] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:42 2026] GET /v2.0/security-groups?id=235a9aa8-5416-4d96-b519-a15f88d4ec2a&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: 1249/2302] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:42 2026] GET /v2.0/ports?tenant_id=783fb408e3b5447db4ba60966b0da0ff&device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2303] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:45:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=09f529d0-d37c-4c53-8e6b-01c59118c599 => 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: 1250/2304] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:45:42 2026] GET /v2.0/subnets?id=20583f95-7232-4044-8347-db198de1f99b => 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: 1055/2305] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:42 2026] GET /v2.0/ports?network_id=1108071c-4e13-47a6-93b8-30cbc259090c&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2306] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:45:42 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?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: 1056/2307] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:45:42 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?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: 1252/2308] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:43 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => 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: 1057/2309] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:43 2026] GET /v2.0/security-groups?id=235a9aa8-5416-4d96-b519-a15f88d4ec2a&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: 7|app: 0|req: 1253/2310] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:44 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => 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: 1058/2311] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:44 2026] GET /v2.0/security-groups?id=235a9aa8-5416-4d96-b519-a15f88d4ec2a&fields=id&fields=name => generated 114 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2312] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:45 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2313] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:45 2026] GET /v2.0/security-groups?id=235a9aa8-5416-4d96-b519-a15f88d4ec2a&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: 1256/2316] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:47 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => 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: 1061/2317] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:47 2026] GET /v2.0/security-groups?id=235a9aa8-5416-4d96-b519-a15f88d4ec2a&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: 1257/2318] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:48 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2319] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:48 2026] GET /v2.0/security-groups?id=235a9aa8-5416-4d96-b519-a15f88d4ec2a&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2320] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:45:48 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => 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: 1063/2321] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:48 2026] GET /v2.0/security-groups?id=235a9aa8-5416-4d96-b519-a15f88d4ec2a&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: 1259/2322] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:45:48 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:45:48.967 8 INFO neutron.db.l3_db [None req-d8279a1f-2891-4ac3-9c86-9359fae3bdde ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Floating IP b5f1779e-7d85-4655-94ff-eea1734eae34 associated. External IP: 10.96.250.215, port: 09f529d0-d37c-4c53-8e6b-01c59118c599. [pid: 8|app: 0|req: 1064/2323] 10.0.0.243 () {34 vars in 749 bytes} [Thu Apr 23 10:45:48 2026] PUT /v2.0/floatingips/b5f1779e-7d85-4655-94ff-eea1734eae34 => generated 855 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:45:49.359 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9c7c731-e95f-42fe-afff-3d829ecba4ba'] response: {'name': 'network-changed', 'server_uuid': 'aef58e22-b261-445e-bad7-1f912d8644ef', 'tag': '09f529d0-d37c-4c53-8e6b-01c59118c599', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1260/2324] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:45:49 2026] GET /v2.0/floatingips/b5f1779e-7d85-4655-94ff-eea1734eae34 => 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: 1065/2325] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:49 2026] GET /v2.0/ports?tenant_id=783fb408e3b5447db4ba60966b0da0ff&device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2326] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:45:49 2026] GET /v2.0/networks?id=1108071c-4e13-47a6-93b8-30cbc259090c => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2327] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:45:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=09f529d0-d37c-4c53-8e6b-01c59118c599 => generated 858 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2328] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:45:50 2026] GET /v2.0/subnets?id=20583f95-7232-4044-8347-db198de1f99b => 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: 1067/2329] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:50 2026] GET /v2.0/ports?network_id=1108071c-4e13-47a6-93b8-30cbc259090c&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2330] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:45:50 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2331] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:45:50 2026] GET /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2332] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:45:50 2026] GET /v2.0/floatingips/b5f1779e-7d85-4655-94ff-eea1734eae34 => generated 855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2333] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:45:51 2026] GET /v2.0/floatingips/b5f1779e-7d85-4655-94ff-eea1734eae34 => 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: 1265/2334] 10.0.0.144 () {34 vars in 990 bytes} [Thu Apr 23 10:45:58 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 1240 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2335] 10.0.0.144 () {34 vars in 1040 bytes} [Thu Apr 23 10:45:58 2026] GET /v2.0/security-groups?id=235a9aa8-5416-4d96-b519-a15f88d4ec2a&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: 1072/2338] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:46:06 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: 1267/2339] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:46:06 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: 1073/2340] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:46:06 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: 1268/2341] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:46:06 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: 8|app: 0|req: 1074/2342] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:46:06 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2343] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:46:06 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2344] 199.19.213.74 () {34 vars in 716 bytes} [Thu Apr 23 10:46:06 2026] POST /v2.0/ports => generated 1059 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2345] 10.0.0.35 () {34 vars in 970 bytes} [Thu Apr 23 10:46:06 2026] GET /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2346] 10.0.0.35 () {34 vars in 906 bytes} [Thu Apr 23 10:46:06 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2347] 199.19.213.74 () {34 vars in 1261 bytes} [Thu Apr 23 10:46:07 2026] GET /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2348] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:07 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2349] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:08 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?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: 8|app: 0|req: 1078/2350] 199.19.213.74 () {34 vars in 974 bytes} [Thu Apr 23 10:46:08 2026] GET /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1059 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2351] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:46:08 2026] GET /v2.0/networks?id=43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 802 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2352] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:46:08 2026] PUT /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1249 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2353] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:46:09 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2354] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:46:09 2026] GET /v2.0/security-groups?id=235a9aa8-5416-4d96-b519-a15f88d4ec2a&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:46:09.292 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4190f65a-bcce-48ef-b3ea-bd5c884e2790'] response: {'name': 'network-changed', 'server_uuid': '8e899eba-075e-45d5-9178-aa87da4fd189', 'tag': '7e21cb41-7979-4943-9311-824a16a6b2fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1275/2355] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:46:09 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 2485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2356] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:46:09 2026] GET /v2.0/networks?id=43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2357] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:46:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=7e21cb41-7979-4943-9311-824a16a6b2fb => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2358] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:46:09 2026] GET /v2.0/subnets?id=c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2359] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:09 2026] GET /v2.0/ports?network_id=43650afb-89dc-4df9-a6f7-a6a539842a37&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2360] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:10 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2361] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:10 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?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: 8|app: 0|req: 1084/2362] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:46:10 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2363] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:46:10 2026] GET /v2.0/security-groups?id=235a9aa8-5416-4d96-b519-a15f88d4ec2a&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: 1085/2364] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 2485 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2365] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.12&port_id=76e9e6cb-51ae-4f61-ac4a-e132c4fec060 => 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: 1086/2366] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/subnets?id=15890d83-766e-41b0-9e1a-83b6664a8168 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2367] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/ports?network_id=25777f5b-7c41-4144-8c44-e55be3e1d33e&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: 8|app: 0|req: 1087/2368] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?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: 1282/2369] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?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: 1088/2370] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=7e21cb41-7979-4943-9311-824a16a6b2fb => 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: 1283/2371] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2372] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/subnets?id=c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 679 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2373] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:46:11.648 7 INFO neutron_taas.services.taas.taas_plugin [req-b0652eda-26d7-4f95-b227-11f35a444514 req-6ad5529b-8c74-4ff5-aea9-50b7587aa394 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] TaaS: Handle Delete Port: 09f529d0-d37c-4c53-8e6b-01c59118c599 2026-04-23 10:46:11.650 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b0652eda-26d7-4f95-b227-11f35a444514 req-6ad5529b-8c74-4ff5-aea9-50b7587aa394 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Tap Mirror: Handle Delete Port: 09f529d0-d37c-4c53-8e6b-01c59118c599 [pid: 8|app: 0|req: 1091/2374] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/ports?network_id=43650afb-89dc-4df9-a6f7-a6a539842a37&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2375] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/security-groups?id=235a9aa8-5416-4d96-b519-a15f88d4ec2a&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: 1093/2376] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:46:11.773 7 INFO neutron.db.l3_db [req-b0652eda-26d7-4f95-b227-11f35a444514 req-6ad5529b-8c74-4ff5-aea9-50b7587aa394 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Floating IP b5f1779e-7d85-4655-94ff-eea1734eae34 disassociated. External IP: 10.96.250.215, port: 09f529d0-d37c-4c53-8e6b-01c59118c599. [pid: 8|app: 0|req: 1094/2377] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:11 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?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: 7|app: 0|req: 1284/2378] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:46:11 2026] DELETE /v2.0/ports/09f529d0-d37c-4c53-8e6b-01c59118c599 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:46:12.218 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3631dcaf-596d-4acb-9de0-7e7eb9f236b0'] response: {'server_uuid': 'aef58e22-b261-445e-bad7-1f912d8644ef', 'name': 'network-vif-deleted', 'tag': '09f529d0-d37c-4c53-8e6b-01c59118c599', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1095/2379] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:46:12 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2380] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:46:13 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => 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: 1096/2381] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:46:15 2026] GET /v2.0/ports?device_id=aef58e22-b261-445e-bad7-1f912d8644ef => 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: 1286/2382] 10.0.0.35 () {34 vars in 970 bytes} [Thu Apr 23 10:46:15 2026] GET /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1251 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2383] 199.19.213.74 () {34 vars in 788 bytes} [Thu Apr 23 10:46:15 2026] PUT /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1276 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:46:16.291 8 INFO neutron.api.v2.resource [None req-634cb61a-4458-45db-a433-c6e0211bf4a9 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1098/2384] 199.19.213.74 () {30 vars in 762 bytes} [Thu Apr 23 10:46:16 2026] GET /v2.0/security-groups/lb-0a764979-6343-4c72-b86e-d7bbc7574756 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2385] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:46:16 2026] DELETE /v2.0/security-groups/235a9aa8-5416-4d96-b519-a15f88d4ec2a => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:46:16.317 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-51c60ba8-727f-4fe7-b267-64b1cfe44ec1'] response: {'name': 'network-changed', 'server_uuid': '8e899eba-075e-45d5-9178-aa87da4fd189', 'tag': '7e21cb41-7979-4943-9311-824a16a6b2fb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1099/2386] 199.19.213.74 () {30 vars in 784 bytes} [Thu Apr 23 10:46:16 2026] GET /v2.0/security-groups?name=lb-0a764979-6343-4c72-b86e-d7bbc7574756 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:46:16.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ad9d622-b197-440e-b32d-7b0b70aff707 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] TaaS: Handle Delete Port: b689e182-c069-489a-9bc4-aa46fb7092d2 2026-04-23 10:46:16.451 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ad9d622-b197-440e-b32d-7b0b70aff707 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Tap Mirror: Handle Delete Port: b689e182-c069-489a-9bc4-aa46fb7092d2 [pid: 8|app: 0|req: 1100/2387] 199.19.213.74 () {34 vars in 788 bytes} [Thu Apr 23 10:46:16 2026] PUT /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1314 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2390] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:46:16 2026] DELETE /v2.0/floatingips/b5f1779e-7d85-4655-94ff-eea1734eae34 => generated 0 bytes in 286 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: 1289/2391] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:46:16 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 2586 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2392] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:46:16 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: 1103/2393] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:46:16 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2394] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:46:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2395] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:46:16 2026] GET /v2.0/security-groups?id=d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2396] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:46:16 2026] GET /v2.0/networks?id=43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2397] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:46:16 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: 1107/2398] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:46:16 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: 7|app: 0|req: 1292/2399] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:46:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=7e21cb41-7979-4943-9311-824a16a6b2fb => 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: 1108/2400] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:46:16 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2401] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:46:16 2026] GET /v2.0/subnets?id=c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2402] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:46:17 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2403] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:17 2026] GET /v2.0/ports?network_id=43650afb-89dc-4df9-a6f7-a6a539842a37&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2404] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:46:17 2026] GET /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2405] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:17 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?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: 1111/2406] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:46:17 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2407] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:17 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?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: 8|app: 0|req: 1112/2408] 199.19.213.74 () {30 vars in 742 bytes} [Thu Apr 23 10:46:17 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2409] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:46:17 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2410] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:46:17 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2411] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:46:18 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2412] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:46:18 2026] GET /v2.0/security-groups?id=d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:46:18.361 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e66924cc-9c5e-4d6c-8a4b-b96e9c885a40'] response: {'name': 'network-changed', 'server_uuid': '8e899eba-075e-45d5-9178-aa87da4fd189', 'tag': '7e21cb41-7979-4943-9311-824a16a6b2fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1299/2413] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:46:18 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 2586 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2414] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:46:18 2026] GET /v2.0/networks?id=43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2415] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:46:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=7e21cb41-7979-4943-9311-824a16a6b2fb => 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: 1116/2416] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:46:19 2026] GET /v2.0/subnets?id=c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2417] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:19 2026] GET /v2.0/ports?network_id=43650afb-89dc-4df9-a6f7-a6a539842a37&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: 1117/2418] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:19 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?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: 1302/2419] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:19 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2420] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:46:19 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => 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: 1303/2421] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:46:19 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2422] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:46:19 2026] GET /v2.0/security-groups?id=d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:46:19.422 8 INFO neutron_taas.services.taas.taas_plugin [req-9d49ca29-d0eb-474a-ab68-93df9fc871cd req-9d515a12-cd54-431c-b588-e9f5d0a05adb ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] TaaS: Handle Delete Port: c5678833-34dd-4a3b-a518-3b56f7820c82 2026-04-23 10:46:19.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9d49ca29-d0eb-474a-ab68-93df9fc871cd req-9d515a12-cd54-431c-b588-e9f5d0a05adb ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Tap Mirror: Handle Delete Port: c5678833-34dd-4a3b-a518-3b56f7820c82 [pid: 8|app: 0|req: 1119/2423] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:46:19 2026] DELETE /v2.0/ports/c5678833-34dd-4a3b-a518-3b56f7820c82 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:46:20.404 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f6b487e-4bd9-4492-8a81-7912564b4ae7'] response: {'server_uuid': '058a331a-1609-47a2-872d-d2af41981c01', 'name': 'network-vif-deleted', 'tag': 'c5678833-34dd-4a3b-a518-3b56f7820c82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1305/2424] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:46:20 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => 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: 1120/2425] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:46:21 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:46:22.355 7 INFO neutron.db.l3_db [None req-e5a8557c-3d80-4f00-a465-86b8acbb32c9 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Floating IP 2059eedf-0cd3-40e8-84f4-06182f30a711 associated. External IP: 10.96.250.214, port: 7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3. [pid: 8|app: 0|req: 1121/2426] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:46:22 2026] GET /v2.0/ports?device_id=058a331a-1609-47a2-872d-d2af41981c01 => 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: 1306/2427] 10.0.0.243 () {34 vars in 677 bytes} [Thu Apr 23 10:46:21 2026] POST /v2.0/floatingips => generated 899 bytes in 1116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2428] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:46:23 2026] DELETE /v2.0/security-groups/d01eb6ef-8144-4a2e-8e43-0fbf57fec3ae => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:46:24.359 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3be434b-4a22-4128-9561-2ccf3f01c848 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] TaaS: Handle Delete Port: 067e76a7-8245-4650-9527-045ff5350567 2026-04-23 10:46:24.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3be434b-4a22-4128-9561-2ccf3f01c848 ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Tap Mirror: Handle Delete Port: 067e76a7-8245-4650-9527-045ff5350567 [pid: 7|app: 0|req: 1307/2429] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:46:23 2026] PUT /v2.0/routers/0a2bd7e4-8612-46fe-8b79-3a02ad4fcde2/remove_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2430] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:46:25 2026] DELETE /v2.0/subnets/20583f95-7232-4044-8347-db198de1f99b => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:46:25.461 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cf257ee-c8f1-486b-91b4-69c7ceb84a5b ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] TaaS: Handle Delete Port: 4ab636e6-d5f9-429e-babc-e4857fbd05e0 2026-04-23 10:46:25.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cf257ee-c8f1-486b-91b4-69c7ceb84a5b ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Tap Mirror: Handle Delete Port: 4ab636e6-d5f9-429e-babc-e4857fbd05e0 2026-04-23 10:46:25.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cf257ee-c8f1-486b-91b4-69c7ceb84a5b ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] TaaS: Handle Delete Port: 9d204112-6ae0-4853-b7ee-9bcd097b323f 2026-04-23 10:46:25.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cf257ee-c8f1-486b-91b4-69c7ceb84a5b ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] Tap Mirror: Handle Delete Port: 9d204112-6ae0-4853-b7ee-9bcd097b323f 2026-04-23 10:46:26.447 7 INFO neutron.services.segments.plugin [-] Segment ca803a91-1768-49ea-8757-bdd7abf7dbb5 resource provider aggregate not found 2026-04-23 10:46:26.454 7 INFO neutron.services.segments.plugin [-] Segment ca803a91-1768-49ea-8757-bdd7abf7dbb5 resource provider aggregate not found 2026-04-23 10:46:26.467 7 INFO neutron.services.segments.plugin [-] Segment ca803a91-1768-49ea-8757-bdd7abf7dbb5 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 ca803a91-1768-49ea-8757-bdd7abf7dbb5 found for delete ", "request_id": "req-ef873e6f-b926-42bf-92dd-d31ee202a655"}]} 2026-04-23 10:46:26.476 7 INFO neutron.services.segments.plugin [-] Segment ca803a91-1768-49ea-8757-bdd7abf7dbb5 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 ca803a91-1768-49ea-8757-bdd7abf7dbb5 found for delete ", "request_id": "req-a1fe669d-1cae-4b31-b776-a4b98a4928e8"}]} 2026-04-23 10:46:26.487 7 INFO neutron.db.l3_hamode_db [None req-4cf257ee-c8f1-486b-91b4-69c7ceb84a5b ee86a19f06434305a794df673a65f170 783fb408e3b5447db4ba60966b0da0ff - - default default] HA network 582a1a08-d924-4806-81c1-7a3122788fbc was deleted as no HA routers are present in tenant 783fb408e3b5447db4ba60966b0da0ff. [pid: 7|app: 0|req: 1308/2431] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:46:25 2026] DELETE /v2.0/routers/0a2bd7e4-8612-46fe-8b79-3a02ad4fcde2 => generated 0 bytes in 1273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2432] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:46:26 2026] DELETE /v2.0/networks/1108071c-4e13-47a6-93b8-30cbc259090c => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:46:26.669 8 INFO neutron.services.segments.plugin [-] Segment 3a47378d-a662-432c-8587-2c2985313454 resource provider aggregate not found 2026-04-23 10:46:26.680 8 INFO neutron.services.segments.plugin [-] Segment 3a47378d-a662-432c-8587-2c2985313454 resource provider aggregate not found 2026-04-23 10:46:26.694 8 INFO neutron.services.segments.plugin [-] Segment 3a47378d-a662-432c-8587-2c2985313454 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 3a47378d-a662-432c-8587-2c2985313454 found for delete ", "request_id": "req-b535508e-7f79-4060-a0da-a460a3315b07"}]} 2026-04-23 10:46:26.698 8 INFO neutron.services.segments.plugin [-] Segment 3a47378d-a662-432c-8587-2c2985313454 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 3a47378d-a662-432c-8587-2c2985313454 found for delete ", "request_id": "req-ecada41e-c6e0-4e96-9660-4dee1044921d"}]} [pid: 7|app: 0|req: 1309/2433] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:46:27 2026] GET /v2.0/security-groups?tenant_id=c45dab5a6db44516a11875e69774e5e7&name=default => generated 2929 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2434] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:46:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2435] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:46:27 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: 8|app: 0|req: 1125/2436] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:46:27 2026] DELETE /v2.0/security-groups/b6b50587-d1db-4a7f-9696-023f23d11496 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2437] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:46:27 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: 1126/2438] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:46:27 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: 1313/2439] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:46:27 2026] GET /v2.0/security-groups?tenant_id=783fb408e3b5447db4ba60966b0da0ff&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:46:27.931 7 INFO neutron.api.v2.resource [None req-8005cc31-8f33-4a65-bcd3-630e34045f74 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1314/2440] 199.19.213.74 () {30 vars in 762 bytes} [Thu Apr 23 10:46:27 2026] GET /v2.0/security-groups/lb-0a764979-6343-4c72-b86e-d7bbc7574756 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2441] 199.19.213.74 () {30 vars in 784 bytes} [Thu Apr 23 10:46:27 2026] GET /v2.0/security-groups?name=lb-0a764979-6343-4c72-b86e-d7bbc7574756 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2442] 199.19.213.74 () {30 vars in 814 bytes} [Thu Apr 23 10:46:27 2026] GET /v2.0/security-group-rules?security_group_id=6abe035f-fd05-4c3d-9393-33f13303a024 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2443] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:46:27 2026] DELETE /v2.0/security-groups/bf4bec2a-c23d-424d-843c-78bd52842737 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2444] 199.19.213.74 () {34 vars in 746 bytes} [Thu Apr 23 10:46:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2445] 199.19.213.74 () {34 vars in 746 bytes} [Thu Apr 23 10:46:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2448] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:46:32 2026] POST /v2.0/floatingips => generated 552 bytes in 837 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2449] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:46:33 2026] POST /v2.0/floatingips => generated 552 bytes in 650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2450] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:46:34 2026] POST /v2.0/floatingips => generated 552 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2451] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:46:34 2026] POST /v2.0/floatingips => generated 552 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2452] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:46:35 2026] POST /v2.0/floatingips => generated 552 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2453] 10.0.0.243 () {34 vars in 759 bytes} [Thu Apr 23 10:46:35 2026] PUT /v2.0/floatingips/2f4c3e9f-2c50-4fab-b860-5d1b13d5491b/tags => generated 17 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2454] 10.0.0.243 () {34 vars in 759 bytes} [Thu Apr 23 10:46:35 2026] PUT /v2.0/floatingips/0eb75a83-0045-492f-b93f-40b3d3877067/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2455] 10.0.0.243 () {34 vars in 759 bytes} [Thu Apr 23 10:46:36 2026] PUT /v2.0/floatingips/01d1837b-3538-4690-b882-fdc7a1710463/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2456] 10.0.0.243 () {34 vars in 759 bytes} [Thu Apr 23 10:46:36 2026] PUT /v2.0/floatingips/8419c886-18d7-4e23-9272-ecdb14360762/tags => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2457] 10.0.0.243 () {32 vars in 672 bytes} [Thu Apr 23 10:46:36 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2458] 10.0.0.243 () {32 vars in 686 bytes} [Thu Apr 23 10:46:36 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2459] 10.0.0.243 () {32 vars in 682 bytes} [Thu Apr 23 10:46:36 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2460] 10.0.0.243 () {32 vars in 694 bytes} [Thu Apr 23 10:46:36 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2461] 10.0.0.243 () {32 vars in 680 bytes} [Thu Apr 23 10:46:36 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2462] 10.0.0.243 () {32 vars in 694 bytes} [Thu Apr 23 10:46:36 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2463] 10.0.0.243 () {32 vars in 690 bytes} [Thu Apr 23 10:46:36 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2464] 10.0.0.243 () {32 vars in 702 bytes} [Thu Apr 23 10:46:36 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:46:36.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c524834-a0ed-4619-b270-947a9ddf3511 cfbf01e7e9914aacaf92e2226c18de25 bfb46d997b854c33ae019ec4ecabe21a - - default default] TaaS: Handle Delete Port: 21a1d939-05bd-4437-8105-85c3f5eb23ef 2026-04-23 10:46:36.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c524834-a0ed-4619-b270-947a9ddf3511 cfbf01e7e9914aacaf92e2226c18de25 bfb46d997b854c33ae019ec4ecabe21a - - default default] Tap Mirror: Handle Delete Port: 21a1d939-05bd-4437-8105-85c3f5eb23ef [pid: 8|app: 0|req: 1138/2465] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:46:36 2026] DELETE /v2.0/floatingips/2f4c3e9f-2c50-4fab-b860-5d1b13d5491b => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:46:37.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e396f80-de57-4ecb-acc8-3012c09aeb7b cfbf01e7e9914aacaf92e2226c18de25 bfb46d997b854c33ae019ec4ecabe21a - - default default] TaaS: Handle Delete Port: ecc2cad2-b595-4fe6-a310-b64e80651f64 2026-04-23 10:46:37.852 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e396f80-de57-4ecb-acc8-3012c09aeb7b cfbf01e7e9914aacaf92e2226c18de25 bfb46d997b854c33ae019ec4ecabe21a - - default default] Tap Mirror: Handle Delete Port: ecc2cad2-b595-4fe6-a310-b64e80651f64 [pid: 7|app: 0|req: 1328/2466] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:46:37 2026] DELETE /v2.0/floatingips/0eb75a83-0045-492f-b93f-40b3d3877067 => generated 0 bytes in 1008 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:46:38.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-16080de3-9463-4a77-b59e-7a802108b779 cfbf01e7e9914aacaf92e2226c18de25 bfb46d997b854c33ae019ec4ecabe21a - - default default] TaaS: Handle Delete Port: 7ac16b14-573e-4736-833e-26dc7c965c6e 2026-04-23 10:46:38.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16080de3-9463-4a77-b59e-7a802108b779 cfbf01e7e9914aacaf92e2226c18de25 bfb46d997b854c33ae019ec4ecabe21a - - default default] Tap Mirror: Handle Delete Port: 7ac16b14-573e-4736-833e-26dc7c965c6e [pid: 8|app: 0|req: 1139/2467] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:46:38 2026] DELETE /v2.0/floatingips/01d1837b-3538-4690-b882-fdc7a1710463 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:46:38.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e29861a-f851-4bea-816b-32b3bb05280e cfbf01e7e9914aacaf92e2226c18de25 bfb46d997b854c33ae019ec4ecabe21a - - default default] TaaS: Handle Delete Port: 1c7db6d3-5fb1-4282-9540-2482e5a00a16 2026-04-23 10:46:38.493 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e29861a-f851-4bea-816b-32b3bb05280e cfbf01e7e9914aacaf92e2226c18de25 bfb46d997b854c33ae019ec4ecabe21a - - default default] Tap Mirror: Handle Delete Port: 1c7db6d3-5fb1-4282-9540-2482e5a00a16 [pid: 7|app: 0|req: 1329/2468] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:46:38 2026] DELETE /v2.0/floatingips/8419c886-18d7-4e23-9272-ecdb14360762 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:46:38.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-2003613a-ac41-472b-b72e-80c02b190528 cfbf01e7e9914aacaf92e2226c18de25 bfb46d997b854c33ae019ec4ecabe21a - - default default] TaaS: Handle Delete Port: fa20b353-466e-4e84-84ca-581de7c7140a 2026-04-23 10:46:38.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2003613a-ac41-472b-b72e-80c02b190528 cfbf01e7e9914aacaf92e2226c18de25 bfb46d997b854c33ae019ec4ecabe21a - - default default] Tap Mirror: Handle Delete Port: fa20b353-466e-4e84-84ca-581de7c7140a [pid: 8|app: 0|req: 1140/2469] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:46:38 2026] DELETE /v2.0/floatingips/df51f48b-e961-45c3-809b-5d7b5548f0f1 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2470] 10.0.0.105 () {30 vars in 690 bytes} [Thu Apr 23 10:46:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2471] 10.0.0.105 () {30 vars in 692 bytes} [Thu Apr 23 10:46:39 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: 1142/2472] 10.0.0.105 () {30 vars in 668 bytes} [Thu Apr 23 10:46:39 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: 1143/2473] 10.0.0.105 () {30 vars in 704 bytes} [Thu Apr 23 10:46:39 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: 1331/2474] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:46:39 2026] GET /v2.0/security-groups?tenant_id=e7f4099256df4d28abc26d90c924d7ae&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2475] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:46:40 2026] DELETE /v2.0/security-groups/786bd293-9452-448d-8378-7fcaa794c64e => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2476] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-groups?tenant_id=bfb46d997b854c33ae019ec4ecabe21a&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: 1333/2477] 10.0.0.105 () {28 vars in 439 bytes} [Thu Apr 23 10:46:40 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2478] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:46:40 2026] DELETE /v2.0/security-groups/23a49c05-68a7-4398-bd80-4fe94ea31d8c => 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: 1334/2479] 10.0.0.105 () {30 vars in 728 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/subnets/1fc2b498-1f36-465d-b97b-dcd98355514c => generated 655 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2480] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-groups?tenant_id=6cf3640104554668a44887b5e0772af2&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2481] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:46:40 2026] DELETE /v2.0/security-groups/5cabc26d-397a-4ab8-aadf-081f25f47f95 => 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: 1147/2482] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2483] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2484] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:46:41 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: 7|app: 0|req: 1337/2485] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2486] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/subnets/1fc2b498-1f36-465d-b97b-dcd98355514c => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2487] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 2586 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2488] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:46:42 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: 1339/2489] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:46:42 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: 8|app: 0|req: 1151/2490] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:46:42 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: 1340/2491] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:46:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2492] 199.19.213.74 () {34 vars in 716 bytes} [Thu Apr 23 10:46:42 2026] POST /v2.0/ports => generated 1328 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2493] 10.0.0.35 () {34 vars in 970 bytes} [Thu Apr 23 10:46:43 2026] GET /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a => generated 1328 bytes in 57 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: 1153/2494] 199.19.213.74 () {34 vars in 1261 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2495] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 1154/2496] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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) [pid: 7|app: 0|req: 1343/2497] 199.19.213.74 () {34 vars in 974 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a => generated 1328 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2498] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/networks?id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2499] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:46:45 2026] PUT /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a => generated 1518 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:46:45.682 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-594fc208-18dd-41d0-baf2-6f50a78c89d2'] response: {'name': 'network-changed', 'server_uuid': '8e899eba-075e-45d5-9178-aa87da4fd189', 'tag': '5c591339-641c-43c9-ab59-df4eae83129a', 'status': 'completed', 'code': 200} 2026-04-23 10:46:45.797 8 INFO neutron.db.segments_db [None req-e208df42-fe07-49f0-8e97-aacbaa7c6f86 d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] Added segment 5d414f5b-21e2-4353-b817-39fd8e32958b of type vxlan for network 404d028c-2959-429e-8c48-d587bb66107e [pid: 8|app: 0|req: 1156/2500] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:46:45 2026] POST /v2.0/networks => generated 613 bytes in 479 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: 1345/2501] 10.0.0.243 () {34 vars in 664 bytes} [Thu Apr 23 10:46:45 2026] POST /v2.0/ports => generated 743 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2502] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:46:46 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 4096 bytes in 52 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-04-23 10:46:46.295 7 INFO neutron.db.segments_db [None req-8c0c70d1-bc3b-4a35-b3f0-05f85f325a6e d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] Added segment af058eb8-a02d-4226-8ea9-ab59d6f4e040 of type vxlan for network 2861e14a-e6f4-40f9-98a7-f97fbd9f3076 [pid: 8|app: 0|req: 1158/2503] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:46:46 2026] GET /v2.0/networks?id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2504] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:46:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.159&port_id=5c591339-641c-43c9-ab59-df4eae83129a => 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: 1160/2505] 199.19.213.74 () {34 vars in 1103 bytes} [Thu Apr 23 10:46:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3d3&port_id=5c591339-641c-43c9-ab59-df4eae83129a => 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: 1346/2506] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:46:46 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: 8|app: 0|req: 1161/2507] 199.19.213.74 () {34 vars in 1063 bytes} [Thu Apr 23 10:46:46 2026] GET /v2.0/subnets?id=aab8cae0-930a-4a34-b9bd-981eb8b3c5db&id=1fc2b498-1f36-465d-b97b-dcd98355514c => generated 1410 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2510] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:46 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&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: 1165/2511] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:46 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2512] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:46 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 1167/2513] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:46 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 7|app: 0|req: 1347/2514] 10.0.0.243 () {34 vars in 664 bytes} [Thu Apr 23 10:46:46 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:46.773 8 INFO neutron.db.segments_db [None req-1af0b274-df38-4ee7-a449-df2ff0c1b5eb d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] Added segment 8b6fbf86-c3bf-4acc-95fd-c97f3def3ef2 of type vxlan for network 30ce5744-cafa-4e35-a669-f0efdeb56d29 [pid: 8|app: 0|req: 1168/2515] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:46:46 2026] POST /v2.0/networks => generated 613 bytes in 169 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: 1348/2516] 10.0.0.243 () {34 vars in 664 bytes} [Thu Apr 23 10:46:46 2026] POST /v2.0/ports => generated 743 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:47.359 8 INFO neutron.db.segments_db [None req-36e6bfea-ecc2-41d3-a158-5a63659dbd71 d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] Added segment db1a7704-09dc-4688-a4f6-9fc839269e19 of type vxlan for network b2925cda-de3c-4a32-ac3e-8f0657b171d2 [pid: 8|app: 0|req: 1169/2517] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:46:47 2026] POST /v2.0/networks => generated 612 bytes in 168 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: 1170/2518] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:46:47 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 4096 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2519] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:46:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.12&port_id=76e9e6cb-51ae-4f61-ac4a-e132c4fec060 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2520] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:46:47 2026] GET /v2.0/subnets?id=15890d83-766e-41b0-9e1a-83b6664a8168 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2521] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:47 2026] GET /v2.0/ports?network_id=25777f5b-7c41-4144-8c44-e55be3e1d33e&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: 1174/2522] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:47 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2523] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:47 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?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: 1349/2524] 10.0.0.243 () {34 vars in 664 bytes} [Thu Apr 23 10:46:47 2026] POST /v2.0/ports => generated 743 bytes in 384 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: 1176/2525] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:46:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=7e21cb41-7979-4943-9311-824a16a6b2fb => 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: 1177/2526] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:46:47 2026] GET /v2.0/subnets?id=c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:46:47.909 7 INFO neutron.db.segments_db [None req-995adcbd-4818-493c-b907-9e01eb600f74 d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] Added segment 2e430921-f47d-4735-be51-ed63ae59e15f of type vxlan for network 811837be-27f7-4ee7-a4e2-1df2c656e410 [pid: 8|app: 0|req: 1178/2527] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:47 2026] GET /v2.0/ports?network_id=43650afb-89dc-4df9-a6f7-a6a539842a37&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: 1350/2528] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:46:47 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: 8|app: 0|req: 1179/2529] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:47 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?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: 1180/2530] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:48 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?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: 1181/2531] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:46:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.159&port_id=5c591339-641c-43c9-ab59-df4eae83129a => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2532] 199.19.213.74 () {34 vars in 1103 bytes} [Thu Apr 23 10:46:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3d3&port_id=5c591339-641c-43c9-ab59-df4eae83129a => 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: 1183/2533] 199.19.213.74 () {34 vars in 1063 bytes} [Thu Apr 23 10:46:48 2026] GET /v2.0/subnets?id=aab8cae0-930a-4a34-b9bd-981eb8b3c5db&id=1fc2b498-1f36-465d-b97b-dcd98355514c => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2534] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:48 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2535] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:48 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&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: 1186/2536] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:48 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 1351/2537] 10.0.0.243 () {34 vars in 664 bytes} [Thu Apr 23 10:46:48 2026] POST /v2.0/ports => generated 743 bytes in 325 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: 1187/2538] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:48 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 7|app: 0|req: 1352/2539] 10.0.0.243 () {34 vars in 747 bytes} [Thu Apr 23 10:46:48 2026] PUT /v2.0/ports/4fd680de-c415-412f-806e-ac9b8c613d20/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2540] 10.0.0.243 () {34 vars in 747 bytes} [Thu Apr 23 10:46:48 2026] PUT /v2.0/ports/516df4e7-d62a-4c2a-9ce0-bc2f3aec7f3f/tags => generated 25 bytes in 70 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: 1353/2541] 10.0.0.243 () {34 vars in 747 bytes} [Thu Apr 23 10:46:48 2026] PUT /v2.0/ports/f4798d4e-0048-415d-a12b-92d753abcbca/tags => generated 34 bytes in 85 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: 1189/2542] 10.0.0.243 () {34 vars in 747 bytes} [Thu Apr 23 10:46:48 2026] PUT /v2.0/ports/d5038180-292b-4820-b610-5f2e780e8eac/tags => generated 19 bytes in 69 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: 1354/2543] 10.0.0.243 () {32 vars in 660 bytes} [Thu Apr 23 10:46:48 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 78 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: 1190/2544] 10.0.0.243 () {32 vars in 674 bytes} [Thu Apr 23 10:46:48 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2545] 10.0.0.243 () {32 vars in 670 bytes} [Thu Apr 23 10:46:49 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2546] 10.0.0.243 () {32 vars in 682 bytes} [Thu Apr 23 10:46:49 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 693 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2547] 10.0.0.243 () {32 vars in 668 bytes} [Thu Apr 23 10:46:49 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2548] 10.0.0.243 () {32 vars in 682 bytes} [Thu Apr 23 10:46:49 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2549] 10.0.0.243 () {32 vars in 678 bytes} [Thu Apr 23 10:46:50 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2550] 10.0.0.243 () {32 vars in 690 bytes} [Thu Apr 23 10:46:50 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:46:50.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-6314e071-9daa-4ad0-8515-da41a70f18e7 d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] TaaS: Handle Delete Port: 4fd680de-c415-412f-806e-ac9b8c613d20 2026-04-23 10:46:50.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6314e071-9daa-4ad0-8515-da41a70f18e7 d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] Tap Mirror: Handle Delete Port: 4fd680de-c415-412f-806e-ac9b8c613d20 [pid: 7|app: 0|req: 1358/2551] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:46:50 2026] DELETE /v2.0/ports/4fd680de-c415-412f-806e-ac9b8c613d20 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:46:50.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-42a73a1c-08f6-4384-9f9d-18ec65710185 d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] TaaS: Handle Delete Port: 516df4e7-d62a-4c2a-9ce0-bc2f3aec7f3f 2026-04-23 10:46:50.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42a73a1c-08f6-4384-9f9d-18ec65710185 d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] Tap Mirror: Handle Delete Port: 516df4e7-d62a-4c2a-9ce0-bc2f3aec7f3f [pid: 8|app: 0|req: 1194/2552] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:46:50 2026] DELETE /v2.0/ports/516df4e7-d62a-4c2a-9ce0-bc2f3aec7f3f => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:46:50.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d435b60-171b-4411-ad05-b2092bf4d417 d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] TaaS: Handle Delete Port: f4798d4e-0048-415d-a12b-92d753abcbca 2026-04-23 10:46:50.707 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d435b60-171b-4411-ad05-b2092bf4d417 d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] Tap Mirror: Handle Delete Port: f4798d4e-0048-415d-a12b-92d753abcbca [pid: 7|app: 0|req: 1359/2553] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:46:50 2026] DELETE /v2.0/ports/f4798d4e-0048-415d-a12b-92d753abcbca => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:46:50.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6b490e8-e287-401b-bd7f-8784d8fa626a d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] TaaS: Handle Delete Port: d5038180-292b-4820-b610-5f2e780e8eac 2026-04-23 10:46:50.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6b490e8-e287-401b-bd7f-8784d8fa626a d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] Tap Mirror: Handle Delete Port: d5038180-292b-4820-b610-5f2e780e8eac [pid: 8|app: 0|req: 1195/2554] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:46:50 2026] DELETE /v2.0/ports/d5038180-292b-4820-b610-5f2e780e8eac => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:46:51.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffd63664-3731-4fc3-a506-1cb3861b39c1 d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] TaaS: Handle Delete Port: 4f3b5e4c-719b-4c5d-a931-a04973da40c0 2026-04-23 10:46:51.111 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffd63664-3731-4fc3-a506-1cb3861b39c1 d09d106321244e01a2d8e35035d9876f bb7821a32c04417989e351c33530c54d - - default default] Tap Mirror: Handle Delete Port: 4f3b5e4c-719b-4c5d-a931-a04973da40c0 [pid: 7|app: 0|req: 1360/2555] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:46:51 2026] DELETE /v2.0/ports/4f3b5e4c-719b-4c5d-a931-a04973da40c0 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:46:51.334 8 INFO neutron.services.segments.plugin [-] Segment 5d414f5b-21e2-4353-b817-39fd8e32958b resource provider aggregate not found 2026-04-23 10:46:51.339 8 INFO neutron.services.segments.plugin [-] Segment 5d414f5b-21e2-4353-b817-39fd8e32958b resource provider aggregate not found 2026-04-23 10:46:51.359 8 INFO neutron.services.segments.plugin [-] Segment 5d414f5b-21e2-4353-b817-39fd8e32958b 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 5d414f5b-21e2-4353-b817-39fd8e32958b found for delete ", "request_id": "req-4587c9ff-7c73-4786-acb8-45c1bd521a68"}]} 2026-04-23 10:46:51.361 8 INFO neutron.services.segments.plugin [-] Segment 5d414f5b-21e2-4353-b817-39fd8e32958b 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 5d414f5b-21e2-4353-b817-39fd8e32958b found for delete ", "request_id": "req-f449c247-01f0-49fd-b0e1-9aefe255387a"}]} [pid: 8|app: 0|req: 1196/2556] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:46:51 2026] DELETE /v2.0/networks/404d028c-2959-429e-8c48-d587bb66107e => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:46:51.507 7 INFO neutron.services.segments.plugin [-] Segment af058eb8-a02d-4226-8ea9-ab59d6f4e040 resource provider aggregate not found 2026-04-23 10:46:51.508 7 INFO neutron.services.segments.plugin [-] Segment af058eb8-a02d-4226-8ea9-ab59d6f4e040 resource provider aggregate not found 2026-04-23 10:46:51.534 7 INFO neutron.services.segments.plugin [-] Segment af058eb8-a02d-4226-8ea9-ab59d6f4e040 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 af058eb8-a02d-4226-8ea9-ab59d6f4e040 found for delete ", "request_id": "req-37e8f829-14e8-44c8-8eef-68cccd370b31"}]} 2026-04-23 10:46:51.537 7 INFO neutron.services.segments.plugin [-] Segment af058eb8-a02d-4226-8ea9-ab59d6f4e040 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 af058eb8-a02d-4226-8ea9-ab59d6f4e040 found for delete ", "request_id": "req-babf42c0-1081-44e0-82e4-c51ef44bde5f"}]} [pid: 7|app: 0|req: 1361/2557] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:46:51 2026] DELETE /v2.0/networks/2861e14a-e6f4-40f9-98a7-f97fbd9f3076 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2558] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:46:51 2026] DELETE /v2.0/networks/30ce5744-cafa-4e35-a669-f0efdeb56d29 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2559] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:46:51 2026] DELETE /v2.0/networks/b2925cda-de3c-4a32-ac3e-8f0657b171d2 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2560] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:46:51 2026] DELETE /v2.0/networks/811837be-27f7-4ee7-a4e2-1df2c656e410 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2561] 10.0.0.35 () {34 vars in 970 bytes} [Thu Apr 23 10:46:52 2026] GET /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a => generated 1518 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2562] 199.19.213.74 () {30 vars in 742 bytes} [Thu Apr 23 10:46:52 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => generated 797 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2563] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:46:52 2026] GET /v2.0/subnets/1fc2b498-1f36-465d-b97b-dcd98355514c => 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: 1200/2564] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:46:52 2026] GET /v2.0/subnets/aab8cae0-930a-4a34-b9bd-981eb8b3c5db => generated 744 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2565] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:46:52 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: 1201/2566] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:46:52 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: 1366/2567] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:46:52 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: 1202/2568] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:46:52 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: 7|app: 0|req: 1367/2569] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:46:52 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2570] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:46:52 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2571] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:46:52 2026] GET /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2572] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:46:52 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2573] 199.19.213.74 () {30 vars in 742 bytes} [Thu Apr 23 10:46:52 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 799 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2574] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:46:52 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2575] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:46:53 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => 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: 1205/2576] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:46:52 2026] GET /v2.0/security-groups?tenant_id=bb7821a32c04417989e351c33530c54d&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2577] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:46:53 2026] DELETE /v2.0/security-groups/d5e67abf-4e9f-474e-b849-38097e2e15bc => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:46:53.384 8 INFO neutron.services.segments.plugin [-] Segment 8b6fbf86-c3bf-4acc-95fd-c97f3def3ef2 resource provider aggregate not found 2026-04-23 10:46:53.388 8 INFO neutron.services.segments.plugin [-] Segment 8b6fbf86-c3bf-4acc-95fd-c97f3def3ef2 resource provider aggregate not found 2026-04-23 10:46:53.408 8 INFO neutron.services.segments.plugin [-] Segment 8b6fbf86-c3bf-4acc-95fd-c97f3def3ef2 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 8b6fbf86-c3bf-4acc-95fd-c97f3def3ef2 found for delete ", "request_id": "req-af8f07e5-7959-4fb2-a45f-a66885ff9e7e"}]} 2026-04-23 10:46:53.417 8 INFO neutron.services.segments.plugin [-] Segment 8b6fbf86-c3bf-4acc-95fd-c97f3def3ef2 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 8b6fbf86-c3bf-4acc-95fd-c97f3def3ef2 found for delete ", "request_id": "req-462adb3b-2a7d-456f-ac43-584914758365"}]} 2026-04-23 10:46:53.438 8 INFO neutron.services.segments.plugin [-] Segment 2e430921-f47d-4735-be51-ed63ae59e15f resource provider aggregate not found 2026-04-23 10:46:53.443 8 INFO neutron.services.segments.plugin [-] Segment 2e430921-f47d-4735-be51-ed63ae59e15f resource provider aggregate not found 2026-04-23 10:46:53.466 8 INFO neutron.services.segments.plugin [-] Segment 2e430921-f47d-4735-be51-ed63ae59e15f 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 2e430921-f47d-4735-be51-ed63ae59e15f found for delete ", "request_id": "req-51430b84-1852-484b-aaa9-3f8a4155c199"}]} 2026-04-23 10:46:53.467 8 INFO neutron.services.segments.plugin [-] Segment 2e430921-f47d-4735-be51-ed63ae59e15f 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 2e430921-f47d-4735-be51-ed63ae59e15f found for delete ", "request_id": "req-689bb790-f938-4e54-a0b8-7a0660c7c777"}]} 2026-04-23 10:46:53.560 7 INFO neutron.services.segments.plugin [-] Segment db1a7704-09dc-4688-a4f6-9fc839269e19 resource provider aggregate not found [pid: 8|app: 0|req: 1206/2578] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:46:53 2026] GET /v2.0/security-groups?tenant_id=6354442d65664437baf357e9b70bcb41&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:46:53.564 7 INFO neutron.services.segments.plugin [-] Segment db1a7704-09dc-4688-a4f6-9fc839269e19 resource provider aggregate not found 2026-04-23 10:46:53.584 7 INFO neutron.services.segments.plugin [-] Segment db1a7704-09dc-4688-a4f6-9fc839269e19 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 db1a7704-09dc-4688-a4f6-9fc839269e19 found for delete ", "request_id": "req-24805622-5fa0-48cb-b041-16f4e55abd18"}]} 2026-04-23 10:46:53.594 7 INFO neutron.services.segments.plugin [-] Segment db1a7704-09dc-4688-a4f6-9fc839269e19 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 db1a7704-09dc-4688-a4f6-9fc839269e19 found for delete ", "request_id": "req-62300d39-be7f-4dda-ad21-6c95e08a7ad1"}]} [pid: 7|app: 0|req: 1373/2579] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:46:53 2026] DELETE /v2.0/security-groups/8b0506d9-a141-495b-93cc-5af5ec056a03 => 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: 1207/2580] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:46:53 2026] GET /v2.0/security-groups?tenant_id=5e30089d75b0422381209ace04f27577&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2581] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:46:53 2026] DELETE /v2.0/security-groups/464c265e-5328-4652-be7d-90288e150383 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2582] 10.0.0.243 () {34 vars in 676 bytes} [Thu Apr 23 10:46:57 2026] POST /v2.0/floatingips => generated 552 bytes in 726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2583] 10.0.0.243 () {34 vars in 759 bytes} [Thu Apr 23 10:46:58 2026] PUT /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2584] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:46:58 2026] GET /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2585] 10.0.0.243 () {34 vars in 770 bytes} [Thu Apr 23 10:46:58 2026] PUT /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2586] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:46:58 2026] GET /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2587] 10.0.0.243 () {34 vars in 766 bytes} [Thu Apr 23 10:46:58 2026] PUT /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2588] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:46:58 2026] GET /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2589] 10.0.0.243 () {34 vars in 788 bytes} [Thu Apr 23 10:46:58 2026] PUT /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2590] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:46:58 2026] GET /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2591] 10.0.0.243 () {34 vars in 759 bytes} [Thu Apr 23 10:46:58 2026] PUT /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2592] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:46:58 2026] GET /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2593] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:46:59 2026] GET /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:46:59.109 8 INFO neutron.api.v2.resource [None req-24bb1a07-de9b-4bbd-879d-b8da882a4a20 a43eab5a493d4a66a35a2eb90a87ef9c 6701dfd95e784bd98f1f2a1ed191116f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1214/2594] 10.0.0.243 () {32 vars in 751 bytes} [Thu Apr 23 10:46:59 2026] GET /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2595] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:46:59 2026] DELETE /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags/red => 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: 1215/2596] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:46:59 2026] GET /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags => generated 30 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:46:59.295 7 INFO neutron.api.v2.resource [None req-b503dd3c-ccaa-41f3-95c5-65f8ef00f2bf a43eab5a493d4a66a35a2eb90a87ef9c 6701dfd95e784bd98f1f2a1ed191116f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1382/2597] 10.0.0.243 () {32 vars in 754 bytes} [Thu Apr 23 10:46:59 2026] DELETE /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2598] 10.0.0.243 () {32 vars in 742 bytes} [Thu Apr 23 10:46:59 2026] DELETE /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags => 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: 1383/2599] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:46:59 2026] GET /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:46:59.554 8 INFO neutron_taas.services.taas.taas_plugin [None req-05d0eb79-7e49-4b8d-b5a9-be37cfa27e45 a43eab5a493d4a66a35a2eb90a87ef9c 6701dfd95e784bd98f1f2a1ed191116f - - default default] TaaS: Handle Delete Port: 6937e217-70d0-4b73-a982-5198b23b2a21 2026-04-23 10:46:59.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05d0eb79-7e49-4b8d-b5a9-be37cfa27e45 a43eab5a493d4a66a35a2eb90a87ef9c 6701dfd95e784bd98f1f2a1ed191116f - - default default] Tap Mirror: Handle Delete Port: 6937e217-70d0-4b73-a982-5198b23b2a21 [pid: 8|app: 0|req: 1217/2600] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:46:59 2026] DELETE /v2.0/floatingips/d82d8297-bf24-4498-8526-b635ad1dd28f => generated 0 bytes in 332 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2601] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:47:00 2026] GET /v2.0/security-groups?tenant_id=ee47f53f0a0046dea2c1f91e8d36000e&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2602] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:47:00 2026] DELETE /v2.0/security-groups/b81002a9-e0ec-4b42-9fb5-0d8d32974ff9 => 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: 1385/2603] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:47:00 2026] GET /v2.0/security-groups?tenant_id=6701dfd95e784bd98f1f2a1ed191116f&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2604] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:47:01 2026] DELETE /v2.0/security-groups/2033a6ea-e6b4-4842-b110-468e085ef983 => 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: 1386/2605] 10.0.0.105 () {30 vars in 690 bytes} [Thu Apr 23 10:47:01 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: 1220/2606] 10.0.0.105 () {30 vars in 692 bytes} [Thu Apr 23 10:47:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2607] 10.0.0.105 () {30 vars in 668 bytes} [Thu Apr 23 10:47:01 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: 8|app: 0|req: 1221/2608] 10.0.0.105 () {30 vars in 704 bytes} [Thu Apr 23 10:47:01 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: 8|app: 0|req: 1223/2611] 10.0.0.105 () {28 vars in 439 bytes} [Thu Apr 23 10:47:01 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: 1389/2612] 10.0.0.105 () {30 vars in 728 bytes} [Thu Apr 23 10:47:01 2026] GET /v2.0/subnets/281aa45b-ea8e-4c8b-aa6e-7f2f63157da9 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2613] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:47:02 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: 1390/2614] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:47:02 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: 1225/2615] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:47:02 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: 1391/2616] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:47:02 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: 8|app: 0|req: 1226/2617] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/subnets/1fc2b498-1f36-465d-b97b-dcd98355514c => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2618] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/subnets/281aa45b-ea8e-4c8b-aa6e-7f2f63157da9 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2619] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 4098 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2620] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2621] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:47:02 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: 1394/2622] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:47:02 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: 1229/2623] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:47:02 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: 1395/2624] 199.19.213.74 () {34 vars in 716 bytes} [Thu Apr 23 10:47:02 2026] POST /v2.0/ports => generated 1332 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2625] 10.0.0.35 () {34 vars in 970 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335 => generated 1332 bytes in 41 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: 1396/2626] 10.0.0.35 () {34 vars in 906 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2627] 199.19.213.74 () {34 vars in 1261 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2628] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?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: 1398/2629] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:47:04.856 8 INFO neutron.db.segments_db [None req-c6752e38-4505-4c75-a7cc-ff7bfe4cc0da ea366eadb2c14ff1a3dda56ec97eb0af 3ff8411866444fd485e99c6310d7eebb - - default default] Added segment 78fe3bcb-fe5f-4ec3-acdf-f90d2dbc3c58 of type vxlan for network 6658e375-f581-4f07-a54c-e88b10f0b9d1 [pid: 8|app: 0|req: 1232/2630] 10.0.0.243 () {34 vars in 670 bytes} [Thu Apr 23 10:47:04 2026] POST /v2.0/networks => generated 613 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2631] 199.19.213.74 () {34 vars in 974 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335 => generated 1332 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2632] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/networks?id=02c8d1ee-9608-4c2c-859d-489731ee683d => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2633] 10.0.0.243 () {34 vars in 664 bytes} [Thu Apr 23 10:47:04 2026] POST /v2.0/ports => generated 743 bytes in 340 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: 1400/2634] 10.0.0.243 () {34 vars in 747 bytes} [Thu Apr 23 10:47:05 2026] PUT /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags => generated 25 bytes in 64 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: 1401/2635] 10.0.0.243 () {32 vars in 727 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags => generated 25 bytes in 67 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: 1402/2636] 10.0.0.243 () {34 vars in 758 bytes} [Thu Apr 23 10:47:05 2026] PUT /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags/green => generated 4 bytes in 94 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: 1403/2637] 10.0.0.243 () {32 vars in 727 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags => generated 34 bytes in 55 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: 1404/2638] 10.0.0.243 () {34 vars in 754 bytes} [Thu Apr 23 10:47:05 2026] PUT /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags/red => generated 4 bytes in 75 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: 8|app: 0|req: 1235/2639] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:47:05 2026] PUT /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335 => generated 1522 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:47:05.747 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-99898e07-bb24-4ea9-b4f8-1a19f9953822'] response: {'name': 'network-changed', 'server_uuid': '8e899eba-075e-45d5-9178-aa87da4fd189', 'tag': '2ad19cd2-314e-422b-ae4a-655a46289335', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1405/2640] 10.0.0.243 () {32 vars in 727 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags => generated 34 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, ' [pid: 8|app: 0|req: 1236/2641] 10.0.0.243 () {34 vars in 776 bytes} [Thu Apr 23 10:47:05 2026] PUT /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags/black.or.white => generated 4 bytes in 100 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: 1406/2642] 10.0.0.243 () {32 vars in 727 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags => generated 52 bytes in 60 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: 1237/2643] 10.0.0.243 () {34 vars in 747 bytes} [Thu Apr 23 10:47:05 2026] PUT /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags => generated 37 bytes in 85 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: 1407/2644] 10.0.0.243 () {32 vars in 727 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags => generated 37 bytes in 55 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: 1238/2645] 10.0.0.243 () {32 vars in 735 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags/red => generated 0 bytes in 49 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-04-23 10:47:06.198 7 INFO neutron.api.v2.resource [None req-25a03df7-82f5-4cb4-8fa4-ee13dc3eaed1 ea366eadb2c14ff1a3dda56ec97eb0af 3ff8411866444fd485e99c6310d7eebb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1408/2646] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags/green => generated 99 bytes in 70 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, ' /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: 1239/2647] 10.0.0.243 () {32 vars in 738 bytes} [Thu Apr 23 10:47:06 2026] DELETE /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags/red => generated 0 bytes in 71 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: 1409/2648] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 5612 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2649] 10.0.0.243 () {32 vars in 727 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags => generated 30 bytes in 62 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: 1410/2650] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/networks?id=02c8d1ee-9608-4c2c-859d-489731ee683d => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2651] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.245&port_id=2ad19cd2-314e-422b-ae4a-655a46289335 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:47:06.421 8 INFO neutron.api.v2.resource [None req-d40f1e14-7dca-452e-a22b-9e733f6403ac ea366eadb2c14ff1a3dda56ec97eb0af 3ff8411866444fd485e99c6310d7eebb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1241/2652] 10.0.0.243 () {32 vars in 742 bytes} [Thu Apr 23 10:47:06 2026] DELETE /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags/green => generated 99 bytes in 67 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: 1412/2653] 199.19.213.74 () {34 vars in 1105 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15b&port_id=2ad19cd2-314e-422b-ae4a-655a46289335 => 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: 1413/2654] 199.19.213.74 () {34 vars in 1063 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/subnets?id=32a11f63-507b-47f0-a7cf-6e1f589e9c25&id=281aa45b-ea8e-4c8b-aa6e-7f2f63157da9 => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2655] 10.0.0.243 () {32 vars in 730 bytes} [Thu Apr 23 10:47:06 2026] DELETE /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags => generated 0 bytes in 79 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: 1414/2656] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/ports?network_id=02c8d1ee-9608-4c2c-859d-489731ee683d&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: 8|app: 0|req: 1243/2657] 10.0.0.243 () {32 vars in 727 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c/tags => generated 12 bytes in 57 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: 1415/2658] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/ports?network_id=02c8d1ee-9608-4c2c-859d-489731ee683d&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: 7|app: 0|req: 1416/2659] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?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: 1417/2660] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:47:06.727 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9c6edde-ca0d-4dcd-824a-12052e8d30ba ea366eadb2c14ff1a3dda56ec97eb0af 3ff8411866444fd485e99c6310d7eebb - - default default] TaaS: Handle Delete Port: 36a98123-2261-424d-a1f9-801dbae5eb5c 2026-04-23 10:47:06.732 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9c6edde-ca0d-4dcd-824a-12052e8d30ba ea366eadb2c14ff1a3dda56ec97eb0af 3ff8411866444fd485e99c6310d7eebb - - default default] Tap Mirror: Handle Delete Port: 36a98123-2261-424d-a1f9-801dbae5eb5c [pid: 8|app: 0|req: 1244/2661] 10.0.0.243 () {32 vars in 720 bytes} [Thu Apr 23 10:47:06 2026] DELETE /v2.0/ports/36a98123-2261-424d-a1f9-801dbae5eb5c => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:06.964 7 INFO neutron.services.segments.plugin [-] Segment 78fe3bcb-fe5f-4ec3-acdf-f90d2dbc3c58 resource provider aggregate not found 2026-04-23 10:47:06.973 7 INFO neutron.services.segments.plugin [-] Segment 78fe3bcb-fe5f-4ec3-acdf-f90d2dbc3c58 resource provider aggregate not found 2026-04-23 10:47:06.987 7 INFO neutron.services.segments.plugin [-] Segment 78fe3bcb-fe5f-4ec3-acdf-f90d2dbc3c58 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 78fe3bcb-fe5f-4ec3-acdf-f90d2dbc3c58 found for delete ", "request_id": "req-9f435d8e-86d5-4998-8c15-353f31cbaf8e"}]} 2026-04-23 10:47:06.995 7 INFO neutron.services.segments.plugin [-] Segment 78fe3bcb-fe5f-4ec3-acdf-f90d2dbc3c58 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 78fe3bcb-fe5f-4ec3-acdf-f90d2dbc3c58 found for delete ", "request_id": "req-3b3c2f40-c1e7-49fd-b825-5c65501f73e4"}]} [pid: 7|app: 0|req: 1418/2662] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:47:06 2026] DELETE /v2.0/networks/6658e375-f581-4f07-a54c-e88b10f0b9d1 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2663] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 5612 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2664] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.12&port_id=76e9e6cb-51ae-4f61-ac4a-e132c4fec060 => 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: 1421/2665] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/subnets?id=15890d83-766e-41b0-9e1a-83b6664a8168 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2666] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/ports?network_id=25777f5b-7c41-4144-8c44-e55be3e1d33e&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2667] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2668] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/security-groups?tenant_id=106c5b22ead04bfd947ab6531f037fab&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2669] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?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: 1425/2670] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=7e21cb41-7979-4943-9311-824a16a6b2fb => 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: 1426/2671] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/subnets?id=c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2672] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:47:07 2026] DELETE /v2.0/security-groups/4cb0740d-581f-4175-a921-8151753ad118 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2673] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/ports?network_id=43650afb-89dc-4df9-a6f7-a6a539842a37&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: 8|app: 0|req: 1247/2674] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?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: 1428/2675] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?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: 1248/2676] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/security-groups?tenant_id=3ff8411866444fd485e99c6310d7eebb&name=default => generated 2929 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2677] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.159&port_id=5c591339-641c-43c9-ab59-df4eae83129a => 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: 1250/2678] 199.19.213.74 () {34 vars in 1103 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3d3&port_id=5c591339-641c-43c9-ab59-df4eae83129a => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2679] 199.19.213.74 () {34 vars in 1063 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/subnets?id=aab8cae0-930a-4a34-b9bd-981eb8b3c5db&id=1fc2b498-1f36-465d-b97b-dcd98355514c => generated 1410 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2680] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:47:08 2026] DELETE /v2.0/security-groups/2a8c48eb-5ea2-46b6-93e6-e04fc49026c4 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2681] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&device_owner=network%3Adhcp => generated 1457 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2682] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&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: 1253/2683] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 1431/2684] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2685] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.245&port_id=2ad19cd2-314e-422b-ae4a-655a46289335 => 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: 1432/2686] 199.19.213.74 () {34 vars in 1105 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15b&port_id=2ad19cd2-314e-422b-ae4a-655a46289335 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2687] 199.19.213.74 () {34 vars in 1063 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/subnets?id=32a11f63-507b-47f0-a7cf-6e1f589e9c25&id=281aa45b-ea8e-4c8b-aa6e-7f2f63157da9 => generated 1414 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2688] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/ports?network_id=02c8d1ee-9608-4c2c-859d-489731ee683d&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: 8|app: 0|req: 1256/2689] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/ports?network_id=02c8d1ee-9608-4c2c-859d-489731ee683d&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2690] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2691] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:09 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?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) 2026-04-23 10:47:12.458 7 INFO neutron.db.segments_db [None req-c1ff3eac-4a2e-4569-8e09-1a6796aaeace 300908ce8ab24581adc518232993756c f1808328187045f69d664de1ae2e3aa1 - - default default] Added segment 3526de86-186e-4be3-adf0-c2396c352f07 of type vxlan for network f2f60f9d-bcec-4ce7-8374-0cee2af92c38 2026-04-23 10:47:12.733 7 INFO neutron.db.l3_hamode_db [None req-c1ff3eac-4a2e-4569-8e09-1a6796aaeace 300908ce8ab24581adc518232993756c f1808328187045f69d664de1ae2e3aa1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:47:12.879 7 INFO neutron.db.l3_hamode_db [None req-c1ff3eac-4a2e-4569-8e09-1a6796aaeace 300908ce8ab24581adc518232993756c f1808328187045f69d664de1ae2e3aa1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1258/2692] 10.0.0.35 () {34 vars in 970 bytes} [Thu Apr 23 10:47:12 2026] GET /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335 => generated 1524 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2693] 199.19.213.74 () {30 vars in 742 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d => generated 797 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2694] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/subnets/281aa45b-ea8e-4c8b-aa6e-7f2f63157da9 => 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: 1261/2695] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/subnets/32a11f63-507b-47f0-a7cf-6e1f589e9c25 => generated 747 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2696] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a => 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: 1263/2697] 199.19.213.74 () {34 vars in 789 bytes} [Thu Apr 23 10:47:13 2026] PUT /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a => generated 1255 bytes in 365 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-04-23 10:47:13.666 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e769d1f9-c050-4a3f-8223-b7909ec36d2d'] response: {'name': 'network-changed', 'server_uuid': '8e899eba-075e-45d5-9178-aa87da4fd189', 'tag': '5c591339-641c-43c9-ab59-df4eae83129a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1264/2698] 199.19.213.74 () {30 vars in 742 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => generated 797 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2699] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/subnets/1fc2b498-1f36-465d-b97b-dcd98355514c => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2700] 10.0.0.243 () {34 vars in 668 bytes} [Thu Apr 23 10:47:12 2026] POST /v2.0/routers => generated 474 bytes in 1531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2701] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:47:13 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: 1437/2702] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2703] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:47:13 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: 7|app: 0|req: 1439/2704] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:47:13 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: 1266/2705] 10.0.0.243 () {34 vars in 751 bytes} [Thu Apr 23 10:47:13 2026] PUT /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags => generated 25 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2706] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2707] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2708] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2709] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2710] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2711] 199.19.213.74 () {30 vars in 742 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2712] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2713] 10.0.0.243 () {34 vars in 762 bytes} [Thu Apr 23 10:47:14 2026] PUT /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags/green => generated 4 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2714] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 5385 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2715] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2716] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2717] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/networks?id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2718] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.159&port_id=5c591339-641c-43c9-ab59-df4eae83129a => 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: 1450/2719] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/subnets?id=1fc2b498-1f36-465d-b97b-dcd98355514c => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2720] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2721] 10.0.0.243 () {34 vars in 758 bytes} [Thu Apr 23 10:47:14 2026] PUT /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags/red => generated 4 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2722] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2723] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 1271/2724] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags => generated 34 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2725] 10.0.0.243 () {34 vars in 780 bytes} [Thu Apr 23 10:47:14 2026] PUT /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags/black.or.white => generated 4 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2726] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags => generated 52 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2727] 10.0.0.243 () {34 vars in 751 bytes} [Thu Apr 23 10:47:14 2026] PUT /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags => generated 37 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2728] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:47:15 2026] GET /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags => generated 37 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2729] 10.0.0.243 () {32 vars in 739 bytes} [Thu Apr 23 10:47:15 2026] GET /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags/red => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:15.401 8 INFO neutron.api.v2.resource [None req-ac711bb1-648d-4e7a-ae21-d4c9a86b83af 300908ce8ab24581adc518232993756c f1808328187045f69d664de1ae2e3aa1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1274/2730] 10.0.0.243 () {32 vars in 743 bytes} [Thu Apr 23 10:47:15 2026] GET /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags/green => generated 99 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2731] 10.0.0.243 () {32 vars in 742 bytes} [Thu Apr 23 10:47:15 2026] DELETE /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags/red => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2732] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:47:15 2026] GET /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags => generated 30 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:47:15.786 7 INFO neutron.api.v2.resource [None req-e9495ee5-840e-48ba-8315-8470e69e2594 300908ce8ab24581adc518232993756c f1808328187045f69d664de1ae2e3aa1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1458/2733] 10.0.0.243 () {32 vars in 746 bytes} [Thu Apr 23 10:47:15 2026] DELETE /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags/green => generated 99 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2734] 10.0.0.243 () {32 vars in 734 bytes} [Thu Apr 23 10:47:15 2026] DELETE /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2735] 10.0.0.243 () {32 vars in 731 bytes} [Thu Apr 23 10:47:15 2026] GET /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7/tags => generated 12 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2736] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:47:16 2026] GET /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2739] 10.0.0.243 () {34 vars in 742 bytes} [Thu Apr 23 10:47:16 2026] PUT /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7 => generated 480 bytes in 601 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2740] 10.0.0.243 () {32 vars in 736 bytes} [Thu Apr 23 10:47:16 2026] GET /v2.0/ports?device_id=7ebf9148-a24b-4642-8125-13eefd2e93a7 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:47:16.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cd31f4b-39c3-4810-bbc0-2d6c432049b8 300908ce8ab24581adc518232993756c f1808328187045f69d664de1ae2e3aa1 - - default default] TaaS: Handle Delete Port: 4ed03c9f-1c10-479b-8577-20834404a824 2026-04-23 10:47:16.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cd31f4b-39c3-4810-bbc0-2d6c432049b8 300908ce8ab24581adc518232993756c f1808328187045f69d664de1ae2e3aa1 - - default default] Tap Mirror: Handle Delete Port: 4ed03c9f-1c10-479b-8577-20834404a824 2026-04-23 10:47:17.317 7 INFO neutron.services.segments.plugin [-] Segment 3526de86-186e-4be3-adf0-c2396c352f07 resource provider aggregate not found 2026-04-23 10:47:17.320 7 INFO neutron.services.segments.plugin [-] Segment 3526de86-186e-4be3-adf0-c2396c352f07 resource provider aggregate not found 2026-04-23 10:47:17.345 7 INFO neutron.services.segments.plugin [-] Segment 3526de86-186e-4be3-adf0-c2396c352f07 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 3526de86-186e-4be3-adf0-c2396c352f07 found for delete ", "request_id": "req-526af44d-eb75-4f29-b343-d249584bd694"}]} 2026-04-23 10:47:17.347 7 INFO neutron.services.segments.plugin [-] Segment 3526de86-186e-4be3-adf0-c2396c352f07 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 3526de86-186e-4be3-adf0-c2396c352f07 found for delete ", "request_id": "req-ecc0a64a-dacd-4ffc-8355-b6f1977a5d38"}]} 2026-04-23 10:47:17.357 7 INFO neutron.db.l3_hamode_db [None req-2cd31f4b-39c3-4810-bbc0-2d6c432049b8 300908ce8ab24581adc518232993756c f1808328187045f69d664de1ae2e3aa1 - - default default] HA network f2f60f9d-bcec-4ce7-8374-0cee2af92c38 was deleted as no HA routers are present in tenant f1808328187045f69d664de1ae2e3aa1. [pid: 7|app: 0|req: 1461/2741] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:47:16 2026] DELETE /v2.0/routers/7ebf9148-a24b-4642-8125-13eefd2e93a7 => generated 0 bytes in 623 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2742] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:47:18 2026] GET /v2.0/security-groups?tenant_id=92c7dd9a72214ed8873fc89ab38dee62&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2743] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:47:18 2026] DELETE /v2.0/security-groups/4774b6dc-2190-49ed-b4a5-30204a9a53dc => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2744] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:47:18 2026] GET /v2.0/security-groups?tenant_id=f1808328187045f69d664de1ae2e3aa1&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2745] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:47:18 2026] DELETE /v2.0/security-groups/db468b9f-6c10-4051-95e0-c1704afcc93f => 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: 1283/2746] 10.0.0.243 () {34 vars in 684 bytes} [Thu Apr 23 10:47:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2747] 10.0.0.243 () {34 vars in 767 bytes} [Thu Apr 23 10:47:22 2026] PUT /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/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: 1284/2748] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:47:22 2026] GET /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/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: 1465/2749] 10.0.0.243 () {34 vars in 778 bytes} [Thu Apr 23 10:47:22 2026] PUT /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags/green => generated 4 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2750] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:47:22 2026] GET /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/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: 1466/2751] 10.0.0.243 () {34 vars in 774 bytes} [Thu Apr 23 10:47:22 2026] PUT /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2752] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:47:22 2026] GET /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/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: 1467/2753] 10.0.0.243 () {34 vars in 796 bytes} [Thu Apr 23 10:47:22 2026] PUT /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2754] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:47:23 2026] GET /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2755] 10.0.0.243 () {34 vars in 767 bytes} [Thu Apr 23 10:47:23 2026] PUT /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2756] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:47:23 2026] GET /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2757] 10.0.0.243 () {32 vars in 755 bytes} [Thu Apr 23 10:47:23 2026] GET /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:23.282 8 INFO neutron.api.v2.resource [None req-1cc8ed5f-6cc4-419a-9795-32c52eb4151b efa11bbdd3f645a0a9b0ab0f8659f7d9 4c129957f0624038a3e95d10ef0a4552 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1289/2758] 10.0.0.243 () {32 vars in 759 bytes} [Thu Apr 23 10:47:23 2026] GET /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2759] 10.0.0.243 () {32 vars in 758 bytes} [Thu Apr 23 10:47:23 2026] DELETE /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2760] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:47:23 2026] GET /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:47:23.443 7 INFO neutron.api.v2.resource [None req-28e5a839-8f28-40c9-b2e3-982ffda454fc efa11bbdd3f645a0a9b0ab0f8659f7d9 4c129957f0624038a3e95d10ef0a4552 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1471/2761] 10.0.0.243 () {32 vars in 762 bytes} [Thu Apr 23 10:47:23 2026] DELETE /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2762] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:47:23 2026] DELETE /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags => 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: 1472/2763] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:47:23 2026] GET /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2764] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:47:23 2026] DELETE /v2.0/security-groups/3aea3273-ea72-4305-9b54-2c6a34c0404f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2765] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:47:24 2026] GET /v2.0/security-groups?tenant_id=4c129957f0624038a3e95d10ef0a4552&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2766] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:47:24 2026] DELETE /v2.0/security-groups/113609d1-0f8c-46bd-a34d-28068000641b => 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: 1474/2767] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:47:24 2026] GET /v2.0/security-groups?tenant_id=e307be4b85744c3589ec930bfe6a974e&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2768] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:47:24 2026] DELETE /v2.0/security-groups/64a9940e-60eb-4f1f-8117-8740e03b16de => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2769] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:47:26 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: 1295/2770] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:47:26 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: 1476/2771] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:47: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: 8|app: 0|req: 1296/2772] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:47:26 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: 1477/2773] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:26 2026] GET /v2.0/subnets/1fc2b498-1f36-465d-b97b-dcd98355514c => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2774] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:26 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 5385 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2775] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:47: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) [pid: 8|app: 0|req: 1298/2776] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:47:26 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: 1479/2777] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:47:26 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: 1299/2778] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:47:26 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: 7|app: 0|req: 1480/2779] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:26 2026] GET /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335 => generated 1524 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2780] 199.19.213.74 () {34 vars in 789 bytes} [Thu Apr 23 10:47:26 2026] PUT /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335 => generated 1255 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:47:27.160 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-074da293-28b5-4745-9dea-ebd8bb2dfed9'] response: {'name': 'network-changed', 'server_uuid': '8e899eba-075e-45d5-9178-aa87da4fd189', 'tag': '2ad19cd2-314e-422b-ae4a-655a46289335', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1481/2781] 199.19.213.74 () {30 vars in 742 bytes} [Thu Apr 23 10:47:27 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d => generated 797 bytes in 52 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: 1301/2782] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:27 2026] GET /v2.0/subnets/281aa45b-ea8e-4c8b-aa6e-7f2f63157da9 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2783] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:27 2026] GET /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335 => generated 1291 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2784] 199.19.213.74 () {34 vars in 788 bytes} [Thu Apr 23 10:47:27 2026] PUT /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335 => generated 1080 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2785] 199.19.213.74 () {30 vars in 742 bytes} [Thu Apr 23 10:47:27 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d => generated 797 bytes in 48 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: 1303/2786] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:27 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2787] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:27 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2788] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:47:27 2026] GET /v2.0/networks?id=02c8d1ee-9608-4c2c-859d-489731ee683d => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2789] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:27 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?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: 1486/2790] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:27 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?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: 1305/2791] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:27 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2792] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:28 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 4977 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:47:29.200 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b44334fa-437c-4b16-aac5-99db6b70384b'] response: {'name': 'network-changed', 'server_uuid': '8e899eba-075e-45d5-9178-aa87da4fd189', 'tag': '2ad19cd2-314e-422b-ae4a-655a46289335', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1306/2793] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:29 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2794] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:47:29 2026] GET /v2.0/networks?id=02c8d1ee-9608-4c2c-859d-489731ee683d => generated 800 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2795] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:29 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2796] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:29 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2797] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:29 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 4977 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2798] 199.19.213.74 () {34 vars in 974 bytes} [Thu Apr 23 10:47:30 2026] GET /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2799] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:47:30 2026] GET /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2800] 199.19.213.74 () {34 vars in 1015 bytes} [Thu Apr 23 10:47:30 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?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: 1310/2801] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:47:30 2026] PUT /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335 => generated 917 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2802] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:31 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 3869 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, ' 2026-04-23 10:47:31.234 8 INFO neutron_taas.services.taas.taas_plugin [None req-47bb10cd-e21f-4e95-89c2-d7a813cb203c 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 2ad19cd2-314e-422b-ae4a-655a46289335 2026-04-23 10:47:31.237 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47bb10cd-e21f-4e95-89c2-d7a813cb203c 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 2ad19cd2-314e-422b-ae4a-655a46289335 [pid: 8|app: 0|req: 1311/2803] 199.19.213.74 () {32 vars in 758 bytes} [Thu Apr 23 10:47:31 2026] DELETE /v2.0/ports/2ad19cd2-314e-422b-ae4a-655a46289335 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2806] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:47:31 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: 1494/2807] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:47:31 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: 1314/2808] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:47:31 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: 1495/2809] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:47:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2810] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:31 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2811] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:31 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2812] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:31 2026] GET /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2813] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:31 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2814] 199.19.213.74 () {30 vars in 742 bytes} [Thu Apr 23 10:47:31 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2815] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:31 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2816] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:31 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2817] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:31 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 3869 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2818] 199.19.213.74 () {34 vars in 1225 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/networks?id=25777f5b-7c41-4144-8c44-e55be3e1d33e&id=43650afb-89dc-4df9-a6f7-a6a539842a37&id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&id=02c8d1ee-9608-4c2c-859d-489731ee683d => generated 3095 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2819] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.12&port_id=76e9e6cb-51ae-4f61-ac4a-e132c4fec060 => 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: 1320/2820] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/subnets?id=15890d83-766e-41b0-9e1a-83b6664a8168 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2821] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/ports?network_id=25777f5b-7c41-4144-8c44-e55be3e1d33e&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2822] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?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: 1502/2823] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?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: 1322/2824] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=7e21cb41-7979-4943-9311-824a16a6b2fb => 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: 1503/2825] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/subnets?id=c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2826] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/ports?network_id=43650afb-89dc-4df9-a6f7-a6a539842a37&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2827] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2828] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2829] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.159&port_id=5c591339-641c-43c9-ab59-df4eae83129a => 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: 1325/2830] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/subnets?id=1fc2b498-1f36-465d-b97b-dcd98355514c => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2831] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&device_owner=network%3Adhcp => generated 1457 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2832] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2833] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2834] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:47:37 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: 1508/2835] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:47:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2836] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:47:37 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: 1509/2837] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:47:37 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: 1329/2838] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:37 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 3869 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2839] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:47:37 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: 1330/2840] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:47:37 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: 1511/2841] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:47:37 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: 1331/2842] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:47:37 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: 1512/2843] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:37 2026] GET /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a => generated 1291 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2844] 199.19.213.74 () {34 vars in 788 bytes} [Thu Apr 23 10:47:37 2026] PUT /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a => generated 1080 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:47:37.862 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d47c7ab-ed28-4fc5-bb24-a5f82cb4d308'] response: {'name': 'network-changed', 'server_uuid': '8e899eba-075e-45d5-9178-aa87da4fd189', 'tag': '5c591339-641c-43c9-ab59-df4eae83129a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1513/2845] 199.19.213.74 () {30 vars in 742 bytes} [Thu Apr 23 10:47:37 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => generated 797 bytes in 58 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: 1333/2846] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:37 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 3694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2847] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 3694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2848] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 3694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2849] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/networks?id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => 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: 1335/2850] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2851] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2852] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2853] 199.19.213.74 () {34 vars in 974 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a => 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: 1337/2854] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2855] 199.19.213.74 () {34 vars in 1015 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2856] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2857] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:47:40 2026] PUT /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a => generated 917 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2858] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 2586 bytes in 47 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-04-23 10:47:41.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-5cf73804-f662-4801-8b48-02ab35e2a94b 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 5c591339-641c-43c9-ab59-df4eae83129a 2026-04-23 10:47:41.508 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cf73804-f662-4801-8b48-02ab35e2a94b 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 5c591339-641c-43c9-ab59-df4eae83129a [pid: 7|app: 0|req: 1520/2859] 199.19.213.74 () {32 vars in 758 bytes} [Thu Apr 23 10:47:41 2026] DELETE /v2.0/ports/5c591339-641c-43c9-ab59-df4eae83129a => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2860] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:47: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: 7|app: 0|req: 1521/2861] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2862] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:47:41 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: 7|app: 0|req: 1522/2863] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:47:41 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: 8|app: 0|req: 1342/2864] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2865] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2866] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2867] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2868] 199.19.213.74 () {30 vars in 742 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2869] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2870] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 2586 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2871] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2872] 199.19.213.74 () {34 vars in 1145 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/networks?id=25777f5b-7c41-4144-8c44-e55be3e1d33e&id=43650afb-89dc-4df9-a6f7-a6a539842a37&id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => generated 2309 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2873] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.12&port_id=76e9e6cb-51ae-4f61-ac4a-e132c4fec060 => 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: 1527/2874] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/subnets?id=15890d83-766e-41b0-9e1a-83b6664a8168 => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2875] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/ports?network_id=25777f5b-7c41-4144-8c44-e55be3e1d33e&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2876] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?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: 1349/2877] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?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: 1529/2878] 199.19.213.74 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=7e21cb41-7979-4943-9311-824a16a6b2fb => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2879] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/subnets?id=c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2880] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/ports?network_id=43650afb-89dc-4df9-a6f7-a6a539842a37&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2881] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?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: 1531/2882] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2885] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:47:54 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: 1533/2886] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:47:54 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: 1354/2887] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:47:54 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: 1534/2888] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:47:54 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-04-23 10:47:54.824 8 INFO neutron.api.v2.resource [None req-8c05729d-8d0c-42b8-a952-3fb690775338 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1355/2889] 199.19.213.74 () {30 vars in 762 bytes} [Thu Apr 23 10:47:54 2026] GET /v2.0/security-groups/lb-0a764979-6343-4c72-b86e-d7bbc7574756 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2890] 199.19.213.74 () {30 vars in 784 bytes} [Thu Apr 23 10:47:54 2026] GET /v2.0/security-groups?name=lb-0a764979-6343-4c72-b86e-d7bbc7574756 => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2891] 199.19.213.74 () {30 vars in 814 bytes} [Thu Apr 23 10:47:54 2026] GET /v2.0/security-group-rules?security_group_id=6abe035f-fd05-4c3d-9393-33f13303a024 => generated 2334 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2892] 199.19.213.74 () {32 vars in 788 bytes} [Thu Apr 23 10:47:54 2026] DELETE /v2.0/security-group-rules/732400a0-d58b-4039-aebc-f8ccfe2a49e7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2893] 199.19.213.74 () {32 vars in 788 bytes} [Thu Apr 23 10:47:55 2026] DELETE /v2.0/security-group-rules/8ce09e9e-fba9-44fa-a292-bdb7854f40a6 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:57.333 7 INFO neutron_taas.services.taas.taas_plugin [None req-80b069ed-16da-4480-8b59-01e15e2bc091 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: be93ba2e-96b8-44a6-abc3-3cfbcf948efd 2026-04-23 10:47:57.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80b069ed-16da-4480-8b59-01e15e2bc091 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: be93ba2e-96b8-44a6-abc3-3cfbcf948efd 2026-04-23 10:47:57.529 7 INFO neutron.db.l3_db [None req-80b069ed-16da-4480-8b59-01e15e2bc091 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Floating IP 2059eedf-0cd3-40e8-84f4-06182f30a711 disassociated (deleted). External IP: 10.96.250.214, port: 7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3. [pid: 7|app: 0|req: 1537/2894] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:47:57 2026] DELETE /v2.0/floatingips/2059eedf-0cd3-40e8-84f4-06182f30a711 => generated 0 bytes in 641 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:57.847 8 INFO neutron.api.v2.resource [None req-759b4ad5-cbe5-4b67-8c5c-9a747b4538c9 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1358/2895] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:47:57 2026] GET /v2.0/floatingips/2059eedf-0cd3-40e8-84f4-06182f30a711 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2896] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:47:58 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: 1359/2897] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:47:58 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: 1539/2898] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:47:58 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: 1360/2899] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:47:58 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-04-23 10:47:58.819 7 INFO neutron.api.v2.resource [None req-d3880190-5b5e-42c2-bafe-8b8382670205 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/2900] 199.19.213.74 () {30 vars in 762 bytes} [Thu Apr 23 10:47:58 2026] GET /v2.0/security-groups/lb-0a764979-6343-4c72-b86e-d7bbc7574756 => 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: 1361/2901] 199.19.213.74 () {30 vars in 784 bytes} [Thu Apr 23 10:47:58 2026] GET /v2.0/security-groups?name=lb-0a764979-6343-4c72-b86e-d7bbc7574756 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2902] 199.19.213.74 () {30 vars in 814 bytes} [Thu Apr 23 10:47:58 2026] GET /v2.0/security-group-rules?security_group_id=6abe035f-fd05-4c3d-9393-33f13303a024 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2903] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:47:58 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: 1542/2904] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:47:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2905] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:47:59 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: 1543/2906] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:47:59 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: 8|app: 0|req: 1364/2907] 199.19.213.74 () {30 vars in 740 bytes} [Thu Apr 23 10:47:59 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2908] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:59 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 2586 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2909] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:59 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2910] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:47:59 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2911] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:48:00 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 2586 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2914] 199.19.213.74 () {34 vars in 974 bytes} [Thu Apr 23 10:48:01 2026] GET /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2915] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:48:01 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2916] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:48:01 2026] GET /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2917] 199.19.213.74 () {34 vars in 1015 bytes} [Thu Apr 23 10:48:01 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2918] 199.19.213.74 () {38 vars in 1027 bytes} [Thu Apr 23 10:48:01 2026] PUT /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1151 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2919] 199.19.213.74 () {30 vars in 768 bytes} [Thu Apr 23 10:48:02 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1244 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: 1371/2920] 199.19.213.74 () {34 vars in 788 bytes} [Thu Apr 23 10:48:02 2026] PUT /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1090 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2921] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:48:02 2026] GET /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 1090 bytes in 43 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-04-23 10:48:03.031 8 INFO neutron_taas.services.taas.taas_plugin [None req-32aede42-6c11-467f-b7c2-e8ff56a7e512 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 7e21cb41-7979-4943-9311-824a16a6b2fb 2026-04-23 10:48:03.034 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32aede42-6c11-467f-b7c2-e8ff56a7e512 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 7e21cb41-7979-4943-9311-824a16a6b2fb [pid: 8|app: 0|req: 1372/2922] 199.19.213.74 () {32 vars in 758 bytes} [Thu Apr 23 10:48:02 2026] DELETE /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2923] 199.19.213.74 () {30 vars in 702 bytes} [Thu Apr 23 10:48:03 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: 1373/2924] 199.19.213.74 () {30 vars in 704 bytes} [Thu Apr 23 10:48:03 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: 1552/2925] 199.19.213.74 () {30 vars in 680 bytes} [Thu Apr 23 10:48:03 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: 1374/2926] 199.19.213.74 () {30 vars in 716 bytes} [Thu Apr 23 10:48:03 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) 2026-04-23 10:48:03.401 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1036c97-98f5-4c92-968b-12711f938026 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1553/2927] 199.19.213.74 () {32 vars in 758 bytes} [Thu Apr 23 10:48:03 2026] DELETE /v2.0/ports/7e21cb41-7979-4943-9311-824a16a6b2fb => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2928] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:48:03 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:03.503 8 INFO neutron.api.v2.resource [None req-847b825f-da79-43ce-9b50-be671525832f 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1376/2929] 199.19.213.74 () {30 vars in 762 bytes} [Thu Apr 23 10:48:03 2026] GET /v2.0/security-groups/lb-0a764979-6343-4c72-b86e-d7bbc7574756 => generated 149 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2930] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:48:03 2026] GET /v2.0/ports?tenant_id=191b27a09f1c4c28a5611e4d1b833899&device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2931] 199.19.213.74 () {30 vars in 784 bytes} [Thu Apr 23 10:48:03 2026] GET /v2.0/security-groups?name=lb-0a764979-6343-4c72-b86e-d7bbc7574756 => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2932] 199.19.213.74 () {34 vars in 1065 bytes} [Thu Apr 23 10:48:03 2026] GET /v2.0/networks?id=25777f5b-7c41-4144-8c44-e55be3e1d33e&id=43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 1523 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2933] 199.19.213.74 () {30 vars in 736 bytes} [Thu Apr 23 10:48:03 2026] GET /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1132 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2934] 199.19.213.74 () {34 vars in 1059 bytes} [Thu Apr 23 10:48:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.12&port_id=76e9e6cb-51ae-4f61-ac4a-e132c4fec060 => 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: 1557/2935] 199.19.213.74 () {34 vars in 983 bytes} [Thu Apr 23 10:48:03 2026] GET /v2.0/subnets?id=15890d83-766e-41b0-9e1a-83b6664a8168 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2936] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:48:03 2026] GET /v2.0/ports?network_id=25777f5b-7c41-4144-8c44-e55be3e1d33e&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: 1559/2937] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:48:03 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?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: 1560/2938] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:48:03 2026] GET /v2.0/networks/25777f5b-7c41-4144-8c44-e55be3e1d33e?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: 1379/2939] 199.19.213.74 () {34 vars in 788 bytes} [Thu Apr 23 10:48:03 2026] PUT /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 1094 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2940] 199.19.213.74 () {32 vars in 778 bytes} [Thu Apr 23 10:48:03 2026] DELETE /v2.0/security-groups/6abe035f-fd05-4c3d-9393-33f13303a024 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:04.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-e49eea44-fefc-4991-89a1-6558338c0e6e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 2026-04-23 10:48:04.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e49eea44-fefc-4991-89a1-6558338c0e6e 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 [pid: 8|app: 0|req: 1380/2941] 199.19.213.74 () {32 vars in 758 bytes} [Thu Apr 23 10:48:03 2026] DELETE /v2.0/ports/7cd1ad3b-9411-465a-8e8b-7c814dbd7ef3 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2942] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:48:07 2026] GET /v2.0/ports?device_id=8e899eba-075e-45d5-9178-aa87da4fd189 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:07.343 8 INFO neutron_taas.services.taas.taas_plugin [req-e5a31873-05f5-498c-b1b0-23e10f8aa68e req-1d593a0d-20cc-4360-a120-b5d46d2879fb 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] TaaS: Handle Delete Port: 76e9e6cb-51ae-4f61-ac4a-e132c4fec060 2026-04-23 10:48:07.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e5a31873-05f5-498c-b1b0-23e10f8aa68e req-1d593a0d-20cc-4360-a120-b5d46d2879fb 1fc1f097af564f9d8bb82f392cd1d9da 191b27a09f1c4c28a5611e4d1b833899 - - default default] Tap Mirror: Handle Delete Port: 76e9e6cb-51ae-4f61-ac4a-e132c4fec060 [pid: 8|app: 0|req: 1381/2943] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:48:07 2026] DELETE /v2.0/ports/76e9e6cb-51ae-4f61-ac4a-e132c4fec060 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:07.544 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0de85658-ff89-4e00-96e5-fb23dda9a707'] response: {'server_uuid': '8e899eba-075e-45d5-9178-aa87da4fd189', 'name': 'network-vif-deleted', 'tag': '76e9e6cb-51ae-4f61-ac4a-e132c4fec060', 'status': 'completed', 'code': 200} 2026-04-23 10:48:08.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-792466d2-9f5f-4efe-97fd-79a52f641796 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: eb4a94b7-d389-484a-818b-06589b311da8 2026-04-23 10:48:08.209 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-792466d2-9f5f-4efe-97fd-79a52f641796 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: eb4a94b7-d389-484a-818b-06589b311da8 2026-04-23 10:48:08.376 7 INFO neutron.db.l3_db [None req-792466d2-9f5f-4efe-97fd-79a52f641796 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Floating IP 61b39334-b3b2-469e-86b2-296b3bc2ed59 disassociated (deleted). External IP: 10.96.250.203, port: d8208654-79ed-42da-a9c4-918ebb3868a1. [pid: 7|app: 0|req: 1563/2944] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:48:08 2026] DELETE /v2.0/floatingips/61b39334-b3b2-469e-86b2-296b3bc2ed59 => generated 0 bytes in 666 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:08.758 8 INFO neutron.api.v2.resource [None req-43eb2a25-80af-46dd-94bc-a75ba917a447 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1382/2945] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:48:08 2026] GET /v2.0/floatingips/61b39334-b3b2-469e-86b2-296b3bc2ed59 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:08.768 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-22ec4228-6493-40a1-b87f-493b52dda9e0'] response: {'name': 'network-changed', 'server_uuid': 'e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35', 'tag': 'd8208654-79ed-42da-a9c4-918ebb3868a1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1564/2946] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:48:08 2026] GET /v2.0/ports?device_id=e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35 => generated 1200 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2947] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/security-groups?id=adf896a2-06c8-457f-8f18-b3025a642851&fields=id&fields=name => generated 110 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/2948] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/ports?tenant_id=ea82d82e16b14098bab27fa6a962f893&device_id=e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35 => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2949] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/networks?id=02c8d1ee-9608-4c2c-859d-489731ee683d => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2950] 199.19.213.74 () {34 vars in 1055 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.78&port_id=d8208654-79ed-42da-a9c4-918ebb3868a1 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2951] 199.19.213.74 () {34 vars in 1105 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A239&port_id=d8208654-79ed-42da-a9c4-918ebb3868a1 => 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: 1567/2952] 199.19.213.74 () {34 vars in 1063 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/subnets?id=32a11f63-507b-47f0-a7cf-6e1f589e9c25&id=281aa45b-ea8e-4c8b-aa6e-7f2f63157da9 => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2953] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/ports?network_id=02c8d1ee-9608-4c2c-859d-489731ee683d&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: 7|app: 0|req: 1568/2954] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/ports?network_id=02c8d1ee-9608-4c2c-859d-489731ee683d&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: 1387/2955] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?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: 1569/2956] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2957] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:48:11 2026] GET /v2.0/ports?device_id=e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35 => generated 1198 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:11.615 7 INFO neutron_taas.services.taas.taas_plugin [req-5acc8728-f6b5-475a-9486-0dc204153d79 req-de79966c-f1b5-48ce-a5ad-00f6e5fbf452 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: d8208654-79ed-42da-a9c4-918ebb3868a1 2026-04-23 10:48:11.618 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5acc8728-f6b5-475a-9486-0dc204153d79 req-de79966c-f1b5-48ce-a5ad-00f6e5fbf452 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: d8208654-79ed-42da-a9c4-918ebb3868a1 [pid: 7|app: 0|req: 1570/2958] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:48:11 2026] DELETE /v2.0/ports/d8208654-79ed-42da-a9c4-918ebb3868a1 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:11.850 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f785bd11-a11c-4dae-863e-4eb02bb51116'] response: {'server_uuid': 'e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35', 'name': 'network-vif-deleted', 'tag': 'd8208654-79ed-42da-a9c4-918ebb3868a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1389/2959] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:48:14 2026] GET /v2.0/ports?device_id=e3c9cd51-c2cc-4b8c-b2b2-cc3977069b35 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:48:19.443 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dc5d39c-4457-4ed9-b21b-4931581d2f2b 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: 45ebe8a0-9c5a-46d6-be71-9f7c74b9d97e 2026-04-23 10:48:19.446 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dc5d39c-4457-4ed9-b21b-4931581d2f2b 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: 45ebe8a0-9c5a-46d6-be71-9f7c74b9d97e 2026-04-23 10:48:19.625 7 INFO neutron.db.l3_db [None req-4dc5d39c-4457-4ed9-b21b-4931581d2f2b 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Floating IP 93281652-9211-4b8a-b900-1fd9083d20d3 disassociated (deleted). External IP: 10.96.250.212, port: 8fec64cb-4e50-4d5f-9943-ca6d019d79a5. [pid: 7|app: 0|req: 1572/2962] 10.0.0.243 () {32 vars in 732 bytes} [Thu Apr 23 10:48:19 2026] DELETE /v2.0/floatingips/93281652-9211-4b8a-b900-1fd9083d20d3 => generated 0 bytes in 611 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:19.936 8 INFO neutron.api.v2.resource [None req-cd00066f-64c3-4eee-9764-b81b08766514 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1391/2963] 10.0.0.243 () {32 vars in 729 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/floatingips/93281652-9211-4b8a-b900-1fd9083d20d3 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:19.954 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c08b9ee-d02e-420f-804a-de167e43e08f'] response: {'name': 'network-changed', 'server_uuid': 'eff8c2d8-b187-4793-96e8-323a0b7d7ac5', 'tag': '8fec64cb-4e50-4d5f-9943-ca6d019d79a5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1573/2964] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/ports?device_id=eff8c2d8-b187-4793-96e8-323a0b7d7ac5 => generated 1192 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2965] 10.0.0.35 () {34 vars in 1039 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/security-groups?id=adf896a2-06c8-457f-8f18-b3025a642851&fields=id&fields=name => generated 110 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/2966] 199.19.213.74 () {34 vars in 1079 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/ports?tenant_id=ea82d82e16b14098bab27fa6a962f893&device_id=eff8c2d8-b187-4793-96e8-323a0b7d7ac5 => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2967] 199.19.213.74 () {34 vars in 985 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/networks?id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/2968] 199.19.213.74 () {34 vars in 1055 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.15&port_id=8fec64cb-4e50-4d5f-9943-ca6d019d79a5 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2969] 199.19.213.74 () {34 vars in 1101 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A7e&port_id=8fec64cb-4e50-4d5f-9943-ca6d019d79a5 => 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: 1576/2970] 199.19.213.74 () {34 vars in 1063 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/subnets?id=aab8cae0-930a-4a34-b9bd-981eb8b3c5db&id=1fc2b498-1f36-465d-b97b-dcd98355514c => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2971] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/2972] 199.19.213.74 () {34 vars in 1051 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/ports?network_id=829d49d3-25fc-4b9d-b8fa-70413ebc78b1&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2973] 199.19.213.74 () {34 vars in 1011 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 1578/2974] 199.19.213.74 () {34 vars in 1111 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1?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: 8|app: 0|req: 1397/2975] 199.19.213.74 () {34 vars in 993 bytes} [Thu Apr 23 10:48:22 2026] GET /v2.0/ports?device_id=eff8c2d8-b187-4793-96e8-323a0b7d7ac5 => generated 1192 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:22.760 7 INFO neutron_taas.services.taas.taas_plugin [req-9f09120f-12b9-4b34-8bc3-80dde4c83e98 req-f4604ddc-3253-4a09-b137-b959d64005cd 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: 8fec64cb-4e50-4d5f-9943-ca6d019d79a5 2026-04-23 10:48:22.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9f09120f-12b9-4b34-8bc3-80dde4c83e98 req-f4604ddc-3253-4a09-b137-b959d64005cd 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: 8fec64cb-4e50-4d5f-9943-ca6d019d79a5 [pid: 7|app: 0|req: 1579/2976] 199.19.213.74 () {36 vars in 996 bytes} [Thu Apr 23 10:48:22 2026] DELETE /v2.0/ports/8fec64cb-4e50-4d5f-9943-ca6d019d79a5 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:22.986 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb6b6051-cd0d-4733-8b02-6040eb124884'] response: {'server_uuid': 'eff8c2d8-b187-4793-96e8-323a0b7d7ac5', 'name': 'network-vif-deleted', 'tag': '8fec64cb-4e50-4d5f-9943-ca6d019d79a5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1398/2977] 10.0.0.35 () {34 vars in 989 bytes} [Thu Apr 23 10:48:25 2026] GET /v2.0/ports?device_id=eff8c2d8-b187-4793-96e8-323a0b7d7ac5 => 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: 1580/2978] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:48:30 2026] DELETE /v2.0/security-group-rules/b1bde329-93f7-4029-aa83-2190f4d50a18 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:30.498 8 INFO neutron.api.v2.resource [None req-0f5b810f-4e6a-49cd-b28c-46224f335a99 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1399/2979] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:48:30 2026] GET /v2.0/security-group-rules/b1bde329-93f7-4029-aa83-2190f4d50a18 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/2980] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:48:30 2026] DELETE /v2.0/security-group-rules/3007068a-19b1-4363-8b3e-147dc9c0dde2 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:30.588 8 INFO neutron.api.v2.resource [None req-5435f3f0-f1d7-475d-9361-f1f4a7485de2 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1400/2981] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:48:30 2026] GET /v2.0/security-group-rules/3007068a-19b1-4363-8b3e-147dc9c0dde2 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/2982] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:48:30 2026] DELETE /v2.0/security-group-rules/809858e4-fbfc-4c60-b2ae-ed3ebf93afd9 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:30.687 8 INFO neutron.api.v2.resource [None req-7a56944b-84d1-4f74-a922-9995f3be9fd2 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1401/2983] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:48:30 2026] GET /v2.0/security-group-rules/809858e4-fbfc-4c60-b2ae-ed3ebf93afd9 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/2984] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:48:30 2026] DELETE /v2.0/security-group-rules/5bf2f98b-ce4a-4ac4-997f-a30111300069 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:30.790 8 INFO neutron.api.v2.resource [None req-b27c8355-6c78-453b-ae4a-996bacbb01f0 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1402/2985] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:48:30 2026] GET /v2.0/security-group-rules/5bf2f98b-ce4a-4ac4-997f-a30111300069 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/2986] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:48:30 2026] DELETE /v2.0/security-group-rules/961f1fba-e9d8-4d6d-ab79-d9dc36350e09 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:30.882 8 INFO neutron.api.v2.resource [None req-8167c55b-5f8d-4337-af16-b3ebfb5fb89a 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1403/2987] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:48:30 2026] GET /v2.0/security-group-rules/961f1fba-e9d8-4d6d-ab79-d9dc36350e09 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/2988] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:48:30 2026] DELETE /v2.0/security-group-rules/18290732-0a8e-4792-af07-ccb7de010623 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:31.025 8 INFO neutron.api.v2.resource [None req-24b21c1f-7750-4352-802a-d042ff007dfc 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1404/2989] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:48:31 2026] GET /v2.0/security-group-rules/18290732-0a8e-4792-af07-ccb7de010623 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/2990] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:48:31 2026] DELETE /v2.0/security-group-rules/79b193c2-2046-4b35-b76b-31b35999628b => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:31.132 8 INFO neutron.api.v2.resource [None req-1963f92c-8181-40bd-bd52-3b428d9dd04c 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1405/2991] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:48:31 2026] GET /v2.0/security-group-rules/79b193c2-2046-4b35-b76b-31b35999628b => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/2992] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:48:31 2026] DELETE /v2.0/security-group-rules/c6791754-1bee-4d84-91f9-b1919ed2afe6 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:31.311 8 INFO neutron.api.v2.resource [None req-a7be8561-eadb-4c50-8bec-fd3bd4a76cc3 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1406/2993] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:48:31 2026] GET /v2.0/security-group-rules/c6791754-1bee-4d84-91f9-b1919ed2afe6 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/2996] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:48:31 2026] DELETE /v2.0/security-group-rules/eaf04410-bafa-4708-84d5-307b4e58d529 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:31.595 8 INFO neutron.api.v2.resource [None req-171e7a2c-e8b5-40f7-986d-e257d062056e 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1409/2997] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:48:31 2026] GET /v2.0/security-group-rules/eaf04410-bafa-4708-84d5-307b4e58d529 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/2998] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:48:31 2026] DELETE /v2.0/security-group-rules/b87281e8-73fc-43e5-9ca1-a8e31664e505 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:31.733 8 INFO neutron.api.v2.resource [None req-35323494-5c2d-48e8-a90a-58fdaff6367f 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1410/2999] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:48:31 2026] GET /v2.0/security-group-rules/b87281e8-73fc-43e5-9ca1-a8e31664e505 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3000] 10.0.0.243 () {32 vars in 750 bytes} [Thu Apr 23 10:48:31 2026] DELETE /v2.0/security-group-rules/4f9a284d-cbe8-4fc3-adc3-f34b910f86fd => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:31.886 8 INFO neutron.api.v2.resource [None req-6fe71920-e0f5-4421-b4b9-e66dc69927eb 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1411/3001] 10.0.0.243 () {32 vars in 747 bytes} [Thu Apr 23 10:48:31 2026] GET /v2.0/security-group-rules/4f9a284d-cbe8-4fc3-adc3-f34b910f86fd => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3002] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:48:31 2026] DELETE /v2.0/security-groups/adf896a2-06c8-457f-8f18-b3025a642851 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:32.022 8 INFO neutron.api.v2.resource [None req-32ce0492-de40-48b0-af35-7f48bc36ad75 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1412/3003] 10.0.0.243 () {32 vars in 737 bytes} [Thu Apr 23 10:48:32 2026] GET /v2.0/security-groups/adf896a2-06c8-457f-8f18-b3025a642851 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:32.593 7 INFO neutron_taas.services.taas.taas_plugin [None req-130affe3-811b-4cf1-8d3d-5cf00b645fff 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: f03eba26-28e7-4e24-a586-ffdd5e9b0659 2026-04-23 10:48:32.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-130affe3-811b-4cf1-8d3d-5cf00b645fff 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: f03eba26-28e7-4e24-a586-ffdd5e9b0659 [pid: 7|app: 0|req: 1592/3004] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:48:32 2026] PUT /v2.0/routers/50d3c460-200e-4e0f-a4ff-0c51b75f63b1/remove_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:33.380 8 INFO neutron.api.v2.resource [None req-731cd348-e0b4-4449-916c-534647537f90 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1413/3005] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:48:33 2026] PUT /v2.0/routers/50d3c460-200e-4e0f-a4ff-0c51b75f63b1/remove_router_interface => generated 198 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:33.825 7 INFO neutron_taas.services.taas.taas_plugin [None req-79526b3e-94e3-477c-8548-407ae7eee0b6 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: 85ef350f-427f-4500-a95a-234e03d609e5 2026-04-23 10:48:33.828 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79526b3e-94e3-477c-8548-407ae7eee0b6 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: 85ef350f-427f-4500-a95a-234e03d609e5 [pid: 7|app: 0|req: 1593/3006] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:48:33 2026] PUT /v2.0/routers/50d3c460-200e-4e0f-a4ff-0c51b75f63b1/remove_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:34.620 8 INFO neutron.api.v2.resource [None req-278db816-82a9-464d-a917-4b8e8c748c0e 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1414/3007] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:48:34 2026] PUT /v2.0/routers/50d3c460-200e-4e0f-a4ff-0c51b75f63b1/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:35.055 7 INFO neutron_taas.services.taas.taas_plugin [None req-494ee31f-676d-4886-b9f4-08f0b39867ad 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: 1c1f8985-2d36-4b34-8167-da841c7e06e3 2026-04-23 10:48:35.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-494ee31f-676d-4886-b9f4-08f0b39867ad 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: 1c1f8985-2d36-4b34-8167-da841c7e06e3 [pid: 7|app: 0|req: 1594/3008] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:48:34 2026] PUT /v2.0/routers/50d3c460-200e-4e0f-a4ff-0c51b75f63b1/remove_router_interface => generated 309 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:35.770 8 INFO neutron.api.v2.resource [None req-76fab1ab-a122-49e9-8a43-269371dc1884 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1415/3009] 10.0.0.243 () {34 vars in 789 bytes} [Thu Apr 23 10:48:35 2026] PUT /v2.0/routers/50d3c460-200e-4e0f-a4ff-0c51b75f63b1/remove_router_interface => generated 198 bytes in 170 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:35.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-54412b70-07b2-49e3-8873-eb031db3e9db 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: 6250b6be-a584-4660-96fc-bf2b6ef4e754 2026-04-23 10:48:35.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54412b70-07b2-49e3-8873-eb031db3e9db 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: 6250b6be-a584-4660-96fc-bf2b6ef4e754 2026-04-23 10:48:36.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-54412b70-07b2-49e3-8873-eb031db3e9db 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: 2a582438-475a-4951-b19f-6545960ac26d 2026-04-23 10:48:36.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54412b70-07b2-49e3-8873-eb031db3e9db 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: 2a582438-475a-4951-b19f-6545960ac26d 2026-04-23 10:48:36.558 7 INFO neutron.services.segments.plugin [-] Segment 8540ca52-44c9-435d-8a62-14bba4012870 resource provider aggregate not found 2026-04-23 10:48:36.565 7 INFO neutron.services.segments.plugin [-] Segment 8540ca52-44c9-435d-8a62-14bba4012870 resource provider aggregate not found 2026-04-23 10:48:36.580 7 INFO neutron.services.segments.plugin [-] Segment 8540ca52-44c9-435d-8a62-14bba4012870 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 8540ca52-44c9-435d-8a62-14bba4012870 found for delete ", "request_id": "req-a787a101-4905-4132-8eb9-3bcdbe74b3b6"}]} 2026-04-23 10:48:36.581 7 INFO neutron.db.l3_hamode_db [None req-54412b70-07b2-49e3-8873-eb031db3e9db 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] HA network 99b654bf-b366-4f52-8054-e74b1f31e652 was deleted as no HA routers are present in tenant ea82d82e16b14098bab27fa6a962f893. 2026-04-23 10:48:36.590 7 INFO neutron.services.segments.plugin [-] Segment 8540ca52-44c9-435d-8a62-14bba4012870 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 8540ca52-44c9-435d-8a62-14bba4012870 found for delete ", "request_id": "req-d2eede63-30b1-449b-b44b-85846554a52c"}]} [pid: 7|app: 0|req: 1595/3010] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:48:35 2026] DELETE /v2.0/routers/50d3c460-200e-4e0f-a4ff-0c51b75f63b1 => generated 0 bytes in 814 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:36.612 8 INFO neutron.api.v2.resource [None req-4795be20-d57e-4a73-beac-ab8713575967 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1416/3011] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:48:36 2026] GET /v2.0/routers/50d3c460-200e-4e0f-a4ff-0c51b75f63b1 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3012] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:48:36 2026] DELETE /v2.0/subnets/32a11f63-507b-47f0-a7cf-6e1f589e9c25 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:36.830 8 INFO neutron.pecan_wsgi.hooks.translation [None req-224339bc-588e-4e87-bfa2-2adfde019467 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1417/3013] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:48:36 2026] GET /v2.0/subnets/32a11f63-507b-47f0-a7cf-6e1f589e9c25 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3014] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:48:36 2026] DELETE /v2.0/subnets/281aa45b-ea8e-4c8b-aa6e-7f2f63157da9 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:37.063 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9658eef4-dcc2-4cca-8fdf-cb12a947b1a0 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1418/3015] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:48:37 2026] GET /v2.0/subnets/281aa45b-ea8e-4c8b-aa6e-7f2f63157da9 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:37.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-8200dce5-36c3-41f5-b36c-f84815839d91 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: dd74024d-129b-4849-a8da-76aecb61c748 2026-04-23 10:48:37.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8200dce5-36c3-41f5-b36c-f84815839d91 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: dd74024d-129b-4849-a8da-76aecb61c748 [pid: 7|app: 0|req: 1598/3016] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:48:37 2026] DELETE /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:37.431 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b27190f3-6091-43ad-bb75-7bfe32648c45 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1419/3017] 10.0.0.243 () {32 vars in 723 bytes} [Thu Apr 23 10:48:37 2026] GET /v2.0/networks/02c8d1ee-9608-4c2c-859d-489731ee683d => 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: 1599/3018] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:48:37 2026] DELETE /v2.0/subnets/aab8cae0-930a-4a34-b9bd-981eb8b3c5db => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:37.620 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfdaa7c8-34d7-407a-bf6b-18a50007ef3e 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1420/3019] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:48:37 2026] GET /v2.0/subnets/aab8cae0-930a-4a34-b9bd-981eb8b3c5db => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3020] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:48:37 2026] DELETE /v2.0/subnets/1fc2b498-1f36-465d-b97b-dcd98355514c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:37.806 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9506842b-5e0a-41fb-9fdc-35fd9a5daaa5 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1421/3021] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:48:37 2026] GET /v2.0/subnets/1fc2b498-1f36-465d-b97b-dcd98355514c => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:37.906 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff3a13ec-9a0f-4355-994b-bb6b15b4975d 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: 7b287c87-c586-411c-abe8-537b70d67c7a 2026-04-23 10:48:37.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff3a13ec-9a0f-4355-994b-bb6b15b4975d 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: 7b287c87-c586-411c-abe8-537b70d67c7a [pid: 7|app: 0|req: 1601/3022] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:48:37 2026] DELETE /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:38.128 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fc9da300-6599-40a4-992f-d1e6f15bfa9b 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1422/3023] 10.0.0.243 () {32 vars in 723 bytes} [Thu Apr 23 10:48:38 2026] GET /v2.0/networks/829d49d3-25fc-4b9d-b8fa-70413ebc78b1 => 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: 1602/3024] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:48:38 2026] DELETE /v2.0/subnets/9b13254e-802d-43b2-8fd5-02e0975b35bb => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:38.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9aea81a-68a4-4ab6-a88e-8a2746b9c48c 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1423/3025] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:48:38 2026] GET /v2.0/subnets/9b13254e-802d-43b2-8fd5-02e0975b35bb => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:38.607 7 INFO neutron.services.segments.plugin [-] Segment b25fe54e-434e-4fab-ad79-b647df5bf071 resource provider aggregate not found 2026-04-23 10:48:38.613 7 INFO neutron.services.segments.plugin [-] Segment b25fe54e-434e-4fab-ad79-b647df5bf071 resource provider aggregate not found 2026-04-23 10:48:38.627 7 INFO neutron.services.segments.plugin [-] Segment b25fe54e-434e-4fab-ad79-b647df5bf071 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 b25fe54e-434e-4fab-ad79-b647df5bf071 found for delete ", "request_id": "req-85357a4d-25bf-4c1c-b747-ff4a20bebc46"}]} [pid: 7|app: 0|req: 1603/3026] 10.0.0.243 () {32 vars in 724 bytes} [Thu Apr 23 10:48:38 2026] DELETE /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:38.644 7 INFO neutron.services.segments.plugin [-] Segment 68ddd5cf-2f30-45f3-b87f-7fced25fcad1 resource provider aggregate not found 2026-04-23 10:48:38.646 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75bf04a7-6b08-44a5-83e5-c4c66d422c14 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1424/3027] 10.0.0.243 () {32 vars in 721 bytes} [Thu Apr 23 10:48:38 2026] GET /v2.0/subnets/c714e10f-0b85-4b58-be49-04bd62a97cf8 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:38.650 7 INFO neutron.services.segments.plugin [-] Segment b25fe54e-434e-4fab-ad79-b647df5bf071 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 b25fe54e-434e-4fab-ad79-b647df5bf071 found for delete ", "request_id": "req-4d28219b-d9ac-4b37-a12c-a29bf31324fc"}]} 2026-04-23 10:48:38.663 7 INFO neutron.services.segments.plugin [-] Segment 68ddd5cf-2f30-45f3-b87f-7fced25fcad1 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 68ddd5cf-2f30-45f3-b87f-7fced25fcad1 found for delete ", "request_id": "req-78746c9d-e05c-44ef-9889-9dc7ad68ca5d"}]} 2026-04-23 10:48:38.679 7 INFO neutron.services.segments.plugin [-] Segment 68ddd5cf-2f30-45f3-b87f-7fced25fcad1 resource provider aggregate not found 2026-04-23 10:48:38.702 7 INFO neutron.services.segments.plugin [-] Segment 68ddd5cf-2f30-45f3-b87f-7fced25fcad1 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 68ddd5cf-2f30-45f3-b87f-7fced25fcad1 found for delete ", "request_id": "req-df4aadcd-4a65-4b3c-8558-0c108aab7620"}]} 2026-04-23 10:48:38.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-75998cfb-695d-484d-b248-47cdc3b8e980 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] TaaS: Handle Delete Port: e664baa6-c5d1-4fa1-ba4f-60380115bdfe 2026-04-23 10:48:38.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75998cfb-695d-484d-b248-47cdc3b8e980 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] Tap Mirror: Handle Delete Port: e664baa6-c5d1-4fa1-ba4f-60380115bdfe [pid: 7|app: 0|req: 1604/3028] 10.0.0.243 () {32 vars in 726 bytes} [Thu Apr 23 10:48:38 2026] DELETE /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:38.971 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e739f8de-1a5f-43a8-881a-2b1bcc51f120 612a9558d3e648f99b86b8820fbba04d ea82d82e16b14098bab27fa6a962f893 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1425/3029] 10.0.0.243 () {32 vars in 723 bytes} [Thu Apr 23 10:48:38 2026] GET /v2.0/networks/43650afb-89dc-4df9-a6f7-a6a539842a37 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:40.688 7 INFO neutron.services.segments.plugin [-] Segment bfdad2b3-bf20-4613-8130-75fe757b2f20 resource provider aggregate not found 2026-04-23 10:48:40.708 7 INFO neutron.services.segments.plugin [-] Segment bfdad2b3-bf20-4613-8130-75fe757b2f20 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 bfdad2b3-bf20-4613-8130-75fe757b2f20 found for delete ", "request_id": "req-d96e0e9e-53f7-4cad-9647-e9c58e662e1d"}]} 2026-04-23 10:48:40.722 7 INFO neutron.services.segments.plugin [-] Segment bfdad2b3-bf20-4613-8130-75fe757b2f20 resource provider aggregate not found 2026-04-23 10:48:40.744 7 INFO neutron.services.segments.plugin [-] Segment bfdad2b3-bf20-4613-8130-75fe757b2f20 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 bfdad2b3-bf20-4613-8130-75fe757b2f20 found for delete ", "request_id": "req-d90eaf72-598f-45e0-8b93-f596ae3182fd"}]} [pid: 7|app: 0|req: 1605/3030] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:48:40 2026] GET /v2.0/security-groups?tenant_id=43dbe866097a4807a0548e1b9cdf64a9&name=default => generated 2929 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/3031] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:48:41 2026] DELETE /v2.0/security-groups/a4136f9c-7e26-4fd1-b470-9c1050ae33a9 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3032] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:48:41 2026] GET /v2.0/security-groups?tenant_id=ea82d82e16b14098bab27fa6a962f893&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3033] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:48:41 2026] DELETE /v2.0/security-groups/6cd6324c-cb0b-417c-8b74-eef4b5e83bab => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3034] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:48:42 2026] GET /v2.0/security-groups?tenant_id=05dc8148eab44865ac61ebbe9872cabb&name=default => generated 2929 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/3035] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:48:42 2026] DELETE /v2.0/security-groups/ca6f95d1-60f3-4b30-8bcc-861468e98d82 => 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: 1608/3036] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:48:42 2026] GET /v2.0/security-groups?tenant_id=a5b43b869c834a7ca4ca9beb41ef0aae&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/3037] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:48:43 2026] DELETE /v2.0/security-groups/cf6da98f-effc-4286-a425-c989ae1df986 => 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: 1609/3038] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:48:43 2026] GET /v2.0/security-groups?tenant_id=d864286bb1614d9591ea069aa2e3153b&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3039] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:48:43 2026] DELETE /v2.0/security-groups/38b0673d-024f-457a-a8c1-38e63de8ffcc => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3040] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:48:43 2026] GET /v2.0/security-groups?tenant_id=d1b021a5e7aa450cb2ca26ebdc2a030e&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/3041] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:48:43 2026] DELETE /v2.0/security-groups/2cea3825-1c9c-48cf-a7ad-8c6ad8525b34 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3042] 10.0.0.243 () {32 vars in 774 bytes} [Thu Apr 23 10:48:44 2026] GET /v2.0/security-groups?tenant_id=76af9805255a4c819653a0a4ced06fc8&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/3043] 10.0.0.243 () {32 vars in 740 bytes} [Thu Apr 23 10:48:44 2026] DELETE /v2.0/security-groups/1bba4aa4-203b-45fb-b357-0bdfe593430a => 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: 1434/3046] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:48:47 2026] GET /v2.0/networks => generated 2168 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3047] 10.0.0.243 () {32 vars in 655 bytes} [Thu Apr 23 10:48:48 2026] GET /v2.0/floatingips => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3048] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:48:48 2026] GET /v2.0/routers => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3049] 10.0.0.243 () {32 vars in 643 bytes} [Thu Apr 23 10:48:48 2026] GET /v2.0/ports => generated 4721 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3050] 10.0.0.243 () {32 vars in 647 bytes} [Thu Apr 23 10:48:48 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3051] 10.0.0.243 () {32 vars in 649 bytes} [Thu Apr 23 10:48:48 2026] GET /v2.0/networks => generated 2168 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3052] 10.0.0.243 () {32 vars in 663 bytes} [Thu Apr 23 10:48:48 2026] GET /v2.0/security-groups => generated 17397 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3053] 10.0.0.243 () {32 vars in 655 bytes} [Thu Apr 23 10:48:48 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)