+ 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 17:24:31 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-5dcbc9998f-2w65t 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 0x7fa2e9d10668 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 17:24:35.574 8 INFO neutron.common.config [-] Logging enabled! 2026-04-23 17:24:35.574 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 17:24:35.680 7 INFO neutron.common.config [-] Logging enabled! 2026-04-23 17:24:35.680 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 17:24:36.579 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 17:24:36.718 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 17:24:38.143 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 17:24:38.145 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 17:24:38.149 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 17:24:38.150 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 17:24:38.150 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 17:24:38.151 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 17:24:38.151 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 17:24:38.158 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 17:24:38.158 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 17:24:38.159 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 17:24:38.182 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 17:24:38.183 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 17:24:38.183 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 17:24:38.217 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 17:24:38.218 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 17:24:38.218 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 17:24:38.218 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 17:24:38.278 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 17:24:38.281 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 17:24:38.284 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 17:24:38.285 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 17:24:38.285 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 17:24:38.286 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 17:24:38.286 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 17:24:38.293 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 17:24:38.293 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 17:24:38.293 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 17:24:38.315 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 17:24:38.316 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 17:24:38.316 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 17:24:38.346 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 17:24:38.347 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 17:24:38.347 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 17:24:38.347 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 17:24:38.515 8 INFO neutron.plugins.ml2.managers [None req-81a4de55-1210-44b1-bc65-dbe752b9caf8 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 17:24:38.658 7 INFO neutron.plugins.ml2.managers [None req-8f00289d-4466-4276-bb06-0e9c99cec970 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 17:24:38.801 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-81a4de55-1210-44b1-bc65-dbe752b9caf8 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 17:24:38.801 8 INFO neutron.plugins.ml2.managers [None req-81a4de55-1210-44b1-bc65-dbe752b9caf8 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 17:24:38.802 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-81a4de55-1210-44b1-bc65-dbe752b9caf8 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 17:24:38.815 8 INFO neutron.plugins.ml2.managers [None req-81a4de55-1210-44b1-bc65-dbe752b9caf8 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 17:24:38.816 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-81a4de55-1210-44b1-bc65-dbe752b9caf8 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 17:24:38.816 8 INFO neutron.plugins.ml2.managers [None req-81a4de55-1210-44b1-bc65-dbe752b9caf8 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 17:24:38.816 8 INFO neutron.plugins.ml2.extensions.port_security [None req-81a4de55-1210-44b1-bc65-dbe752b9caf8 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 17:24:38.816 8 INFO neutron.plugins.ml2.managers [None req-81a4de55-1210-44b1-bc65-dbe752b9caf8 - - - - - -] Initializing extension driver 'qos' 2026-04-23 17:24:38.817 8 INFO neutron.plugins.ml2.managers [None req-81a4de55-1210-44b1-bc65-dbe752b9caf8 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 17:24:38.817 8 INFO neutron.plugins.ml2.managers [None req-81a4de55-1210-44b1-bc65-dbe752b9caf8 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 17:24:38.833 8 INFO neutron.quota [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded quota_driver: . 2026-04-23 17:24:38.834 8 INFO neutron.plugins.ml2.plugin [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 17:24:38.834 8 INFO neutron.plugins.ml2.managers [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 17:24:38.834 8 INFO neutron.plugins.ml2.managers [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 17:24:38.834 8 INFO neutron.plugins.ml2.managers [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 17:24:38.834 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: qos 2026-04-23 17:24:38.847 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: router 2026-04-23 17:24:38.892 8 INFO neutron.services.service_base [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 17:24:38.892 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: segments 2026-04-23 17:24:38.922 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8f00289d-4466-4276-bb06-0e9c99cec970 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 17:24:38.922 7 INFO neutron.plugins.ml2.managers [None req-8f00289d-4466-4276-bb06-0e9c99cec970 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 17:24:38.923 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8f00289d-4466-4276-bb06-0e9c99cec970 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 17:24:38.938 7 INFO neutron.plugins.ml2.managers [None req-8f00289d-4466-4276-bb06-0e9c99cec970 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 17:24:38.938 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8f00289d-4466-4276-bb06-0e9c99cec970 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 17:24:38.939 7 INFO neutron.plugins.ml2.managers [None req-8f00289d-4466-4276-bb06-0e9c99cec970 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 17:24:38.939 7 INFO neutron.plugins.ml2.extensions.port_security [None req-8f00289d-4466-4276-bb06-0e9c99cec970 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 17:24:38.939 7 INFO neutron.plugins.ml2.managers [None req-8f00289d-4466-4276-bb06-0e9c99cec970 - - - - - -] Initializing extension driver 'qos' 2026-04-23 17:24:38.939 7 INFO neutron.plugins.ml2.managers [None req-8f00289d-4466-4276-bb06-0e9c99cec970 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 17:24:38.939 7 INFO neutron.plugins.ml2.managers [None req-8f00289d-4466-4276-bb06-0e9c99cec970 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 17:24:38.955 7 INFO neutron.quota [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded quota_driver: . 2026-04-23 17:24:38.956 7 INFO neutron.plugins.ml2.plugin [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 17:24:38.956 7 INFO neutron.plugins.ml2.managers [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 17:24:38.957 7 INFO neutron.plugins.ml2.managers [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 17:24:38.957 7 INFO neutron.plugins.ml2.managers [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 17:24:38.957 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: qos 2026-04-23 17:24:38.970 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: router 2026-04-23 17:24:38.991 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: trunk 2026-04-23 17:24:39.009 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: vpnaas 2026-04-23 17:24:39.016 7 INFO neutron.services.service_base [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 17:24:39.017 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: segments 2026-04-23 17:24:39.048 8 WARNING stevedore.named [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 17:24:39.116 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: trunk 2026-04-23 17:24:39.124 8 INFO neutron_vpnaas.services.vpn.plugin [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 17:24:39.125 8 INFO neutron.common.utils [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 17:24:39.125 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: taas 2026-04-23 17:24:39.131 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: vpnaas 2026-04-23 17:24:39.149 8 WARNING stevedore.named [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 17:24:39.150 8 WARNING stevedore.named [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 17:24:39.170 7 WARNING stevedore.named [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 17:24:39.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 17:24:39.172 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: tapmirror 2026-04-23 17:24:39.187 8 WARNING stevedore.named [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 17:24:39.187 8 WARNING stevedore.named [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 17:24:39.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 17:24:39.205 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: auto_allocate 2026-04-23 17:24:39.213 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: tag 2026-04-23 17:24:39.227 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: timestamp 2026-04-23 17:24:39.231 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 17:24:39.235 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: flavors 2026-04-23 17:24:39.238 7 INFO neutron_vpnaas.services.vpn.plugin [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 17:24:39.238 7 INFO neutron.common.utils [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 17:24:39.239 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: taas 2026-04-23 17:24:39.239 8 INFO neutron.manager [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loading Plugin: revisions 2026-04-23 17:24:39.242 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Initializing extension manager. 2026-04-23 17:24:39.244 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: address-group 2026-04-23 17:24:39.245 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: address-scope 2026-04-23 17:24:39.246 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 17:24:39.247 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: agent 2026-04-23 17:24:39.247 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 17:24:39.249 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 17:24:39.250 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 17:24:39.252 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: availability_zone 2026-04-23 17:24:39.253 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 17:24:39.253 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 17:24:39.254 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: default-subnetpools 2026-04-23 17:24:39.256 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 17:24:39.256 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: dns-integration 2026-04-23 17:24:39.257 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 17:24:39.257 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 17:24:39.258 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: dvr 2026-04-23 17:24:39.259 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 17:24:39.259 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 17:24:39.260 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 17:24:39.260 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 17:24:39.261 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: external-net 2026-04-23 17:24:39.262 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 17:24:39.262 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: extraroute 2026-04-23 17:24:39.263 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 17:24:39.263 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 17:24:39.264 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 17:24:39.265 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 17:24:39.265 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 17:24:39.266 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: fip-port-details 2026-04-23 17:24:39.267 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: flavors 2026-04-23 17:24:39.267 7 WARNING stevedore.named [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 17:24:39.267 7 WARNING stevedore.named [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 17:24:39.268 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 17:24:39.269 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: floatingip-pools 2026-04-23 17:24:39.270 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: ip_allocation 2026-04-23 17:24:39.270 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 17:24:39.271 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: l2_adjacency 2026-04-23 17:24:39.272 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: router 2026-04-23 17:24:39.274 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 17:24:39.275 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 17:24:39.276 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 17:24:39.276 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 17:24:39.277 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: l3-ha 2026-04-23 17:24:39.278 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 17:24:39.278 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 17:24:39.279 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: l3-flavors 2026-04-23 17:24:39.280 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 17:24:39.280 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 17:24:39.283 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 17:24:39.284 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 17:24:39.285 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 17:24:39.286 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 17:24:39.287 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 17:24:39.288 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: multi-provider 2026-04-23 17:24:39.288 7 INFO neutron_taas.services.taas.taas_plugin [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 17:24:39.289 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: tapmirror 2026-04-23 17:24:39.289 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: net-mtu 2026-04-23 17:24:39.290 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 17:24:39.291 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: network_availability_zone 2026-04-23 17:24:39.291 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: network_ha 2026-04-23 17:24:39.292 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: network-ip-availability 2026-04-23 17:24:39.293 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 17:24:39.294 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: pagination 2026-04-23 17:24:39.294 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: port-device-profile 2026-04-23 17:24:39.295 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 17:24:39.296 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 17:24:39.296 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 17:24:39.297 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: port-mac-override 2026-04-23 17:24:39.297 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 17:24:39.298 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 17:24:39.299 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 17:24:39.299 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: port-resource-request 2026-04-23 17:24:39.300 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 17:24:39.300 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 17:24:39.301 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: binding 2026-04-23 17:24:39.301 7 WARNING stevedore.named [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 17:24:39.301 7 WARNING stevedore.named [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 17:24:39.302 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: binding-extended 2026-04-23 17:24:39.302 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: port-security 2026-04-23 17:24:39.303 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: project-id 2026-04-23 17:24:39.304 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: provider 2026-04-23 17:24:39.305 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 17:24:39.307 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos 2026-04-23 17:24:39.308 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 17:24:39.308 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 17:24:39.309 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos-default 2026-04-23 17:24:39.309 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos-fip 2026-04-23 17:24:39.310 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 17:24:39.310 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 17:24:39.311 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 17:24:39.312 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 17:24:39.312 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 17:24:39.313 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos-pps 2026-04-23 17:24:39.314 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 17:24:39.314 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 17:24:39.315 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 17:24:39.316 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: quota-check-limit 2026-04-23 17:24:39.317 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 17:24:39.317 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 17:24:39.318 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 17:24:39.319 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: quotas 2026-04-23 17:24:39.320 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: quota_details 2026-04-23 17:24:39.322 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: rbac-policies 2026-04-23 17:24:39.323 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: rbac-address-group 2026-04-23 17:24:39.323 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 17:24:39.324 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 17:24:39.324 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 17:24:39.325 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: revision-if-match 2026-04-23 17:24:39.325 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: tag 2026-04-23 17:24:39.326 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 17:24:39.326 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: router_availability_zone 2026-04-23 17:24:39.327 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 17:24:39.329 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 17:24:39.329 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 17:24:39.331 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 17:24:39.331 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 17:24:39.332 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 17:24:39.332 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 17:24:39.334 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: timestamp 2026-04-23 17:24:39.337 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 17:24:39.337 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: security-group 2026-04-23 17:24:39.338 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: segment 2026-04-23 17:24:39.339 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 17:24:39.339 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: service-type 2026-04-23 17:24:39.340 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: sorting 2026-04-23 17:24:39.340 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 17:24:39.341 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: flavors 2026-04-23 17:24:39.341 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: standard-attr-description 2026-04-23 17:24:39.342 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: stateful-security-group 2026-04-23 17:24:39.342 8 WARNING neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 17:24:39.343 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 17:24:39.344 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: subnet-external-network 2026-04-23 17:24:39.344 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: subnet_onboard 2026-04-23 17:24:39.345 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 17:24:39.345 7 INFO neutron.manager [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loading Plugin: revisions 2026-04-23 17:24:39.345 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: subnet-service-types 2026-04-23 17:24:39.346 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: subnet_allocation 2026-04-23 17:24:39.347 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 17:24:39.347 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: tag-creation 2026-04-23 17:24:39.348 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 17:24:39.348 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Initializing extension manager. 2026-04-23 17:24:39.350 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: address-group 2026-04-23 17:24:39.351 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: address-scope 2026-04-23 17:24:39.351 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 17:24:39.352 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 17:24:39.352 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: agent 2026-04-23 17:24:39.353 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 17:24:39.353 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 17:24:39.354 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: trunk 2026-04-23 17:24:39.354 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 17:24:39.354 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: trunk-details 2026-04-23 17:24:39.355 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 17:24:39.355 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 17:24:39.356 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 17:24:39.356 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: availability_zone 2026-04-23 17:24:39.356 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 17:24:39.357 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 17:24:39.357 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 17:24:39.358 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 17:24:39.359 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 17:24:39.359 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 17:24:39.359 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: dns-integration 2026-04-23 17:24:39.360 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 17:24:39.361 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 17:24:39.361 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 17:24:39.361 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 17:24:39.362 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: dvr 2026-04-23 17:24:39.362 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: vpn-flavors 2026-04-23 17:24:39.362 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 17:24:39.363 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 17:24:39.363 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 17:24:39.364 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 17:24:39.364 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: vpnaas 2026-04-23 17:24:39.364 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: external-net 2026-04-23 17:24:39.365 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 17:24:39.365 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: taas 2026-04-23 17:24:39.366 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: extraroute 2026-04-23 17:24:39.366 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 17:24:39.366 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: tap-mirror 2026-04-23 17:24:39.367 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 17:24:39.367 8 INFO neutron.api.extensions [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 17:24:39.368 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 17:24:39.368 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 17:24:39.369 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 17:24:39.369 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: fip-port-details 2026-04-23 17:24:39.370 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 17:24:39.370 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 17:24:39.370 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 17:24:39.370 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 17:24:39.371 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: flavors 2026-04-23 17:24:39.372 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 17:24:39.373 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 17:24:39.373 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: ip_allocation 2026-04-23 17:24:39.374 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 17:24:39.374 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 17:24:39.374 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 17:24:39.375 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 17:24:39.376 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: router 2026-04-23 17:24:39.378 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 17:24:39.378 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 17:24:39.379 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 17:24:39.379 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 17:24:39.379 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 17:24:39.380 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 17:24:39.380 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: l3-ha 2026-04-23 17:24:39.380 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 17:24:39.381 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 17:24:39.381 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 17:24:39.381 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 17:24:39.381 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] subnetpool is already registered 2026-04-23 17:24:39.382 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: l3-flavors 2026-04-23 17:24:39.382 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 17:24:39.382 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] subnetpool is already registered 2026-04-23 17:24:39.383 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 17:24:39.383 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 17:24:39.383 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 17:24:39.383 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 17:24:39.384 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 17:24:39.384 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 17:24:39.385 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 17:24:39.385 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 17:24:39.386 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 17:24:39.386 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] ipsecpolicy is already registered 2026-04-23 17:24:39.386 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 17:24:39.386 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 17:24:39.386 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] ikepolicy is already registered 2026-04-23 17:24:39.387 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 17:24:39.388 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 17:24:39.390 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 17:24:39.390 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 17:24:39.391 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: multi-provider 2026-04-23 17:24:39.391 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 17:24:39.391 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] router is already registered 2026-04-23 17:24:39.392 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: net-mtu 2026-04-23 17:24:39.392 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 17:24:39.392 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 17:24:39.392 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] floatingip is already registered 2026-04-23 17:24:39.393 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 17:24:39.393 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: network_ha 2026-04-23 17:24:39.394 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 17:24:39.395 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 17:24:39.396 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: pagination 2026-04-23 17:24:39.396 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 17:24:39.396 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] rbac_policy is already registered 2026-04-23 17:24:39.397 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: port-device-profile 2026-04-23 17:24:39.397 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 17:24:39.397 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] security_group is already registered 2026-04-23 17:24:39.397 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 17:24:39.398 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 17:24:39.398 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] security_group_rule is already registered 2026-04-23 17:24:39.398 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 17:24:39.398 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 17:24:39.399 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 17:24:39.399 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] subnetpool is already registered 2026-04-23 17:24:39.399 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: port-mac-override 2026-04-23 17:24:39.399 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 17:24:39.399 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] subnetpool is already registered 2026-04-23 17:24:39.400 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 17:24:39.400 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 17:24:39.400 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] trunk is already registered 2026-04-23 17:24:39.400 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 17:24:39.401 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 17:24:39.401 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] ikepolicy is already registered 2026-04-23 17:24:39.401 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 17:24:39.401 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 17:24:39.401 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] ipsecpolicy is already registered 2026-04-23 17:24:39.402 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: port-resource-request 2026-04-23 17:24:39.402 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 17:24:39.402 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] endpoint_group is already registered 2026-04-23 17:24:39.402 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 17:24:39.403 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 17:24:39.403 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] vpnservice is already registered 2026-04-23 17:24:39.403 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 17:24:39.403 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 17:24:39.403 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] ipsec_site_connection is already registered 2026-04-23 17:24:39.403 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: binding 2026-04-23 17:24:39.404 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 17:24:39.404 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] ipsecpolicy is already registered 2026-04-23 17:24:39.404 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: binding-extended 2026-04-23 17:24:39.404 8 INFO neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 17:24:39.404 8 WARNING neutron.quota.resource_registry [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] ikepolicy is already registered 2026-04-23 17:24:39.405 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: port-security 2026-04-23 17:24:39.405 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: project-id 2026-04-23 17:24:39.406 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: provider 2026-04-23 17:24:39.407 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 17:24:39.409 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos 2026-04-23 17:24:39.410 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 17:24:39.410 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 17:24:39.411 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos-default 2026-04-23 17:24:39.411 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos-fip 2026-04-23 17:24:39.412 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 17:24:39.412 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 17:24:39.413 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 17:24:39.413 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 17:24:39.414 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 17:24:39.415 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos-pps 2026-04-23 17:24:39.415 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 17:24:39.416 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 17:24:39.417 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 17:24:39.417 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 17:24:39.418 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 17:24:39.420 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: quotas 2026-04-23 17:24:39.421 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: quota_details 2026-04-23 17:24:39.423 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: rbac-policies 2026-04-23 17:24:39.423 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 17:24:39.424 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 17:24:39.424 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 17:24:39.425 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 17:24:39.425 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: revision-if-match 2026-04-23 17:24:39.426 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 17:24:39.427 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 17:24:39.427 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 17:24:39.429 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 17:24:39.429 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 17:24:39.430 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 17:24:39.431 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 17:24:39.431 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 17:24:39.432 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 17:24:39.436 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: security-group 2026-04-23 17:24:39.437 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: segment 2026-04-23 17:24:39.438 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 17:24:39.438 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: service-type 2026-04-23 17:24:39.439 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: sorting 2026-04-23 17:24:39.440 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 17:24:39.441 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 17:24:39.441 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 17:24:39.442 7 WARNING neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 17:24:39.442 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 17:24:39.443 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 17:24:39.443 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 17:24:39.444 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 17:24:39.444 8 WARNING keystonemiddleware._common.config [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 17:24:39.444 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 17:24:39.445 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 17:24:39.446 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 17:24:39.447 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: tag-creation 2026-04-23 17:24:39.447 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 17:24:39.451 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 17:24:39.451 8 WARNING oslo_config.cfg [None req-15abd6a3-b9e5-4935-aeba-1fdc4cfbb80a - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-23 17:24:39.452 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 17:24:39.452 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: trunk 2026-04-23 17:24:39.453 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: trunk-details 2026-04-23 17:24:39.453 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fa2e9d10668 pid: 8 (default app) 2026-04-23 17:24:39.454 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 17:24:39.454 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 17:24:39.455 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 17:24:39.457 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 17:24:39.458 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 17:24:39.459 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 17:24:39.462 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: vpnaas 2026-04-23 17:24:39.463 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: taas 2026-04-23 17:24:39.464 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: tap-mirror 2026-04-23 17:24:39.465 7 INFO neutron.api.extensions [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 17:24:39.467 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 17:24:39.467 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 17:24:39.467 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 17:24:39.467 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 17:24:39.471 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 17:24:39.471 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 17:24:39.476 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 17:24:39.476 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 17:24:39.477 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 17:24:39.478 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 17:24:39.478 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] subnetpool is already registered 2026-04-23 17:24:39.478 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 17:24:39.478 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] subnetpool is already registered 2026-04-23 17:24:39.479 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 17:24:39.479 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 17:24:39.480 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 17:24:39.480 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 17:24:39.481 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 17:24:39.481 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 17:24:39.482 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 17:24:39.482 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] ipsecpolicy is already registered 2026-04-23 17:24:39.482 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 17:24:39.482 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] ikepolicy is already registered 2026-04-23 17:24:39.487 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 17:24:39.487 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] router is already registered 2026-04-23 17:24:39.488 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 17:24:39.488 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] floatingip is already registered 2026-04-23 17:24:39.491 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 17:24:39.492 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] rbac_policy is already registered 2026-04-23 17:24:39.492 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 17:24:39.492 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] security_group is already registered 2026-04-23 17:24:39.493 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 17:24:39.493 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] security_group_rule is already registered 2026-04-23 17:24:39.494 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 17:24:39.494 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] subnetpool is already registered 2026-04-23 17:24:39.494 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 17:24:39.495 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] subnetpool is already registered 2026-04-23 17:24:39.495 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 17:24:39.495 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] trunk is already registered 2026-04-23 17:24:39.496 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 17:24:39.496 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] ikepolicy is already registered 2026-04-23 17:24:39.496 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 17:24:39.496 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] ipsecpolicy is already registered 2026-04-23 17:24:39.497 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 17:24:39.497 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] endpoint_group is already registered 2026-04-23 17:24:39.497 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 17:24:39.498 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] vpnservice is already registered 2026-04-23 17:24:39.498 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 17:24:39.498 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] ipsec_site_connection is already registered 2026-04-23 17:24:39.498 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 17:24:39.499 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] ipsecpolicy is already registered 2026-04-23 17:24:39.499 7 INFO neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 17:24:39.499 7 WARNING neutron.quota.resource_registry [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] ikepolicy is already registered 2026-04-23 17:24:39.537 7 WARNING keystonemiddleware._common.config [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 17:24:39.544 7 WARNING oslo_config.cfg [None req-92d87f8e-d01e-4877-af37-5cae45d6f648 - - - - - -] 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 0x7fa2e9d10668 pid: 7 (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 17:24:44.220 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41f40369-55b7-40ad-a926-6b7c17a5c658 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.236 () {44 vars in 928 bytes} [Thu Apr 23 17:24:43 2026] GET /v2.0/networks/public => generated 108 bytes in 825 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: 7|app: 0|req: 1/4] 199.19.213.236 () {44 vars in 950 bytes} [Thu Apr 23 17:24:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:24:45.009 8 WARNING neutron.services.revisions.revision_plugin [None req-6ca98a12-7a91-4035-8f0c-17ea39b15d26 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Could not find related network for resource to bump revision. 2026-04-23 17:24:45.032 8 INFO neutron.db.segments_db [None req-6ca98a12-7a91-4035-8f0c-17ea39b15d26 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 2667e2ce-8ae4-4a4e-adfb-69f3fbac89ef of type flat for network 66c27d1d-3349-4e3c-8b62-038b8fdcee6a 2026-04-23 17:24:45.081 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ca98a12-7a91-4035-8f0c-17ea39b15d26 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.19.213.236 () {48 vars in 968 bytes} [Thu Apr 23 17:24:44 2026] POST /v2.0/networks => generated 124 bytes in 470 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:24:51.030 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28f782b3-100f-48a6-a965-0c74ac511ced 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.19.213.236 () {44 vars in 928 bytes} [Thu Apr 23 17:24:50 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: 7|app: 0|req: 3/8] 199.19.213.236 () {44 vars in 950 bytes} [Thu Apr 23 17:24:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:24:51.105 8 WARNING neutron.services.revisions.revision_plugin [None req-fa60dc8f-5b38-4f2c-b628-288d4ec120cb 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Could not find related network for resource to bump revision. 2026-04-23 17:24:51.116 8 INFO neutron.db.segments_db [None req-fa60dc8f-5b38-4f2c-b628-288d4ec120cb 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment e06be1aa-3b3d-451f-a8e2-cd9876adf3c2 of type flat for network 7ff80b18-cfe9-405f-b91c-55d4ab7bc23d 2026-04-23 17:24:51.136 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa60dc8f-5b38-4f2c-b628-288d4ec120cb 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.19.213.236 () {48 vars in 968 bytes} [Thu Apr 23 17:24:51 2026] POST /v2.0/networks => generated 124 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:24:57.411 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fcc2ca1a-8d06-4ed4-80d4-61a14c05c99a 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.19.213.236 () {44 vars in 928 bytes} [Thu Apr 23 17:24:57 2026] GET /v2.0/networks/public => generated 108 bytes in 365 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.19.213.236 () {44 vars in 950 bytes} [Thu Apr 23 17:24:57 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 17:24:57.673 7 WARNING neutron.services.revisions.revision_plugin [None req-d8293536-b3c2-4e7f-8afd-081a6cd6a716 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Could not find related network for resource to bump revision. 2026-04-23 17:24:57.699 7 INFO neutron.db.segments_db [None req-d8293536-b3c2-4e7f-8afd-081a6cd6a716 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 37d83f07-114a-4896-8985-7ba9d0e2c27c of type flat for network 2d06d93e-40df-4cac-9599-c06e6bd3b152 2026-04-23 17:24:57.743 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8293536-b3c2-4e7f-8afd-081a6cd6a716 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.19.213.236 () {48 vars in 968 bytes} [Thu Apr 23 17:24:57 2026] POST /v2.0/networks => generated 124 bytes in 322 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:25:03.760 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d75b783a-250a-4a3c-aedc-d0602266a1b3 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.19.213.236 () {44 vars in 928 bytes} [Thu Apr 23 17:25:03 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.19.213.236 () {44 vars in 950 bytes} [Thu Apr 23 17:25:03 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:25:03.821 7 WARNING neutron.services.revisions.revision_plugin [None req-b52f60b8-c9bd-4755-862d-19ebecac3ab9 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Could not find related network for resource to bump revision. 2026-04-23 17:25:03.844 7 INFO neutron.db.segments_db [None req-b52f60b8-c9bd-4755-862d-19ebecac3ab9 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 4e736ec5-f04d-47c6-adc7-a6ad1da31e65 of type flat for network ee472cf6-c3a8-446d-bb60-10b0a2b2468a 2026-04-23 17:25:03.870 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b52f60b8-c9bd-4755-862d-19ebecac3ab9 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.19.213.236 () {48 vars in 968 bytes} [Thu Apr 23 17:25:03 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:25:09.877 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15970b99-4840-4fbe-a938-4730baafba85 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.19.213.236 () {44 vars in 928 bytes} [Thu Apr 23 17:25:09 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.19.213.236 () {44 vars in 950 bytes} [Thu Apr 23 17:25:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:25:09.938 8 WARNING neutron.services.revisions.revision_plugin [None req-04f5147f-8063-4b2e-a0ff-0f1db532a085 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Could not find related network for resource to bump revision. 2026-04-23 17:25:09.957 8 INFO neutron.db.segments_db [None req-04f5147f-8063-4b2e-a0ff-0f1db532a085 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment bdbe9ecd-2555-4aa4-8551-be100d19efa9 of type flat for network 65e6184c-ba70-4252-b10b-8cc3a54d4520 2026-04-23 17:25:09.980 8 INFO neutron.pecan_wsgi.hooks.translation [None req-04f5147f-8063-4b2e-a0ff-0f1db532a085 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.19.213.236 () {48 vars in 968 bytes} [Thu Apr 23 17:25:09 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:25:15.968 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c983728-2f36-4d09-a563-2af2b77232cd 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.19.213.236 () {44 vars in 928 bytes} [Thu Apr 23 17:25:15 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.19.213.236 () {44 vars in 950 bytes} [Thu Apr 23 17:25:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:25:16.042 8 WARNING neutron.services.revisions.revision_plugin [None req-c538a5b4-8ff7-4f2d-a6d8-857e166b240b 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Could not find related network for resource to bump revision. 2026-04-23 17:25:16.062 8 INFO neutron.db.segments_db [None req-c538a5b4-8ff7-4f2d-a6d8-857e166b240b 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 3c5deca5-c8fb-489b-9318-7edfad80a66c of type flat for network 53fb7aa3-cf43-4fb1-9a61-9e673b1cf80b [pid: 8|app: 0|req: 13/23] 199.19.213.236 () {48 vars in 968 bytes} [Thu Apr 23 17:25:15 2026] POST /v2.0/networks => generated 706 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:25:17.349 7 INFO neutron.pecan_wsgi.hooks.translation [None req-403ebdc3-df05-45d4-a070-d7cb1f8d0e4b 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.19.213.236 () {44 vars in 928 bytes} [Thu Apr 23 17:25:17 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.19.213.236 () {44 vars in 950 bytes} [Thu Apr 23 17:25:17 2026] GET /v2.0/networks?name=public => generated 709 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:25:17.426 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68c57286-4afc-4c7c-b6c8-fe272f9172e0 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.19.213.236 () {44 vars in 1035 bytes} [Thu Apr 23 17:25:17 2026] GET /v2.0/subnets/public-subnet?network_id=53fb7aa3-cf43-4fb1-9a61-9e673b1cf80b => 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: 15/27] 199.19.213.236 () {44 vars in 1058 bytes} [Thu Apr 23 17:25:17 2026] GET /v2.0/subnets?name=public-subnet&network_id=53fb7aa3-cf43-4fb1-9a61-9e673b1cf80b => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.19.213.236 () {48 vars in 966 bytes} [Thu Apr 23 17:25:17 2026] POST /v2.0/subnets => generated 664 bytes in 680 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:26:14.680 8 INFO neutron.pecan_wsgi.hooks.translation [None req-065f6754-a30a-48aa-b87a-816ea38bcbd8 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 19/34] 199.19.213.236 () {44 vars in 938 bytes} [Thu Apr 23 17:26:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/35] 199.19.213.236 () {44 vars in 960 bytes} [Thu Apr 23 17:26:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:26:14.756 8 INFO neutron.db.segments_db [None req-2e87bcc7-bc3c-40b1-b7c8-3019d35bc898 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment dc5d621f-da76-4a93-b0fc-827b4f87ef68 of type vxlan for network 9a1fa3ea-52a2-4163-973d-d34f026cbe34 [pid: 8|app: 0|req: 20/36] 199.19.213.236 () {48 vars in 967 bytes} [Thu Apr 23 17:26:14 2026] POST /v2.0/networks => generated 688 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:26:15.998 7 INFO neutron.pecan_wsgi.hooks.translation [None req-baf229de-34b3-4cda-8637-05d178cdc319 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 18/39] 199.19.213.236 () {44 vars in 938 bytes} [Thu Apr 23 17:26:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/40] 199.19.213.236 () {44 vars in 960 bytes} [Thu Apr 23 17:26:16 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:26:16.067 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10e54a74-a575-48c5-a3f6-0af87a6666a2 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 19/41] 199.19.213.236 () {44 vars in 1037 bytes} [Thu Apr 23 17:26:16 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9a1fa3ea-52a2-4163-973d-d34f026cbe34 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 23/42] 199.19.213.236 () {44 vars in 1060 bytes} [Thu Apr 23 17:26:16 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9a1fa3ea-52a2-4163-973d-d34f026cbe34 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 20/43] 199.19.213.236 () {48 vars in 966 bytes} [Thu Apr 23 17:26:16 2026] POST /v2.0/subnets => generated 651 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:26:17.450 8 INFO neutron.api.v2.resource [None req-6b87a892-0c6e-46f9-a488-48668a1651a0 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 24/44] 199.19.213.236 () {44 vars in 972 bytes} [Thu Apr 23 17:26:17 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 21/45] 199.19.213.236 () {44 vars in 994 bytes} [Thu Apr 23 17:26:17 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/46] 199.19.213.236 () {48 vars in 981 bytes} [Thu Apr 23 17:26:17 2026] POST /v2.0/security-groups => generated 1616 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/47] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:18 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 1616 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/48] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:18 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/49] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:18 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/50] 199.19.213.236 () {48 vars in 992 bytes} [Thu Apr 23 17:26:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/51] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:19 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 2230 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/52] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:19 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/53] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:19 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/54] 199.19.213.236 () {48 vars in 992 bytes} [Thu Apr 23 17:26:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/55] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:21 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 2846 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/56] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:21 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/57] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:21 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/58] 199.19.213.236 () {48 vars in 992 bytes} [Thu Apr 23 17:26:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/59] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:22 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 3462 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/60] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:22 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/61] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:22 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/62] 199.19.213.236 () {48 vars in 992 bytes} [Thu Apr 23 17:26:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/63] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:23 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 4078 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/64] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:23 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/65] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:23 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/66] 199.19.213.236 () {48 vars in 992 bytes} [Thu Apr 23 17:26:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/67] 199.19.213.236 () {44 vars in 988 bytes} [Thu Apr 23 17:26:24 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34 => generated 732 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:26:25.046 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9dda6d4-a1cc-4a9b-b82a-322f8c8ddad2 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/68] 199.19.213.236 () {44 vars in 1077 bytes} [Thu Apr 23 17:26:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9a1fa3ea-52a2-4163-973d-d34f026cbe34 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/69] 199.19.213.236 () {44 vars in 1100 bytes} [Thu Apr 23 17:26:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9a1fa3ea-52a2-4163-973d-d34f026cbe34 => 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: 37/70] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:25 2026] GET /v2.0/security-groups/21147751-9304-4107-8b92-296b08a70670 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 199.19.213.236 () {48 vars in 962 bytes} [Thu Apr 23 17:26:25 2026] POST /v2.0/ports => generated 1100 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 17:26:25.875 8 INFO neutron.api.v2.resource [None req-8664be59-6a6a-40e7-9756-051a593a173b 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/72] 199.19.213.236 () {44 vars in 1075 bytes} [Thu Apr 23 17:26:25 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=665de53f7c5048afbd7a8aa255e2e1f0 => generated 139 bytes in 37 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: 7|app: 0|req: 35/73] 199.19.213.236 () {44 vars in 1098 bytes} [Thu Apr 23 17:26:25 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=665de53f7c5048afbd7a8aa255e2e1f0 => generated 23 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.19.213.236 () {48 vars in 982 bytes} [Thu Apr 23 17:26:26 2026] POST /v2.0/security-groups => generated 1624 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.19.213.236 () {44 vars in 1089 bytes} [Thu Apr 23 17:26:27 2026] GET /v2.0/security-groups/cff92383-f27e-4776-9a0c-e82f21c58a90?project_id=665de53f7c5048afbd7a8aa255e2e1f0 => generated 1624 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:27 2026] GET /v2.0/security-groups/cff92383-f27e-4776-9a0c-e82f21c58a90 => generated 1624 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.19.213.236 () {44 vars in 1089 bytes} [Thu Apr 23 17:26:27 2026] GET /v2.0/security-groups/cff92383-f27e-4776-9a0c-e82f21c58a90?project_id=665de53f7c5048afbd7a8aa255e2e1f0 => generated 1624 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.19.213.236 () {48 vars in 992 bytes} [Thu Apr 23 17:26:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.19.213.236 () {44 vars in 1089 bytes} [Thu Apr 23 17:26:28 2026] GET /v2.0/security-groups/cff92383-f27e-4776-9a0c-e82f21c58a90?project_id=665de53f7c5048afbd7a8aa255e2e1f0 => generated 2234 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:28 2026] GET /v2.0/security-groups/cff92383-f27e-4776-9a0c-e82f21c58a90 => generated 2234 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.19.213.236 () {44 vars in 1089 bytes} [Thu Apr 23 17:26:28 2026] GET /v2.0/security-groups/cff92383-f27e-4776-9a0c-e82f21c58a90?project_id=665de53f7c5048afbd7a8aa255e2e1f0 => generated 2234 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.19.213.236 () {48 vars in 992 bytes} [Thu Apr 23 17:26:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.19.213.236 () {44 vars in 1089 bytes} [Thu Apr 23 17:26:29 2026] GET /v2.0/security-groups/cff92383-f27e-4776-9a0c-e82f21c58a90?project_id=665de53f7c5048afbd7a8aa255e2e1f0 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:29 2026] GET /v2.0/security-groups/cff92383-f27e-4776-9a0c-e82f21c58a90 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.19.213.236 () {44 vars in 1089 bytes} [Thu Apr 23 17:26:30 2026] GET /v2.0/security-groups/cff92383-f27e-4776-9a0c-e82f21c58a90?project_id=665de53f7c5048afbd7a8aa255e2e1f0 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.19.213.236 () {48 vars in 992 bytes} [Thu Apr 23 17:26:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/89] 199.19.213.236 () {44 vars in 1089 bytes} [Thu Apr 23 17:26:31 2026] GET /v2.0/security-groups/cff92383-f27e-4776-9a0c-e82f21c58a90?project_id=665de53f7c5048afbd7a8aa255e2e1f0 => generated 3460 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/90] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:31 2026] GET /v2.0/security-groups/cff92383-f27e-4776-9a0c-e82f21c58a90 => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/91] 199.19.213.236 () {44 vars in 1089 bytes} [Thu Apr 23 17:26:31 2026] GET /v2.0/security-groups/cff92383-f27e-4776-9a0c-e82f21c58a90?project_id=665de53f7c5048afbd7a8aa255e2e1f0 => 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: 44/92] 199.19.213.236 () {48 vars in 992 bytes} [Thu Apr 23 17:26:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:26:32.937 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e61496c9-17a8-4eac-ad6c-03a7cf210c06 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/93] 199.19.213.236 () {44 vars in 980 bytes} [Thu Apr 23 17:26:32 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: 45/94] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/95] 199.19.213.236 () {48 vars in 1032 bytes} [Thu Apr 23 17:26:33 2026] PUT /v2.0/ports/081ab9cb-34f5-4f4d-87e8-2553036f9863 => generated 1249 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/96] 199.19.213.236 () {44 vars in 921 bytes} [Thu Apr 23 17:26:35 2026] GET /v2.0/ports => generated 3730 bytes in 293 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 17:26:36.780 8 INFO neutron.api.v2.resource [None req-d63b7953-c20c-480f-b634-be52779671c7 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/97] 199.19.213.236 () {44 vars in 960 bytes} [Thu Apr 23 17:26:36 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/98] 199.19.213.236 () {44 vars in 982 bytes} [Thu Apr 23 17:26:36 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/99] 199.19.213.236 () {48 vars in 981 bytes} [Thu Apr 23 17:26:36 2026] POST /v2.0/security-groups => generated 1610 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/100] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:37 2026] GET /v2.0/security-groups/06299505-2e80-4fd1-aa78-680e0d4b645b => generated 1610 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/101] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:37 2026] GET /v2.0/security-groups/06299505-2e80-4fd1-aa78-680e0d4b645b => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/102] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:38 2026] GET /v2.0/security-groups/06299505-2e80-4fd1-aa78-680e0d4b645b => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/103] 199.19.213.236 () {48 vars in 992 bytes} [Thu Apr 23 17:26:38 2026] POST /v2.0/security-group-rules => generated 623 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/104] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:39 2026] GET /v2.0/security-groups/06299505-2e80-4fd1-aa78-680e0d4b645b => generated 2246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/105] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:39 2026] GET /v2.0/security-groups/06299505-2e80-4fd1-aa78-680e0d4b645b => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/106] 199.19.213.236 () {44 vars in 1002 bytes} [Thu Apr 23 17:26:39 2026] GET /v2.0/security-groups/06299505-2e80-4fd1-aa78-680e0d4b645b => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/107] 199.19.213.236 () {48 vars in 992 bytes} [Thu Apr 23 17:26:39 2026] POST /v2.0/security-group-rules => generated 627 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/116] 199.19.213.236 () {44 vars in 976 bytes} [Thu Apr 23 17:27:42 2026] GET /v2.0/quotas/5e9bb4bd47ba46b598bfe83ef8324ea3 => 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: 56/117] 199.19.213.236 () {48 vars in 1028 bytes} [Thu Apr 23 17:27:42 2026] PUT /v2.0/quotas/5e9bb4bd47ba46b598bfe83ef8324ea3 => generated 291 bytes in 30 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: 62/128] 199.19.213.236 () {30 vars in 740 bytes} [Thu Apr 23 17:28:54 2026] GET /v2.0/networks?tenant_id=665de53f7c5048afbd7a8aa255e2e1f0&shared=False => generated 15 bytes in 117 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 17:28:54.753 8 INFO neutron.db.segments_db [None req-1fcba434-24a0-4733-aea2-549022fccbdd 2d87d54eeaf942f29000ca6b27275614 665de53f7c5048afbd7a8aa255e2e1f0 - - 11f5ba3740454aa49117315eeb3ed901 11f5ba3740454aa49117315eeb3ed901] Added segment 5dd6d995-443c-494a-b4ac-2f3a249f07ee of type vxlan for network 317fd422-3016-41f2-86b2-aec6d5e1950b [pid: 8|app: 0|req: 67/129] 199.19.213.236 () {34 vars in 682 bytes} [Thu Apr 23 17:28:54 2026] POST /v2.0/networks => generated 699 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/130] 199.19.213.236 () {30 vars in 722 bytes} [Thu Apr 23 17:28:54 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/131] 199.19.213.236 () {30 vars in 633 bytes} [Thu Apr 23 17:28:54 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/132] 199.19.213.236 () {34 vars in 677 bytes} [Thu Apr 23 17:28:54 2026] POST /v2.0/ports => generated 999 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/133] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:28:55 2026] GET /v2.0/networks/317fd422-3016-41f2-86b2-aec6d5e1950b => generated 705 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/134] 199.19.213.236 () {30 vars in 722 bytes} [Thu Apr 23 17:28:57 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/135] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:28:57 2026] GET /v2.0/networks/317fd422-3016-41f2-86b2-aec6d5e1950b => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/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: 68/140] 199.19.213.236 () {48 vars in 1026 bytes} [Thu Apr 23 17:29:27 2026] PUT /v2.0/quotas/665de53f7c5048afbd7a8aa255e2e1f0 => generated 291 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:30:03.160 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6593795-c8bb-4b78-a6ff-5970b83b9a12 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/147] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:30:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/148] 199.19.213.236 () {30 vars in 763 bytes} [Thu Apr 23 17:30:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:30:05.242 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bcd76943-304b-44b2-b26d-98e7c200dc3f 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/149] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:30:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/150] 199.19.213.236 () {30 vars in 763 bytes} [Thu Apr 23 17:30:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/193] 199.19.213.236 () {44 vars in 950 bytes} [Thu Apr 23 17:35:29 2026] GET /v2.0/networks?name=public => generated 753 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/200] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:36:12 2026] GET /v2.0/networks => generated 2168 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/201] 10.0.0.254 () {32 vars in 655 bytes} [Thu Apr 23 17:36:13 2026] GET /v2.0/floatingips => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/202] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:36:14 2026] GET /v2.0/routers => generated 15 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/203] 10.0.0.254 () {32 vars in 643 bytes} [Thu Apr 23 17:36:14 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/204] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:36:14 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/205] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:36:14 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/206] 10.0.0.254 () {32 vars in 663 bytes} [Thu Apr 23 17:36:14 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/207] 10.0.0.254 () {32 vars in 655 bytes} [Thu Apr 23 17:36:14 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:36:25.986 8 INFO neutron.db.segments_db [None req-570c9643-bbc3-48e9-a2bb-b7ca50a8d032 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 0f1ac8c2-a44d-42d8-a26d-138efdd55ffd of type vxlan for network e232c1a5-536d-4dc7-b15a-cec2fcf3b224 2026-04-23 17:36:26.026 7 INFO neutron.db.segments_db [None req-c860dfcc-c943-44b4-9259-7abe7bb5ae9e 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment b81cde87-b864-4d0a-889c-e1e7453d671e of type vxlan for network edbc4c36-4038-4a69-8576-ea9f6191b5f3 [pid: 8|app: 0|req: 108/210] 10.0.0.254 () {34 vars in 671 bytes} [Thu Apr 23 17:36:25 2026] POST /v2.0/networks => generated 733 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/211] 10.0.0.254 () {34 vars in 671 bytes} [Thu Apr 23 17:36:25 2026] POST /v2.0/networks => generated 726 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/212] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:36:26 2026] POST /v2.0/subnets => generated 699 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:36:26.316 8 INFO neutron.db.segments_db [None req-9c73d5da-e6b0-4525-93f7-042414d90e62 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 1eaf74f3-8a31-4838-a4d5-b142f1b1f7af of type vxlan for network 205a3006-1ffe-4f8b-803b-c25f45004fce [pid: 7|app: 0|req: 104/213] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:36:26 2026] POST /v2.0/subnets => generated 692 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:36:26.536 8 INFO neutron.db.l3_hamode_db [None req-9c73d5da-e6b0-4525-93f7-042414d90e62 40f4e888e6dc48ba847cce16b6cab602 267b321dbf324e8cb193ac65f9657d1e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 105/214] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:26 2026] GET /v2.0/security-groups?tenant_id=552a4d7945014156b2b57c6ef95dbeff&name=default => generated 2921 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:36:26.665 7 INFO neutron.db.segments_db [None req-2c6198ef-0780-45b4-b531-7e5328e793d3 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 96d93979-b6f8-4c4e-a9ed-e7f8bf6f41ad of type vxlan for network bef8d9d4-926a-4360-8404-17375ebe4e43 2026-04-23 17:36:26.927 7 INFO neutron.db.l3_hamode_db [None req-2c6198ef-0780-45b4-b531-7e5328e793d3 40f4e888e6dc48ba847cce16b6cab602 17269c1c9dc942a3a02fb43cc7456e7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:36:27.421 8 INFO neutron.db.l3_hamode_db [None req-9c73d5da-e6b0-4525-93f7-042414d90e62 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:36:27.826 7 INFO neutron.db.l3_hamode_db [None req-2c6198ef-0780-45b4-b531-7e5328e793d3 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 110/215] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:36:26 2026] POST /v2.0/routers => generated 739 bytes in 2418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/216] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:28 2026] DELETE /v2.0/security-groups/8fddb881-b866-41f6-b5f0-f8bef997c5fc => 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: 112/217] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:28 2026] GET /v2.0/security-groups?tenant_id=329dffa281bc45ad85415b8774d0d804&name=default => generated 2921 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/218] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:36:26 2026] POST /v2.0/routers => generated 732 bytes in 2671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/219] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:29 2026] DELETE /v2.0/security-groups/5a3e53d1-c2a5-4083-8ccb-beca9e3fba1c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/220] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:36:29 2026] PUT /v2.0/routers/8ff8df68-e613-4bd1-a56c-27b7039ae2d3/add_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/221] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:30 2026] GET /v2.0/security-groups?tenant_id=361e05720d024632a2ecc8ec3f2056a5&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/222] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:30 2026] DELETE /v2.0/security-groups/681b7b1f-2dda-47bd-9bda-b68929c5580c => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/225] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:36:29 2026] PUT /v2.0/routers/1fcde47a-b90e-415e-a105-0647d4b8b63c/add_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:36:30.949 8 INFO neutron.db.segments_db [None req-86a268c8-b252-408c-879b-3f44d17d8e0d 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 310eef64-86c9-4d13-969c-8f23fdfbd433 of type vxlan for network 2148ab2a-6281-4acb-9cdc-a2118763a800 [pid: 8|app: 0|req: 118/226] 10.0.0.254 () {34 vars in 671 bytes} [Thu Apr 23 17:36:30 2026] POST /v2.0/networks => generated 730 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/227] 10.0.0.254 () {34 vars in 685 bytes} [Thu Apr 23 17:36:30 2026] POST /v2.0/security-groups => generated 1659 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/228] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:36:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/229] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:36:31 2026] POST /v2.0/subnets => generated 696 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:36:31.378 8 INFO neutron.db.segments_db [None req-5700da2a-dd19-4d4e-9f85-1d224d7cc798 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 96a63f3a-fd5c-4751-9a0d-4eeb0112db20 of type vxlan for network 0fe9287b-7a8a-472e-aed1-65f3e9324a68 [pid: 7|app: 0|req: 111/230] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:36:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:36:31.646 8 INFO neutron.db.l3_hamode_db [None req-5700da2a-dd19-4d4e-9f85-1d224d7cc798 40f4e888e6dc48ba847cce16b6cab602 0ce96b0fdcc042fca6f6d60c2f07f57a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 112/231] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:36:31 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/232] 10.0.0.235 () {38 vars in 971 bytes} [Thu Apr 23 17:36:31 2026] POST /v2.0/security-groups => generated 1681 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 17:36:32.471 8 INFO neutron.db.l3_hamode_db [None req-5700da2a-dd19-4d4e-9f85-1d224d7cc798 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 114/233] 10.0.0.235 () {34 vars in 1098 bytes} [Thu Apr 23 17:36:32 2026] GET /v2.0/security-groups?name=tempest-securitygroup--103695233&fields=id&tenant_id=267b321dbf324e8cb193ac65f9657d1e => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/234] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:36:32 2026] GET /v2.0/networks?id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224 => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/235] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:36:32 2026] GET /v2.0/quotas/267b321dbf324e8cb193ac65f9657d1e => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/236] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:36:32 2026] GET /v2.0/ports?tenant_id=267b321dbf324e8cb193ac65f9657d1e&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/237] 10.0.0.235 () {38 vars in 971 bytes} [Thu Apr 23 17:36:32 2026] POST /v2.0/security-groups => generated 1680 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/238] 10.0.0.235 () {38 vars in 971 bytes} [Thu Apr 23 17:36:32 2026] POST /v2.0/security-groups => generated 1681 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/239] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:36:33 2026] GET /v2.0/security-groups?tenant_id=17269c1c9dc942a3a02fb43cc7456e7b => generated 7903 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/240] 10.0.0.235 () {34 vars in 907 bytes} [Thu Apr 23 17:36:33 2026] GET /v2.0/extensions => generated 21537 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/241] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:33 2026] GET /v2.0/security-groups/f3f0127b-d613-452a-b94a-49d8659cfe63 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/242] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:36:33 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?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: 124/243] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:33 2026] GET /v2.0/security-groups/f3f0127b-d613-452a-b94a-49d8659cfe63 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/244] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:36:31 2026] POST /v2.0/routers => generated 736 bytes in 2049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/245] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:36:33 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?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: 121/246] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:33 2026] GET /v2.0/security-groups/1580a327-d7d1-461e-9a3c-946667d09349 => generated 1681 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/247] 10.0.0.235 () {36 vars in 1013 bytes} [Thu Apr 23 17:36:33 2026] DELETE /v2.0/security-groups/1580a327-d7d1-461e-9a3c-946667d09349 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:36:33.626 8 INFO neutron.api.v2.resource [req-d64bf963-88ad-4694-94e0-7a13c29d6fda req-1f054c9e-0438-4146-97f0-ad5d10904b6e feb7cd021583452db6362a2a6c53ecee 17269c1c9dc942a3a02fb43cc7456e7b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 123/248] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:33 2026] GET /v2.0/security-groups/1580a327-d7d1-461e-9a3c-946667d09349 => 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: 124/249] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:33 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/250] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:33 2026] GET /v2.0/security-groups/228a71ec-5244-48b6-8edc-15cffdf11de2 => generated 1680 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/251] 10.0.0.235 () {36 vars in 1013 bytes} [Thu Apr 23 17:36:33 2026] DELETE /v2.0/security-groups/228a71ec-5244-48b6-8edc-15cffdf11de2 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:36:33.849 8 INFO neutron.api.v2.resource [req-e44b28d5-3566-4a4e-8909-1a5847b9b5db req-89b80678-4d8a-43a9-906b-1ad35a6c8d7a feb7cd021583452db6362a2a6c53ecee 17269c1c9dc942a3a02fb43cc7456e7b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 127/252] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:33 2026] GET /v2.0/security-groups/228a71ec-5244-48b6-8edc-15cffdf11de2 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/253] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:33 2026] GET /v2.0/security-groups/beb3d767-afb6-44a6-8465-5085537e42cb => generated 1681 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/254] 10.0.0.235 () {36 vars in 1013 bytes} [Thu Apr 23 17:36:33 2026] DELETE /v2.0/security-groups/beb3d767-afb6-44a6-8465-5085537e42cb => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:36:34.053 8 INFO neutron.api.v2.resource [req-f4b67cb0-302d-468f-97d9-80246352e1ba req-f27d2693-5f21-4d29-9b6b-bf1495bf028f feb7cd021583452db6362a2a6c53ecee 17269c1c9dc942a3a02fb43cc7456e7b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 130/255] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:34 2026] GET /v2.0/security-groups/beb3d767-afb6-44a6-8465-5085537e42cb => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/256] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:36:34 2026] GET /v2.0/security-groups?tenant_id=17269c1c9dc942a3a02fb43cc7456e7b => generated 2921 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/257] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:34 2026] GET /v2.0/security-groups/f3f0127b-d613-452a-b94a-49d8659cfe63 => generated 2918 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/258] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:34 2026] GET /v2.0/security-groups/f3f0127b-d613-452a-b94a-49d8659cfe63 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:36:34.333 8 INFO neutron.api.v2.resource [req-1bf376c5-63e2-423a-9310-84dd53b07021 req-1d3e184c-04aa-4f1f-bed1-549b63173663 feb7cd021583452db6362a2a6c53ecee 17269c1c9dc942a3a02fb43cc7456e7b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 134/259] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:34 2026] GET /v2.0/security-groups/beb3d767-afb6-44a6-8465-5085537e42cb => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:36:34.369 8 INFO neutron.api.v2.resource [req-18193b15-0a0b-4bd3-bbc2-2df9c5421860 req-5ee35e00-47df-4176-92c9-d6c76e65f4ae feb7cd021583452db6362a2a6c53ecee 17269c1c9dc942a3a02fb43cc7456e7b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 135/260] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:34 2026] GET /v2.0/security-groups/228a71ec-5244-48b6-8edc-15cffdf11de2 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:36:34.409 8 INFO neutron.api.v2.resource [req-a973f5fa-7758-42ce-a3b2-68ca1eb07cd4 req-a92d65fd-5647-47d2-8e6a-f994db65f806 feb7cd021583452db6362a2a6c53ecee 17269c1c9dc942a3a02fb43cc7456e7b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 136/261] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:34 2026] GET /v2.0/security-groups/1580a327-d7d1-461e-9a3c-946667d09349 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/262] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:36:33 2026] PUT /v2.0/routers/108d978a-1702-4b98-ad49-537f2800d50f/add_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/263] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:34 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:36:34.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb9407dc-6808-4b3f-88bd-01b2084f65d2 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 902d9d80-5b2c-4bbe-856a-59f9b0bfe5a0 2026-04-23 17:36:34.873 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb9407dc-6808-4b3f-88bd-01b2084f65d2 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 902d9d80-5b2c-4bbe-856a-59f9b0bfe5a0 [pid: 7|app: 0|req: 128/264] 10.0.0.235 () {38 vars in 971 bytes} [Thu Apr 23 17:36:35 2026] POST /v2.0/security-groups => generated 1685 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/265] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:35 2026] GET /v2.0/security-groups/2cc4ea3f-2f77-42e1-a072-508bfa9ea2b2 => generated 1685 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/266] 10.0.0.235 () {38 vars in 981 bytes} [Thu Apr 23 17:36:35 2026] POST /v2.0/security-group-rules => generated 614 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/267] 10.0.0.235 () {38 vars in 971 bytes} [Thu Apr 23 17:36:35 2026] POST /v2.0/security-groups => generated 1685 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/268] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:36:34 2026] PUT /v2.0/routers/1fcde47a-b90e-415e-a105-0647d4b8b63c/remove_router_interface => generated 309 bytes in 1306 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/269] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:35 2026] GET /v2.0/security-groups/1292c9df-b3e0-4f15-93f5-856742a6ef66 => generated 1685 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/270] 10.0.0.235 () {38 vars in 981 bytes} [Thu Apr 23 17:36:35 2026] POST /v2.0/security-group-rules => generated 614 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/271] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:35 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:36:35.944 8 INFO neutron_taas.services.taas.taas_plugin [None req-823e885f-47cc-4ba7-8fb0-a1552325b8af 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 53a73b57-384c-412e-9bca-bc26af878bae 2026-04-23 17:36:35.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-823e885f-47cc-4ba7-8fb0-a1552325b8af 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 53a73b57-384c-412e-9bca-bc26af878bae [pid: 7|app: 0|req: 135/272] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:35 2026] GET /v2.0/security-groups/1292c9df-b3e0-4f15-93f5-856742a6ef66 => generated 2310 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/273] 10.0.0.235 () {38 vars in 981 bytes} [Thu Apr 23 17:36:36 2026] POST /v2.0/security-group-rules => generated 619 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:36:36.176 8 INFO neutron_taas.services.taas.taas_plugin [None req-823e885f-47cc-4ba7-8fb0-a1552325b8af 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 08120779-b8f6-460a-a756-04b0b0a20de9 2026-04-23 17:36:36.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-823e885f-47cc-4ba7-8fb0-a1552325b8af 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 08120779-b8f6-460a-a756-04b0b0a20de9 [pid: 7|app: 0|req: 137/274] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:36 2026] GET /v2.0/security-groups/1292c9df-b3e0-4f15-93f5-856742a6ef66 => generated 2940 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:36:36.266 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-823e885f-47cc-4ba7-8fb0-a1552325b8af 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 138/275] 10.0.0.235 () {34 vars in 1001 bytes} [Thu Apr 23 17:36:36 2026] GET /v2.0/security-group-rules/1787a471-085b-4853-9b38-f55716a384ba => generated 616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/276] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:36 2026] GET /v2.0/security-groups/1292c9df-b3e0-4f15-93f5-856742a6ef66 => generated 2940 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/277] 10.0.0.235 () {36 vars in 1023 bytes} [Thu Apr 23 17:36:36 2026] DELETE /v2.0/security-group-rules/1787a471-085b-4853-9b38-f55716a384ba => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/278] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:36 2026] GET /v2.0/security-groups/1292c9df-b3e0-4f15-93f5-856742a6ef66 => generated 2310 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:36:36.621 8 INFO neutron.db.l3_hamode_db [None req-823e885f-47cc-4ba7-8fb0-a1552325b8af 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] HA network bef8d9d4-926a-4360-8404-17375ebe4e43 was deleted as no HA routers are present in tenant 17269c1c9dc942a3a02fb43cc7456e7b. [pid: 8|app: 0|req: 138/279] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:36:35 2026] DELETE /v2.0/routers/1fcde47a-b90e-415e-a105-0647d4b8b63c => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/280] 10.0.0.235 () {36 vars in 1013 bytes} [Thu Apr 23 17:36:36 2026] DELETE /v2.0/security-groups/1292c9df-b3e0-4f15-93f5-856742a6ef66 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/281] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:36 2026] GET /v2.0/security-groups?tenant_id=4ba814e8e0034d48aa9913cbdee4f44a&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: 143/282] 10.0.0.235 () {34 vars in 991 bytes} [Thu Apr 23 17:36:36 2026] GET /v2.0/security-groups/2cc4ea3f-2f77-42e1-a072-508bfa9ea2b2 => generated 2310 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/283] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:36:36 2026] DELETE /v2.0/subnets/a8876907-afcc-45ee-ae48-6ecfe976bd32 => 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: 144/284] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:36 2026] DELETE /v2.0/security-groups/cc6a1d88-89b6-48cf-8a18-10b0ae1b62f1 => 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: 141/285] 10.0.0.235 () {36 vars in 1013 bytes} [Thu Apr 23 17:36:36 2026] DELETE /v2.0/security-groups/2cc4ea3f-2f77-42e1-a072-508bfa9ea2b2 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:36:37.051 8 INFO neutron.services.segments.plugin [-] Segment 96d93979-b6f8-4c4e-a9ed-e7f8bf6f41ad resource provider aggregate not found 2026-04-23 17:36:37.075 8 INFO neutron.services.segments.plugin [-] Segment 96d93979-b6f8-4c4e-a9ed-e7f8bf6f41ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96d93979-b6f8-4c4e-a9ed-e7f8bf6f41ad found for delete ", "request_id": "req-274e7ec8-3eb4-425c-a1d9-d90c5678ad80"}]} 2026-04-23 17:36:37.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-03bfa1e0-0c02-40bd-bb38-a18e61722a4c 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 93e1e52a-6340-44cb-8ea6-e3e690d9519b 2026-04-23 17:36:37.084 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03bfa1e0-0c02-40bd-bb38-a18e61722a4c 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 93e1e52a-6340-44cb-8ea6-e3e690d9519b 2026-04-23 17:36:37.266 8 INFO neutron.services.segments.plugin [-] Segment 96d93979-b6f8-4c4e-a9ed-e7f8bf6f41ad resource provider aggregate not found 2026-04-23 17:36:37.281 8 INFO neutron.services.segments.plugin [-] Segment 96d93979-b6f8-4c4e-a9ed-e7f8bf6f41ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96d93979-b6f8-4c4e-a9ed-e7f8bf6f41ad found for delete ", "request_id": "req-26f3f86b-f3b5-48eb-80cd-42caa7e74844"}]} 2026-04-23 17:36:37.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ef5fe57-2164-4843-99e1-8766ae0c21a8 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 3eff7f66-a38e-4600-8389-10ca6cd9ca71 2026-04-23 17:36:37.406 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ef5fe57-2164-4843-99e1-8766ae0c21a8 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 3eff7f66-a38e-4600-8389-10ca6cd9ca71 [pid: 7|app: 0|req: 145/286] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:36:36 2026] DELETE /v2.0/networks/edbc4c36-4038-4a69-8576-ea9f6191b5f3 => generated 0 bytes in 847 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/287] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:37 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => 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: 142/288] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:36:37 2026] PUT /v2.0/routers/108d978a-1702-4b98-ad49-537f2800d50f/remove_router_interface => generated 309 bytes in 939 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/289] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:37 2026] GET /v2.0/security-groups?tenant_id=965cd119474c481eaddc0ce5d7e08062&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/290] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:37 2026] DELETE /v2.0/security-groups/f1cc9313-8e14-438a-9f3c-ef50718125de => 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: 149/291] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:38 2026] GET /v2.0/security-groups?tenant_id=17269c1c9dc942a3a02fb43cc7456e7b&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:36:38.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-31d32fdd-e078-4e7f-aead-c86e6c457db1 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: ba36d703-6a43-4f95-8d7f-f64ab9908622 2026-04-23 17:36:38.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31d32fdd-e078-4e7f-aead-c86e6c457db1 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: ba36d703-6a43-4f95-8d7f-f64ab9908622 2026-04-23 17:36:38.245 7 INFO neutron.services.segments.plugin [-] Segment b81cde87-b864-4d0a-889c-e1e7453d671e resource provider aggregate not found 2026-04-23 17:36:38.254 7 INFO neutron.services.segments.plugin [-] Segment b81cde87-b864-4d0a-889c-e1e7453d671e resource provider aggregate not found 2026-04-23 17:36:38.260 7 INFO neutron.services.segments.plugin [-] Segment b81cde87-b864-4d0a-889c-e1e7453d671e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b81cde87-b864-4d0a-889c-e1e7453d671e found for delete ", "request_id": "req-196979a8-f5a5-4a9f-b5ff-0e1a3c97194e"}]} 2026-04-23 17:36:38.279 7 INFO neutron.services.segments.plugin [-] Segment b81cde87-b864-4d0a-889c-e1e7453d671e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b81cde87-b864-4d0a-889c-e1e7453d671e found for delete ", "request_id": "req-e69472ad-0329-4079-aacc-92e08a476a4a"}]} [pid: 7|app: 0|req: 150/292] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:38 2026] DELETE /v2.0/security-groups/f3f0127b-d613-452a-b94a-49d8659cfe63 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:36:38.375 8 INFO neutron_taas.services.taas.taas_plugin [None req-31d32fdd-e078-4e7f-aead-c86e6c457db1 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 5d8a98a4-c136-4bfe-b35f-6f4ecd843dc7 2026-04-23 17:36:38.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31d32fdd-e078-4e7f-aead-c86e6c457db1 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 5d8a98a4-c136-4bfe-b35f-6f4ecd843dc7 2026-04-23 17:36:38.716 8 INFO neutron.db.l3_hamode_db [None req-31d32fdd-e078-4e7f-aead-c86e6c457db1 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] HA network 0fe9287b-7a8a-472e-aed1-65f3e9324a68 was deleted as no HA routers are present in tenant 0ce96b0fdcc042fca6f6d60c2f07f57a. [pid: 8|app: 0|req: 143/293] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:36:37 2026] DELETE /v2.0/routers/108d978a-1702-4b98-ad49-537f2800d50f => generated 0 bytes in 770 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/294] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:36:38 2026] DELETE /v2.0/subnets/504dd124-9422-4656-a74e-4e80b771b0ae => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/295] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:38 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:36:39.002 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8336b9b-60a4-4526-b39b-04e09043ab33 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 779dfdb0-040d-400f-a93e-22f5ffaba997 2026-04-23 17:36:39.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8336b9b-60a4-4526-b39b-04e09043ab33 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 779dfdb0-040d-400f-a93e-22f5ffaba997 2026-04-23 17:36:39.097 8 INFO neutron.services.segments.plugin [-] Segment 96a63f3a-fd5c-4751-9a0d-4eeb0112db20 resource provider aggregate not found 2026-04-23 17:36:39.127 8 INFO neutron.services.segments.plugin [-] Segment 96a63f3a-fd5c-4751-9a0d-4eeb0112db20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96a63f3a-fd5c-4751-9a0d-4eeb0112db20 found for delete ", "request_id": "req-e7bc500a-d0df-46b5-a58d-8e834153673b"}]} [pid: 8|app: 0|req: 144/296] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:36:38 2026] DELETE /v2.0/networks/2148ab2a-6281-4acb-9cdc-a2118763a800 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/297] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:36:39 2026] GET /v2.0/networks?id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224 => generated 684 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:36:39.308 8 INFO neutron.services.segments.plugin [-] Segment 96a63f3a-fd5c-4751-9a0d-4eeb0112db20 resource provider aggregate not found [pid: 8|app: 0|req: 145/298] 199.19.213.236 () {34 vars in 911 bytes} [Thu Apr 23 17:36:39 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 17:36:39.331 8 INFO neutron.services.segments.plugin [-] Segment 96a63f3a-fd5c-4751-9a0d-4eeb0112db20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96a63f3a-fd5c-4751-9a0d-4eeb0112db20 found for delete ", "request_id": "req-fd50784c-894a-4dea-8a10-48e4d5b58474"}]} 2026-04-23 17:36:39.358 8 INFO neutron.services.segments.plugin [-] Segment 310eef64-86c9-4d13-969c-8f23fdfbd433 resource provider aggregate not found [pid: 7|app: 0|req: 154/299] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:39 2026] GET /v2.0/security-groups?tenant_id=0ce96b0fdcc042fca6f6d60c2f07f57a&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/300] 199.19.213.236 () {34 vars in 1050 bytes} [Thu Apr 23 17:36:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=267b321dbf324e8cb193ac65f9657d1e => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:36:39.377 8 INFO neutron.services.segments.plugin [-] Segment 310eef64-86c9-4d13-969c-8f23fdfbd433 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 310eef64-86c9-4d13-969c-8f23fdfbd433 found for delete ", "request_id": "req-1ec06263-cccd-489d-86bd-e4e964eebe55"}]} [pid: 7|app: 0|req: 155/301] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:39 2026] DELETE /v2.0/security-groups/9a6f88f7-b508-474b-a1ee-b632c396c0c4 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/302] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:36:39 2026] POST /v2.0/ports => generated 958 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/303] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:40 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 961 bytes in 105 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: 157/304] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:40 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:36:40.451 7 INFO neutron.db.segments_db [None req-bae39612-0dfd-41fe-8da6-e4b1c52f0691 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 6f311991-a206-40b8-9b72-f753bd7bd982 of type vxlan for network f619372c-d727-4144-b2f5-04eac63b572b [pid: 8|app: 0|req: 148/305] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:36:40 2026] PUT /v2.0/ports/c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => generated 1239 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/306] 10.0.0.254 () {34 vars in 671 bytes} [Thu Apr 23 17:36:40 2026] POST /v2.0/networks => generated 724 bytes in 342 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: 149/307] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:36:40 2026] POST /v2.0/subnets => generated 690 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:36:40.807 7 INFO neutron.db.segments_db [None req-55432686-e674-4d83-becd-4880e348064d 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 8ab0f458-c19b-4cba-b9f6-1fb7f7a7fd8d of type vxlan for network dd45e752-eff6-489a-9d07-dd2a76211e64 2026-04-23 17:36:41.127 7 INFO neutron.db.l3_hamode_db [None req-55432686-e674-4d83-becd-4880e348064d 40f4e888e6dc48ba847cce16b6cab602 e50519e6d7be4c9ba6dcff839c704fcd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:36:41.162 8 INFO neutron.services.segments.plugin [-] Segment 310eef64-86c9-4d13-969c-8f23fdfbd433 resource provider aggregate not found 2026-04-23 17:36:41.185 8 INFO neutron.services.segments.plugin [-] Segment 310eef64-86c9-4d13-969c-8f23fdfbd433 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 310eef64-86c9-4d13-969c-8f23fdfbd433 found for delete ", "request_id": "req-08d590d4-eb73-4eb9-8355-247c25a29d38"}]} 2026-04-23 17:36:41.217 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6531ece5-3228-41a2-849e-87ec53a3377e'] response: {'name': 'network-changed', 'server_uuid': '8cf2536b-9a8a-458b-aba1-e008e1eb8540', 'tag': 'c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 150/308] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:41 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/309] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:41 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:36:41.773 8 INFO neutron.db.segments_db [None req-f507daab-e27b-4459-9a0f-769514c5a0b9 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment c320657d-4a07-4eb6-bef1-6d030b77b0b3 of type vxlan for network d7232ee7-6c7c-433f-b3a0-499066d29470 [pid: 8|app: 0|req: 152/310] 10.0.0.254 () {34 vars in 671 bytes} [Thu Apr 23 17:36:41 2026] POST /v2.0/networks => generated 718 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/311] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:36:41 2026] GET /v2.0/ports?tenant_id=267b321dbf324e8cb193ac65f9657d1e&device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:36:42.020 7 INFO neutron.db.l3_hamode_db [None req-55432686-e674-4d83-becd-4880e348064d 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 154/312] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:36:41 2026] POST /v2.0/subnets => generated 684 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/313] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:36:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:36:42.187 8 INFO neutron.db.segments_db [None req-cd12cf21-557e-4db2-8445-e1636b6654b8 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment ff6da752-e3c5-4176-b977-ef8a794adc71 of type vxlan for network 0582b946-4531-42dc-a53d-1686d214e3ba 2026-04-23 17:36:42.445 8 INFO neutron.db.l3_hamode_db [None req-cd12cf21-557e-4db2-8445-e1636b6654b8 40f4e888e6dc48ba847cce16b6cab602 cfdccb53c680464eace9bbc0107b0655 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 159/314] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:36:40 2026] POST /v2.0/routers => generated 730 bytes in 2169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/315] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:36:42 2026] GET /v2.0/subnets?id=55a6e0e2-a35e-4d86-af32-ecb58fa4783f => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/316] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:42 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:36:43.137 8 INFO neutron.db.l3_hamode_db [None req-cd12cf21-557e-4db2-8445-e1636b6654b8 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 162/317] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:36:42 2026] PUT /v2.0/routers/22f2c04d-3195-4b02-b42b-f3a7d83ab154/add_router_interface => generated 309 bytes in 951 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/318] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:36:43 2026] GET /v2.0/ports?network_id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/319] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:44 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&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: 8|app: 0|req: 156/320] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:36:42 2026] POST /v2.0/routers => generated 724 bytes in 1883 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/321] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:36:44 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/322] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:44 2026] GET /v2.0/security-groups?tenant_id=528ecd4482ab4fcbb1fe8d574f4aa5cb&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/323] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:36:44 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?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: 7|app: 0|req: 167/324] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:44 2026] DELETE /v2.0/security-groups/b6042362-4cee-4eec-98eb-52eac2aa0833 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/325] 10.0.0.254 () {34 vars in 685 bytes} [Thu Apr 23 17:36:44 2026] POST /v2.0/security-groups => generated 1659 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/326] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:44 2026] GET /v2.0/security-groups?tenant_id=3711108e90844e6aa59c4a02f48af1f0&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/327] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:36:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/328] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:44 2026] DELETE /v2.0/security-groups/f1fc88f1-229b-490d-b43a-47f96ff68568 => 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: 172/329] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:36:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/330] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:36:44 2026] PUT /v2.0/routers/85bb0a1a-223c-4c7b-ae54-8a7eab26fffc/add_router_interface => generated 309 bytes in 1157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/331] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:45 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/332] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:45 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/333] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:36:45 2026] GET /v2.0/ports?tenant_id=267b321dbf324e8cb193ac65f9657d1e&device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/334] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:36:45 2026] GET /v2.0/networks?id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/335] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:36:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => 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: 164/336] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:36:45 2026] GET /v2.0/subnets?id=55a6e0e2-a35e-4d86-af32-ecb58fa4783f => generated 702 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/337] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:36:45 2026] GET /v2.0/ports?network_id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/340] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:36:45 2026] POST /v2.0/floatingips => generated 552 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/341] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:36:45 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?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: 174/342] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:36:45 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?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: 8|app: 0|req: 169/343] 10.0.0.254 () {34 vars in 685 bytes} [Thu Apr 23 17:36:45 2026] POST /v2.0/security-groups => generated 1659 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/344] 10.0.0.235 () {34 vars in 1098 bytes} [Thu Apr 23 17:36:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--262253271&fields=id&tenant_id=e50519e6d7be4c9ba6dcff839c704fcd => 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: 175/345] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:36:46 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: 7|app: 0|req: 176/346] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:36:46 2026] GET /v2.0/networks?id=f619372c-d727-4144-b2f5-04eac63b572b => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/347] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:36:46 2026] GET /v2.0/quotas/e50519e6d7be4c9ba6dcff839c704fcd => 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: 171/348] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:36:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/349] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:36:46 2026] GET /v2.0/ports?tenant_id=e50519e6d7be4c9ba6dcff839c704fcd&fields=id => generated 57 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/350] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:46 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/351] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:46 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&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: 181/352] 10.0.0.235 () {34 vars in 907 bytes} [Thu Apr 23 17:36:46 2026] GET /v2.0/extensions => generated 21537 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/353] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:36:46 2026] GET /v2.0/networks/f619372c-d727-4144-b2f5-04eac63b572b?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: 183/354] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:36:46 2026] GET /v2.0/networks/f619372c-d727-4144-b2f5-04eac63b572b?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: 184/355] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:47 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 172/356] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:36:46 2026] POST /v2.0/floatingips => generated 552 bytes in 889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/357] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:47 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/358] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:47 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/359] 10.0.0.235 () {34 vars in 1098 bytes} [Thu Apr 23 17:36:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--635858085&fields=id&tenant_id=cfdccb53c680464eace9bbc0107b0655 => generated 69 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/360] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:36:47 2026] GET /v2.0/networks?id=d7232ee7-6c7c-433f-b3a0-499066d29470 => generated 669 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/361] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:36:47 2026] GET /v2.0/quotas/cfdccb53c680464eace9bbc0107b0655 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/362] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:36:47 2026] GET /v2.0/ports?tenant_id=cfdccb53c680464eace9bbc0107b0655&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/363] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:36:47 2026] GET /v2.0/networks/d7232ee7-6c7c-433f-b3a0-499066d29470?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: 189/364] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:36:48 2026] GET /v2.0/networks/d7232ee7-6c7c-433f-b3a0-499066d29470?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: 176/365] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:48 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/366] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:48 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 177/367] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:48 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/368] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:48 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/369] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:49 2026] GET /v2.0/security-groups?tenant_id=709972f98ae74324936811c3a70e2384&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/370] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:49 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => 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: 180/371] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:49 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 192/372] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:49 2026] DELETE /v2.0/security-groups/bfe8c429-c1b3-46f8-8fbe-bd5ffbc48c6d => 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: 181/373] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:49 2026] GET /v2.0/security-groups?tenant_id=fb8bfb77500f4d4daaf00df807507f08&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/374] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:49 2026] DELETE /v2.0/security-groups/87f7e74b-ef3a-4225-8769-08d6d4228a45 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/375] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:50 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/376] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:50 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/377] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:50 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => 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: 183/378] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:50 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 196/379] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:51 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/380] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:51 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&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: 197/381] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:51 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => 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: 185/382] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:51 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 198/383] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:36:51 2026] GET /v2.0/networks?id=f619372c-d727-4144-b2f5-04eac63b572b => generated 675 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/384] 199.19.213.236 () {34 vars in 1050 bytes} [Thu Apr 23 17:36:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e50519e6d7be4c9ba6dcff839c704fcd => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/385] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:36:51 2026] POST /v2.0/ports => generated 954 bytes in 453 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: 200/386] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:52 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => 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: 187/387] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:36:52 2026] PUT /v2.0/ports/f6e11fec-e05e-4e9a-ac99-8fb5b9b4d0b7 => generated 1235 bytes in 409 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: 188/388] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:52 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:36:52.712 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-47cc70b9-26ee-4026-8fc3-9046cfc2ffcf'] response: {'name': 'network-changed', 'server_uuid': '988dbf5a-b6f8-4dbe-8bdc-f37956ca298e', 'tag': 'f6e11fec-e05e-4e9a-ac99-8fb5b9b4d0b7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 189/389] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:52 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => 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: 201/390] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:52 2026] GET /v2.0/security-groups?tenant_id=e9df68d330dd4d3187f96bc2173677a1&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/391] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:52 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 202/392] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:52 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/393] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:52 2026] GET /v2.0/security-groups?id=ffb915a8-ed21-4108-873e-9d59ea757701&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/394] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:52 2026] DELETE /v2.0/security-groups/2f1094d6-00a5-4f13-8caa-5cbded8c5ec5 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/395] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:36:53 2026] GET /v2.0/ports?tenant_id=e50519e6d7be4c9ba6dcff839c704fcd&device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 193/396] 199.19.213.236 () {34 vars in 1018 bytes} [Thu Apr 23 17:36:53 2026] GET /v2.0/networks?tenant_id=e50519e6d7be4c9ba6dcff839c704fcd&shared=False => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:36:53.315 7 INFO neutron.db.l3_db [None req-cb10e34f-a0f2-42e7-913a-fca96e6013bd 96aa9dd0597a48a59c0335eb013ebbde 267b321dbf324e8cb193ac65f9657d1e - - default default] Floating IP ecbc1e87-22ff-4243-8906-4e7e13be5ea0 associated. External IP: 10.96.250.211, port: c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c. [pid: 8|app: 0|req: 194/397] 199.19.213.236 () {34 vars in 930 bytes} [Thu Apr 23 17:36:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/398] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:36:52 2026] PUT /v2.0/floatingips/ecbc1e87-22ff-4243-8906-4e7e13be5ea0 => generated 856 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/399] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:53 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/400] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:53 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&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: 206/401] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:53 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => 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: 196/402] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:36:53 2026] GET /v2.0/networks?id=d7232ee7-6c7c-433f-b3a0-499066d29470 => generated 669 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/403] 199.19.213.236 () {34 vars in 1050 bytes} [Thu Apr 23 17:36:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cfdccb53c680464eace9bbc0107b0655 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/404] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:53 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 209/405] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:53 2026] GET /v2.0/security-groups?id=ffb915a8-ed21-4108-873e-9d59ea757701&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:36:54.202 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37bdfa38-3a85-4c59-b89f-157a2c405aec'] response: {'name': 'network-changed', 'server_uuid': '8cf2536b-9a8a-458b-aba1-e008e1eb8540', 'tag': 'c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 197/406] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:36:53 2026] POST /v2.0/ports => generated 958 bytes in 327 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: 198/407] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/ports?tenant_id=e50519e6d7be4c9ba6dcff839c704fcd&device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 199/408] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=f6e11fec-e05e-4e9a-ac99-8fb5b9b4d0b7 => 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: 200/409] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/subnets?id=dc9cb279-cfea-4261-80fa-5fdddae1d7b8 => generated 693 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/410] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/ports?network_id=f619372c-d727-4144-b2f5-04eac63b572b&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: 202/411] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/networks/f619372c-d727-4144-b2f5-04eac63b572b?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/412] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/networks/f619372c-d727-4144-b2f5-04eac63b572b?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: 210/413] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:36:54 2026] PUT /v2.0/ports/28ded2bf-d3ed-4f2b-a31e-f52932fcb12e => generated 1239 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/414] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/ports?tenant_id=267b321dbf324e8cb193ac65f9657d1e&device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 1244 bytes in 50 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: 211/415] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/networks?id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224 => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/416] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => generated 859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/417] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/subnets?id=55a6e0e2-a35e-4d86-af32-ecb58fa4783f => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/418] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/419] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/ports?network_id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224&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: 214/420] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/security-groups?id=0a33f06d-1812-4d9d-8b81-75a0d4150328&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/421] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:36:54 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/422] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:36:55 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/423] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:55 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 216/424] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:55 2026] GET /v2.0/security-groups?id=ffb915a8-ed21-4108-873e-9d59ea757701&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: 209/425] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:36:55 2026] GET /v2.0/security-groups?tenant_id=c337df5fc09f4be181f5ca091de64a96&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/426] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:36:55 2026] DELETE /v2.0/security-groups/5637cafd-a8cf-40af-ae4e-46f845cf6069 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/427] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:36:55 2026] GET /v2.0/ports?tenant_id=cfdccb53c680464eace9bbc0107b0655&device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/428] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:36:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=28ded2bf-d3ed-4f2b-a31e-f52932fcb12e => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/429] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:36:55 2026] GET /v2.0/subnets?id=5ef93add-c1ef-460b-8e83-b68ebb8f9f5c => generated 687 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/430] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:36:55 2026] GET /v2.0/ports?network_id=d7232ee7-6c7c-433f-b3a0-499066d29470&device_owner=network%3Adhcp => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/431] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:36:55 2026] GET /v2.0/networks/d7232ee7-6c7c-433f-b3a0-499066d29470?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: 220/432] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:36:56 2026] GET /v2.0/networks/d7232ee7-6c7c-433f-b3a0-499066d29470?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: 213/433] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:56 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/434] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:56 2026] GET /v2.0/security-groups?id=0a33f06d-1812-4d9d-8b81-75a0d4150328&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:36:56.249 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2b02a3a-d7ec-45b9-8ca6-7f1c2f0ab816'] response: {'name': 'network-changed', 'server_uuid': '7bd27231-4e08-411f-a0ed-9c5d1381d19d', 'tag': '28ded2bf-d3ed-4f2b-a31e-f52932fcb12e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 214/435] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:56 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 222/436] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:56 2026] GET /v2.0/security-groups?id=ffb915a8-ed21-4108-873e-9d59ea757701&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/437] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:36:57 2026] GET /v2.0/ports?tenant_id=cfdccb53c680464eace9bbc0107b0655&device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 1242 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/438] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:36:57 2026] GET /v2.0/networks?id=d7232ee7-6c7c-433f-b3a0-499066d29470 => generated 765 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/439] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:36:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=28ded2bf-d3ed-4f2b-a31e-f52932fcb12e => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/440] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:36:57 2026] GET /v2.0/subnets?id=5ef93add-c1ef-460b-8e83-b68ebb8f9f5c => generated 687 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/441] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:57 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/442] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:36:57 2026] GET /v2.0/ports?network_id=d7232ee7-6c7c-433f-b3a0-499066d29470&device_owner=network%3Adhcp => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/443] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:57 2026] GET /v2.0/security-groups?id=0a33f06d-1812-4d9d-8b81-75a0d4150328&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/444] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:36:57 2026] GET /v2.0/networks/d7232ee7-6c7c-433f-b3a0-499066d29470?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: 227/445] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:36:57 2026] GET /v2.0/networks/d7232ee7-6c7c-433f-b3a0-499066d29470?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: 219/446] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:57 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/447] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:57 2026] GET /v2.0/security-groups?id=ffb915a8-ed21-4108-873e-9d59ea757701&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:36:57.971 8 INFO neutron.db.segments_db [None req-7b4afdb7-498a-487c-801e-9b3110eb6f06 0e793931b068415f9ad04f8301be628c 679eccb1b97f4c769a0aab9235472cb1 - - default default] Added segment da955f8a-5d8e-4ca9-ad4b-521b2104b1f6 of type vxlan for network 17a319f5-85b5-461f-8c09-1ff23231f3ed 2026-04-23 17:36:58.061 8 INFO neutron.db.segments_db [None req-7b4afdb7-498a-487c-801e-9b3110eb6f06 0e793931b068415f9ad04f8301be628c 679eccb1b97f4c769a0aab9235472cb1 - - default default] Added segment 6acdcbf4-6b68-46b2-bd45-9a87e7791f80 of type vxlan for network dec86eea-4179-441a-94d4-ea027fa2397d [pid: 8|app: 0|req: 220/448] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:36:57 2026] POST /v2.0/networks => generated 1207 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/449] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:36:58 2026] GET /v2.0/networks => generated 1844 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:36:58.366 8 INFO neutron.services.segments.plugin [-] Segment da955f8a-5d8e-4ca9-ad4b-521b2104b1f6 resource provider aggregate not found 2026-04-23 17:36:58.377 8 INFO neutron.services.segments.plugin [-] Segment da955f8a-5d8e-4ca9-ad4b-521b2104b1f6 resource provider aggregate not found 2026-04-23 17:36:58.385 8 INFO neutron.services.segments.plugin [-] Segment da955f8a-5d8e-4ca9-ad4b-521b2104b1f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da955f8a-5d8e-4ca9-ad4b-521b2104b1f6 found for delete ", "request_id": "req-fa8ee7bf-553e-4b85-9a34-799610ed666c"}]} [pid: 8|app: 0|req: 221/450] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:36:58 2026] DELETE /v2.0/networks/17a319f5-85b5-461f-8c09-1ff23231f3ed => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:36:58.398 8 INFO neutron.services.segments.plugin [-] Segment da955f8a-5d8e-4ca9-ad4b-521b2104b1f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da955f8a-5d8e-4ca9-ad4b-521b2104b1f6 found for delete ", "request_id": "req-64d251d2-d2cd-4ebd-a90c-a2e48c7fb00d"}]} [pid: 8|app: 0|req: 222/451] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:58 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/452] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:58 2026] GET /v2.0/security-groups?id=0a33f06d-1812-4d9d-8b81-75a0d4150328&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:36:58.559 7 INFO neutron.services.segments.plugin [-] Segment 6acdcbf4-6b68-46b2-bd45-9a87e7791f80 resource provider aggregate not found 2026-04-23 17:36:58.566 7 INFO neutron.services.segments.plugin [-] Segment 6acdcbf4-6b68-46b2-bd45-9a87e7791f80 resource provider aggregate not found 2026-04-23 17:36:58.590 7 INFO neutron.services.segments.plugin [-] Segment 6acdcbf4-6b68-46b2-bd45-9a87e7791f80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6acdcbf4-6b68-46b2-bd45-9a87e7791f80 found for delete ", "request_id": "req-3677f9d5-5cca-4b00-8e3e-e8de20b54f65"}]} [pid: 7|app: 0|req: 230/453] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:36:58 2026] DELETE /v2.0/networks/dec86eea-4179-441a-94d4-ea027fa2397d => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:36:58.607 7 INFO neutron.services.segments.plugin [-] Segment 6acdcbf4-6b68-46b2-bd45-9a87e7791f80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6acdcbf4-6b68-46b2-bd45-9a87e7791f80 found for delete ", "request_id": "req-3f2bb484-743f-485c-964d-5bb739322d1d"}]} [pid: 7|app: 0|req: 231/454] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:36:58 2026] GET /v2.0/networks => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/455] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:58 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/456] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:58 2026] GET /v2.0/security-groups?id=ffb915a8-ed21-4108-873e-9d59ea757701&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 17:36:58.764 7 INFO neutron.db.segments_db [None req-1606f83c-15aa-42ce-9e0d-debc803b1633 0e793931b068415f9ad04f8301be628c 679eccb1b97f4c769a0aab9235472cb1 - - default default] Added segment cb7dc849-8b48-4860-a46a-398679f5831e of type vxlan for network 2a531cc5-4b99-45bc-9db5-5eba6e600ddb [pid: 7|app: 0|req: 232/457] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:36:58 2026] POST /v2.0/networks => generated 634 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:36:59.309 8 INFO neutron.db.segments_db [None req-ed46618b-283a-4a97-bbff-b7820c6d7f0a 0e793931b068415f9ad04f8301be628c 679eccb1b97f4c769a0aab9235472cb1 - - default default] Added segment 8614b24c-cc37-4ed4-9e75-29731d76add5 of type vxlan for network eb3c7b17-6440-4b46-b5ad-4a695d555823 [pid: 8|app: 0|req: 226/458] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:36:59 2026] POST /v2.0/networks => generated 635 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/459] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:59 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/460] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:59 2026] GET /v2.0/security-groups?id=0a33f06d-1812-4d9d-8b81-75a0d4150328&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/461] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:36:59 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/462] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:36:59 2026] GET /v2.0/security-groups?id=ffb915a8-ed21-4108-873e-9d59ea757701&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/463] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:36:59 2026] POST /v2.0/ports => generated 1505 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 10.0.0.254 () {32 vars in 643 bytes} [Thu Apr 23 17:37:00 2026] GET /v2.0/ports => generated 1505 bytes in 127 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 17:37:00.274 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e463ae3-5fec-4dd8-b3ee-7306fc91e9ae 0e793931b068415f9ad04f8301be628c 679eccb1b97f4c769a0aab9235472cb1 - - default default] TaaS: Handle Delete Port: cde63a08-c6aa-4894-906b-981c665e8357 2026-04-23 17:37:00.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e463ae3-5fec-4dd8-b3ee-7306fc91e9ae 0e793931b068415f9ad04f8301be628c 679eccb1b97f4c769a0aab9235472cb1 - - default default] Tap Mirror: Handle Delete Port: cde63a08-c6aa-4894-906b-981c665e8357 [pid: 7|app: 0|req: 234/465] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:37:00 2026] DELETE /v2.0/ports/cde63a08-c6aa-4894-906b-981c665e8357 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:00.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-706ce59f-51aa-4108-98ef-579fd8e20975 0e793931b068415f9ad04f8301be628c 679eccb1b97f4c769a0aab9235472cb1 - - default default] TaaS: Handle Delete Port: e5cad126-0984-4240-9bee-014ad52f9a0e 2026-04-23 17:37:00.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-706ce59f-51aa-4108-98ef-579fd8e20975 0e793931b068415f9ad04f8301be628c 679eccb1b97f4c769a0aab9235472cb1 - - default default] Tap Mirror: Handle Delete Port: e5cad126-0984-4240-9bee-014ad52f9a0e [pid: 8|app: 0|req: 232/468] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:37:00 2026] DELETE /v2.0/ports/e5cad126-0984-4240-9bee-014ad52f9a0e => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/469] 10.0.0.254 () {32 vars in 643 bytes} [Thu Apr 23 17:37:00 2026] GET /v2.0/ports => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:00.753 8 INFO neutron.db.segments_db [None req-d7c56398-41d5-41bc-813e-42cdd3072326 0e793931b068415f9ad04f8301be628c 679eccb1b97f4c769a0aab9235472cb1 - - default default] Added segment ae122fc7-6baa-4250-a2eb-cefe60187e28 of type vxlan for network 1a000b5e-f464-4844-b7c7-6208d6e3d06e [pid: 8|app: 0|req: 233/470] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:00 2026] POST /v2.0/networks => generated 635 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/471] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:00 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:00.933 8 INFO neutron.db.segments_db [None req-9ba50ffe-1f44-4c78-84b0-fd430e8fb6d0 0e793931b068415f9ad04f8301be628c 679eccb1b97f4c769a0aab9235472cb1 - - default default] Added segment a4467823-5b0f-4cd2-86fe-2c55a49f6ecd of type vxlan for network d17febd8-abf5-4a5d-a855-b4b8b87fa308 [pid: 7|app: 0|req: 239/472] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:00 2026] GET /v2.0/security-groups?id=0a33f06d-1812-4d9d-8b81-75a0d4150328&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: 234/473] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:00 2026] POST /v2.0/networks => generated 635 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/474] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:00 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/475] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:01 2026] GET /v2.0/security-groups?id=ffb915a8-ed21-4108-873e-9d59ea757701&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: 241/476] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:01 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:01.800 8 INFO neutron.db.l3_db [None req-9fc85901-511c-4883-8ab2-96cb999a7e4b d746268d7a52445c9274e743c74e77ef e50519e6d7be4c9ba6dcff839c704fcd - - default default] Floating IP 5215e2b8-3e35-42da-bd09-d6709ade6f51 associated. External IP: 10.96.250.220, port: f6e11fec-e05e-4e9a-ac99-8fb5b9b4d0b7. [pid: 7|app: 0|req: 242/477] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:01 2026] POST /v2.0/subnets => generated 1324 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/478] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/479] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:37:01 2026] PUT /v2.0/floatingips/5215e2b8-3e35-42da-bd09-d6709ade6f51 => generated 855 bytes in 833 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/480] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/subnets => generated 1960 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/481] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/security-groups?id=0a33f06d-1812-4d9d-8b81-75a0d4150328&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:02.198 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-576ad404-dd47-4b41-9791-3e40f43feddc'] response: {'name': 'network-changed', 'server_uuid': '988dbf5a-b6f8-4dbe-8bdc-f37956ca298e', 'tag': 'f6e11fec-e05e-4e9a-ac99-8fb5b9b4d0b7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 238/482] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 239/483] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/security-groups?id=ffb915a8-ed21-4108-873e-9d59ea757701&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: 245/484] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:02 2026] DELETE /v2.0/subnets/22332735-9dba-4527-b522-cd775f375f22 => 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: 240/485] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:02 2026] DELETE /v2.0/subnets/9aa4c5b0-c65a-40e1-a730-75332451abf8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/486] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/subnets => generated 649 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/487] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:02.625 8 INFO neutron.services.segments.plugin [-] Segment a4467823-5b0f-4cd2-86fe-2c55a49f6ecd resource provider aggregate not found 2026-04-23 17:37:02.630 8 INFO neutron.services.segments.plugin [-] Segment a4467823-5b0f-4cd2-86fe-2c55a49f6ecd resource provider aggregate not found [pid: 7|app: 0|req: 248/488] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/security-groups?id=ffb915a8-ed21-4108-873e-9d59ea757701&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:02.648 8 INFO neutron.services.segments.plugin [-] Segment a4467823-5b0f-4cd2-86fe-2c55a49f6ecd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4467823-5b0f-4cd2-86fe-2c55a49f6ecd found for delete ", "request_id": "req-01654e0d-4f68-44e9-88b7-9e85e336a160"}]} 2026-04-23 17:37:02.650 8 INFO neutron.services.segments.plugin [-] Segment a4467823-5b0f-4cd2-86fe-2c55a49f6ecd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4467823-5b0f-4cd2-86fe-2c55a49f6ecd found for delete ", "request_id": "req-35906043-c340-42be-80c8-9a01d2114e27"}]} [pid: 8|app: 0|req: 241/489] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:02 2026] DELETE /v2.0/networks/d17febd8-abf5-4a5d-a855-b4b8b87fa308 => 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: 242/490] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/ports?tenant_id=e50519e6d7be4c9ba6dcff839c704fcd&device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:02.797 7 INFO neutron.services.segments.plugin [-] Segment ae122fc7-6baa-4250-a2eb-cefe60187e28 resource provider aggregate not found 2026-04-23 17:37:02.798 7 INFO neutron.services.segments.plugin [-] Segment ae122fc7-6baa-4250-a2eb-cefe60187e28 resource provider aggregate not found [pid: 8|app: 0|req: 243/491] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/networks?id=f619372c-d727-4144-b2f5-04eac63b572b => generated 771 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:02.820 7 INFO neutron.services.segments.plugin [-] Segment ae122fc7-6baa-4250-a2eb-cefe60187e28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae122fc7-6baa-4250-a2eb-cefe60187e28 found for delete ", "request_id": "req-48d08497-3fa6-4179-86f7-d19fb1db8c5b"}]} 2026-04-23 17:37:02.822 7 INFO neutron.services.segments.plugin [-] Segment ae122fc7-6baa-4250-a2eb-cefe60187e28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae122fc7-6baa-4250-a2eb-cefe60187e28 found for delete ", "request_id": "req-418a10eb-598e-4d7d-b8ed-4d029fe27c4a"}]} [pid: 7|app: 0|req: 249/492] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:02 2026] DELETE /v2.0/networks/1a000b5e-f464-4844-b7c7-6208d6e3d06e => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/493] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=f6e11fec-e05e-4e9a-ac99-8fb5b9b4d0b7 => 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: 245/494] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/subnets?id=dc9cb279-cfea-4261-80fa-5fdddae1d7b8 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/495] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/ports?network_id=f619372c-d727-4144-b2f5-04eac63b572b&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: 250/496] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:02 2026] DELETE /v2.0/networks/eb3c7b17-6440-4b46-b5ad-4a695d555823 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/497] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:37:02 2026] GET /v2.0/networks/f619372c-d727-4144-b2f5-04eac63b572b?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/498] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:02 2026] DELETE /v2.0/networks/2a531cc5-4b99-45bc-9db5-5eba6e600ddb => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/499] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:37:03 2026] GET /v2.0/networks/f619372c-d727-4144-b2f5-04eac63b572b?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: 252/500] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:03 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/501] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:03 2026] GET /v2.0/security-groups?id=0a33f06d-1812-4d9d-8b81-75a0d4150328&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: 253/502] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:03 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/503] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:03 2026] GET /v2.0/security-groups?tenant_id=679eccb1b97f4c769a0aab9235472cb1&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/504] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:03 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:03.895 8 INFO neutron.db.l3_db [None req-7acb13bf-e57b-4d91-867c-da24b19cffc0 b0ce54903ebe413b8acd52ef7fa89abb cfdccb53c680464eace9bbc0107b0655 - - default default] Floating IP f4fc4c55-4ca4-4fbf-9a7f-4a41b7c611f1 associated. External IP: 10.96.250.217, port: 28ded2bf-d3ed-4f2b-a31e-f52932fcb12e. [pid: 7|app: 0|req: 256/505] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:03 2026] DELETE /v2.0/security-groups/4f0e13e8-0aaa-4ce4-987b-7246ad7a358a => 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: 257/506] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:03 2026] GET /v2.0/security-groups?id=ffb915a8-ed21-4108-873e-9d59ea757701&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/507] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:37:03 2026] PUT /v2.0/floatingips/f4fc4c55-4ca4-4fbf-9a7f-4a41b7c611f1 => generated 856 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:04.256 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0c4c31c-2b76-43eb-9d52-4f3f262716e5'] response: {'name': 'network-changed', 'server_uuid': '7bd27231-4e08-411f-a0ed-9c5d1381d19d', 'tag': '28ded2bf-d3ed-4f2b-a31e-f52932fcb12e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 251/508] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:04 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => 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: 258/509] 10.0.0.22 () {34 vars in 989 bytes} [Thu Apr 23 17:37:04 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 1244 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/510] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:04 2026] GET /v2.0/security-groups?id=0a33f06d-1812-4d9d-8b81-75a0d4150328&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/511] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Apr 23 17:37:04 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/512] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:37:04 2026] GET /v2.0/ports?tenant_id=cfdccb53c680464eace9bbc0107b0655&device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:04.850 7 INFO neutron.services.segments.plugin [-] Segment 8614b24c-cc37-4ed4-9e75-29731d76add5 resource provider aggregate not found [pid: 7|app: 0|req: 260/513] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:04 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:04.863 7 INFO neutron.services.segments.plugin [-] Segment 8614b24c-cc37-4ed4-9e75-29731d76add5 resource provider aggregate not found 2026-04-23 17:37:04.885 7 INFO neutron.services.segments.plugin [-] Segment 8614b24c-cc37-4ed4-9e75-29731d76add5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8614b24c-cc37-4ed4-9e75-29731d76add5 found for delete ", "request_id": "req-16088c3b-cce0-4119-86a0-55d64c1f2048"}]} 2026-04-23 17:37:04.888 7 INFO neutron.services.segments.plugin [-] Segment 8614b24c-cc37-4ed4-9e75-29731d76add5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8614b24c-cc37-4ed4-9e75-29731d76add5 found for delete ", "request_id": "req-4791d3d2-06ce-4e46-81b8-b1aa681ae033"}]} [pid: 8|app: 0|req: 254/514] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:37:04 2026] GET /v2.0/networks?id=d7232ee7-6c7c-433f-b3a0-499066d29470 => generated 765 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:04.911 7 INFO neutron.services.segments.plugin [-] Segment cb7dc849-8b48-4860-a46a-398679f5831e resource provider aggregate not found 2026-04-23 17:37:04.921 7 INFO neutron.services.segments.plugin [-] Segment cb7dc849-8b48-4860-a46a-398679f5831e resource provider aggregate not found 2026-04-23 17:37:04.940 7 INFO neutron.services.segments.plugin [-] Segment cb7dc849-8b48-4860-a46a-398679f5831e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb7dc849-8b48-4860-a46a-398679f5831e found for delete ", "request_id": "req-af880c75-7864-4136-b406-90188517c9e6"}]} [pid: 8|app: 0|req: 255/515] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:37:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=28ded2bf-d3ed-4f2b-a31e-f52932fcb12e => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/516] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:04 2026] GET /v2.0/security-groups?id=0a33f06d-1812-4d9d-8b81-75a0d4150328&fields=id&fields=name => generated 113 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:04.960 7 INFO neutron.services.segments.plugin [-] Segment cb7dc849-8b48-4860-a46a-398679f5831e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb7dc849-8b48-4860-a46a-398679f5831e found for delete ", "request_id": "req-37517efe-d9cd-453a-994a-62a5b475e5d6"}]} [pid: 8|app: 0|req: 256/517] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:37:04 2026] GET /v2.0/subnets?id=5ef93add-c1ef-460b-8e83-b68ebb8f9f5c => generated 687 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/518] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:37:04 2026] GET /v2.0/ports?network_id=d7232ee7-6c7c-433f-b3a0-499066d29470&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: 263/519] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:37:05 2026] GET /v2.0/networks/d7232ee7-6c7c-433f-b3a0-499066d29470?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: 257/520] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:37:05 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/521] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:05 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/522] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:37:05 2026] GET /v2.0/networks/d7232ee7-6c7c-433f-b3a0-499066d29470?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/523] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:05 2026] GET /v2.0/security-groups?id=ffb915a8-ed21-4108-873e-9d59ea757701&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 17:37:05.227 7 INFO neutron_taas.services.taas.taas_plugin [req-8069eae8-76f0-4241-9983-0f2cc2b5bbae req-305fda00-a1fe-491a-aca1-d3a126ca21de d746268d7a52445c9274e743c74e77ef e50519e6d7be4c9ba6dcff839c704fcd - - default default] TaaS: Handle Delete Port: f6e11fec-e05e-4e9a-ac99-8fb5b9b4d0b7 2026-04-23 17:37:05.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8069eae8-76f0-4241-9983-0f2cc2b5bbae req-305fda00-a1fe-491a-aca1-d3a126ca21de d746268d7a52445c9274e743c74e77ef e50519e6d7be4c9ba6dcff839c704fcd - - default default] Tap Mirror: Handle Delete Port: f6e11fec-e05e-4e9a-ac99-8fb5b9b4d0b7 2026-04-23 17:37:05.402 7 INFO neutron.db.l3_db [req-8069eae8-76f0-4241-9983-0f2cc2b5bbae req-305fda00-a1fe-491a-aca1-d3a126ca21de d746268d7a52445c9274e743c74e77ef e50519e6d7be4c9ba6dcff839c704fcd - - default default] Floating IP 5215e2b8-3e35-42da-bd09-d6709ade6f51 disassociated. External IP: 10.96.250.220, port: f6e11fec-e05e-4e9a-ac99-8fb5b9b4d0b7. [pid: 7|app: 0|req: 265/524] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:37:05 2026] DELETE /v2.0/ports/f6e11fec-e05e-4e9a-ac99-8fb5b9b4d0b7 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:05.841 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d55ab5a-f010-433f-87c1-3420c78bfd0b'] response: {'server_uuid': '988dbf5a-b6f8-4dbe-8bdc-f37956ca298e', 'name': 'network-vif-deleted', 'tag': 'f6e11fec-e05e-4e9a-ac99-8fb5b9b4d0b7', 'status': 'completed', 'code': 200} 2026-04-23 17:37:06.080 8 INFO neutron.db.segments_db [None req-24ed130f-195d-41a0-b3f2-b6dda0a21c2b ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] Added segment 4167622b-e376-4aef-b5b1-ee01b9bad1ad of type vxlan for network cb0e1f89-3c2e-4422-84f8-26fe4eb0ed8e [pid: 7|app: 0|req: 266/525] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:06 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/526] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:06 2026] GET /v2.0/security-groups?id=0a33f06d-1812-4d9d-8b81-75a0d4150328&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/527] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:05 2026] POST /v2.0/networks => generated 625 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/528] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:06 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/529] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:37:06 2026] POST /v2.0/ports => generated 774 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:06.600 8 INFO neutron.db.segments_db [None req-4d46a303-7b35-463c-b5ac-2bf0d6eb1b4a ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] Added segment dd87bc7f-95c4-4e88-8b6f-eb7c785814be of type vxlan for network 55aea137-49e8-44e9-9631-16144226e987 [pid: 8|app: 0|req: 262/530] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:06 2026] POST /v2.0/networks => generated 612 bytes in 143 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: 269/531] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:06 2026] POST /v2.0/subnets => generated 626 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/532] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:37:07 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => 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: 271/533] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:07 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:07.382 7 INFO neutron_taas.services.taas.taas_plugin [req-04e4f917-f629-4299-b855-14f802a50d5a req-dd9100ba-18ce-4552-812c-526d2ca46831 b0ce54903ebe413b8acd52ef7fa89abb cfdccb53c680464eace9bbc0107b0655 - - default default] TaaS: Handle Delete Port: 28ded2bf-d3ed-4f2b-a31e-f52932fcb12e 2026-04-23 17:37:07.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-04e4f917-f629-4299-b855-14f802a50d5a req-dd9100ba-18ce-4552-812c-526d2ca46831 b0ce54903ebe413b8acd52ef7fa89abb cfdccb53c680464eace9bbc0107b0655 - - default default] Tap Mirror: Handle Delete Port: 28ded2bf-d3ed-4f2b-a31e-f52932fcb12e [pid: 8|app: 0|req: 263/534] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:37:06 2026] POST /v2.0/ports => generated 948 bytes in 423 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: 264/535] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:07 2026] GET /v2.0/security-groups?id=0a33f06d-1812-4d9d-8b81-75a0d4150328&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: 265/536] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:07 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:07.547 7 INFO neutron.db.l3_db [req-04e4f917-f629-4299-b855-14f802a50d5a req-dd9100ba-18ce-4552-812c-526d2ca46831 b0ce54903ebe413b8acd52ef7fa89abb cfdccb53c680464eace9bbc0107b0655 - - default default] Floating IP f4fc4c55-4ca4-4fbf-9a7f-4a41b7c611f1 disassociated. External IP: 10.96.250.217, port: 28ded2bf-d3ed-4f2b-a31e-f52932fcb12e. 2026-04-23 17:37:07.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-04b651cf-fa33-4d26-abad-ee32bfc4be3a ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] TaaS: Handle Delete Port: caf9c8dd-438a-4853-acfc-35fc5b1b4b9a 2026-04-23 17:37:07.586 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04b651cf-fa33-4d26-abad-ee32bfc4be3a ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] Tap Mirror: Handle Delete Port: caf9c8dd-438a-4853-acfc-35fc5b1b4b9a [pid: 8|app: 0|req: 266/537] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:37:07 2026] DELETE /v2.0/ports/caf9c8dd-438a-4853-acfc-35fc5b1b4b9a => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:07.813 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2310cca-3b0a-4972-bcbd-304783fe58a4 ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 267/538] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:37:07 2026] DELETE /v2.0/ports/caf9c8dd-438a-4853-acfc-35fc5b1b4b9a => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:07.845 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01f2c08b-787c-4d6e-9fd3-a4838b1cf440 ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 268/539] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:37:07 2026] GET /v2.0/ports/caf9c8dd-438a-4853-acfc-35fc5b1b4b9a => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/540] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:37:07 2026] DELETE /v2.0/ports/28ded2bf-d3ed-4f2b-a31e-f52932fcb12e => generated 0 bytes in 646 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/541] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:07 2026] DELETE /v2.0/subnets/1814fd27-3d8d-4858-ad49-8ffacb62613c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:07.998 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1474c93-8aa7-44f8-859e-132c12735504'] response: {'server_uuid': '7bd27231-4e08-411f-a0ed-9c5d1381d19d', 'name': 'network-vif-deleted', 'tag': '28ded2bf-d3ed-4f2b-a31e-f52932fcb12e', 'status': 'completed', 'code': 200} 2026-04-23 17:37:08.128 7 INFO neutron.services.segments.plugin [-] Segment dd87bc7f-95c4-4e88-8b6f-eb7c785814be resource provider aggregate not found 2026-04-23 17:37:08.129 7 INFO neutron.services.segments.plugin [-] Segment dd87bc7f-95c4-4e88-8b6f-eb7c785814be resource provider aggregate not found 2026-04-23 17:37:08.153 7 INFO neutron.services.segments.plugin [-] Segment dd87bc7f-95c4-4e88-8b6f-eb7c785814be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd87bc7f-95c4-4e88-8b6f-eb7c785814be found for delete ", "request_id": "req-eee00104-3ced-4860-83e5-7f81a34e3db0"}]} [pid: 7|app: 0|req: 273/542] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:07 2026] DELETE /v2.0/networks/55aea137-49e8-44e9-9631-16144226e987 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:08.165 7 INFO neutron.services.segments.plugin [-] Segment dd87bc7f-95c4-4e88-8b6f-eb7c785814be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd87bc7f-95c4-4e88-8b6f-eb7c785814be found for delete ", "request_id": "req-52142214-0f06-4b59-9fc1-6ab19c02e3fc"}]} 2026-04-23 17:37:08.219 8 INFO neutron.db.segments_db [None req-4d86bfb7-bbd2-421f-ba76-c65f6a75cf4f ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] Added segment cc005089-13c1-45ca-860e-c3f8b1de72a3 of type vxlan for network ffaf7b4c-61c5-4c80-b97b-ae56ac53172d [pid: 8|app: 0|req: 270/543] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:08 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/544] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:08 2026] POST /v2.0/subnets => generated 626 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/545] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:08 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/546] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:08 2026] GET /v2.0/ports?device_id=988dbf5a-b6f8-4dbe-8bdc-f37956ca298e => 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: 275/547] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:37:08 2026] POST /v2.0/ports => generated 911 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:09.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a6c3fb1-73d9-44ce-9a1d-9d77df5df406 ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] TaaS: Handle Delete Port: 401e5507-22ca-4f84-8fc9-1cc0d0a63fab 2026-04-23 17:37:09.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a6c3fb1-73d9-44ce-9a1d-9d77df5df406 ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] Tap Mirror: Handle Delete Port: 401e5507-22ca-4f84-8fc9-1cc0d0a63fab [pid: 8|app: 0|req: 273/548] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:37:08 2026] DELETE /v2.0/ports/401e5507-22ca-4f84-8fc9-1cc0d0a63fab => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:09.274 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6eb363aa-b2ad-4356-96c2-fb252081bc70 ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 276/549] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:37:09 2026] GET /v2.0/ports/401e5507-22ca-4f84-8fc9-1cc0d0a63fab => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/550] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:09 2026] DELETE /v2.0/subnets/0601e259-e8ed-4c22-8e90-d1cf1f30a04c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/551] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:09 2026] DELETE /v2.0/networks/ffaf7b4c-61c5-4c80-b97b-ae56ac53172d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/552] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:09 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/553] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:09 2026] DELETE /v2.0/security-groups/ffb915a8-ed21-4108-873e-9d59ea757701 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:09.786 7 INFO neutron.api.v2.resource [None req-ef74ab7a-7099-43de-bf59-ff1bb5f0a697 d746268d7a52445c9274e743c74e77ef e50519e6d7be4c9ba6dcff839c704fcd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 280/554] 10.0.0.254 () {32 vars in 737 bytes} [Thu Apr 23 17:37:09 2026] GET /v2.0/security-groups/ffb915a8-ed21-4108-873e-9d59ea757701 => 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: 275/555] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:37:09 2026] POST /v2.0/ports => generated 775 bytes in 274 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 17:37:09.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d1a8b3c-aacd-4380-a5a2-3139fde8eebe d746268d7a52445c9274e743c74e77ef e50519e6d7be4c9ba6dcff839c704fcd - - default default] TaaS: Handle Delete Port: e51d472a-08df-4117-95e6-218f17413e1a 2026-04-23 17:37:09.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d1a8b3c-aacd-4380-a5a2-3139fde8eebe d746268d7a52445c9274e743c74e77ef e50519e6d7be4c9ba6dcff839c704fcd - - default default] Tap Mirror: Handle Delete Port: e51d472a-08df-4117-95e6-218f17413e1a [pid: 8|app: 0|req: 276/556] 10.0.0.254 () {34 vars in 737 bytes} [Thu Apr 23 17:37:09 2026] PUT /v2.0/ports/d9292944-fe5d-44d9-bfa7-1b27253148f6 => generated 752 bytes in 166 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: 281/557] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:37:09 2026] DELETE /v2.0/floatingips/5215e2b8-3e35-42da-bd09-d6709ade6f51 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:10.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9e45e0c-4edc-4933-8c90-ec4a1257ec8f ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] TaaS: Handle Delete Port: d9292944-fe5d-44d9-bfa7-1b27253148f6 2026-04-23 17:37:10.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9e45e0c-4edc-4933-8c90-ec4a1257ec8f ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] Tap Mirror: Handle Delete Port: d9292944-fe5d-44d9-bfa7-1b27253148f6 2026-04-23 17:37:10.186 7 INFO neutron.services.segments.plugin [-] Segment cc005089-13c1-45ca-860e-c3f8b1de72a3 resource provider aggregate not found 2026-04-23 17:37:10.189 7 INFO neutron.services.segments.plugin [-] Segment cc005089-13c1-45ca-860e-c3f8b1de72a3 resource provider aggregate not found 2026-04-23 17:37:10.208 7 INFO neutron.services.segments.plugin [-] Segment cc005089-13c1-45ca-860e-c3f8b1de72a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc005089-13c1-45ca-860e-c3f8b1de72a3 found for delete ", "request_id": "req-9bb43b8f-dc4e-4803-823d-fc5d89000e67"}]} 2026-04-23 17:37:10.228 7 INFO neutron.services.segments.plugin [-] Segment cc005089-13c1-45ca-860e-c3f8b1de72a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc005089-13c1-45ca-860e-c3f8b1de72a3 found for delete ", "request_id": "req-5115c91c-8e7a-493c-a92c-8407e6990b18"}]} [pid: 8|app: 0|req: 277/558] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:37:10 2026] DELETE /v2.0/ports/d9292944-fe5d-44d9-bfa7-1b27253148f6 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/559] 10.0.0.254 () {32 vars in 643 bytes} [Thu Apr 23 17:37:10 2026] GET /v2.0/ports => generated 777 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:10.282 8 INFO neutron.pecan_wsgi.hooks.translation [None req-383af317-ecc5-430f-8d79-168442ffb96f ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 279/560] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:37:10 2026] GET /v2.0/ports/d9292944-fe5d-44d9-bfa7-1b27253148f6 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/561] 10.0.0.254 () {32 vars in 643 bytes} [Thu Apr 23 17:37:10 2026] GET /v2.0/ports => generated 777 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/562] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:37:10 2026] GET /v2.0/ports/bb237449-5e84-4123-9250-bcab7b357b60 => generated 774 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:10.368 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8351056-5116-4986-bb9a-cf3024005c06 ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 282/563] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:37:10 2026] DELETE /v2.0/ports/401e5507-22ca-4f84-8fc9-1cc0d0a63fab => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:10.386 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ce4e3aa-f94f-4042-8502-35f9004169a3 ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 283/564] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:10 2026] DELETE /v2.0/subnets/0601e259-e8ed-4c22-8e90-d1cf1f30a04c => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:10.401 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6faa654c-8c3d-4347-a130-8ee2a479a9e3 ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 284/565] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:10 2026] DELETE /v2.0/subnets/1814fd27-3d8d-4858-ad49-8ffacb62613c => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:10.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-95669781-07f5-4992-8f5e-268503b6cf51 ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] TaaS: Handle Delete Port: bb237449-5e84-4123-9250-bcab7b357b60 2026-04-23 17:37:10.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95669781-07f5-4992-8f5e-268503b6cf51 ed46f1066dbd4547a488af2b76142085 ea138d925a2a498a9eef924df52ada70 - - default default] Tap Mirror: Handle Delete Port: bb237449-5e84-4123-9250-bcab7b357b60 [pid: 8|app: 0|req: 285/566] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:37:10 2026] DELETE /v2.0/ports/bb237449-5e84-4123-9250-bcab7b357b60 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:10.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-353b0aa6-9d81-4632-958f-1e630db3f5bc 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 411fe26b-e656-435e-84b1-71d8939b81fe 2026-04-23 17:37:10.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-353b0aa6-9d81-4632-958f-1e630db3f5bc 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 411fe26b-e656-435e-84b1-71d8939b81fe 2026-04-23 17:37:10.656 8 INFO neutron.services.segments.plugin [-] Segment 4167622b-e376-4aef-b5b1-ee01b9bad1ad resource provider aggregate not found 2026-04-23 17:37:10.657 8 INFO neutron.services.segments.plugin [-] Segment 4167622b-e376-4aef-b5b1-ee01b9bad1ad resource provider aggregate not found 2026-04-23 17:37:10.692 8 INFO neutron.services.segments.plugin [-] Segment 4167622b-e376-4aef-b5b1-ee01b9bad1ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4167622b-e376-4aef-b5b1-ee01b9bad1ad found for delete ", "request_id": "req-5b566cd8-9ca8-4144-b284-830ee39f3f13"}]} 2026-04-23 17:37:10.693 8 INFO neutron.services.segments.plugin [-] Segment 4167622b-e376-4aef-b5b1-ee01b9bad1ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4167622b-e376-4aef-b5b1-ee01b9bad1ad found for delete ", "request_id": "req-714aeef6-8367-466e-ae00-d0f01930a6ca"}]} [pid: 8|app: 0|req: 286/567] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:10 2026] DELETE /v2.0/networks/cb0e1f89-3c2e-4422-84f8-26fe4eb0ed8e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/568] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:10 2026] GET /v2.0/ports?device_id=7bd27231-4e08-411f-a0ed-9c5d1381d19d => 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: 282/569] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:10 2026] PUT /v2.0/routers/22f2c04d-3195-4b02-b42b-f3a7d83ab154/remove_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/570] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:11 2026] GET /v2.0/security-groups?tenant_id=ea138d925a2a498a9eef924df52ada70&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:11.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0a9f5b2-3919-4a42-8cc6-423c99e1b753 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: b348c02b-9452-49b4-b7f7-61c33f37719d 2026-04-23 17:37:11.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0a9f5b2-3919-4a42-8cc6-423c99e1b753 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: b348c02b-9452-49b4-b7f7-61c33f37719d [pid: 7|app: 0|req: 284/571] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:11 2026] DELETE /v2.0/security-groups/61da47b5-7987-4707-a857-d7c59269063a => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:11.617 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0a9f5b2-3919-4a42-8cc6-423c99e1b753 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 8bbc84ae-436a-49d3-ae5b-10906ab6a542 2026-04-23 17:37:11.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0a9f5b2-3919-4a42-8cc6-423c99e1b753 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 8bbc84ae-436a-49d3-ae5b-10906ab6a542 [pid: 7|app: 0|req: 285/572] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:11 2026] DELETE /v2.0/security-groups/0a33f06d-1812-4d9d-8b81-75a0d4150328 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:11.954 7 INFO neutron.api.v2.resource [None req-bdca69ae-18bf-4a96-82ea-d057d6318e39 b0ce54903ebe413b8acd52ef7fa89abb cfdccb53c680464eace9bbc0107b0655 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 286/573] 10.0.0.254 () {32 vars in 737 bytes} [Thu Apr 23 17:37:11 2026] GET /v2.0/security-groups/0a33f06d-1812-4d9d-8b81-75a0d4150328 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:11.989 8 INFO neutron.db.l3_hamode_db [None req-f0a9f5b2-3919-4a42-8cc6-423c99e1b753 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] HA network dd45e752-eff6-489a-9d07-dd2a76211e64 was deleted as no HA routers are present in tenant e50519e6d7be4c9ba6dcff839c704fcd. [pid: 8|app: 0|req: 288/574] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:11 2026] DELETE /v2.0/routers/22f2c04d-3195-4b02-b42b-f3a7d83ab154 => generated 0 bytes in 815 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:12.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-2976f6d2-e734-4fb4-9b75-ac98b3d2d703 b0ce54903ebe413b8acd52ef7fa89abb cfdccb53c680464eace9bbc0107b0655 - - default default] TaaS: Handle Delete Port: ad250f74-a106-4383-811a-7cfffb965250 2026-04-23 17:37:12.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2976f6d2-e734-4fb4-9b75-ac98b3d2d703 b0ce54903ebe413b8acd52ef7fa89abb cfdccb53c680464eace9bbc0107b0655 - - default default] Tap Mirror: Handle Delete Port: ad250f74-a106-4383-811a-7cfffb965250 [pid: 8|app: 0|req: 289/575] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:12 2026] DELETE /v2.0/subnets/dc9cb279-cfea-4261-80fa-5fdddae1d7b8 => 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: 287/576] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:37:11 2026] DELETE /v2.0/floatingips/f4fc4c55-4ca4-4fbf-9a7f-4a41b7c611f1 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:12.272 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7f57397-8a33-4e2a-9596-4fe5a7259993 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: f4b02174-2928-43a8-8df6-e6d47207b060 2026-04-23 17:37:12.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7f57397-8a33-4e2a-9596-4fe5a7259993 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: f4b02174-2928-43a8-8df6-e6d47207b060 [pid: 8|app: 0|req: 290/577] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:12 2026] DELETE /v2.0/networks/f619372c-d727-4144-b2f5-04eac63b572b => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/578] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:12 2026] GET /v2.0/security-groups?tenant_id=e50519e6d7be4c9ba6dcff839c704fcd&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 17:37:12.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e2f13f6-53ba-4084-b681-24648c5e79c0 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 88256faf-307a-4bf4-91b9-b01ec23c2b90 2026-04-23 17:37:12.656 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e2f13f6-53ba-4084-b681-24648c5e79c0 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 88256faf-307a-4bf4-91b9-b01ec23c2b90 2026-04-23 17:37:12.720 8 INFO neutron.services.segments.plugin [-] Segment 8ab0f458-c19b-4cba-b9f6-1fb7f7a7fd8d resource provider aggregate not found 2026-04-23 17:37:12.725 8 INFO neutron.services.segments.plugin [-] Segment 8ab0f458-c19b-4cba-b9f6-1fb7f7a7fd8d resource provider aggregate not found 2026-04-23 17:37:12.742 8 INFO neutron.services.segments.plugin [-] Segment 8ab0f458-c19b-4cba-b9f6-1fb7f7a7fd8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ab0f458-c19b-4cba-b9f6-1fb7f7a7fd8d found for delete ", "request_id": "req-e42f4bab-e600-4b17-984c-e4b4d8810562"}]} 2026-04-23 17:37:12.747 8 INFO neutron.services.segments.plugin [-] Segment 8ab0f458-c19b-4cba-b9f6-1fb7f7a7fd8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ab0f458-c19b-4cba-b9f6-1fb7f7a7fd8d found for delete ", "request_id": "req-fe82d795-9546-4b51-acbf-12188a0e0f71"}]} [pid: 8|app: 0|req: 292/579] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:12 2026] DELETE /v2.0/security-groups/0f7f26d5-df46-4fab-9d11-d83d59b028ec => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:12.769 8 INFO neutron.services.segments.plugin [-] Segment 6f311991-a206-40b8-9b72-f753bd7bd982 resource provider aggregate not found 2026-04-23 17:37:12.778 8 INFO neutron.services.segments.plugin [-] Segment 6f311991-a206-40b8-9b72-f753bd7bd982 resource provider aggregate not found 2026-04-23 17:37:12.793 8 INFO neutron.services.segments.plugin [-] Segment 6f311991-a206-40b8-9b72-f753bd7bd982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f311991-a206-40b8-9b72-f753bd7bd982 found for delete ", "request_id": "req-7e7d9e60-b472-4ecc-8a9e-b775c1bfa794"}]} 2026-04-23 17:37:12.798 8 INFO neutron.services.segments.plugin [-] Segment 6f311991-a206-40b8-9b72-f753bd7bd982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f311991-a206-40b8-9b72-f753bd7bd982 found for delete ", "request_id": "req-ea0ff417-24e0-44bd-b635-fe4cec184283"}]} [pid: 7|app: 0|req: 288/580] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:12 2026] PUT /v2.0/routers/85bb0a1a-223c-4c7b-ae54-8a7eab26fffc/remove_router_interface => generated 309 bytes in 1082 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:13.576 8 INFO neutron.db.segments_db [None req-6e0b5fe1-f523-45cb-9182-4a3ff8d32935 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Added segment 17d05cd7-2151-4e80-859b-576b974cc6f2 of type vxlan for network d32af2f8-6679-4790-8085-f6413ea93277 2026-04-23 17:37:13.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-690c671f-fc4a-4781-8aad-9aa41a921f8c 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 755547fd-0073-4114-8456-833a6251cde5 2026-04-23 17:37:13.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-690c671f-fc4a-4781-8aad-9aa41a921f8c 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 755547fd-0073-4114-8456-833a6251cde5 [pid: 8|app: 0|req: 293/581] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:13 2026] POST /v2.0/networks => generated 610 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:13.723 8 INFO neutron.db.segments_db [None req-767124c9-0406-4455-86cf-2a8be0ea1e68 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Added segment 674b52e7-bd19-476c-890c-a036b27b020c of type vxlan for network 9e1c51eb-c34c-43af-87f6-ee3df16cf762 [pid: 8|app: 0|req: 294/582] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:13 2026] POST /v2.0/networks => generated 611 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:13.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-690c671f-fc4a-4781-8aad-9aa41a921f8c 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 62ee5021-5e5d-4e33-993e-86119e68966f 2026-04-23 17:37:13.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-690c671f-fc4a-4781-8aad-9aa41a921f8c 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 62ee5021-5e5d-4e33-993e-86119e68966f 2026-04-23 17:37:13.907 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-690c671f-fc4a-4781-8aad-9aa41a921f8c 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 295/583] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:13 2026] POST /v2.0/subnets => generated 626 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:14.207 7 INFO neutron.services.segments.plugin [-] Segment ff6da752-e3c5-4176-b977-ef8a794adc71 resource provider aggregate not found 2026-04-23 17:37:14.215 7 INFO neutron.services.segments.plugin [-] Segment ff6da752-e3c5-4176-b977-ef8a794adc71 resource provider aggregate not found 2026-04-23 17:37:14.228 7 INFO neutron.services.segments.plugin [-] Segment ff6da752-e3c5-4176-b977-ef8a794adc71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff6da752-e3c5-4176-b977-ef8a794adc71 found for delete ", "request_id": "req-66c4d4ec-ff79-49be-b32e-32441f41e614"}]} 2026-04-23 17:37:14.233 7 INFO neutron.services.segments.plugin [-] Segment ff6da752-e3c5-4176-b977-ef8a794adc71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff6da752-e3c5-4176-b977-ef8a794adc71 found for delete ", "request_id": "req-68307692-5aa9-47b5-a622-a4183b9f03ac"}]} 2026-04-23 17:37:14.242 7 INFO neutron.db.l3_hamode_db [None req-690c671f-fc4a-4781-8aad-9aa41a921f8c 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] HA network 0582b946-4531-42dc-a53d-1686d214e3ba was deleted as no HA routers are present in tenant cfdccb53c680464eace9bbc0107b0655. [pid: 7|app: 0|req: 289/584] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:13 2026] DELETE /v2.0/routers/85bb0a1a-223c-4c7b-ae54-8a7eab26fffc => generated 0 bytes in 914 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/585] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:14 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/586] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:14 2026] DELETE /v2.0/subnets/5ef93add-c1ef-460b-8e83-b68ebb8f9f5c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:14.425 8 INFO neutron.db.segments_db [None req-5d48ac7b-d3c8-45a5-973d-dd246e16112b 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Added segment d7c2b853-0b86-4914-9c68-e02a197dba3a of type vxlan for network d7e9c8d9-a710-45f7-82a8-b28f3fc39ae7 2026-04-23 17:37:14.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-20004dcd-a496-40fa-af2f-130c86f325fe 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: f223978e-fb36-4b30-b86a-ef8dff32fb36 2026-04-23 17:37:14.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20004dcd-a496-40fa-af2f-130c86f325fe 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: f223978e-fb36-4b30-b86a-ef8dff32fb36 2026-04-23 17:37:14.720 8 INFO neutron.db.l3_hamode_db [None req-5d48ac7b-d3c8-45a5-973d-dd246e16112b 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 291/587] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:14 2026] DELETE /v2.0/networks/d7232ee7-6c7c-433f-b3a0-499066d29470 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:14.868 8 INFO neutron.db.l3_hamode_db [None req-5d48ac7b-d3c8-45a5-973d-dd246e16112b 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:37:15.053 7 INFO neutron.db.segments_db [None req-7f026e4a-a169-4ab6-af2f-5ada723de2de 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment e7660031-5063-40f9-9251-ddea7ef0a03b of type vxlan for network bf50b94a-69a7-44b0-9efb-dc20f241c84d [pid: 7|app: 0|req: 292/588] 10.0.0.254 () {34 vars in 671 bytes} [Thu Apr 23 17:37:14 2026] POST /v2.0/networks => generated 725 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/589] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:15 2026] GET /v2.0/security-groups?tenant_id=cfdccb53c680464eace9bbc0107b0655&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/590] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:15 2026] POST /v2.0/subnets => generated 691 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/591] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:15 2026] DELETE /v2.0/security-groups/05753975-89df-485f-9ac9-ce9f8daa2188 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:15.518 7 INFO neutron.db.segments_db [None req-588dc451-e1ae-4859-8130-54c3be6468c1 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment b386aefa-3365-4c87-a041-7fe7e298e6cb of type vxlan for network 1ab7f7af-de8e-4db9-841d-8d42de11e22c [pid: 8|app: 0|req: 297/592] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:14 2026] POST /v2.0/routers => generated 507 bytes in 1149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:15.787 7 INFO neutron.db.l3_hamode_db [None req-588dc451-e1ae-4859-8130-54c3be6468c1 40f4e888e6dc48ba847cce16b6cab602 ccc812ff097f48c3853ee349c8559f94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:37:16.255 7 INFO neutron.services.segments.plugin [-] Segment c320657d-4a07-4eb6-bef1-6d030b77b0b3 resource provider aggregate not found 2026-04-23 17:37:16.260 7 INFO neutron.services.segments.plugin [-] Segment c320657d-4a07-4eb6-bef1-6d030b77b0b3 resource provider aggregate not found 2026-04-23 17:37:16.278 7 INFO neutron.services.segments.plugin [-] Segment c320657d-4a07-4eb6-bef1-6d030b77b0b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c320657d-4a07-4eb6-bef1-6d030b77b0b3 found for delete ", "request_id": "req-b3cc6d98-6502-4f4f-9f09-6beb13d55eb0"}]} 2026-04-23 17:37:16.281 7 INFO neutron.services.segments.plugin [-] Segment c320657d-4a07-4eb6-bef1-6d030b77b0b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c320657d-4a07-4eb6-bef1-6d030b77b0b3 found for delete ", "request_id": "req-18d54531-c55a-4682-91d3-494a89391f08"}]} 2026-04-23 17:37:16.511 7 INFO neutron.db.l3_hamode_db [None req-588dc451-e1ae-4859-8130-54c3be6468c1 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 298/593] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:37:15 2026] PUT /v2.0/routers/360bbcb5-1b9d-41c1-990d-2cf10aeb1dcd/add_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/596] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:37:16 2026] GET /v2.0/ports/7465e089-b004-40e3-9ed4-16b699952965 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/597] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:15 2026] POST /v2.0/routers => generated 731 bytes in 2064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/598] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:37:16 2026] PUT /v2.0/routers/360bbcb5-1b9d-41c1-990d-2cf10aeb1dcd/add_router_interface => generated 309 bytes in 1533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/599] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:37:18 2026] GET /v2.0/ports/ce0f7cee-eca0-467b-9294-a3c314c70940 => generated 955 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:18.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-08b51d6e-ed09-434e-beb2-65b14eef31cf 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] TaaS: Handle Delete Port: ce0f7cee-eca0-467b-9294-a3c314c70940 2026-04-23 17:37:18.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08b51d6e-ed09-434e-beb2-65b14eef31cf 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Tap Mirror: Handle Delete Port: ce0f7cee-eca0-467b-9294-a3c314c70940 [pid: 8|app: 0|req: 304/600] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:18 2026] PUT /v2.0/routers/360bbcb5-1b9d-41c1-990d-2cf10aeb1dcd/remove_router_interface => generated 309 bytes in 794 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:19.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-007f1a3f-c31a-426a-b0f8-6fe1f6e695c0 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] TaaS: Handle Delete Port: 7465e089-b004-40e3-9ed4-16b699952965 2026-04-23 17:37:19.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-007f1a3f-c31a-426a-b0f8-6fe1f6e695c0 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Tap Mirror: Handle Delete Port: 7465e089-b004-40e3-9ed4-16b699952965 [pid: 7|app: 0|req: 297/601] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:37:17 2026] PUT /v2.0/routers/ead4198c-6e42-4e9e-b4b1-3d3cc00f99ea/add_router_interface => generated 309 bytes in 1948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/602] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:19 2026] GET /v2.0/security-groups?tenant_id=b1452efabf974743be438f1188410ccf&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/603] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:19 2026] PUT /v2.0/routers/360bbcb5-1b9d-41c1-990d-2cf10aeb1dcd/remove_router_interface => generated 309 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/604] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:19 2026] GET /v2.0/ports?device_id=360bbcb5-1b9d-41c1-990d-2cf10aeb1dcd => 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: 299/605] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:19 2026] DELETE /v2.0/security-groups/9943307c-a8aa-4609-b975-c98ba0e885a6 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:20.085 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fc566e3-0c32-4980-85ec-567d4d5d82b8 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] TaaS: Handle Delete Port: dfb567c9-9487-4da3-853f-dac4ceb818db 2026-04-23 17:37:20.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fc566e3-0c32-4980-85ec-567d4d5d82b8 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Tap Mirror: Handle Delete Port: dfb567c9-9487-4da3-853f-dac4ceb818db [pid: 7|app: 0|req: 300/606] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:20 2026] GET /v2.0/security-groups?tenant_id=dcd59633647d40c78db7e2d0381891e6&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/607] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:20 2026] DELETE /v2.0/security-groups/9d208c3c-1e2d-469e-80aa-4fac9b2744db => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:20.431 8 INFO neutron.services.segments.plugin [-] Segment d7c2b853-0b86-4914-9c68-e02a197dba3a resource provider aggregate not found 2026-04-23 17:37:20.443 8 INFO neutron.services.segments.plugin [-] Segment d7c2b853-0b86-4914-9c68-e02a197dba3a resource provider aggregate not found 2026-04-23 17:37:20.460 8 INFO neutron.services.segments.plugin [-] Segment d7c2b853-0b86-4914-9c68-e02a197dba3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7c2b853-0b86-4914-9c68-e02a197dba3a found for delete ", "request_id": "req-7823b706-08e6-4978-96cc-c940298f8724"}]} [pid: 7|app: 0|req: 302/608] 10.0.0.254 () {34 vars in 685 bytes} [Thu Apr 23 17:37:20 2026] POST /v2.0/security-groups => generated 1659 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 17:37:20.471 8 INFO neutron.db.l3_hamode_db [None req-1fc566e3-0c32-4980-85ec-567d4d5d82b8 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] HA network d7e9c8d9-a710-45f7-82a8-b28f3fc39ae7 was deleted as no HA routers are present in tenant 1bf0e128ba1c41d89ca95e9303eac938. [pid: 8|app: 0|req: 307/609] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:19 2026] DELETE /v2.0/routers/360bbcb5-1b9d-41c1-990d-2cf10aeb1dcd => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:20.480 8 INFO neutron.services.segments.plugin [-] Segment d7c2b853-0b86-4914-9c68-e02a197dba3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7c2b853-0b86-4914-9c68-e02a197dba3a found for delete ", "request_id": "req-70bc228a-729d-4acf-a447-379a09ffd7b8"}]} [pid: 7|app: 0|req: 303/610] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:37:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/611] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:20 2026] DELETE /v2.0/subnets/84bbe886-8d2c-429f-bd71-9c6ad2fc0e32 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/612] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:37:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/613] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:20 2026] DELETE /v2.0/subnets/b73fbb65-bd4c-4ae8-a278-ccb1ff64b5f2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:20.932 8 INFO neutron_taas.services.taas.taas_plugin [None req-56be8005-465b-4d12-b769-7d394a9cd2fb 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] TaaS: Handle Delete Port: be301f52-6e9e-4a19-8e7f-88962479fc65 2026-04-23 17:37:20.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56be8005-465b-4d12-b769-7d394a9cd2fb 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Tap Mirror: Handle Delete Port: be301f52-6e9e-4a19-8e7f-88962479fc65 [pid: 8|app: 0|req: 310/614] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:20 2026] DELETE /v2.0/networks/9e1c51eb-c34c-43af-87f6-ee3df16cf762 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/615] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:21 2026] DELETE /v2.0/networks/d32af2f8-6679-4790-8085-f6413ea93277 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/616] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:37:20 2026] POST /v2.0/floatingips => generated 552 bytes in 626 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:21.380 8 INFO neutron.db.segments_db [None req-d1219600-4d1c-4734-9277-94f1b6fec3e9 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Added segment 6bc2e92c-28f6-424b-8b55-2d4c5e6594bc of type vxlan for network caf36ad2-b8ab-42be-a375-6f7252fb4d18 [pid: 8|app: 0|req: 312/617] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:21 2026] POST /v2.0/networks => generated 610 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/618] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:21 2026] POST /v2.0/subnets => generated 626 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:21.862 8 INFO neutron.db.segments_db [None req-97691ca2-71f8-4f52-9264-c150af06a9ec 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Added segment 5dc74c83-e2e2-4550-bebc-f65b094019d2 of type vxlan for network f4dd58fd-c6a8-44ac-86ef-43d04d5ab0fe [pid: 7|app: 0|req: 307/619] 10.0.0.235 () {34 vars in 1098 bytes} [Thu Apr 23 17:37:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--810008646&fields=id&tenant_id=ccc812ff097f48c3853ee349c8559f94 => 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: 308/620] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:37:21 2026] GET /v2.0/networks?id=bf50b94a-69a7-44b0-9efb-dc20f241c84d => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/621] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:37:21 2026] GET /v2.0/quotas/ccc812ff097f48c3853ee349c8559f94 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/622] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:37:22 2026] GET /v2.0/ports?tenant_id=ccc812ff097f48c3853ee349c8559f94&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:22.168 8 INFO neutron.db.l3_hamode_db [None req-97691ca2-71f8-4f52-9264-c150af06a9ec 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 311/623] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:37:22 2026] GET /v2.0/networks/bf50b94a-69a7-44b0-9efb-dc20f241c84d?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: 312/624] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:22 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/625] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:37:22 2026] GET /v2.0/networks/bf50b94a-69a7-44b0-9efb-dc20f241c84d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:22.348 8 INFO neutron.db.l3_hamode_db [None req-97691ca2-71f8-4f52-9264-c150af06a9ec 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 314/626] 10.0.0.235 () {34 vars in 971 bytes} [Thu Apr 23 17:37:22 2026] GET /v2.0/ports/c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => generated 972 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:22.488 8 INFO neutron.services.segments.plugin [-] Segment 674b52e7-bd19-476c-890c-a036b27b020c resource provider aggregate not found [pid: 7|app: 0|req: 315/627] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:22 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:22.506 8 INFO neutron.services.segments.plugin [-] Segment 674b52e7-bd19-476c-890c-a036b27b020c resource provider aggregate not found 2026-04-23 17:37:22.514 8 INFO neutron.services.segments.plugin [-] Segment 674b52e7-bd19-476c-890c-a036b27b020c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 674b52e7-bd19-476c-890c-a036b27b020c found for delete ", "request_id": "req-d5360cb9-d44b-4800-a234-32b8486971e8"}]} 2026-04-23 17:37:22.523 8 INFO neutron.services.segments.plugin [-] Segment 674b52e7-bd19-476c-890c-a036b27b020c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 674b52e7-bd19-476c-890c-a036b27b020c found for delete ", "request_id": "req-79170be3-a49e-4c82-857f-a9c2bcead565"}]} 2026-04-23 17:37:22.535 8 INFO neutron.services.segments.plugin [-] Segment 17d05cd7-2151-4e80-859b-576b974cc6f2 resource provider aggregate not found 2026-04-23 17:37:22.553 8 INFO neutron.services.segments.plugin [-] Segment 17d05cd7-2151-4e80-859b-576b974cc6f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17d05cd7-2151-4e80-859b-576b974cc6f2 found for delete ", "request_id": "req-1919622e-eed5-485a-8676-7003e5f6ff01"}]} 2026-04-23 17:37:22.556 8 INFO neutron.services.segments.plugin [-] Segment 17d05cd7-2151-4e80-859b-576b974cc6f2 resource provider aggregate not found 2026-04-23 17:37:22.577 8 INFO neutron.services.segments.plugin [-] Segment 17d05cd7-2151-4e80-859b-576b974cc6f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17d05cd7-2151-4e80-859b-576b974cc6f2 found for delete ", "request_id": "req-6f64e320-38ac-4c17-9d5b-2460602b3e65"}]} [pid: 8|app: 0|req: 313/628] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:21 2026] POST /v2.0/routers => generated 507 bytes in 1242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/629] 199.19.213.236 () {34 vars in 1000 bytes} [Thu Apr 23 17:37:23 2026] GET /v2.0/subnets?network_id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224 => generated 684 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/630] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:22 2026] GET /v2.0/security-groups?tenant_id=d8b59bc0bf9f42d5aa6279c71a069eee&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/631] 199.19.213.236 () {34 vars in 1146 bytes} [Thu Apr 23 17:37:23 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540&device_owner=compute%3Anova&network_id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/632] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:23 2026] DELETE /v2.0/security-groups/926eb914-3f07-4819-8073-9d8666528839 => 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: 315/633] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:37:23 2026] POST /v2.0/ports => generated 951 bytes in 354 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: 319/634] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:37:23 2026] PUT /v2.0/ports/c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => generated 1149 bytes in 404 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: 320/635] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:23 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:23.871 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-46f8eaae-3933-4768-b228-3421559d4577'] response: {'name': 'network-changed', 'server_uuid': '8cf2536b-9a8a-458b-aba1-e008e1eb8540', 'tag': 'c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 321/636] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:37:24 2026] GET /v2.0/ports?tenant_id=267b321dbf324e8cb193ac65f9657d1e&device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => 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: 322/637] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:37:24 2026] GET /v2.0/networks?id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/638] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:37:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => generated 861 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/639] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:37:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => 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: 325/640] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:37:24 2026] GET /v2.0/subnets?id=55a6e0e2-a35e-4d86-af32-ecb58fa4783f => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/641] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:37:23 2026] PUT /v2.0/routers/c68b1217-0a34-4c93-83d2-6e3a46603ff8/add_router_interface => generated 309 bytes in 1159 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: 326/642] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:37:24 2026] GET /v2.0/ports?network_id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/643] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:37:24 2026] GET /v2.0/ports/c726e41f-70f4-480a-9334-76f5ace94421 => generated 1025 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/644] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:37:24 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/645] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:37:24 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/646] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:24 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:25.053 8 INFO neutron_taas.services.taas.taas_plugin [None req-5aaf7e49-15f9-48fb-81f3-cd08be5bc1aa 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] TaaS: Handle Delete Port: c726e41f-70f4-480a-9334-76f5ace94421 2026-04-23 17:37:25.057 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5aaf7e49-15f9-48fb-81f3-cd08be5bc1aa 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Tap Mirror: Handle Delete Port: c726e41f-70f4-480a-9334-76f5ace94421 [pid: 8|app: 0|req: 318/647] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:24 2026] PUT /v2.0/routers/c68b1217-0a34-4c93-83d2-6e3a46603ff8/remove_router_interface => generated 309 bytes in 811 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 17:37:25.493 7 INFO neutron.db.segments_db [None req-38fe6860-3d29-4897-b1fc-76e32092c083 411c9d9988534ccc837af325c4ee4c6f 54e602db18a34f6c9c77b21e2cc340d0 - - default default] Added segment c1b2a650-d3c9-43b4-aa41-d0b098480b5f of type vxlan for network f4d3e9ad-37b1-411f-8855-ff7bb50a6ec0 [pid: 7|app: 0|req: 330/648] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:25 2026] POST /v2.0/networks => generated 624 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:25.585 8 INFO neutron.api.v2.resource [None req-562aa581-6739-40a2-b232-dc79ccb558f6 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 319/649] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:25 2026] PUT /v2.0/routers/c68b1217-0a34-4c93-83d2-6e3a46603ff8/remove_router_interface => generated 197 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/650] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:25 2026] GET /v2.0/ports?device_id=c68b1217-0a34-4c93-83d2-6e3a46603ff8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:25.775 7 INFO neutron_taas.services.taas.taas_plugin [None req-3cca93d1-f72e-4f1f-824f-5316a9e0028c 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] TaaS: Handle Delete Port: 077eaf9b-4833-4e2e-97f2-3e7e47728af7 2026-04-23 17:37:25.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cca93d1-f72e-4f1f-824f-5316a9e0028c 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Tap Mirror: Handle Delete Port: 077eaf9b-4833-4e2e-97f2-3e7e47728af7 [pid: 8|app: 0|req: 320/651] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:25 2026] POST /v2.0/subnets => generated 641 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/652] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:25 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 1152 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/653] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:37:25 2026] GET /v2.0/ports?tenant_id=267b321dbf324e8cb193ac65f9657d1e&device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 1421 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:25.982 8 INFO neutron.db.segments_db [None req-8430afaf-ca32-4e66-9e5b-b3f170eef544 411c9d9988534ccc837af325c4ee4c6f 54e602db18a34f6c9c77b21e2cc340d0 - - default default] Added segment 98546067-db31-4621-aab7-5394c2b48339 of type vxlan for network b42aa983-6451-4731-a5ce-6f2942c33e51 [pid: 8|app: 0|req: 323/654] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:25 2026] POST /v2.0/networks => generated 625 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/655] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:26 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/656] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:37:26 2026] GET /v2.0/networks?id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224 => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:26.131 7 INFO neutron.services.segments.plugin [-] Segment 5dc74c83-e2e2-4550-bebc-f65b094019d2 resource provider aggregate not found 2026-04-23 17:37:26.137 7 INFO neutron.services.segments.plugin [-] Segment 5dc74c83-e2e2-4550-bebc-f65b094019d2 resource provider aggregate not found [pid: 8|app: 0|req: 326/657] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:26 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:26.150 7 INFO neutron.services.segments.plugin [-] Segment 5dc74c83-e2e2-4550-bebc-f65b094019d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dc74c83-e2e2-4550-bebc-f65b094019d2 found for delete ", "request_id": "req-fb216393-8385-4556-bd68-bd19d1abcdf7"}]} 2026-04-23 17:37:26.158 7 INFO neutron.services.segments.plugin [-] Segment 5dc74c83-e2e2-4550-bebc-f65b094019d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dc74c83-e2e2-4550-bebc-f65b094019d2 found for delete ", "request_id": "req-b2ca5090-0140-47b7-beb1-afc5e12a35ee"}]} 2026-04-23 17:37:26.163 7 INFO neutron.db.l3_hamode_db [None req-3cca93d1-f72e-4f1f-824f-5316a9e0028c 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] HA network f4dd58fd-c6a8-44ac-86ef-43d04d5ab0fe was deleted as no HA routers are present in tenant 1bf0e128ba1c41d89ca95e9303eac938. [pid: 7|app: 0|req: 332/658] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:25 2026] DELETE /v2.0/routers/c68b1217-0a34-4c93-83d2-6e3a46603ff8 => generated 0 bytes in 559 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/659] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:37:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/660] 10.0.0.254 () {34 vars in 743 bytes} [Thu Apr 23 17:37:26 2026] PUT /v2.0/networks/b42aa983-6451-4731-a5ce-6f2942c33e51 => generated 592 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/661] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:37:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/662] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:26 2026] DELETE /v2.0/subnets/1ccf36e7-0b52-41c2-ba1c-abeba7afe179 => 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: 335/663] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:37:26 2026] GET /v2.0/subnets?id=55a6e0e2-a35e-4d86-af32-ecb58fa4783f => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/664] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:26 2026] DELETE /v2.0/networks/caf36ad2-b8ab-42be-a375-6f7252fb4d18 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/665] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:26 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/666] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:37:26 2026] GET /v2.0/ports?network_id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:26.601 8 INFO neutron.db.segments_db [None req-a3570280-016b-40db-b643-5c6a79abf379 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Added segment 16af904e-f77b-4714-b5aa-be45c6e6dbf8 of type vxlan for network b582462a-cfe3-42ff-994e-991082e23b49 [pid: 8|app: 0|req: 330/667] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:26 2026] POST /v2.0/networks => generated 611 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/668] 10.0.0.254 () {34 vars in 741 bytes} [Thu Apr 23 17:37:26 2026] PUT /v2.0/subnets/3423981b-3791-41f0-bee0-bc8e6cb507a4 => generated 636 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/669] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:37:26 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/670] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:26 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:26.922 8 INFO neutron.services.segments.plugin [-] Segment 98546067-db31-4621-aab7-5394c2b48339 resource provider aggregate not found 2026-04-23 17:37:26.928 8 INFO neutron.services.segments.plugin [-] Segment 98546067-db31-4621-aab7-5394c2b48339 resource provider aggregate not found 2026-04-23 17:37:26.943 8 INFO neutron.services.segments.plugin [-] Segment 98546067-db31-4621-aab7-5394c2b48339 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98546067-db31-4621-aab7-5394c2b48339 found for delete ", "request_id": "req-5fe3443c-21f3-4c81-a009-f7a1fb9ede0b"}]} [pid: 8|app: 0|req: 332/671] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:26 2026] DELETE /v2.0/networks/b42aa983-6451-4731-a5ce-6f2942c33e51 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:26.955 8 INFO neutron.services.segments.plugin [-] Segment 98546067-db31-4621-aab7-5394c2b48339 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98546067-db31-4621-aab7-5394c2b48339 found for delete ", "request_id": "req-b7c29c56-9550-47ee-8da0-edb2d569d273"}]} [pid: 7|app: 0|req: 340/672] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:37:26 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?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) 2026-04-23 17:37:26.969 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5487efbb-9915-40d5-b330-46e874ae06f6 411c9d9988534ccc837af325c4ee4c6f 54e602db18a34f6c9c77b21e2cc340d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 341/673] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:26 2026] DELETE /v2.0/networks/b42aa983-6451-4731-a5ce-6f2942c33e51 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:26.988 8 INFO neutron.db.segments_db [None req-edf267ab-ce54-4639-897b-fbe5133ff9a9 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Added segment a767f647-b4c4-4d03-ac2e-3b926e1bb9f9 of type vxlan for network e6de54b4-fe2b-4bb5-92e5-3b89af6ad8f9 [pid: 7|app: 0|req: 342/674] 10.0.0.254 () {32 vars in 694 bytes} [Thu Apr 23 17:37:26 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/675] 10.0.0.254 () {32 vars in 742 bytes} [Thu Apr 23 17:37:27 2026] GET /v2.0/subnets?network_id=53fb7aa3-cf43-4fb1-9a61-9e673b1cf80b => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/676] 10.0.0.254 () {32 vars in 653 bytes} [Thu Apr 23 17:37:27 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: 345/677] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:37:27 2026] GET /v2.0/networks => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/678] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:37:27 2026] GET /v2.0/subnets => generated 1280 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:27.232 8 INFO neutron.db.l3_hamode_db [None req-edf267ab-ce54-4639-897b-fbe5133ff9a9 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 347/679] 10.0.0.254 () {32 vars in 723 bytes} [Thu Apr 23 17:37:27 2026] GET /v2.0/networks/f4d3e9ad-37b1-411f-8855-ff7bb50a6ec0 => generated 668 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/680] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:27 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => 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: 349/681] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:37:27 2026] GET /v2.0/subnets/90501d9c-22b6-45ed-8322-75d7acf3d565 => generated 641 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:27.309 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e9cc2b6d-b3e5-4092-9589-40850855b597 411c9d9988534ccc837af325c4ee4c6f 54e602db18a34f6c9c77b21e2cc340d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 350/682] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:27 2026] DELETE /v2.0/subnets/3423981b-3791-41f0-bee0-bc8e6cb507a4 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:27.324 7 INFO neutron.pecan_wsgi.hooks.translation [None req-20fe18f6-9aa8-4474-98d5-0a7ba5f8b842 411c9d9988534ccc837af325c4ee4c6f 54e602db18a34f6c9c77b21e2cc340d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 351/683] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:27 2026] DELETE /v2.0/networks/b42aa983-6451-4731-a5ce-6f2942c33e51 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:27.341 8 INFO neutron.db.l3_hamode_db [None req-edf267ab-ce54-4639-897b-fbe5133ff9a9 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 352/684] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:27 2026] DELETE /v2.0/subnets/90501d9c-22b6-45ed-8322-75d7acf3d565 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/685] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:27 2026] DELETE /v2.0/networks/f4d3e9ad-37b1-411f-8855-ff7bb50a6ec0 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/686] 199.19.213.236 () {34 vars in 1118 bytes} [Thu Apr 23 17:37:27 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/687] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:26 2026] POST /v2.0/routers => generated 504 bytes in 967 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/688] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:37:27 2026] PUT /v2.0/ports/c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => generated 972 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:28.134 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d06383e3-f481-4c66-a8cc-11df872a4311'] response: {'name': 'network-changed', 'server_uuid': '8cf2536b-9a8a-458b-aba1-e008e1eb8540', 'tag': 'c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c', 'status': 'completed', 'code': 200} 2026-04-23 17:37:28.170 7 INFO neutron.services.segments.plugin [-] Segment 6bc2e92c-28f6-424b-8b55-2d4c5e6594bc resource provider aggregate not found 2026-04-23 17:37:28.180 7 INFO neutron.services.segments.plugin [-] Segment 6bc2e92c-28f6-424b-8b55-2d4c5e6594bc resource provider aggregate not found 2026-04-23 17:37:28.185 7 INFO neutron.services.segments.plugin [-] Segment 6bc2e92c-28f6-424b-8b55-2d4c5e6594bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bc2e92c-28f6-424b-8b55-2d4c5e6594bc found for delete ", "request_id": "req-a714af8d-fa49-4d55-a869-634d8b557021"}]} /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 17:37:28.224 7 INFO neutron.services.segments.plugin [-] Segment c1b2a650-d3c9-43b4-aa41-d0b098480b5f resource provider aggregate not found 2026-04-23 17:37:28.229 7 INFO neutron.services.segments.plugin [-] Segment 6bc2e92c-28f6-424b-8b55-2d4c5e6594bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bc2e92c-28f6-424b-8b55-2d4c5e6594bc found for delete ", "request_id": "req-6cda450d-da39-4194-afdf-2602386b97d7"}]} 2026-04-23 17:37:28.250 7 INFO neutron.services.segments.plugin [-] Segment c1b2a650-d3c9-43b4-aa41-d0b098480b5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1b2a650-d3c9-43b4-aa41-d0b098480b5f found for delete ", "request_id": "req-78fb2aed-ee43-4702-b24c-88dbe7664f7e"}]} 2026-04-23 17:37:28.252 7 INFO neutron.services.segments.plugin [-] Segment c1b2a650-d3c9-43b4-aa41-d0b098480b5f resource provider aggregate not found [pid: 7|app: 0|req: 356/689] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:28 2026] GET /v2.0/security-groups?tenant_id=54e602db18a34f6c9c77b21e2cc340d0&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:28.271 7 INFO neutron.services.segments.plugin [-] Segment c1b2a650-d3c9-43b4-aa41-d0b098480b5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1b2a650-d3c9-43b4-aa41-d0b098480b5f found for delete ", "request_id": "req-0fc88cbc-6d36-4808-8ec8-28debc5fc6fc"}]} [pid: 7|app: 0|req: 357/690] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:28 2026] DELETE /v2.0/security-groups/018a9572-a495-4e1b-8b12-f99bab186366 => 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: 358/691] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:37:28 2026] GET /v2.0/networks?id=bf50b94a-69a7-44b0-9efb-dc20f241c84d => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/692] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:28 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => 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: 360/693] 199.19.213.236 () {34 vars in 1050 bytes} [Thu Apr 23 17:37:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ccc812ff097f48c3853ee349c8559f94 => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/694] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:37:28 2026] POST /v2.0/ports => generated 954 bytes in 420 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: 362/695] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:37:28 2026] GET /v2.0/ports?tenant_id=267b321dbf324e8cb193ac65f9657d1e&device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/696] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:37:27 2026] PUT /v2.0/routers/0e0de30a-4a65-4d9c-9199-4d5071396d76/add_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/697] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:37:28 2026] GET /v2.0/networks?id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224 => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/698] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:37:29 2026] GET /v2.0/ports/a5a52a06-6b11-4bc1-8493-2d51daa87592 => generated 955 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/699] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/700] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:37:28 2026] PUT /v2.0/ports/6b2eaac1-992f-4d98-b6fa-b7207c4fee50 => generated 1235 bytes in 464 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: 364/701] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:37:29 2026] GET /v2.0/subnets?id=55a6e0e2-a35e-4d86-af32-ecb58fa4783f => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/702] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:37:29 2026] GET /v2.0/ports?network_id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:29.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-52c842e2-a35b-4aae-8bd1-5b7ab270eab7 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] TaaS: Handle Delete Port: a5a52a06-6b11-4bc1-8493-2d51daa87592 2026-04-23 17:37:29.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52c842e2-a35b-4aae-8bd1-5b7ab270eab7 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Tap Mirror: Handle Delete Port: a5a52a06-6b11-4bc1-8493-2d51daa87592 [pid: 7|app: 0|req: 366/703] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:37:29 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?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: 367/704] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:29 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => 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: 368/705] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:37:29 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?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: 369/706] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:29 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/707] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:29 2026] PUT /v2.0/routers/0e0de30a-4a65-4d9c-9199-4d5071396d76/remove_router_interface => generated 309 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/708] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:29 2026] GET /v2.0/ports?device_id=0e0de30a-4a65-4d9c-9199-4d5071396d76 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:30.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2b768b3-d2bd-4477-a7d9-3c92b8d02a80 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] TaaS: Handle Delete Port: 12d76e4e-8640-481c-b098-f39b76f69720 2026-04-23 17:37:30.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2b768b3-d2bd-4477-a7d9-3c92b8d02a80 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Tap Mirror: Handle Delete Port: 12d76e4e-8640-481c-b098-f39b76f69720 2026-04-23 17:37:30.173 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebe1ca3c-1e9c-4185-8d76-87cae99a7a6b'] response: {'name': 'network-changed', 'server_uuid': 'ac8b4d1a-f918-47e3-a9b9-66d13229fef7', 'tag': '6b2eaac1-992f-4d98-b6fa-b7207c4fee50', 'status': 'completed', 'code': 200} 2026-04-23 17:37:30.408 7 INFO neutron.db.segments_db [None req-8725d2da-55cc-4191-bc00-73ae3e05ccc0 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Added segment 6c92b675-5f26-4f01-9c61-0f0f264af91c of type vxlan for network 90214967-bc4c-4fa1-a4ab-510c36b82e16 2026-04-23 17:37:30.470 8 INFO neutron.services.segments.plugin [-] Segment a767f647-b4c4-4d03-ac2e-3b926e1bb9f9 resource provider aggregate not found 2026-04-23 17:37:30.477 8 INFO neutron.services.segments.plugin [-] Segment a767f647-b4c4-4d03-ac2e-3b926e1bb9f9 resource provider aggregate not found 2026-04-23 17:37:30.488 8 INFO neutron.services.segments.plugin [-] Segment a767f647-b4c4-4d03-ac2e-3b926e1bb9f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a767f647-b4c4-4d03-ac2e-3b926e1bb9f9 found for delete ", "request_id": "req-10d9b25c-c2fe-4dcf-a89a-9a67f921075e"}]} 2026-04-23 17:37:30.495 8 INFO neutron.services.segments.plugin [-] Segment a767f647-b4c4-4d03-ac2e-3b926e1bb9f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a767f647-b4c4-4d03-ac2e-3b926e1bb9f9 found for delete ", "request_id": "req-a5b6e479-7fd3-4fb0-a4c9-8c83b5f0a740"}]} 2026-04-23 17:37:30.516 8 INFO neutron.db.l3_hamode_db [None req-c2b768b3-d2bd-4477-a7d9-3c92b8d02a80 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] HA network e6de54b4-fe2b-4bb5-92e5-3b89af6ad8f9 was deleted as no HA routers are present in tenant 1bf0e128ba1c41d89ca95e9303eac938. [pid: 8|app: 0|req: 339/709] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:29 2026] DELETE /v2.0/routers/0e0de30a-4a65-4d9c-9199-4d5071396d76 => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/710] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:30 2026] POST /v2.0/networks => generated 614 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/711] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:37:30 2026] GET /v2.0/ports?tenant_id=ccc812ff097f48c3853ee349c8559f94&device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:30.617 8 INFO neutron.db.segments_db [None req-ccc2ad89-863a-4d2b-b30c-51de6d6b4d66 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Added segment 90d0c74e-6e68-4044-a724-ea3e971ad376 of type vxlan for network dcae74a9-72db-4ccb-89dd-433cc536632a [pid: 8|app: 0|req: 341/712] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:30 2026] POST /v2.0/networks => generated 615 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/713] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:30 2026] DELETE /v2.0/subnets/ea4fb51a-36ef-4316-b08d-c5641cc43464 => 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: 342/716] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:37:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6b2eaac1-992f-4d98-b6fa-b7207c4fee50 => 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: 375/717] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:30 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/718] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:37:30 2026] GET /v2.0/ports?tenant_id=267b321dbf324e8cb193ac65f9657d1e&device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:30.851 7 INFO neutron.services.segments.plugin [-] Segment 16af904e-f77b-4714-b5aa-be45c6e6dbf8 resource provider aggregate not found 2026-04-23 17:37:30.851 7 INFO neutron.services.segments.plugin [-] Segment 16af904e-f77b-4714-b5aa-be45c6e6dbf8 resource provider aggregate not found [pid: 8|app: 0|req: 344/719] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:30 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:30.871 7 INFO neutron.services.segments.plugin [-] Segment 16af904e-f77b-4714-b5aa-be45c6e6dbf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16af904e-f77b-4714-b5aa-be45c6e6dbf8 found for delete ", "request_id": "req-a2aadc6b-26b8-42cd-9b62-a7ed56e56e77"}]} 2026-04-23 17:37:30.876 7 INFO neutron.services.segments.plugin [-] Segment 16af904e-f77b-4714-b5aa-be45c6e6dbf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16af904e-f77b-4714-b5aa-be45c6e6dbf8 found for delete ", "request_id": "req-1c6dc456-03bf-4945-b878-6f14feec0042"}]} [pid: 7|app: 0|req: 376/720] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:30 2026] DELETE /v2.0/networks/b582462a-cfe3-42ff-994e-991082e23b49 => 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: 377/721] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:37:30 2026] GET /v2.0/subnets?id=cb7e4252-c056-4702-8aed-87362879552f => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/722] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:30 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/723] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:37:30 2026] GET /v2.0/networks?id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224 => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/724] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:31 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:31.112 7 INFO neutron.db.segments_db [None req-237e2dfa-b901-4a46-97b0-f2da95be0075 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Added segment b5492a02-81c0-40f6-a36e-37380340bc01 of type vxlan for network b82337df-fc1c-4d5a-ba41-08565c8e2b04 [pid: 8|app: 0|req: 345/725] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:30 2026] POST /v2.0/subnets => generated 646 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/726] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:37:31 2026] GET /v2.0/ports?network_id=bf50b94a-69a7-44b0-9efb-dc20f241c84d&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/727] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:37:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:31.421 7 INFO neutron.db.l3_hamode_db [None req-237e2dfa-b901-4a46-97b0-f2da95be0075 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 348/728] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:31 2026] POST /v2.0/subnets => generated 655 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/729] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:37:31 2026] GET /v2.0/networks/bf50b94a-69a7-44b0-9efb-dc20f241c84d?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: 350/730] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:37:31 2026] GET /v2.0/subnets?id=55a6e0e2-a35e-4d86-af32-ecb58fa4783f => generated 702 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:31.618 8 INFO neutron.db.segments_db [None req-7b2a94d9-9203-49c7-ab87-226d98cd2313 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Added segment 09e567b1-c72c-4a02-8695-8646b2b12f54 of type vxlan for network dfd2fd9d-2c6e-4113-88ae-a50c521d061c 2026-04-23 17:37:31.885 8 INFO neutron.db.l3_hamode_db [None req-7b2a94d9-9203-49c7-ab87-226d98cd2313 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:37:31.998 8 INFO neutron.db.l3_hamode_db [None req-7b2a94d9-9203-49c7-ab87-226d98cd2313 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:37:32.289 7 INFO neutron.db.l3_hamode_db [None req-237e2dfa-b901-4a46-97b0-f2da95be0075 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 351/731] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:31 2026] POST /v2.0/routers => generated 511 bytes in 1114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/732] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:37:32 2026] GET /v2.0/networks/bf50b94a-69a7-44b0-9efb-dc20f241c84d?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: 353/733] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:37:32 2026] GET /v2.0/ports?network_id=e232c1a5-536d-4dc7-b15a-cec2fcf3b224&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: 354/734] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:32 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/735] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:32 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/736] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:31 2026] POST /v2.0/routers => generated 688 bytes in 2143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/737] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:37:33 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?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: 383/738] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:33 2026] GET /v2.0/security-groups?id=8996a174-53a4-4020-a378-5a116b0e9f21&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: 384/739] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:33 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/740] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:37:33 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/741] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:37:33 2026] GET /v2.0/routers/ce0f9af7-8989-4630-9be4-a7a2f382d362 => generated 694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/742] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:37:33 2026] GET /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224?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) 2026-04-23 17:37:33.608 7 INFO neutron_taas.services.taas.taas_plugin [req-e77eed9f-5d9d-407f-9e28-b82d0b8ed735 req-dcec915a-f763-4528-88e0-0b088150c7ca 96aa9dd0597a48a59c0335eb013ebbde 267b321dbf324e8cb193ac65f9657d1e - - default default] TaaS: Handle Delete Port: c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c 2026-04-23 17:37:33.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e77eed9f-5d9d-407f-9e28-b82d0b8ed735 req-dcec915a-f763-4528-88e0-0b088150c7ca 96aa9dd0597a48a59c0335eb013ebbde 267b321dbf324e8cb193ac65f9657d1e - - default default] Tap Mirror: Handle Delete Port: c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c 2026-04-23 17:37:33.725 7 INFO neutron.db.l3_db [req-e77eed9f-5d9d-407f-9e28-b82d0b8ed735 req-dcec915a-f763-4528-88e0-0b088150c7ca 96aa9dd0597a48a59c0335eb013ebbde 267b321dbf324e8cb193ac65f9657d1e - - default default] Floating IP ecbc1e87-22ff-4243-8906-4e7e13be5ea0 disassociated. External IP: 10.96.250.211, port: c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c. [pid: 7|app: 0|req: 388/743] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:37:33 2026] DELETE /v2.0/ports/c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c => generated 0 bytes in 602 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:34.166 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-810b917d-fc01-4bbc-9249-214c7f2d351b'] response: {'server_uuid': '8cf2536b-9a8a-458b-aba1-e008e1eb8540', 'name': 'network-vif-deleted', 'tag': 'c5fcfd81-a2ae-4888-a8bf-0d38930b3c3c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 389/744] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/routers => generated 697 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/745] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/ports?tenant_id=ccc812ff097f48c3853ee349c8559f94&device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/746] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:37:32 2026] PUT /v2.0/routers/cb1581ea-7282-4542-a761-21b4cf5da685/add_router_interface => generated 309 bytes in 1472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/747] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/networks?id=bf50b94a-69a7-44b0-9efb-dc20f241c84d => generated 772 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/748] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/ports/f9d67ccc-8c93-497d-a605-21a3347abe81 => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/749] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => 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: 360/750] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6b2eaac1-992f-4d98-b6fa-b7207c4fee50 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/751] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/752] 10.0.0.254 () {34 vars in 741 bytes} [Thu Apr 23 17:37:34 2026] PUT /v2.0/routers/ce0f9af7-8989-4630-9be4-a7a2f382d362 => generated 701 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/753] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/subnets?id=cb7e4252-c056-4702-8aed-87362879552f => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/754] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/755] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/routers/ce0f9af7-8989-4630-9be4-a7a2f382d362 => generated 701 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/756] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/ports?network_id=bf50b94a-69a7-44b0-9efb-dc20f241c84d&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/757] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/ports?device_id=ce0f9af7-8989-4630-9be4-a7a2f382d362 => 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: 397/758] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:37:34 2026] GET /v2.0/networks/bf50b94a-69a7-44b0-9efb-dc20f241c84d?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:35.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-60084512-ba0b-44e5-993c-4b10351f95ec 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] TaaS: Handle Delete Port: 2c693564-bdc0-40b3-9763-2e12b05efb03 2026-04-23 17:37:35.076 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60084512-ba0b-44e5-993c-4b10351f95ec 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Tap Mirror: Handle Delete Port: 2c693564-bdc0-40b3-9763-2e12b05efb03 2026-04-23 17:37:35.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-60084512-ba0b-44e5-993c-4b10351f95ec 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] TaaS: Handle Delete Port: c23c2d59-f5da-49de-8918-1766feb09f23 2026-04-23 17:37:35.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60084512-ba0b-44e5-993c-4b10351f95ec 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] Tap Mirror: Handle Delete Port: c23c2d59-f5da-49de-8918-1766feb09f23 [pid: 8|app: 0|req: 362/759] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:37:34 2026] PUT /v2.0/routers/cb1581ea-7282-4542-a761-21b4cf5da685/add_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/760] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:37:35 2026] GET /v2.0/networks/bf50b94a-69a7-44b0-9efb-dc20f241c84d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/761] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:37:35 2026] GET /v2.0/ports/0b9b8110-ba2b-4617-86d2-90bbd362af2c => generated 967 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/762] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:35 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:35.702 7 INFO neutron.services.segments.plugin [-] Segment b5492a02-81c0-40f6-a36e-37380340bc01 resource provider aggregate not found 2026-04-23 17:37:35.706 7 INFO neutron.services.segments.plugin [-] Segment b5492a02-81c0-40f6-a36e-37380340bc01 resource provider aggregate not found 2026-04-23 17:37:35.720 7 INFO neutron.services.segments.plugin [-] Segment b5492a02-81c0-40f6-a36e-37380340bc01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5492a02-81c0-40f6-a36e-37380340bc01 found for delete ", "request_id": "req-f64fc8bc-9dfa-4e60-876a-a712838bc957"}]} 2026-04-23 17:37:35.732 7 INFO neutron.services.segments.plugin [-] Segment b5492a02-81c0-40f6-a36e-37380340bc01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5492a02-81c0-40f6-a36e-37380340bc01 found for delete ", "request_id": "req-3ce14168-62e8-46f3-a9b5-97191c684b97"}]} 2026-04-23 17:37:35.738 7 INFO neutron.db.l3_hamode_db [None req-60084512-ba0b-44e5-993c-4b10351f95ec 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] HA network b82337df-fc1c-4d5a-ba41-08565c8e2b04 was deleted as no HA routers are present in tenant 1bf0e128ba1c41d89ca95e9303eac938. [pid: 7|app: 0|req: 398/763] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:34 2026] DELETE /v2.0/routers/ce0f9af7-8989-4630-9be4-a7a2f382d362 => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/764] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:35 2026] GET /v2.0/ports?device_id=ce0f9af7-8989-4630-9be4-a7a2f382d362 => 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: 400/765] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:35 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:35.892 7 INFO neutron.api.v2.resource [None req-a3d5f98e-0f64-45d3-adbc-ae8ff1f1a93e 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 401/766] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:35 2026] DELETE /v2.0/routers/ce0f9af7-8989-4630-9be4-a7a2f382d362 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/767] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:35 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/768] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:35 2026] GET /v2.0/ports?device_id=0e0de30a-4a65-4d9c-9199-4d5071396d76 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:35.972 7 INFO neutron.api.v2.resource [None req-89e37cf6-ec86-468a-91b7-8899661cd9a0 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 404/769] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:35 2026] DELETE /v2.0/routers/0e0de30a-4a65-4d9c-9199-4d5071396d76 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:35.994 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bfb510b5-23bd-4753-9ab8-7bce0eaaefd3 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 405/770] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:35 2026] DELETE /v2.0/subnets/ea4fb51a-36ef-4316-b08d-c5641cc43464 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:36.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-6edd6539-6a74-44f4-bf1b-702917288eaa b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] TaaS: Handle Delete Port: 0b9b8110-ba2b-4617-86d2-90bbd362af2c 2026-04-23 17:37:36.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6edd6539-6a74-44f4-bf1b-702917288eaa b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Tap Mirror: Handle Delete Port: 0b9b8110-ba2b-4617-86d2-90bbd362af2c [pid: 7|app: 0|req: 406/771] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:36 2026] GET /v2.0/ports?device_id=c68b1217-0a34-4c93-83d2-6e3a46603ff8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:36.039 7 INFO neutron.api.v2.resource [None req-45b1fb02-844a-461e-a1e9-add405639fa5 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 407/772] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:36 2026] DELETE /v2.0/routers/c68b1217-0a34-4c93-83d2-6e3a46603ff8 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:36.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70487abd-c3a8-4750-9474-85e1fb7ff42a 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 408/773] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:36 2026] DELETE /v2.0/subnets/1ccf36e7-0b52-41c2-ba1c-abeba7afe179 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/774] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:36 2026] GET /v2.0/ports?device_id=360bbcb5-1b9d-41c1-990d-2cf10aeb1dcd => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:36.093 7 INFO neutron.api.v2.resource [None req-6c09fb72-1400-4d3b-a25e-b035183bf14a 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 410/775] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:36 2026] DELETE /v2.0/routers/360bbcb5-1b9d-41c1-990d-2cf10aeb1dcd => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:36.107 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8c83ba0-9dc1-4452-ab56-3bb5eef2d892 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 411/776] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:36 2026] DELETE /v2.0/subnets/84bbe886-8d2c-429f-bd71-9c6ad2fc0e32 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:36.120 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d1b97e1-0f4d-488e-a6ae-4ed08abe7029 55baf643f2a94fab905281b935e89eb0 1bf0e128ba1c41d89ca95e9303eac938 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 412/777] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:36 2026] DELETE /v2.0/subnets/b73fbb65-bd4c-4ae8-a278-ccb1ff64b5f2 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/778] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:35 2026] PUT /v2.0/routers/cb1581ea-7282-4542-a761-21b4cf5da685/remove_router_interface => generated 309 bytes in 817 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:36.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cbbd2c5-0732-495e-8920-332b65c2c831 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] TaaS: Handle Delete Port: f9d67ccc-8c93-497d-a605-21a3347abe81 2026-04-23 17:37:36.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cbbd2c5-0732-495e-8920-332b65c2c831 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Tap Mirror: Handle Delete Port: f9d67ccc-8c93-497d-a605-21a3347abe81 [pid: 8|app: 0|req: 367/779] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:36 2026] GET /v2.0/security-groups?tenant_id=1bf0e128ba1c41d89ca95e9303eac938&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/780] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:36 2026] GET /v2.0/ports?device_id=8cf2536b-9a8a-458b-aba1-e008e1eb8540 => 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: 369/781] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:36 2026] DELETE /v2.0/security-groups/c92e2985-ed49-4acc-8ce2-d45f583241ac => 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: 370/782] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:37 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/783] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:37 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/784] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:36 2026] PUT /v2.0/routers/cb1581ea-7282-4542-a761-21b4cf5da685/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/785] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:37 2026] GET /v2.0/ports?device_id=cb1581ea-7282-4542-a761-21b4cf5da685 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:37.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-129a5996-3781-4d89-bd5c-9836eff7b6fe b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] TaaS: Handle Delete Port: 326b3112-7491-48b3-b17f-5b14ca425f72 2026-04-23 17:37:37.554 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-129a5996-3781-4d89-bd5c-9836eff7b6fe b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Tap Mirror: Handle Delete Port: 326b3112-7491-48b3-b17f-5b14ca425f72 2026-04-23 17:37:37.904 7 INFO neutron.services.segments.plugin [-] Segment 09e567b1-c72c-4a02-8695-8646b2b12f54 resource provider aggregate not found 2026-04-23 17:37:37.912 7 INFO neutron.services.segments.plugin [-] Segment 09e567b1-c72c-4a02-8695-8646b2b12f54 resource provider aggregate not found 2026-04-23 17:37:37.927 7 INFO neutron.services.segments.plugin [-] Segment 09e567b1-c72c-4a02-8695-8646b2b12f54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09e567b1-c72c-4a02-8695-8646b2b12f54 found for delete ", "request_id": "req-62acf49a-02f6-4be3-805c-96d986a511a8"}]} 2026-04-23 17:37:37.947 7 INFO neutron.services.segments.plugin [-] Segment 09e567b1-c72c-4a02-8695-8646b2b12f54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09e567b1-c72c-4a02-8695-8646b2b12f54 found for delete ", "request_id": "req-dcaf8f19-897f-4018-8e0a-a940f05bc0d3"}]} 2026-04-23 17:37:37.958 7 INFO neutron.db.l3_hamode_db [None req-129a5996-3781-4d89-bd5c-9836eff7b6fe b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] HA network dfd2fd9d-2c6e-4113-88ae-a50c521d061c was deleted as no HA routers are present in tenant e59cae08df384e65892d458aa4951a64. [pid: 7|app: 0|req: 414/786] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:37 2026] DELETE /v2.0/routers/cb1581ea-7282-4542-a761-21b4cf5da685 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/787] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:38 2026] DELETE /v2.0/security-groups/8996a174-53a4-4020-a378-5a116b0e9f21 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:38.127 7 INFO neutron.api.v2.resource [None req-7e438520-0eb9-4662-8b57-fe646728b396 96aa9dd0597a48a59c0335eb013ebbde 267b321dbf324e8cb193ac65f9657d1e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 416/788] 10.0.0.254 () {32 vars in 737 bytes} [Thu Apr 23 17:37:38 2026] GET /v2.0/security-groups/8996a174-53a4-4020-a378-5a116b0e9f21 => 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: 373/789] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:37 2026] DELETE /v2.0/subnets/871f35e5-741e-46cd-b3a5-6035921b3a0e => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:38.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-077201fc-2661-49d2-a83b-050452134879 96aa9dd0597a48a59c0335eb013ebbde 267b321dbf324e8cb193ac65f9657d1e - - default default] TaaS: Handle Delete Port: 1688b3b5-5bbd-47ce-8ec6-17444a5e3d64 2026-04-23 17:37:38.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-077201fc-2661-49d2-a83b-050452134879 96aa9dd0597a48a59c0335eb013ebbde 267b321dbf324e8cb193ac65f9657d1e - - default default] Tap Mirror: Handle Delete Port: 1688b3b5-5bbd-47ce-8ec6-17444a5e3d64 [pid: 8|app: 0|req: 374/790] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:38 2026] DELETE /v2.0/subnets/8a343b55-b561-4fb1-b425-5223d13f31f0 => 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: 417/791] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:37:38 2026] DELETE /v2.0/floatingips/ecbc1e87-22ff-4243-8906-4e7e13be5ea0 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/792] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:38 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => 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: 376/793] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:37:38 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&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: 418/794] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:38 2026] DELETE /v2.0/networks/dcae74a9-72db-4ccb-89dd-433cc536632a => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/795] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:38 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:38.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-40287558-ba1d-4101-b11b-871ceba41c18 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] TaaS: Handle Delete Port: 72e74710-e9db-4438-bf76-c99432c241e3 2026-04-23 17:37:38.687 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40287558-ba1d-4101-b11b-871ceba41c18 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Tap Mirror: Handle Delete Port: 72e74710-e9db-4438-bf76-c99432c241e3 [pid: 7|app: 0|req: 420/796] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:38 2026] DELETE /v2.0/networks/90214967-bc4c-4fa1-a4ab-510c36b82e16 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:38.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3fce63d-1b41-4423-86ea-b0a866eaffc6 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: f1af045f-2724-4735-ae24-625a754d11e0 2026-04-23 17:37:38.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3fce63d-1b41-4423-86ea-b0a866eaffc6 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: f1af045f-2724-4735-ae24-625a754d11e0 2026-04-23 17:37:39.225 7 INFO neutron.db.l3_db [None req-4eab6356-7afb-4e3a-96eb-880eab2bf066 50b5225e39ed4397a2b22b1e65fa73f6 ccc812ff097f48c3853ee349c8559f94 - - default default] Floating IP 831fadb8-0455-49b1-95fd-a3610dc2a746 associated. External IP: 10.96.250.203, port: 6b2eaac1-992f-4d98-b6fa-b7207c4fee50. [pid: 8|app: 0|req: 377/797] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:38 2026] PUT /v2.0/routers/8ff8df68-e613-4bd1-a56c-27b7039ae2d3/remove_router_interface => generated 309 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:39.540 8 INFO neutron.db.segments_db [None req-68c80e5c-6ab8-4b9b-9434-af9a6f6bfc06 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Added segment d9e5a73f-86c7-44f0-b5c9-2331818d976b of type vxlan for network e645ffc0-2fad-4594-a906-0502ec0b0811 [pid: 7|app: 0|req: 421/798] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:37:38 2026] PUT /v2.0/floatingips/831fadb8-0455-49b1-95fd-a3610dc2a746 => generated 855 bytes in 690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:39.603 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-78ea0e9e-8461-4ca6-992c-7679667ff52d'] response: {'name': 'network-changed', 'server_uuid': 'ac8b4d1a-f918-47e3-a9b9-66d13229fef7', 'tag': '6b2eaac1-992f-4d98-b6fa-b7207c4fee50', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 378/799] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:39 2026] POST /v2.0/networks => generated 614 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:39.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-baf69bb7-f4ce-4609-bf62-6dea87a08a63 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: d0eeb017-4872-4052-9e00-fa5cce118d17 2026-04-23 17:37:39.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baf69bb7-f4ce-4609-bf62-6dea87a08a63 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: d0eeb017-4872-4052-9e00-fa5cce118d17 2026-04-23 17:37:39.956 7 INFO neutron.services.segments.plugin [-] Segment 90d0c74e-6e68-4044-a724-ea3e971ad376 resource provider aggregate not found 2026-04-23 17:37:39.965 7 INFO neutron.services.segments.plugin [-] Segment 90d0c74e-6e68-4044-a724-ea3e971ad376 resource provider aggregate not found 2026-04-23 17:37:39.978 7 INFO neutron.services.segments.plugin [-] Segment 90d0c74e-6e68-4044-a724-ea3e971ad376 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90d0c74e-6e68-4044-a724-ea3e971ad376 found for delete ", "request_id": "req-456d222c-2dee-4b4a-9666-6dece1c5c680"}]} 2026-04-23 17:37:39.988 7 INFO neutron.services.segments.plugin [-] Segment 90d0c74e-6e68-4044-a724-ea3e971ad376 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90d0c74e-6e68-4044-a724-ea3e971ad376 found for delete ", "request_id": "req-347d62b2-e495-4888-9d13-9025a4dc06d4"}]} 2026-04-23 17:37:39.998 7 INFO neutron.services.segments.plugin [-] Segment 6c92b675-5f26-4f01-9c61-0f0f264af91c resource provider aggregate not found 2026-04-23 17:37:40.005 7 INFO neutron.services.segments.plugin [-] Segment 6c92b675-5f26-4f01-9c61-0f0f264af91c resource provider aggregate not found [pid: 7|app: 0|req: 422/800] 10.0.0.254 () {34 vars in 684 bytes} [Thu Apr 23 17:37:39 2026] POST /v2.0/security-groups => generated 1623 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 17:37:40.019 7 INFO neutron.services.segments.plugin [-] Segment 6c92b675-5f26-4f01-9c61-0f0f264af91c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c92b675-5f26-4f01-9c61-0f0f264af91c found for delete ", "request_id": "req-3f96b5f5-1991-419c-97c0-d5894e95b555"}]} 2026-04-23 17:37:40.024 7 INFO neutron.services.segments.plugin [-] Segment 6c92b675-5f26-4f01-9c61-0f0f264af91c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c92b675-5f26-4f01-9c61-0f0f264af91c found for delete ", "request_id": "req-cbb4aeb5-5c59-4db7-a7af-e253279fadd9"}]} 2026-04-23 17:37:40.148 8 INFO neutron_taas.services.taas.taas_plugin [None req-baf69bb7-f4ce-4609-bf62-6dea87a08a63 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 7b6cdb1a-f491-4450-b5d6-836d13ccf573 2026-04-23 17:37:40.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baf69bb7-f4ce-4609-bf62-6dea87a08a63 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 7b6cdb1a-f491-4450-b5d6-836d13ccf573 [pid: 7|app: 0|req: 423/801] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:40 2026] POST /v2.0/subnets => generated 646 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/802] 10.0.0.254 () {32 vars in 663 bytes} [Thu Apr 23 17:37:40 2026] GET /v2.0/security-groups => generated 4528 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/803] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:37:40 2026] GET /v2.0/ports?tenant_id=ccc812ff097f48c3853ee349c8559f94&device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:40.419 7 INFO neutron.db.segments_db [None req-8c010b0d-b8fc-4392-856d-f63b0d93d730 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Added segment da4a1f2f-fec1-4885-a8a4-d1be55116359 of type vxlan for network 0d678b23-699c-4f25-b4bf-f4b0025669ba 2026-04-23 17:37:40.520 8 INFO neutron.services.segments.plugin [-] Segment 1eaf74f3-8a31-4838-a4d5-b142f1b1f7af resource provider aggregate not found 2026-04-23 17:37:40.527 8 INFO neutron.services.segments.plugin [-] Segment 1eaf74f3-8a31-4838-a4d5-b142f1b1f7af resource provider aggregate not found 2026-04-23 17:37:40.550 8 INFO neutron.services.segments.plugin [-] Segment 1eaf74f3-8a31-4838-a4d5-b142f1b1f7af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eaf74f3-8a31-4838-a4d5-b142f1b1f7af found for delete ", "request_id": "req-7a856f16-9e1c-478d-aa27-8ad31de34cf3"}]} 2026-04-23 17:37:40.551 8 INFO neutron.services.segments.plugin [-] Segment 1eaf74f3-8a31-4838-a4d5-b142f1b1f7af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eaf74f3-8a31-4838-a4d5-b142f1b1f7af found for delete ", "request_id": "req-7e9a2b3f-00af-424e-af65-159eae03ceeb"}]} 2026-04-23 17:37:40.570 8 INFO neutron.db.l3_hamode_db [None req-baf69bb7-f4ce-4609-bf62-6dea87a08a63 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] HA network 205a3006-1ffe-4f8b-803b-c25f45004fce was deleted as no HA routers are present in tenant 267b321dbf324e8cb193ac65f9657d1e. [pid: 8|app: 0|req: 379/804] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:39 2026] DELETE /v2.0/routers/8ff8df68-e613-4bd1-a56c-27b7039ae2d3 => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/805] 10.0.0.254 () {34 vars in 758 bytes} [Thu Apr 23 17:37:40 2026] PUT /v2.0/security-groups/e907c923-2eaa-4a3e-b229-581677cf43bc => generated 1664 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/806] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:37:40 2026] GET /v2.0/networks?id=bf50b94a-69a7-44b0-9efb-dc20f241c84d => generated 772 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:40.699 7 INFO neutron.db.l3_hamode_db [None req-8c010b0d-b8fc-4392-856d-f63b0d93d730 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:37:40.806 7 INFO neutron.db.l3_hamode_db [None req-8c010b0d-b8fc-4392-856d-f63b0d93d730 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 382/807] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:40 2026] DELETE /v2.0/subnets/55a6e0e2-a35e-4d86-af32-ecb58fa4783f => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/808] 10.0.0.254 () {32 vars in 737 bytes} [Thu Apr 23 17:37:40 2026] GET /v2.0/security-groups/e907c923-2eaa-4a3e-b229-581677cf43bc => generated 1664 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/809] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:37:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6b2eaac1-992f-4d98-b6fa-b7207c4fee50 => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:40.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-04ecf7a0-2078-477a-9ea8-4830ec6d1013 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 259d2324-83aa-4fad-beb5-964754ce0d93 2026-04-23 17:37:40.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04ecf7a0-2078-477a-9ea8-4830ec6d1013 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 259d2324-83aa-4fad-beb5-964754ce0d93 [pid: 8|app: 0|req: 385/810] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:40 2026] DELETE /v2.0/networks/e232c1a5-536d-4dc7-b15a-cec2fcf3b224 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/811] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:41 2026] DELETE /v2.0/security-groups/e907c923-2eaa-4a3e-b229-581677cf43bc => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/812] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:37:41 2026] GET /v2.0/subnets?id=cb7e4252-c056-4702-8aed-87362879552f => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/813] 10.0.0.254 () {32 vars in 663 bytes} [Thu Apr 23 17:37:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/814] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:37:41 2026] GET /v2.0/ports?network_id=bf50b94a-69a7-44b0-9efb-dc20f241c84d&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:41.327 8 INFO neutron.api.v2.resource [None req-d87b24f4-8e01-4568-92d5-f35009663dce 6a28a2dcdd3146d6a2f61b62fa5c3dc1 749b955e89c44d418dfc431257c2bbc4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 390/815] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:41 2026] DELETE /v2.0/security-groups/e907c923-2eaa-4a3e-b229-581677cf43bc => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/816] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:41 2026] GET /v2.0/security-groups?tenant_id=267b321dbf324e8cb193ac65f9657d1e&name=default => generated 2921 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/817] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:37:41 2026] GET /v2.0/networks/bf50b94a-69a7-44b0-9efb-dc20f241c84d?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: 426/818] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:40 2026] POST /v2.0/routers => generated 511 bytes in 1072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/819] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:41 2026] DELETE /v2.0/security-groups/5ca0a287-50e2-4ff0-8ff8-adb2d991c2f8 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/820] 10.0.0.254 () {34 vars in 684 bytes} [Thu Apr 23 17:37:41 2026] POST /v2.0/security-groups => generated 1625 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/821] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:37:41 2026] GET /v2.0/networks/bf50b94a-69a7-44b0-9efb-dc20f241c84d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/822] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:37:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/823] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:37:41 2026] GET /v2.0/security-group-rules/3a81a29e-a9a2-468a-8416-281e4329511c => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/824] 10.0.0.254 () {32 vars in 673 bytes} [Thu Apr 23 17:37:41 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/825] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:37:41 2026] DELETE /v2.0/security-group-rules/3a81a29e-a9a2-468a-8416-281e4329511c => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/826] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:37:41 2026] POST /v2.0/ports => generated 964 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: 7|app: 0|req: 433/827] 10.0.0.254 () {32 vars in 673 bytes} [Thu Apr 23 17:37:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/828] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:37:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/829] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:37:42 2026] GET /v2.0/security-group-rules/3f52c870-8480-4295-af2c-706e2d0907b9 => 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: 436/830] 10.0.0.254 () {32 vars in 673 bytes} [Thu Apr 23 17:37:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/831] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:37:42 2026] DELETE /v2.0/security-group-rules/3f52c870-8480-4295-af2c-706e2d0907b9 => 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: 438/832] 10.0.0.254 () {32 vars in 673 bytes} [Thu Apr 23 17:37:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:42.377 7 INFO neutron.db.securitygroups_db [None req-15f52483-acf6-46ee-89cf-88aca2e7d12b 6a28a2dcdd3146d6a2f61b62fa5c3dc1 749b955e89c44d418dfc431257c2bbc4 - - default default] Project 749b955e89c44d418dfc431257c2bbc4 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: 439/833] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:37:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/834] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:37:42 2026] GET /v2.0/security-group-rules/c82100cb-025b-4b6a-a05c-a52745c60923 => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/835] 10.0.0.254 () {32 vars in 673 bytes} [Thu Apr 23 17:37:42 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:37:42.573 8 INFO neutron.services.segments.plugin [-] Segment 0f1ac8c2-a44d-42d8-a26d-138efdd55ffd resource provider aggregate not found 2026-04-23 17:37:42.575 8 INFO neutron.services.segments.plugin [-] Segment 0f1ac8c2-a44d-42d8-a26d-138efdd55ffd resource provider aggregate not found 2026-04-23 17:37:42.598 8 INFO neutron.services.segments.plugin [-] Segment 0f1ac8c2-a44d-42d8-a26d-138efdd55ffd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f1ac8c2-a44d-42d8-a26d-138efdd55ffd found for delete ", "request_id": "req-6d574815-f1ca-4cdc-bbb0-4e704ee0897c"}]} 2026-04-23 17:37:42.598 8 INFO neutron.services.segments.plugin [-] Segment 0f1ac8c2-a44d-42d8-a26d-138efdd55ffd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f1ac8c2-a44d-42d8-a26d-138efdd55ffd found for delete ", "request_id": "req-3c587804-72eb-4ac0-b083-f072cc66be73"}]} [pid: 7|app: 0|req: 442/836] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:37:42 2026] DELETE /v2.0/security-group-rules/c82100cb-025b-4b6a-a05c-a52745c60923 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/837] 10.0.0.254 () {32 vars in 673 bytes} [Thu Apr 23 17:37:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/838] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:42 2026] DELETE /v2.0/security-groups/e493cf16-e6a7-4a8b-8197-1a70938a5835 => 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: 445/839] 10.0.0.254 () {32 vars in 663 bytes} [Thu Apr 23 17:37:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/840] 10.0.0.254 () {32 vars in 663 bytes} [Thu Apr 23 17:37:42 2026] GET /v2.0/security-groups => 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: 395/841] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:37:41 2026] PUT /v2.0/routers/30464014-6d9e-43ea-83d6-9cc318ac5562/add_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/842] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:37:43 2026] GET /v2.0/ports/88b6c10f-5d24-4c70-a2eb-a690ac646419 => generated 1038 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:37:43.416 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c2c3704-1e4f-48c6-863f-10983aa5715d b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] TaaS: Handle Delete Port: 88b6c10f-5d24-4c70-a2eb-a690ac646419 2026-04-23 17:37:43.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c2c3704-1e4f-48c6-863f-10983aa5715d b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Tap Mirror: Handle Delete Port: 88b6c10f-5d24-4c70-a2eb-a690ac646419 2026-04-23 17:37:43.619 7 INFO neutron.db.segments_db [None req-f338c984-3070-45be-90e8-18dab8950d34 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 6e9540e5-62e1-4051-987b-49f72b2cd906 of type vxlan for network ae52770b-310e-4d21-a223-3514740fad15 [pid: 7|app: 0|req: 448/843] 10.0.0.254 () {34 vars in 671 bytes} [Thu Apr 23 17:37:43 2026] POST /v2.0/networks => generated 728 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/844] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:43 2026] GET /v2.0/security-groups?tenant_id=749b955e89c44d418dfc431257c2bbc4&name=default => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/845] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:43 2026] PUT /v2.0/routers/30464014-6d9e-43ea-83d6-9cc318ac5562/remove_router_interface => generated 309 bytes in 706 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: 397/846] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:43 2026] DELETE /v2.0/security-groups/08d60773-c9dc-43c5-8a3d-d97cdbb23596 => 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: 450/847] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:43 2026] POST /v2.0/subnets => generated 694 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:43.977 7 INFO neutron.db.segments_db [None req-b5b59383-5db6-4b8f-852a-c87adbf3e155 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment c22493f7-dc52-4e9b-972f-f5d92c1403f0 of type vxlan for network fed314a1-f7a8-4c77-b620-2a13f7ef02a3 2026-04-23 17:37:44.040 8 INFO neutron.api.v2.resource [None req-a5046508-4616-4108-a8e4-5ffbde5b9c68 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 398/848] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:43 2026] PUT /v2.0/routers/30464014-6d9e-43ea-83d6-9cc318ac5562/remove_router_interface => generated 197 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/849] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:44 2026] GET /v2.0/ports?device_id=30464014-6d9e-43ea-83d6-9cc318ac5562 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:44.220 7 INFO neutron.db.l3_hamode_db [None req-b5b59383-5db6-4b8f-852a-c87adbf3e155 40f4e888e6dc48ba847cce16b6cab602 2c12500a4ddf4b72a99937e690ec322f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:37:44.254 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ba02174-8a20-4b04-96c7-fafc248707a5 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] TaaS: Handle Delete Port: 72261f70-30ec-4bb7-8786-53d32f791c0e 2026-04-23 17:37:44.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ba02174-8a20-4b04-96c7-fafc248707a5 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Tap Mirror: Handle Delete Port: 72261f70-30ec-4bb7-8786-53d32f791c0e 2026-04-23 17:37:44.617 8 INFO neutron.db.l3_hamode_db [None req-7ba02174-8a20-4b04-96c7-fafc248707a5 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] HA network 0d678b23-699c-4f25-b4bf-f4b0025669ba was deleted as no HA routers are present in tenant e59cae08df384e65892d458aa4951a64. 2026-04-23 17:37:44.629 8 INFO neutron.services.segments.plugin [-] Segment da4a1f2f-fec1-4885-a8a4-d1be55116359 resource provider aggregate not found [pid: 8|app: 0|req: 400/850] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:44 2026] DELETE /v2.0/routers/30464014-6d9e-43ea-83d6-9cc318ac5562 => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:44.630 8 INFO neutron.services.segments.plugin [-] Segment da4a1f2f-fec1-4885-a8a4-d1be55116359 resource provider aggregate not found 2026-04-23 17:37:44.654 8 INFO neutron.services.segments.plugin [-] Segment da4a1f2f-fec1-4885-a8a4-d1be55116359 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da4a1f2f-fec1-4885-a8a4-d1be55116359 found for delete ", "request_id": "req-6e91b0e1-9ade-46c1-97de-a3a7292da499"}]} 2026-04-23 17:37:44.657 8 INFO neutron.services.segments.plugin [-] Segment da4a1f2f-fec1-4885-a8a4-d1be55116359 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da4a1f2f-fec1-4885-a8a4-d1be55116359 found for delete ", "request_id": "req-4617c62e-eed9-4b31-9021-c7f7a36daeff"}]} [pid: 8|app: 0|req: 401/851] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:44 2026] DELETE /v2.0/subnets/82b75efb-fd5e-404b-bc8b-7069a03c265f => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/852] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:44 2026] DELETE /v2.0/networks/e645ffc0-2fad-4594-a906-0502ec0b0811 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:44.978 8 INFO neutron.db.segments_db [None req-97f82753-d343-46e8-a673-6483c287bcb4 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Added segment 63c4f48b-67cb-4338-9ea4-b4ef6a6b39e7 of type vxlan for network 56a63c50-3e28-49ff-8dd9-50229a4a0eb7 [pid: 8|app: 0|req: 403/853] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:37:44 2026] POST /v2.0/networks => generated 614 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/854] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:45 2026] POST /v2.0/subnets => generated 646 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:45.354 8 INFO neutron.db.segments_db [None req-efe48244-311c-4d6c-b5cd-4c6580d8ebe6 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Added segment 4a3090d7-dd17-470e-9376-167cfb06e6af of type vxlan for network 6029128f-8876-4fd8-a25d-934ff064530e 2026-04-23 17:37:45.640 8 INFO neutron.db.l3_hamode_db [None req-efe48244-311c-4d6c-b5cd-4c6580d8ebe6 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:37:45.688 7 INFO neutron.db.l3_hamode_db [None req-b5b59383-5db6-4b8f-852a-c87adbf3e155 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:37:45.781 8 INFO neutron.db.l3_hamode_db [None req-efe48244-311c-4d6c-b5cd-4c6580d8ebe6 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 405/855] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:45 2026] POST /v2.0/routers => generated 511 bytes in 1014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/858] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:43 2026] POST /v2.0/routers => generated 734 bytes in 2556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:37:46.690 8 INFO neutron.services.segments.plugin [-] Segment d9e5a73f-86c7-44f0-b5c9-2331818d976b resource provider aggregate not found 2026-04-23 17:37:46.711 8 INFO neutron.services.segments.plugin [-] Segment d9e5a73f-86c7-44f0-b5c9-2331818d976b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9e5a73f-86c7-44f0-b5c9-2331818d976b found for delete ", "request_id": "req-034b5f78-25bb-44c9-8a1d-d9135d62ab97"}]} 2026-04-23 17:37:46.713 8 INFO neutron.services.segments.plugin [-] Segment d9e5a73f-86c7-44f0-b5c9-2331818d976b resource provider aggregate not found 2026-04-23 17:37:46.732 8 INFO neutron.services.segments.plugin [-] Segment d9e5a73f-86c7-44f0-b5c9-2331818d976b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9e5a73f-86c7-44f0-b5c9-2331818d976b found for delete ", "request_id": "req-e9a4ea16-7ca5-487c-9cba-1de0777788be"}]} [pid: 8|app: 0|req: 408/859] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:37:46 2026] PUT /v2.0/routers/0ff1c773-7c3a-40d9-88ba-7a69a6ffa9ae/add_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/860] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:37:47 2026] GET /v2.0/ports/3e706f51-e3ee-4cae-bffe-591cf57f5c71 => generated 959 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:37:47.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-85a86447-64cf-4ae4-ba2e-8b63fd379f7d b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] TaaS: Handle Delete Port: 3e706f51-e3ee-4cae-bffe-591cf57f5c71 2026-04-23 17:37:47.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85a86447-64cf-4ae4-ba2e-8b63fd379f7d b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Tap Mirror: Handle Delete Port: 3e706f51-e3ee-4cae-bffe-591cf57f5c71 [pid: 7|app: 0|req: 452/861] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:37:46 2026] PUT /v2.0/routers/7ed8540b-b0ea-43dd-89ca-c1ef59e22363/add_router_interface => generated 309 bytes in 1347 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/862] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:37:47 2026] PUT /v2.0/routers/0ff1c773-7c3a-40d9-88ba-7a69a6ffa9ae/remove_router_interface => generated 309 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/863] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:48 2026] GET /v2.0/ports?device_id=0ff1c773-7c3a-40d9-88ba-7a69a6ffa9ae => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:48.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-52f35400-3704-464a-bcd9-b711a7fc5459 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] TaaS: Handle Delete Port: 2c722513-5ecf-4d08-a882-a0bac0091332 2026-04-23 17:37:48.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52f35400-3704-464a-bcd9-b711a7fc5459 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Tap Mirror: Handle Delete Port: 2c722513-5ecf-4d08-a882-a0bac0091332 [pid: 7|app: 0|req: 454/864] 10.0.0.254 () {34 vars in 685 bytes} [Thu Apr 23 17:37:48 2026] POST /v2.0/security-groups => generated 1661 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 17:37:48.764 8 INFO neutron.services.segments.plugin [-] Segment 4a3090d7-dd17-470e-9376-167cfb06e6af resource provider aggregate not found 2026-04-23 17:37:48.766 8 INFO neutron.services.segments.plugin [-] Segment 4a3090d7-dd17-470e-9376-167cfb06e6af resource provider aggregate not found 2026-04-23 17:37:48.784 8 INFO neutron.services.segments.plugin [-] Segment 4a3090d7-dd17-470e-9376-167cfb06e6af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a3090d7-dd17-470e-9376-167cfb06e6af found for delete ", "request_id": "req-b9c28964-caf0-42b8-874a-4721c63aa515"}]} 2026-04-23 17:37:48.790 8 INFO neutron.services.segments.plugin [-] Segment 4a3090d7-dd17-470e-9376-167cfb06e6af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a3090d7-dd17-470e-9376-167cfb06e6af found for delete ", "request_id": "req-b44b8b11-15b8-4a82-bc6b-2f4fbafe086a"}]} 2026-04-23 17:37:48.801 8 INFO neutron.db.l3_hamode_db [None req-52f35400-3704-464a-bcd9-b711a7fc5459 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] HA network 6029128f-8876-4fd8-a25d-934ff064530e was deleted as no HA routers are present in tenant e59cae08df384e65892d458aa4951a64. [pid: 8|app: 0|req: 411/865] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:48 2026] DELETE /v2.0/routers/0ff1c773-7c3a-40d9-88ba-7a69a6ffa9ae => generated 0 bytes in 557 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/866] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:37:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/867] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:48 2026] GET /v2.0/security-groups?tenant_id=ec4ba7e6ee324bf688b42b3c083a8dda&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/868] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:48 2026] DELETE /v2.0/subnets/bb3644d3-d388-4493-9988-263319511700 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/869] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:37:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/870] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:49 2026] DELETE /v2.0/security-groups/dbb1066c-e9e5-4d6a-8163-87fe57375ae4 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:49.191 7 INFO neutron.services.segments.plugin [-] Segment 63c4f48b-67cb-4338-9ea4-b4ef6a6b39e7 resource provider aggregate not found 2026-04-23 17:37:49.197 7 INFO neutron.services.segments.plugin [-] Segment 63c4f48b-67cb-4338-9ea4-b4ef6a6b39e7 resource provider aggregate not found 2026-04-23 17:37:49.220 7 INFO neutron.services.segments.plugin [-] Segment 63c4f48b-67cb-4338-9ea4-b4ef6a6b39e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63c4f48b-67cb-4338-9ea4-b4ef6a6b39e7 found for delete ", "request_id": "req-24980c1e-6ade-4978-a47f-90f355928f3d"}]} 2026-04-23 17:37:49.225 7 INFO neutron.services.segments.plugin [-] Segment 63c4f48b-67cb-4338-9ea4-b4ef6a6b39e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63c4f48b-67cb-4338-9ea4-b4ef6a6b39e7 found for delete ", "request_id": "req-54c27544-7a9a-4e9d-97a7-f8dd55ad6d82"}]} [pid: 7|app: 0|req: 457/871] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:37:49 2026] DELETE /v2.0/networks/56a63c50-3e28-49ff-8dd9-50229a4a0eb7 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:37:49.295 7 INFO neutron.db.segments_db [None req-c43f252d-1ad7-4fb5-b491-b3beaac6088d b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Added segment 092ca24e-aac7-4815-b0d2-7fe9ed208ab6 of type vxlan for network 6b65de9d-9569-4586-b7ba-6d8cc45fcd9c 2026-04-23 17:37:49.532 7 INFO neutron.db.l3_hamode_db [None req-c43f252d-1ad7-4fb5-b491-b3beaac6088d b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 415/872] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:37:49 2026] POST /v2.0/floatingips => generated 552 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/873] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:49 2026] GET /v2.0/security-groups?tenant_id=ef458f66d6844004bb9f77017d379083&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: 417/874] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:49 2026] DELETE /v2.0/security-groups/c6ba2cce-936d-46d1-9e62-7e3d40f172fb => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:50.471 7 INFO neutron.db.l3_hamode_db [None req-c43f252d-1ad7-4fb5-b491-b3beaac6088d b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 458/875] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:37:49 2026] POST /v2.0/routers => generated 692 bytes in 2146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/876] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:37:51 2026] GET /v2.0/routers/d6b7ac27-dd7c-458e-95a9-12b2c19b9bd3 => generated 698 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/877] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:37:51 2026] GET /v2.0/routers => generated 701 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/878] 10.0.0.254 () {34 vars in 741 bytes} [Thu Apr 23 17:37:51 2026] PUT /v2.0/routers/d6b7ac27-dd7c-458e-95a9-12b2c19b9bd3 => generated 705 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/879] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:37:52 2026] GET /v2.0/routers/d6b7ac27-dd7c-458e-95a9-12b2c19b9bd3 => generated 705 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/880] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:52 2026] GET /v2.0/ports?device_id=d6b7ac27-dd7c-458e-95a9-12b2c19b9bd3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:52.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-d95e8778-d014-4016-adcd-b5d896447b97 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] TaaS: Handle Delete Port: 8e2f744e-c5c7-436d-a5dc-8b509d37690a 2026-04-23 17:37:52.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d95e8778-d014-4016-adcd-b5d896447b97 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Tap Mirror: Handle Delete Port: 8e2f744e-c5c7-436d-a5dc-8b509d37690a 2026-04-23 17:37:52.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-d95e8778-d014-4016-adcd-b5d896447b97 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] TaaS: Handle Delete Port: 4efdde1f-71db-47a8-a2cf-473b8d7cea5d 2026-04-23 17:37:52.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d95e8778-d014-4016-adcd-b5d896447b97 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] Tap Mirror: Handle Delete Port: 4efdde1f-71db-47a8-a2cf-473b8d7cea5d 2026-04-23 17:37:53.011 7 INFO neutron.services.segments.plugin [-] Segment 092ca24e-aac7-4815-b0d2-7fe9ed208ab6 resource provider aggregate not found 2026-04-23 17:37:53.016 7 INFO neutron.services.segments.plugin [-] Segment 092ca24e-aac7-4815-b0d2-7fe9ed208ab6 resource provider aggregate not found 2026-04-23 17:37:53.032 7 INFO neutron.db.l3_hamode_db [None req-d95e8778-d014-4016-adcd-b5d896447b97 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] HA network 6b65de9d-9569-4586-b7ba-6d8cc45fcd9c was deleted as no HA routers are present in tenant e59cae08df384e65892d458aa4951a64. 2026-04-23 17:37:53.038 7 INFO neutron.services.segments.plugin [-] Segment 092ca24e-aac7-4815-b0d2-7fe9ed208ab6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 092ca24e-aac7-4815-b0d2-7fe9ed208ab6 found for delete ", "request_id": "req-8c2c5c47-dbc5-4e46-b43b-cfd62012197e"}]} [pid: 7|app: 0|req: 461/881] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:52 2026] DELETE /v2.0/routers/d6b7ac27-dd7c-458e-95a9-12b2c19b9bd3 => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:37:53.045 7 INFO neutron.services.segments.plugin [-] Segment 092ca24e-aac7-4815-b0d2-7fe9ed208ab6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 092ca24e-aac7-4815-b0d2-7fe9ed208ab6 found for delete ", "request_id": "req-656f39da-145c-499e-922e-0aa9ee8803f2"}]} [pid: 8|app: 0|req: 421/882] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:53 2026] GET /v2.0/ports?device_id=d6b7ac27-dd7c-458e-95a9-12b2c19b9bd3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:53.105 7 INFO neutron.api.v2.resource [None req-ac46e035-a79d-4ce4-9db7-9a5142ffab0e b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 462/883] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:53 2026] DELETE /v2.0/routers/d6b7ac27-dd7c-458e-95a9-12b2c19b9bd3 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/884] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:53 2026] GET /v2.0/ports?device_id=0ff1c773-7c3a-40d9-88ba-7a69a6ffa9ae => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:53.155 7 INFO neutron.api.v2.resource [None req-91650ccc-8f1e-4edd-a9c0-b480a2fdbff8 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 463/885] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:53 2026] DELETE /v2.0/routers/0ff1c773-7c3a-40d9-88ba-7a69a6ffa9ae => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:53.174 8 INFO neutron.pecan_wsgi.hooks.translation [None req-54572b2e-c746-4fbc-852d-707809897c83 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 423/886] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:53 2026] DELETE /v2.0/subnets/bb3644d3-d388-4493-9988-263319511700 => 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: 424/887] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:53 2026] GET /v2.0/ports?device_id=30464014-6d9e-43ea-83d6-9cc318ac5562 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:53.222 8 INFO neutron.api.v2.resource [None req-1bd283c8-61bb-4a29-8aa7-d2290316ef64 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 425/888] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:53 2026] DELETE /v2.0/routers/30464014-6d9e-43ea-83d6-9cc318ac5562 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:53.240 8 INFO neutron.pecan_wsgi.hooks.translation [None req-606dca16-624c-48dd-98ef-4de292b76a89 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 426/889] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:53 2026] DELETE /v2.0/subnets/82b75efb-fd5e-404b-bc8b-7069a03c265f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/890] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:37:53 2026] GET /v2.0/ports?device_id=cb1581ea-7282-4542-a761-21b4cf5da685 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:37:53.300 8 INFO neutron.api.v2.resource [None req-e2c1150b-e963-45fd-a31a-3122f8c8401b b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 428/891] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:53 2026] DELETE /v2.0/routers/cb1581ea-7282-4542-a761-21b4cf5da685 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:53.322 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4aeea790-120d-40c4-84b1-5f6e12c75e46 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 429/892] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:53 2026] DELETE /v2.0/subnets/871f35e5-741e-46cd-b3a5-6035921b3a0e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:37:53.357 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56944d4e-2f32-40f8-bdfd-c4bd44cb4dc4 b504040d9b644a2c9a79d7b2872a9ae7 e59cae08df384e65892d458aa4951a64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 430/893] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:37:53 2026] DELETE /v2.0/subnets/8a343b55-b561-4fb1-b425-5223d13f31f0 => 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: 464/894] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:53 2026] GET /v2.0/security-groups?tenant_id=735d39775a51413fb191a53458d79a2a&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/895] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:53 2026] DELETE /v2.0/security-groups/d8a70b50-ad5c-4f04-89d8-ce58e5262574 => 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: 465/896] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:53 2026] GET /v2.0/security-groups?tenant_id=e59cae08df384e65892d458aa4951a64&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/897] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:54 2026] DELETE /v2.0/security-groups/bcc8883e-fab6-4630-8bcf-6760eb253c73 => 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: 466/898] 10.0.0.235 () {34 vars in 1100 bytes} [Thu Apr 23 17:37:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1285050904&fields=id&tenant_id=2c12500a4ddf4b72a99937e690ec322f => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/899] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:37:54 2026] GET /v2.0/networks?id=ae52770b-310e-4d21-a223-3514740fad15 => generated 679 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/900] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:37:54 2026] GET /v2.0/quotas/2c12500a4ddf4b72a99937e690ec322f => 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: 434/901] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:37:54 2026] GET /v2.0/ports?tenant_id=2c12500a4ddf4b72a99937e690ec322f&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/902] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:37:54 2026] GET /v2.0/networks/ae52770b-310e-4d21-a223-3514740fad15?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/903] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:37:54 2026] GET /v2.0/networks/ae52770b-310e-4d21-a223-3514740fad15?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: 469/904] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:55 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => 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: 436/905] 10.0.0.254 () {34 vars in 684 bytes} [Thu Apr 23 17:37:55 2026] POST /v2.0/security-groups => generated 1624 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/906] 10.0.0.254 () {32 vars in 663 bytes} [Thu Apr 23 17:37:56 2026] GET /v2.0/security-groups => generated 4529 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/907] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:56 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => 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: 471/908] 10.0.0.254 () {34 vars in 758 bytes} [Thu Apr 23 17:37:56 2026] PUT /v2.0/security-groups/4d8030df-9aaa-4919-bf77-36812d7ac367 => generated 1663 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/909] 10.0.0.254 () {32 vars in 737 bytes} [Thu Apr 23 17:37:56 2026] GET /v2.0/security-groups/4d8030df-9aaa-4919-bf77-36812d7ac367 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/910] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:56 2026] DELETE /v2.0/security-groups/4d8030df-9aaa-4919-bf77-36812d7ac367 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/911] 10.0.0.254 () {32 vars in 663 bytes} [Thu Apr 23 17:37:56 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 17:37:56.492 7 INFO neutron.api.v2.resource [None req-45bb688f-25ac-454e-b649-db613eb9c7d6 5a12700cd48b43c893866a83bc49b6d4 04f78e4c5adf40a7b7bfc57ed849f29a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 473/912] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:56 2026] DELETE /v2.0/security-groups/4d8030df-9aaa-4919-bf77-36812d7ac367 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/913] 10.0.0.254 () {34 vars in 684 bytes} [Thu Apr 23 17:37:56 2026] POST /v2.0/security-groups => generated 1624 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/914] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:37:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/915] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:37:56 2026] GET /v2.0/security-group-rules/e8c72ca3-f96f-499e-86f8-1cc17d37e407 => generated 601 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/916] 10.0.0.254 () {32 vars in 673 bytes} [Thu Apr 23 17:37:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/917] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:37:56 2026] DELETE /v2.0/security-group-rules/e8c72ca3-f96f-499e-86f8-1cc17d37e407 => 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: 476/918] 10.0.0.62 () {32 vars in 801 bytes} [Thu Apr 23 17:37:57 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/919] 10.0.0.254 () {32 vars in 673 bytes} [Thu Apr 23 17:37:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/920] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:37:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/921] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:37:57 2026] GET /v2.0/security-group-rules/b43c8da9-d5a5-4092-9aeb-09f6ed4a779d => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/922] 10.0.0.254 () {32 vars in 673 bytes} [Thu Apr 23 17:37:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/923] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:37:57 2026] DELETE /v2.0/security-group-rules/b43c8da9-d5a5-4092-9aeb-09f6ed4a779d => 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: 480/924] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:57 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/925] 10.0.0.62 () {30 vars in 723 bytes} [Thu Apr 23 17:37:57 2026] GET /v2.0/quotas/341871d826eb43599b86f526984ce9f2/details => generated 847 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/926] 10.0.0.254 () {32 vars in 673 bytes} [Thu Apr 23 17:37:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/927] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:37:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/928] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:37:57 2026] GET /v2.0/security-group-rules/95b06ce4-5f0c-41a7-b43f-3633fa506038 => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/929] 10.0.0.254 () {32 vars in 673 bytes} [Thu Apr 23 17:37:57 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/930] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:37:57 2026] DELETE /v2.0/security-group-rules/95b06ce4-5f0c-41a7-b43f-3633fa506038 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/931] 10.0.0.254 () {32 vars in 673 bytes} [Thu Apr 23 17:37:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/932] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:57 2026] DELETE /v2.0/security-groups/932e5d62-d803-48f0-bf9e-7d4c81754d0d => 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: 449/933] 10.0.0.254 () {32 vars in 663 bytes} [Thu Apr 23 17:37:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/934] 10.0.0.254 () {32 vars in 663 bytes} [Thu Apr 23 17:37:57 2026] GET /v2.0/security-groups => 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: 450/935] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:58 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => 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: 486/936] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:37:58 2026] GET /v2.0/security-groups?tenant_id=04f78e4c5adf40a7b7bfc57ed849f29a&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/937] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:37:58 2026] DELETE /v2.0/security-groups/6b5a38ff-d7fc-4a4c-a22c-c3f98975fc8c => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/938] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:37:59 2026] GET /v2.0/networks?id=ae52770b-310e-4d21-a223-3514740fad15 => generated 679 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/939] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:37:59 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => 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: 488/940] 199.19.213.236 () {34 vars in 1050 bytes} [Thu Apr 23 17:37:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2c12500a4ddf4b72a99937e690ec322f => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/941] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:37:59 2026] POST /v2.0/ports => generated 958 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/942] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:38:00 2026] PUT /v2.0/ports/51676dd9-573d-4433-9f86-817455b7c8e1 => generated 1239 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:38:00.530 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e0f6bbd-00f3-4998-b5cb-d64ef453166f'] response: {'name': 'network-changed', 'server_uuid': 'a8e94d09-8624-4a0a-9d3b-75065afb5c5c', 'tag': '51676dd9-573d-4433-9f86-817455b7c8e1', '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: 454/943] 10.0.0.62 () {32 vars in 801 bytes} [Thu Apr 23 17:38:00 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: 491/946] 10.0.0.254 () {32 vars in 623 bytes} [Thu Apr 23 17:38:00 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 456/947] 10.0.0.254 () {32 vars in 633 bytes} [Thu Apr 23 17:38:00 2026] GET /v2.0/ => generated 632 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/948] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:00 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/949] 10.0.0.62 () {30 vars in 723 bytes} [Thu Apr 23 17:38:00 2026] GET /v2.0/quotas/341871d826eb43599b86f526984ce9f2/details => generated 847 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/950] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:00 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&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: 458/951] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:38:01 2026] GET /v2.0/ports?tenant_id=2c12500a4ddf4b72a99937e690ec322f&device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/952] 199.19.213.236 () {34 vars in 1018 bytes} [Thu Apr 23 17:38:01 2026] GET /v2.0/networks?tenant_id=2c12500a4ddf4b72a99937e690ec322f&shared=False => generated 775 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/953] 199.19.213.236 () {34 vars in 930 bytes} [Thu Apr 23 17:38:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/954] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:01 2026] GET /v2.0/security-groups?tenant_id=68a62097c63e4d7398315ca3ac1fc895&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/955] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:01 2026] DELETE /v2.0/security-groups/15b72ea9-429f-4876-98ed-8147f39aff0e => 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: 496/956] 10.0.0.22 () {34 vars in 989 bytes} [Thu Apr 23 17:38:01 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 1240 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/957] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Apr 23 17:38:01 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/958] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:01 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/959] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:01 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&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: 498/960] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:38:02 2026] GET /v2.0/ports?tenant_id=2c12500a4ddf4b72a99937e690ec322f&device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => 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: 463/961] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:38:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=51676dd9-573d-4433-9f86-817455b7c8e1 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/962] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:38:02 2026] GET /v2.0/subnets?id=5db601a5-f281-4e20-bf14-180913a4fe6d => generated 697 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/963] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:38:02 2026] GET /v2.0/ports?network_id=ae52770b-310e-4d21-a223-3514740fad15&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: 500/964] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:38:02 2026] GET /v2.0/networks/ae52770b-310e-4d21-a223-3514740fad15?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/965] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:38:02 2026] GET /v2.0/networks/ae52770b-310e-4d21-a223-3514740fad15?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: 501/966] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:03 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/967] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:03 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&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: 502/968] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:03 2026] GET /v2.0/security-groups?tenant_id=341871d826eb43599b86f526984ce9f2&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/969] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:04 2026] DELETE /v2.0/security-groups/fb69dbcc-b5b5-4db9-82e8-5fe2d63b100a => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/970] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:04 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/971] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:04 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/972] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:05 2026] GET /v2.0/security-groups?tenant_id=c733ca0298a049fc903af94ebcd57ffd&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/973] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:05 2026] DELETE /v2.0/security-groups/0144f92c-a1c8-45ea-b085-6a3e96c9e51e => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/974] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:05 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/975] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:05 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&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: 506/976] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:06 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/977] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:06 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/978] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:07 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/979] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:07 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/980] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:08 2026] GET /v2.0/security-groups?tenant_id=8f57ad081ec74b3bb13e05e49bcd0c86&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/981] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:08 2026] DELETE /v2.0/security-groups/47df3538-6c2f-475c-9a75-0f5585b81801 => 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: 509/982] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:38:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/983] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:38:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/984] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:38:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/985] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:09 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/986] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:09 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&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: 511/987] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:38:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/988] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:38:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/989] 10.0.0.254 () {34 vars in 759 bytes} [Thu Apr 23 17:38:09 2026] PUT /v2.0/subnetpools/49c8b338-19ac-4628-a92f-3b61a42be5bb/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/990] 10.0.0.254 () {34 vars in 759 bytes} [Thu Apr 23 17:38:09 2026] PUT /v2.0/subnetpools/85a037f7-d45a-43ab-863b-5f5d89480b0a/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: 513/991] 10.0.0.254 () {34 vars in 759 bytes} [Thu Apr 23 17:38:09 2026] PUT /v2.0/subnetpools/0a683491-4d96-4013-9de2-40f7bc335aa9/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/992] 10.0.0.254 () {34 vars in 759 bytes} [Thu Apr 23 17:38:09 2026] PUT /v2.0/subnetpools/142a73c4-fa92-4088-b1ef-267f247c9831/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/993] 10.0.0.254 () {32 vars in 672 bytes} [Thu Apr 23 17:38:09 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/994] 10.0.0.254 () {32 vars in 686 bytes} [Thu Apr 23 17:38:09 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/995] 10.0.0.254 () {32 vars in 682 bytes} [Thu Apr 23 17:38:09 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/996] 10.0.0.254 () {32 vars in 694 bytes} [Thu Apr 23 17:38:09 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/997] 10.0.0.254 () {32 vars in 680 bytes} [Thu Apr 23 17:38:09 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/998] 10.0.0.254 () {32 vars in 694 bytes} [Thu Apr 23 17:38:09 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/999] 10.0.0.254 () {32 vars in 690 bytes} [Thu Apr 23 17:38:09 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1000] 10.0.0.254 () {32 vars in 702 bytes} [Thu Apr 23 17:38:09 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1001] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:38:09 2026] DELETE /v2.0/subnetpools/49c8b338-19ac-4628-a92f-3b61a42be5bb => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1002] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:38:09 2026] DELETE /v2.0/subnetpools/85a037f7-d45a-43ab-863b-5f5d89480b0a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1003] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:38:09 2026] DELETE /v2.0/subnetpools/0a683491-4d96-4013-9de2-40f7bc335aa9 => 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: 485/1004] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:38:10 2026] DELETE /v2.0/subnetpools/142a73c4-fa92-4088-b1ef-267f247c9831 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1005] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:38:10 2026] DELETE /v2.0/subnetpools/03cf0dd5-26a3-4e93-8f74-cf3074065ecf => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1006] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:10 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1007] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:10 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&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: 522/1008] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:11 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1009] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:11 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&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: 524/1010] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:11 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1011] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:11 2026] GET /v2.0/security-groups?tenant_id=bde090a82f7e4d638a3685af62776ddc&name=default => generated 2925 bytes in 844 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1012] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:11 2026] DELETE /v2.0/security-groups/ece96507-7f07-455e-9401-e3bf705e0ce6 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:38:12.052 7 INFO neutron.db.l3_db [None req-d493d47d-5e99-41eb-8f45-05dcbe751f61 0263cc2b83eb479c9ab0764f53f49ecb 2c12500a4ddf4b72a99937e690ec322f - - default default] Floating IP b597474c-25fe-4a9c-9bfc-9467a8b8f615 associated. External IP: 10.96.250.220, port: 51676dd9-573d-4433-9f86-817455b7c8e1. [pid: 8|app: 0|req: 489/1013] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:12 2026] GET /v2.0/security-groups?tenant_id=b32266614c7844aca7663f9c917a1340&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1014] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:12 2026] DELETE /v2.0/security-groups/90a16fb7-0ed7-42ca-a703-466e91d5efdd => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1015] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:38:11 2026] PUT /v2.0/floatingips/b597474c-25fe-4a9c-9bfc-9467a8b8f615 => generated 856 bytes in 728 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:12.493 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19ef7eb5-6d32-4ec3-99ad-3f8dd064262d'] response: {'name': 'network-changed', 'server_uuid': 'a8e94d09-8624-4a0a-9d3b-75065afb5c5c', 'tag': '51676dd9-573d-4433-9f86-817455b7c8e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 491/1016] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:12 2026] GET /v2.0/security-groups?tenant_id=be3a33b600f04b51bdc10c78e1cca705&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1017] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:12 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => 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: 492/1018] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:12 2026] DELETE /v2.0/security-groups/8875dc21-6fdb-4db5-b4bc-e31b959ffc61 => 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: 527/1019] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:12 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&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: 493/1020] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:12 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1021] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:12 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&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: 494/1022] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/ports?tenant_id=2c12500a4ddf4b72a99937e690ec322f&device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1023] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/networks?id=ae52770b-310e-4d21-a223-3514740fad15 => generated 775 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1024] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1025] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=51676dd9-573d-4433-9f86-817455b7c8e1 => generated 859 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1026] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1027] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/subnets?id=5db601a5-f281-4e20-bf14-180913a4fe6d => generated 697 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:13.301 8 INFO neutron.db.segments_db [None req-13cc5c54-8f36-4b5e-b0ca-d575413f9405 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] Added segment 8719b24b-823a-491c-b0a4-d93823b48fe5 of type vxlan for network 96b2c5f4-ea4a-40ce-857e-4a515c69b096 [pid: 7|app: 0|req: 534/1028] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/ports?network_id=ae52770b-310e-4d21-a223-3514740fad15&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: 535/1029] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/networks/ae52770b-310e-4d21-a223-3514740fad15?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: 495/1030] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:13 2026] POST /v2.0/networks => generated 613 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1031] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1032] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/networks/ae52770b-310e-4d21-a223-3514740fad15?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: 497/1033] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&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: 537/1034] 10.0.0.254 () {34 vars in 664 bytes} [Thu Apr 23 17:38:13 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:38:13.794 8 INFO neutron.db.segments_db [None req-29fefeda-fc68-4be4-9cda-cd4f9c581a6b 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] Added segment 7498aa30-c2cb-4217-8a92-7ede458e3a96 of type vxlan for network 189aab5b-67ab-47f8-8383-cc9f9df8bb37 /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: 538/1035] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => 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: 498/1036] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:13 2026] POST /v2.0/networks => generated 612 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1037] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:13 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1038] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:14 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1039] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:14 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&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: 499/1040] 10.0.0.254 () {34 vars in 664 bytes} [Thu Apr 23 17:38:13 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:38:14.295 7 INFO neutron.db.segments_db [None req-8cbf5840-5fc5-4edf-a302-a209d5bf84a7 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] Added segment ce1fc61d-f6b9-4314-9428-cb18290249e5 of type vxlan for network 8c61bd9b-a87b-4a31-8d7d-b111d6bb512b [pid: 7|app: 0|req: 542/1041] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:14 2026] POST /v2.0/networks => generated 613 bytes in 151 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: 500/1042] 10.0.0.254 () {34 vars in 664 bytes} [Thu Apr 23 17:38:14 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:38:14.773 7 INFO neutron.db.segments_db [None req-d2f19219-0d64-4537-996a-d1e6828be488 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] Added segment f2193f5e-f703-4dfe-ba64-18491ee5ffeb of type vxlan for network 8f27b75f-e3ad-4e3b-8c57-ca47fb9a2d5a [pid: 7|app: 0|req: 543/1043] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:14 2026] POST /v2.0/networks => generated 612 bytes in 172 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: 544/1044] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:14 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1045] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:15 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1046] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:15 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1047] 10.0.0.254 () {34 vars in 664 bytes} [Thu Apr 23 17:38:14 2026] POST /v2.0/ports => generated 743 bytes in 420 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: 547/1048] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:15 2026] GET /v2.0/security-groups?id=6646cf6d-8353-42e6-acd1-f95ca89c8737&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: 548/1049] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:38:15 2026] GET /v2.0/ports?tenant_id=ccc812ff097f48c3853ee349c8559f94&device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:38:15.387 8 INFO neutron.db.segments_db [None req-ad33aedf-d1ac-48b3-bf48-da434529a19d 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] Added segment ccd3cdc5-0362-4a20-a19e-7ed350ab99a6 of type vxlan for network ebda7bde-78df-499b-b25b-fb181fddfb2e [pid: 7|app: 0|req: 549/1050] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:38:15 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1051] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:38:15 2026] GET /v2.0/networks?id=bf50b94a-69a7-44b0-9efb-dc20f241c84d => generated 772 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1052] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:15 2026] POST /v2.0/networks => generated 612 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1053] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:38:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6b2eaac1-992f-4d98-b6fa-b7207c4fee50 => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:15.546 7 INFO neutron_taas.services.taas.taas_plugin [req-f8faad81-e5f8-4cfa-adb9-858fa9210b8f req-ae78013b-141d-4620-9470-325d475aa730 0263cc2b83eb479c9ab0764f53f49ecb 2c12500a4ddf4b72a99937e690ec322f - - default default] TaaS: Handle Delete Port: 51676dd9-573d-4433-9f86-817455b7c8e1 2026-04-23 17:38:15.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f8faad81-e5f8-4cfa-adb9-858fa9210b8f req-ae78013b-141d-4620-9470-325d475aa730 0263cc2b83eb479c9ab0764f53f49ecb 2c12500a4ddf4b72a99937e690ec322f - - default default] Tap Mirror: Handle Delete Port: 51676dd9-573d-4433-9f86-817455b7c8e1 2026-04-23 17:38:15.668 7 INFO neutron.db.l3_db [req-f8faad81-e5f8-4cfa-adb9-858fa9210b8f req-ae78013b-141d-4620-9470-325d475aa730 0263cc2b83eb479c9ab0764f53f49ecb 2c12500a4ddf4b72a99937e690ec322f - - default default] Floating IP b597474c-25fe-4a9c-9bfc-9467a8b8f615 disassociated. External IP: 10.96.250.220, port: 51676dd9-573d-4433-9f86-817455b7c8e1. [pid: 8|app: 0|req: 504/1054] 10.0.0.254 () {34 vars in 664 bytes} [Thu Apr 23 17:38:15 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 505/1055] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:38:15 2026] GET /v2.0/subnets?id=cb7e4252-c056-4702-8aed-87362879552f => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1058] 10.0.0.254 () {34 vars in 747 bytes} [Thu Apr 23 17:38:15 2026] PUT /v2.0/ports/35010a18-8aac-411c-bde3-f128c6dfc4a2/tags => generated 17 bytes in 52 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: 509/1059] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:38:15 2026] GET /v2.0/ports?network_id=bf50b94a-69a7-44b0-9efb-dc20f241c84d&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: 551/1060] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:38:15 2026] DELETE /v2.0/ports/51676dd9-573d-4433-9f86-817455b7c8e1 => generated 0 bytes in 577 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:38:16.073 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-35d006e6-b77a-4232-a3d0-98572a1b450e'] response: {'server_uuid': 'a8e94d09-8624-4a0a-9d3b-75065afb5c5c', 'name': 'network-vif-deleted', 'tag': '51676dd9-573d-4433-9f86-817455b7c8e1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 552/1061] 10.0.0.254 () {34 vars in 747 bytes} [Thu Apr 23 17:38:16 2026] PUT /v2.0/ports/4249a596-7d4c-4019-9f50-40d73e3db7b0/tags => generated 25 bytes in 87 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: 553/1062] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/networks/bf50b94a-69a7-44b0-9efb-dc20f241c84d?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: 554/1063] 10.0.0.254 () {34 vars in 747 bytes} [Thu Apr 23 17:38:16 2026] PUT /v2.0/ports/da8a7ef9-549a-4eeb-a3ae-4e60d7225a1d/tags => generated 34 bytes in 61 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 17:38:16.243 8 INFO neutron.db.segments_db [None req-ee55632f-33c3-4661-b005-79bd9377660b fcb47d1714f548f09cc59f1d37e2e504 86b93fa7f0e045849e9bbe26ccb1a7a9 - - default default] Added segment ab43029d-e6c6-4e5d-bfc7-8fff80af7e96 of type vxlan for network c20cf1c3-3a66-4283-b875-9f0cb0aa8507 [pid: 7|app: 0|req: 555/1064] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/networks/bf50b94a-69a7-44b0-9efb-dc20f241c84d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1065] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1066] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:15 2026] POST /v2.0/networks => generated 613 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1067] 10.0.0.254 () {34 vars in 747 bytes} [Thu Apr 23 17:38:16 2026] PUT /v2.0/ports/83f785dd-960a-4da3-85da-25dc6ca563ac/tags => generated 19 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: 511/1068] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1069] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:38:16 2026] PUT /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1070] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => 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: 512/1071] 10.0.0.254 () {32 vars in 660 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1072] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1073] 10.0.0.254 () {32 vars in 674 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1074] 10.0.0.254 () {34 vars in 764 bytes} [Thu Apr 23 17:38:16 2026] PUT /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags/green => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1075] 10.0.0.254 () {32 vars in 670 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1076] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1077] 10.0.0.254 () {32 vars in 682 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1078] 10.0.0.254 () {34 vars in 760 bytes} [Thu Apr 23 17:38:16 2026] PUT /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1079] 10.0.0.254 () {32 vars in 668 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1080] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1081] 10.0.0.254 () {34 vars in 782 bytes} [Thu Apr 23 17:38:16 2026] PUT /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1082] 10.0.0.254 () {32 vars in 682 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1083] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/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: 567/1084] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:38:16 2026] PUT /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1085] 10.0.0.254 () {32 vars in 678 bytes} [Thu Apr 23 17:38:16 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: 7|app: 0|req: 568/1086] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1087] 10.0.0.254 () {32 vars in 690 bytes} [Thu Apr 23 17:38:16 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1088] 10.0.0.254 () {32 vars in 741 bytes} [Thu Apr 23 17:38:17 2026] GET /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:38:17.108 7 INFO neutron.api.v2.resource [None req-365d6d87-8d84-4688-be4a-94b024a227d6 fcb47d1714f548f09cc59f1d37e2e504 86b93fa7f0e045849e9bbe26ccb1a7a9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 570/1089] 10.0.0.254 () {32 vars in 745 bytes} [Thu Apr 23 17:38:17 2026] GET /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/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 17:38:17.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0cd708d-7b07-4ee0-9ce8-75490f3d86b3 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] TaaS: Handle Delete Port: 35010a18-8aac-411c-bde3-f128c6dfc4a2 2026-04-23 17:38:17.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0cd708d-7b07-4ee0-9ce8-75490f3d86b3 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] Tap Mirror: Handle Delete Port: 35010a18-8aac-411c-bde3-f128c6dfc4a2 [pid: 7|app: 0|req: 571/1090] 10.0.0.254 () {32 vars in 744 bytes} [Thu Apr 23 17:38:17 2026] DELETE /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1091] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:17 2026] GET /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1092] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:38:17 2026] DELETE /v2.0/ports/35010a18-8aac-411c-bde3-f128c6dfc4a2 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:38:17.264 7 INFO neutron.api.v2.resource [None req-20e19a2a-33f4-4ae9-ae7e-bc24d2c06fc2 fcb47d1714f548f09cc59f1d37e2e504 86b93fa7f0e045849e9bbe26ccb1a7a9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1093] 10.0.0.254 () {32 vars in 748 bytes} [Thu Apr 23 17:38:17 2026] DELETE /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1094] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:38:17 2026] DELETE /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:38:17.340 8 INFO neutron_taas.services.taas.taas_plugin [None req-db7f124f-8499-4d5b-8fba-cf17791e1762 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] TaaS: Handle Delete Port: 4249a596-7d4c-4019-9f50-40d73e3db7b0 2026-04-23 17:38:17.343 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db7f124f-8499-4d5b-8fba-cf17791e1762 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] Tap Mirror: Handle Delete Port: 4249a596-7d4c-4019-9f50-40d73e3db7b0 [pid: 7|app: 0|req: 575/1095] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:17 2026] GET /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507/tags => 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: 521/1096] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:38:17 2026] DELETE /v2.0/ports/4249a596-7d4c-4019-9f50-40d73e3db7b0 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:38:17.533 7 INFO neutron.services.segments.plugin [-] Segment ab43029d-e6c6-4e5d-bfc7-8fff80af7e96 resource provider aggregate not found [pid: 8|app: 0|req: 522/1097] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:17 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:17.544 7 INFO neutron.services.segments.plugin [-] Segment ab43029d-e6c6-4e5d-bfc7-8fff80af7e96 resource provider aggregate not found 2026-04-23 17:38:17.554 7 INFO neutron.services.segments.plugin [-] Segment ab43029d-e6c6-4e5d-bfc7-8fff80af7e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab43029d-e6c6-4e5d-bfc7-8fff80af7e96 found for delete ", "request_id": "req-03f9f325-9f6d-4f13-9f52-22be83f4098e"}]} 2026-04-23 17:38:17.557 7 INFO neutron.services.segments.plugin [-] Segment ab43029d-e6c6-4e5d-bfc7-8fff80af7e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab43029d-e6c6-4e5d-bfc7-8fff80af7e96 found for delete ", "request_id": "req-0101e8dc-6356-47d5-904c-443aa894b1d6"}]} [pid: 7|app: 0|req: 576/1098] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:38:17 2026] DELETE /v2.0/networks/c20cf1c3-3a66-4283-b875-9f0cb0aa8507 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1099] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:17 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => 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: 578/1100] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:17 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:17.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-a67c558a-c49d-4744-8543-e5ff8d1f3eea 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] TaaS: Handle Delete Port: da8a7ef9-549a-4eeb-a3ae-4e60d7225a1d 2026-04-23 17:38:17.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a67c558a-c49d-4744-8543-e5ff8d1f3eea 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] Tap Mirror: Handle Delete Port: da8a7ef9-549a-4eeb-a3ae-4e60d7225a1d [pid: 8|app: 0|req: 523/1101] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:38:17 2026] DELETE /v2.0/ports/da8a7ef9-549a-4eeb-a3ae-4e60d7225a1d => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:38:17.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-19af52d9-b9e6-46d4-b07c-9da8215b7a57 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] TaaS: Handle Delete Port: 83f785dd-960a-4da3-85da-25dc6ca563ac 2026-04-23 17:38:17.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19af52d9-b9e6-46d4-b07c-9da8215b7a57 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] Tap Mirror: Handle Delete Port: 83f785dd-960a-4da3-85da-25dc6ca563ac [pid: 7|app: 0|req: 579/1102] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:38:17 2026] DELETE /v2.0/ports/83f785dd-960a-4da3-85da-25dc6ca563ac => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:38:18.094 8 INFO neutron_taas.services.taas.taas_plugin [None req-da9dae69-d673-4c12-a669-ae21253e4c79 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] TaaS: Handle Delete Port: a5b092ee-1404-46d3-8f49-5311a5d93898 2026-04-23 17:38:18.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da9dae69-d673-4c12-a669-ae21253e4c79 44ab50b6000c4e0dac80ef063b0a83cd ae7942d0f9e34ebd9b8daed4e45da88e - - default default] Tap Mirror: Handle Delete Port: a5b092ee-1404-46d3-8f49-5311a5d93898 [pid: 8|app: 0|req: 524/1103] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:38:17 2026] DELETE /v2.0/ports/a5b092ee-1404-46d3-8f49-5311a5d93898 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1104] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:38:18 2026] DELETE /v2.0/networks/96b2c5f4-ea4a-40ce-857e-4a515c69b096 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1105] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:18 2026] GET /v2.0/security-groups?tenant_id=86b93fa7f0e045849e9bbe26ccb1a7a9&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: 581/1106] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:38:18 2026] DELETE /v2.0/networks/189aab5b-67ab-47f8-8383-cc9f9df8bb37 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1107] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:18 2026] DELETE /v2.0/security-groups/33bfd3af-e2fb-4ac7-82e0-8c9fa2ac1c78 => 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: 582/1108] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:38:18 2026] DELETE /v2.0/networks/8c61bd9b-a87b-4a31-8d7d-b111d6bb512b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:38:18.649 8 INFO neutron.services.segments.plugin [-] Segment f2193f5e-f703-4dfe-ba64-18491ee5ffeb resource provider aggregate not found 2026-04-23 17:38:18.653 8 INFO neutron.services.segments.plugin [-] Segment f2193f5e-f703-4dfe-ba64-18491ee5ffeb resource provider aggregate not found 2026-04-23 17:38:18.675 8 INFO neutron.services.segments.plugin [-] Segment f2193f5e-f703-4dfe-ba64-18491ee5ffeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2193f5e-f703-4dfe-ba64-18491ee5ffeb found for delete ", "request_id": "req-55ed7ae7-9d57-4b26-9458-465a0de1f940"}]} 2026-04-23 17:38:18.677 8 INFO neutron.services.segments.plugin [-] Segment f2193f5e-f703-4dfe-ba64-18491ee5ffeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2193f5e-f703-4dfe-ba64-18491ee5ffeb found for delete ", "request_id": "req-e5fa4036-8ac2-4d30-8084-3f861d3cf0b5"}]} [pid: 8|app: 0|req: 527/1109] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:38:18 2026] DELETE /v2.0/networks/8f27b75f-e3ad-4e3b-8c57-ca47fb9a2d5a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1110] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:18 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => 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: 583/1111] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:18 2026] GET /v2.0/security-groups?tenant_id=9e7b2975b19947f19ccd3cf70b80c00e&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1112] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:18 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1113] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:38:18 2026] DELETE /v2.0/networks/ebda7bde-78df-499b-b25b-fb181fddfb2e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1114] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:18 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&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: 585/1115] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:18 2026] DELETE /v2.0/security-groups/e93d111b-1ada-43d3-a417-d1407d705019 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:38:19.579 7 INFO neutron.services.segments.plugin [-] Segment 8719b24b-823a-491c-b0a4-d93823b48fe5 resource provider aggregate not found 2026-04-23 17:38:19.583 7 INFO neutron.services.segments.plugin [-] Segment 8719b24b-823a-491c-b0a4-d93823b48fe5 resource provider aggregate not found 2026-04-23 17:38:19.599 7 INFO neutron.services.segments.plugin [-] Segment 8719b24b-823a-491c-b0a4-d93823b48fe5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8719b24b-823a-491c-b0a4-d93823b48fe5 found for delete ", "request_id": "req-f578ead9-03eb-4c3a-8f0b-ca6ba54eb15c"}]} 2026-04-23 17:38:19.602 7 INFO neutron.services.segments.plugin [-] Segment 8719b24b-823a-491c-b0a4-d93823b48fe5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8719b24b-823a-491c-b0a4-d93823b48fe5 found for delete ", "request_id": "req-f3f6c110-864d-4f1a-a3d6-e4cd5a7dd56c"}]} 2026-04-23 17:38:19.617 7 INFO neutron.services.segments.plugin [-] Segment 7498aa30-c2cb-4217-8a92-7ede458e3a96 resource provider aggregate not found 2026-04-23 17:38:19.626 7 INFO neutron.services.segments.plugin [-] Segment 7498aa30-c2cb-4217-8a92-7ede458e3a96 resource provider aggregate not found 2026-04-23 17:38:19.635 7 INFO neutron.services.segments.plugin [-] Segment 7498aa30-c2cb-4217-8a92-7ede458e3a96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7498aa30-c2cb-4217-8a92-7ede458e3a96 found for delete ", "request_id": "req-64905a85-e9e5-401a-a075-257bed00c4e4"}]} 2026-04-23 17:38:19.641 7 INFO neutron.services.segments.plugin [-] Segment 7498aa30-c2cb-4217-8a92-7ede458e3a96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7498aa30-c2cb-4217-8a92-7ede458e3a96 found for delete ", "request_id": "req-32542f8e-124c-4f8c-ae49-46255d4d27b5"}]} 2026-04-23 17:38:19.649 7 INFO neutron.services.segments.plugin [-] Segment ce1fc61d-f6b9-4314-9428-cb18290249e5 resource provider aggregate not found 2026-04-23 17:38:19.651 7 INFO neutron.services.segments.plugin [-] Segment ce1fc61d-f6b9-4314-9428-cb18290249e5 resource provider aggregate not found 2026-04-23 17:38:19.663 7 INFO neutron.services.segments.plugin [-] Segment ce1fc61d-f6b9-4314-9428-cb18290249e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce1fc61d-f6b9-4314-9428-cb18290249e5 found for delete ", "request_id": "req-eb8d7057-24c4-462a-8ad4-55d76d134ddf"}]} 2026-04-23 17:38:19.670 7 INFO neutron.services.segments.plugin [-] Segment ce1fc61d-f6b9-4314-9428-cb18290249e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce1fc61d-f6b9-4314-9428-cb18290249e5 found for delete ", "request_id": "req-33935d12-8f15-4397-bdcc-ab6bbc27372b"}]} [pid: 7|app: 0|req: 586/1116] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:19 2026] GET /v2.0/ports?device_id=a8e94d09-8624-4a0a-9d3b-75065afb5c5c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1117] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:19 2026] GET /v2.0/security-groups?tenant_id=17d2c65e5f9e4333b9ae992a5def57a4&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1118] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:19 2026] DELETE /v2.0/security-groups/fe1a7036-9922-4586-b44d-134be55897f3 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1119] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:19 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1120] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:19 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1121] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:20 2026] GET /v2.0/security-groups?tenant_id=8fe9ecaac625467ba7ca8e59bc3868ae&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1122] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:20 2026] DELETE /v2.0/security-groups/cf62ea76-6154-409c-9883-fb2f21d89bfd => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1123] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:20 2026] GET /v2.0/security-groups?tenant_id=ae7942d0f9e34ebd9b8daed4e45da88e&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1124] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:20 2026] DELETE /v2.0/security-groups/c62dce4a-5420-463d-819e-ada45c7a1b83 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:38:20.695 8 INFO neutron.services.segments.plugin [-] Segment ccd3cdc5-0362-4a20-a19e-7ed350ab99a6 resource provider aggregate not found 2026-04-23 17:38:20.700 8 INFO neutron.services.segments.plugin [-] Segment ccd3cdc5-0362-4a20-a19e-7ed350ab99a6 resource provider aggregate not found 2026-04-23 17:38:20.714 8 INFO neutron.services.segments.plugin [-] Segment ccd3cdc5-0362-4a20-a19e-7ed350ab99a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccd3cdc5-0362-4a20-a19e-7ed350ab99a6 found for delete ", "request_id": "req-61a98a8e-9206-4f5b-af01-b9d7aa584850"}]} 2026-04-23 17:38:20.718 8 INFO neutron.services.segments.plugin [-] Segment ccd3cdc5-0362-4a20-a19e-7ed350ab99a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccd3cdc5-0362-4a20-a19e-7ed350ab99a6 found for delete ", "request_id": "req-785e1377-42a2-4061-bb2e-d52d0f777f30"}]} [pid: 8|app: 0|req: 535/1125] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:20 2026] DELETE /v2.0/security-groups/6646cf6d-8353-42e6-acd1-f95ca89c8737 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:38:21.013 7 INFO neutron.api.v2.resource [None req-e5dc2680-8e44-49e9-a7aa-f37e956de1bb 0263cc2b83eb479c9ab0764f53f49ecb 2c12500a4ddf4b72a99937e690ec322f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 591/1126] 10.0.0.254 () {32 vars in 737 bytes} [Thu Apr 23 17:38:20 2026] GET /v2.0/security-groups/6646cf6d-8353-42e6-acd1-f95ca89c8737 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:38:21.126 8 INFO neutron_taas.services.taas.taas_plugin [None req-24d67f94-465c-45fd-a572-d8cf3861ba47 0263cc2b83eb479c9ab0764f53f49ecb 2c12500a4ddf4b72a99937e690ec322f - - default default] TaaS: Handle Delete Port: 7f113798-0c7f-4e14-9ee0-d32fff7ab500 2026-04-23 17:38:21.129 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24d67f94-465c-45fd-a572-d8cf3861ba47 0263cc2b83eb479c9ab0764f53f49ecb 2c12500a4ddf4b72a99937e690ec322f - - default default] Tap Mirror: Handle Delete Port: 7f113798-0c7f-4e14-9ee0-d32fff7ab500 [pid: 7|app: 0|req: 592/1127] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:21 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => 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: 593/1128] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:21 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&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: 536/1129] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:38:21 2026] DELETE /v2.0/floatingips/b597474c-25fe-4a9c-9bfc-9467a8b8f615 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:38:21.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-8589dec9-c8e7-40cb-a0f1-a12d8848f011 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: d43515da-92d2-437b-a301-c552dcd8d467 2026-04-23 17:38:21.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8589dec9-c8e7-40cb-a0f1-a12d8848f011 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: d43515da-92d2-437b-a301-c552dcd8d467 [pid: 8|app: 0|req: 537/1130] 10.0.0.254 () {34 vars in 678 bytes} [Thu Apr 23 17:38:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1131] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:38:21 2026] PUT /v2.0/routers/7ed8540b-b0ea-43dd-89ca-c1ef59e22363/remove_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1132] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:22 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1133] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:38:22 2026] PUT /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1134] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:22 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&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: 597/1135] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:22 2026] GET /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/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: 598/1136] 10.0.0.254 () {34 vars in 764 bytes} [Thu Apr 23 17:38:22 2026] PUT /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 17:38:22.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac4c98b7-4516-468d-a9b7-2a00b6a7d269 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 59b85ab5-50ef-40e7-aff9-1f6d0b6ab19d 2026-04-23 17:38:22.600 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac4c98b7-4516-468d-a9b7-2a00b6a7d269 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 59b85ab5-50ef-40e7-aff9-1f6d0b6ab19d [pid: 7|app: 0|req: 599/1137] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:22 2026] GET /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1138] 10.0.0.254 () {34 vars in 760 bytes} [Thu Apr 23 17:38:22 2026] PUT /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags/red => 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: 601/1139] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:22 2026] GET /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1140] 10.0.0.254 () {34 vars in 782 bytes} [Thu Apr 23 17:38:22 2026] PUT /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1141] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:22 2026] GET /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:22.860 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac4c98b7-4516-468d-a9b7-2a00b6a7d269 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 0eeb9cab-66cf-4fc4-8740-989bd80cbc6c 2026-04-23 17:38:22.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac4c98b7-4516-468d-a9b7-2a00b6a7d269 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 0eeb9cab-66cf-4fc4-8740-989bd80cbc6c [pid: 7|app: 0|req: 604/1142] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:38:22 2026] PUT /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1143] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:22 2026] GET /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1144] 10.0.0.254 () {32 vars in 741 bytes} [Thu Apr 23 17:38:22 2026] GET /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:38:23.028 7 INFO neutron.api.v2.resource [None req-f693ade8-e5df-474c-a941-a77a5bb80228 a1a8dbe786a44d59b3eb280fdca5b734 6215ef5a559e4c14adbe5c95704807c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 607/1145] 10.0.0.254 () {32 vars in 745 bytes} [Thu Apr 23 17:38:22 2026] GET /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1146] 10.0.0.254 () {32 vars in 744 bytes} [Thu Apr 23 17:38:23 2026] DELETE /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/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: 609/1147] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:23 2026] GET /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:23.173 7 INFO neutron.api.v2.resource [None req-726ed5a5-7d07-441b-9a89-d78c1e4324ae a1a8dbe786a44d59b3eb280fdca5b734 6215ef5a559e4c14adbe5c95704807c8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 610/1148] 10.0.0.254 () {32 vars in 748 bytes} [Thu Apr 23 17:38:23 2026] DELETE /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1149] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:38:23 2026] DELETE /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:38:23.269 8 INFO neutron.services.segments.plugin [-] Segment c22493f7-dc52-4e9b-972f-f5d92c1403f0 resource provider aggregate not found 2026-04-23 17:38:23.277 8 INFO neutron.services.segments.plugin [-] Segment c22493f7-dc52-4e9b-972f-f5d92c1403f0 resource provider aggregate not found 2026-04-23 17:38:23.293 8 INFO neutron.services.segments.plugin [-] Segment c22493f7-dc52-4e9b-972f-f5d92c1403f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22493f7-dc52-4e9b-972f-f5d92c1403f0 found for delete ", "request_id": "req-a4e8a3dc-589c-44a3-89b6-21c142cf3177"}]} [pid: 7|app: 0|req: 612/1150] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:38:23 2026] GET /v2.0/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:23.295 8 INFO neutron.services.segments.plugin [-] Segment c22493f7-dc52-4e9b-972f-f5d92c1403f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22493f7-dc52-4e9b-972f-f5d92c1403f0 found for delete ", "request_id": "req-d033550f-0ca9-4fab-b6a6-d0c61635c692"}]} 2026-04-23 17:38:23.303 8 INFO neutron.db.l3_hamode_db [None req-ac4c98b7-4516-468d-a9b7-2a00b6a7d269 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] HA network fed314a1-f7a8-4c77-b620-2a13f7ef02a3 was deleted as no HA routers are present in tenant 2c12500a4ddf4b72a99937e690ec322f. [pid: 8|app: 0|req: 539/1151] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:38:22 2026] DELETE /v2.0/routers/7ed8540b-b0ea-43dd-89ca-c1ef59e22363 => generated 0 bytes in 919 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1152] 10.0.0.254 () {32 vars in 734 bytes} [Thu Apr 23 17:38:23 2026] DELETE /v2.0/qos/policies/6a5e070a-c1f5-4be4-b1bd-3006b8d329fd => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1153] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:38:23 2026] DELETE /v2.0/subnets/5db601a5-f281-4e20-bf14-180913a4fe6d => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:38:23.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8e07463-a0f7-4d45-aa5b-12a9e3ce3222 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 75a0d3c6-1975-4cdb-85fd-e91d267cb21d 2026-04-23 17:38:23.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8e07463-a0f7-4d45-aa5b-12a9e3ce3222 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 75a0d3c6-1975-4cdb-85fd-e91d267cb21d [pid: 8|app: 0|req: 541/1154] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:23 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1155] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:23 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:23.833 7 INFO neutron.services.segments.plugin [-] Segment 6e9540e5-62e1-4051-987b-49f72b2cd906 resource provider aggregate not found 2026-04-23 17:38:23.837 7 INFO neutron.services.segments.plugin [-] Segment 6e9540e5-62e1-4051-987b-49f72b2cd906 resource provider aggregate not found 2026-04-23 17:38:23.854 7 INFO neutron.services.segments.plugin [-] Segment 6e9540e5-62e1-4051-987b-49f72b2cd906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e9540e5-62e1-4051-987b-49f72b2cd906 found for delete ", "request_id": "req-66149b36-5f7e-4a20-a1d3-67edae39b474"}]} 2026-04-23 17:38:23.854 7 INFO neutron.services.segments.plugin [-] Segment 6e9540e5-62e1-4051-987b-49f72b2cd906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e9540e5-62e1-4051-987b-49f72b2cd906 found for delete ", "request_id": "req-9da41197-752e-46c6-9300-092f0ea95d00"}]} [pid: 7|app: 0|req: 614/1156] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:38:23 2026] DELETE /v2.0/networks/ae52770b-310e-4d21-a223-3514740fad15 => 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: 615/1157] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:24 2026] GET /v2.0/security-groups?tenant_id=2c12500a4ddf4b72a99937e690ec322f&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1158] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:24 2026] DELETE /v2.0/security-groups/01a3aa5a-a8df-474c-90ee-741e26896beb => 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: 543/1159] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:23 2026] GET /v2.0/security-groups?tenant_id=6215ef5a559e4c14adbe5c95704807c8&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: 617/1160] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:24 2026] DELETE /v2.0/security-groups/fc6c2032-9460-462c-9488-b4c85278814a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1161] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:24 2026] GET /v2.0/security-groups?tenant_id=50faab90d50845aa8fe7f6b1a72c600c&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: 545/1162] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:24 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => 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: 618/1163] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:24 2026] DELETE /v2.0/security-groups/abb7f697-7796-4ba4-8087-043b342a35f7 => 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: 546/1164] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:24 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:25.559 7 INFO neutron.db.segments_db [None req-5fdf2521-98a7-475d-a354-a0407de8eb3a d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Added segment 41e3c92a-04ad-4b28-9813-82d8cfdd4d1b of type vxlan for network 31a7bcc8-3223-4774-9c8e-fd8c00a36417 2026-04-23 17:38:25.863 7 INFO neutron.db.l3_hamode_db [None req-5fdf2521-98a7-475d-a354-a0407de8eb3a d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:38:25.983 7 INFO neutron.db.l3_hamode_db [None req-5fdf2521-98a7-475d-a354-a0407de8eb3a d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:38:26.369 8 INFO neutron.db.segments_db [None req-69f5ae2f-0dbb-48ca-bac4-d3b7c05bd141 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 26194551-d91b-4c20-a302-a8e5d8aee99c of type vxlan for network c390c2ef-7a66-4246-bf0a-d5ff48962636 [pid: 8|app: 0|req: 547/1165] 10.0.0.254 () {34 vars in 671 bytes} [Thu Apr 23 17:38:26 2026] POST /v2.0/networks => generated 727 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1166] 10.0.0.254 () {34 vars in 668 bytes} [Thu Apr 23 17:38:25 2026] POST /v2.0/routers => generated 474 bytes in 1251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1167] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:38:26 2026] POST /v2.0/subnets => generated 693 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:38:26.693 7 INFO neutron.db.l3_hamode_db [None req-8203f7c2-39b8-424d-a47c-f71e0f52c41b d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:38:26.700 8 INFO neutron.db.segments_db [None req-17e4430d-bb68-4ed8-b0ce-e076e8d28b1b 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 8d22b01e-d91c-453a-bfb2-64cc935f41aa of type vxlan for network 7aa5ab58-09b8-43df-be01-6b6b46e2284f 2026-04-23 17:38:26.835 7 INFO neutron.db.l3_hamode_db [None req-8203f7c2-39b8-424d-a47c-f71e0f52c41b d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:38:27.022 8 INFO neutron.db.l3_hamode_db [None req-17e4430d-bb68-4ed8-b0ce-e076e8d28b1b 40f4e888e6dc48ba847cce16b6cab602 5feffe736fa44823aa18942606dcdd1c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 620/1168] 10.0.0.254 () {34 vars in 668 bytes} [Thu Apr 23 17:38:26 2026] POST /v2.0/routers => generated 474 bytes in 819 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:38:27.510 7 INFO neutron.db.l3_hamode_db [None req-15769d1b-3500-4552-a3b7-223b3a711edc d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:38:27.623 7 INFO neutron.db.l3_hamode_db [None req-15769d1b-3500-4552-a3b7-223b3a711edc d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:38:27.782 8 INFO neutron.db.l3_hamode_db [None req-17e4430d-bb68-4ed8-b0ce-e076e8d28b1b 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 621/1169] 10.0.0.254 () {34 vars in 668 bytes} [Thu Apr 23 17:38:27 2026] POST /v2.0/routers => generated 474 bytes in 749 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:38:28.425 7 INFO neutron.db.segments_db [None req-db496bd6-1561-45f5-af55-4831432691b3 7773fda9dee24ae5baba189432a02f56 b8f173f6a12e496ca380f181b00d7c40 - - default default] Added segment 0b8a1f88-37e5-4c51-a93b-71a53fcfbaf0 of type vxlan for network cb239932-e215-480a-8b90-fde65dfe4c9f 2026-04-23 17:38:28.686 7 INFO neutron.db.l3_hamode_db [None req-db496bd6-1561-45f5-af55-4831432691b3 7773fda9dee24ae5baba189432a02f56 b8f173f6a12e496ca380f181b00d7c40 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 549/1170] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:38:26 2026] POST /v2.0/routers => generated 733 bytes in 2109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:38:28.806 8 INFO neutron.db.l3_hamode_db [None req-b4bdecd3-ee54-41c8-b35e-380713d231c1 d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:38:28.815 7 INFO neutron.db.l3_hamode_db [None req-db496bd6-1561-45f5-af55-4831432691b3 7773fda9dee24ae5baba189432a02f56 b8f173f6a12e496ca380f181b00d7c40 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:38:28.928 8 INFO neutron.db.l3_hamode_db [None req-b4bdecd3-ee54-41c8-b35e-380713d231c1 d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 622/1171] 10.0.0.254 () {34 vars in 668 bytes} [Thu Apr 23 17:38:28 2026] POST /v2.0/routers => generated 474 bytes in 1202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1172] 10.0.0.254 () {34 vars in 668 bytes} [Thu Apr 23 17:38:28 2026] POST /v2.0/routers => generated 474 bytes in 759 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1173] 10.0.0.254 () {34 vars in 751 bytes} [Thu Apr 23 17:38:29 2026] PUT /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags => generated 25 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:29.709 8 INFO neutron.db.l3_hamode_db [None req-c07e6768-1c52-48af-866a-ab1a51baf820 d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:38:29.820 8 INFO neutron.db.l3_hamode_db [None req-c07e6768-1c52-48af-866a-ab1a51baf820 d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 552/1174] 10.0.0.254 () {34 vars in 668 bytes} [Thu Apr 23 17:38:29 2026] POST /v2.0/routers => generated 474 bytes in 778 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1175] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:38:29 2026] PUT /v2.0/routers/99747459-bf53-4439-983a-acd07824d11a/add_router_interface => generated 309 bytes in 1082 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1176] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:38:30 2026] GET /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/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: 554/1177] 10.0.0.254 () {34 vars in 762 bytes} [Thu Apr 23 17:38:30 2026] PUT /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags/green => generated 4 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1180] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:38:30 2026] GET /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1181] 10.0.0.254 () {34 vars in 758 bytes} [Thu Apr 23 17:38:30 2026] PUT /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags/red => generated 4 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1182] 10.0.0.254 () {34 vars in 751 bytes} [Thu Apr 23 17:38:30 2026] PUT /v2.0/routers/3246093b-31c7-494d-aca6-7af2e9cd2508/tags => generated 17 bytes in 636 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1183] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags => generated 34 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1184] 10.0.0.254 () {34 vars in 751 bytes} [Thu Apr 23 17:38:31 2026] PUT /v2.0/routers/a619d0d2-ccb3-4fdb-aa6e-e130120ec0f0/tags => generated 25 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1185] 10.0.0.254 () {34 vars in 780 bytes} [Thu Apr 23 17:38:31 2026] PUT /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags/black.or.white => generated 4 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1186] 10.0.0.254 () {34 vars in 751 bytes} [Thu Apr 23 17:38:31 2026] PUT /v2.0/routers/f1f81401-71aa-409c-bf4e-b985d3d3ed91/tags => generated 34 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1187] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags => generated 52 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1188] 10.0.0.254 () {34 vars in 751 bytes} [Thu Apr 23 17:38:31 2026] PUT /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags => generated 37 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1189] 10.0.0.254 () {34 vars in 751 bytes} [Thu Apr 23 17:38:31 2026] PUT /v2.0/routers/61d45f80-3373-40fd-97a9-07d8b1436e73/tags => generated 19 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1190] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/networks?id=c390c2ef-7a66-4246-bf0a-d5ff48962636 => generated 678 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1191] 10.0.0.254 () {32 vars in 664 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1192] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags => generated 37 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1193] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/quotas/5feffe736fa44823aa18942606dcdd1c => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1194] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/ports?tenant_id=5feffe736fa44823aa18942606dcdd1c&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1195] 10.0.0.254 () {32 vars in 678 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1196] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/networks/c390c2ef-7a66-4246-bf0a-d5ff48962636?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1197] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags/red => 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: 631/1198] 10.0.0.254 () {32 vars in 674 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1199] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/networks/c390c2ef-7a66-4246-bf0a-d5ff48962636?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: 569/1200] 10.0.0.254 () {32 vars in 686 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:38:31.968 7 INFO neutron.api.v2.resource [None req-57249eaf-77bd-4a9d-bb74-ffcbbbebb51f 7773fda9dee24ae5baba189432a02f56 b8f173f6a12e496ca380f181b00d7c40 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 632/1201] 10.0.0.254 () {32 vars in 743 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags/green => generated 99 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1202] 10.0.0.254 () {32 vars in 672 bytes} [Thu Apr 23 17:38:31 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1203] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:32 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => 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: 633/1204] 10.0.0.254 () {32 vars in 742 bytes} [Thu Apr 23 17:38:31 2026] DELETE /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags/red => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1205] 10.0.0.254 () {32 vars in 686 bytes} [Thu Apr 23 17:38:32 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1206] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:38:32 2026] GET /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags => generated 30 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1207] 10.0.0.254 () {32 vars in 682 bytes} [Thu Apr 23 17:38:32 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: 8|app: 0|req: 574/1208] 10.0.0.254 () {32 vars in 694 bytes} [Thu Apr 23 17:38:32 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:32.273 7 INFO neutron.api.v2.resource [None req-838141ef-d111-4591-b4d8-8afb647b40ce 7773fda9dee24ae5baba189432a02f56 b8f173f6a12e496ca380f181b00d7c40 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 635/1209] 10.0.0.254 () {32 vars in 746 bytes} [Thu Apr 23 17:38:32 2026] DELETE /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags/green => generated 99 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1210] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:38:32 2026] GET /v2.0/routers/3246093b-31c7-494d-aca6-7af2e9cd2508 => generated 485 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1211] 10.0.0.254 () {32 vars in 734 bytes} [Thu Apr 23 17:38:32 2026] DELETE /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags => 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: 637/1212] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:38:32 2026] GET /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34/tags => generated 12 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1213] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:38:32 2026] GET /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34 => generated 480 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1214] 10.0.0.254 () {34 vars in 742 bytes} [Thu Apr 23 17:38:32 2026] PUT /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34 => generated 480 bytes in 582 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1215] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:33 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => 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: 641/1216] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:38:33 2026] GET /v2.0/ports?device_id=17db174d-7810-47cf-b0df-c1bc82dfba34 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:33.354 7 INFO neutron_taas.services.taas.taas_plugin [None req-14914a18-8b1f-4bc7-bbc3-1d2d10669607 7773fda9dee24ae5baba189432a02f56 b8f173f6a12e496ca380f181b00d7c40 - - default default] TaaS: Handle Delete Port: 7e9ad566-3d3d-400f-b7f1-37b56ff01a90 2026-04-23 17:38:33.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14914a18-8b1f-4bc7-bbc3-1d2d10669607 7773fda9dee24ae5baba189432a02f56 b8f173f6a12e496ca380f181b00d7c40 - - default default] Tap Mirror: Handle Delete Port: 7e9ad566-3d3d-400f-b7f1-37b56ff01a90 [pid: 8|app: 0|req: 576/1217] 10.0.0.254 () {34 vars in 742 bytes} [Thu Apr 23 17:38:32 2026] PUT /v2.0/routers/3246093b-31c7-494d-aca6-7af2e9cd2508 => generated 485 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1218] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:38:33 2026] GET /v2.0/ports?device_id=3246093b-31c7-494d-aca6-7af2e9cd2508 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:33.692 7 INFO neutron.services.segments.plugin [-] Segment 0b8a1f88-37e5-4c51-a93b-71a53fcfbaf0 resource provider aggregate not found 2026-04-23 17:38:33.701 7 INFO neutron.services.segments.plugin [-] Segment 0b8a1f88-37e5-4c51-a93b-71a53fcfbaf0 resource provider aggregate not found 2026-04-23 17:38:33.715 7 INFO neutron.services.segments.plugin [-] Segment 0b8a1f88-37e5-4c51-a93b-71a53fcfbaf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b8a1f88-37e5-4c51-a93b-71a53fcfbaf0 found for delete ", "request_id": "req-4c1dd86a-c71d-4369-95d5-89b2cbc8db20"}]} 2026-04-23 17:38:33.723 7 INFO neutron.services.segments.plugin [-] Segment 0b8a1f88-37e5-4c51-a93b-71a53fcfbaf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b8a1f88-37e5-4c51-a93b-71a53fcfbaf0 found for delete ", "request_id": "req-f918324f-d4cf-4f7a-9de9-0182c75944af"}]} 2026-04-23 17:38:33.730 7 INFO neutron.db.l3_hamode_db [None req-14914a18-8b1f-4bc7-bbc3-1d2d10669607 7773fda9dee24ae5baba189432a02f56 b8f173f6a12e496ca380f181b00d7c40 - - default default] HA network cb239932-e215-480a-8b90-fde65dfe4c9f was deleted as no HA routers are present in tenant b8f173f6a12e496ca380f181b00d7c40. 2026-04-23 17:38:33.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-eea208aa-88d4-4cf9-9f3e-a126d2b86b8f d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] TaaS: Handle Delete Port: 463a9a53-973d-442f-beee-2e8589c269b0 [pid: 7|app: 0|req: 642/1219] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:38:33 2026] DELETE /v2.0/routers/17db174d-7810-47cf-b0df-c1bc82dfba34 => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:38:33.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eea208aa-88d4-4cf9-9f3e-a126d2b86b8f d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Tap Mirror: Handle Delete Port: 463a9a53-973d-442f-beee-2e8589c269b0 [pid: 8|app: 0|req: 578/1220] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:38:33 2026] DELETE /v2.0/routers/3246093b-31c7-494d-aca6-7af2e9cd2508 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1221] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:38:33 2026] GET /v2.0/routers/a619d0d2-ccb3-4fdb-aa6e-e130120ec0f0 => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1222] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:34 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => 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: 579/1223] 10.0.0.254 () {34 vars in 742 bytes} [Thu Apr 23 17:38:34 2026] PUT /v2.0/routers/a619d0d2-ccb3-4fdb-aa6e-e130120ec0f0 => generated 493 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1224] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:38:34 2026] GET /v2.0/ports?device_id=a619d0d2-ccb3-4fdb-aa6e-e130120ec0f0 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:34.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-107aac32-93cb-4099-9546-2219873de6d4 d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] TaaS: Handle Delete Port: 10f9b31c-9c67-4e3d-895c-e412d29eeb64 2026-04-23 17:38:34.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-107aac32-93cb-4099-9546-2219873de6d4 d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Tap Mirror: Handle Delete Port: 10f9b31c-9c67-4e3d-895c-e412d29eeb64 [pid: 7|app: 0|req: 646/1225] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:34 2026] GET /v2.0/security-groups?tenant_id=b8f173f6a12e496ca380f181b00d7c40&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1226] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:34 2026] DELETE /v2.0/security-groups/5a6e5a67-6d4d-46ef-b653-11e20253a030 => 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: 580/1227] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:38:34 2026] DELETE /v2.0/routers/a619d0d2-ccb3-4fdb-aa6e-e130120ec0f0 => generated 0 bytes in 417 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1228] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:38:34 2026] GET /v2.0/routers/f1f81401-71aa-409c-bf4e-b985d3d3ed91 => generated 502 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1229] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:34 2026] GET /v2.0/security-groups?tenant_id=314be04f9ada4f49931010b48f43bfba&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1230] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:35 2026] DELETE /v2.0/security-groups/cc77d056-0759-4ced-ab22-e88b4b504c51 => 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: 651/1231] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:35 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => 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: 652/1232] 10.0.0.22 () {34 vars in 989 bytes} [Thu Apr 23 17:38:35 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1233] 10.0.0.254 () {34 vars in 742 bytes} [Thu Apr 23 17:38:34 2026] PUT /v2.0/routers/f1f81401-71aa-409c-bf4e-b985d3d3ed91 => generated 502 bytes in 609 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1234] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Apr 23 17:38:35 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1235] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:38:35 2026] GET /v2.0/ports?device_id=f1f81401-71aa-409c-bf4e-b985d3d3ed91 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:35.769 7 INFO neutron_taas.services.taas.taas_plugin [None req-82403fbb-b9f9-4ce6-8143-7b4f9ae51e9d d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] TaaS: Handle Delete Port: d70aef94-6b59-471f-8265-64270a800e42 2026-04-23 17:38:35.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82403fbb-b9f9-4ce6-8143-7b4f9ae51e9d d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Tap Mirror: Handle Delete Port: d70aef94-6b59-471f-8265-64270a800e42 [pid: 7|app: 0|req: 654/1236] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:38:35 2026] DELETE /v2.0/routers/f1f81401-71aa-409c-bf4e-b985d3d3ed91 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1237] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:38:35 2026] GET /v2.0/routers/61d45f80-3373-40fd-97a9-07d8b1436e73 => generated 487 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1238] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:38:36 2026] GET /v2.0/networks?id=c390c2ef-7a66-4246-bf0a-d5ff48962636 => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1239] 10.0.0.254 () {34 vars in 742 bytes} [Thu Apr 23 17:38:36 2026] PUT /v2.0/routers/61d45f80-3373-40fd-97a9-07d8b1436e73 => generated 487 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1240] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:36 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => 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: 657/1241] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:38:36 2026] GET /v2.0/ports?device_id=61d45f80-3373-40fd-97a9-07d8b1436e73 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:36.743 7 INFO neutron_taas.services.taas.taas_plugin [None req-9099d359-e6b5-46d0-8c43-9e223d5e5772 d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] TaaS: Handle Delete Port: d46fff6c-d814-4ea8-9f78-cb4858a74ac6 2026-04-23 17:38:36.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9099d359-e6b5-46d0-8c43-9e223d5e5772 d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Tap Mirror: Handle Delete Port: d46fff6c-d814-4ea8-9f78-cb4858a74ac6 [pid: 8|app: 0|req: 585/1242] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:38:36 2026] POST /v2.0/ports => generated 958 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: 7|app: 0|req: 658/1243] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:38:36 2026] DELETE /v2.0/routers/61d45f80-3373-40fd-97a9-07d8b1436e73 => generated 0 bytes in 438 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1244] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:38:37 2026] GET /v2.0/routers/bb9efa4a-c0e8-4b79-a348-966609edd242 => generated 480 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1245] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:38:36 2026] PUT /v2.0/ports/e6e2f20a-318b-4eb6-a7a8-4d12f226c478 => generated 1239 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:38:37.303 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb09d06b-d647-4aa6-b6d5-bc6dbfc5046b'] response: {'name': 'network-changed', 'server_uuid': '1de961cb-75e6-4ad6-8ab6-57e61124dc0e', 'tag': 'e6e2f20a-318b-4eb6-a7a8-4d12f226c478', '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: 587/1246] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:37 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1247] 10.0.0.254 () {34 vars in 742 bytes} [Thu Apr 23 17:38:37 2026] PUT /v2.0/routers/bb9efa4a-c0e8-4b79-a348-966609edd242 => generated 480 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1248] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:37 2026] GET /v2.0/security-groups?id=28dde9ca-281b-4971-b4c1-62ef6d55b66e&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1249] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:38:37 2026] GET /v2.0/ports?device_id=bb9efa4a-c0e8-4b79-a348-966609edd242 => 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: 662/1250] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:38:37 2026] GET /v2.0/ports?tenant_id=5feffe736fa44823aa18942606dcdd1c&device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1251] 199.19.213.236 () {34 vars in 1018 bytes} [Thu Apr 23 17:38:37 2026] GET /v2.0/networks?tenant_id=5feffe736fa44823aa18942606dcdd1c&shared=False => generated 774 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:37.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-376e5694-f46f-433f-97ad-e3fabf0dba29 d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] TaaS: Handle Delete Port: b4e68254-f07d-4ce4-bc0e-c2a41b182035 2026-04-23 17:38:37.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-376e5694-f46f-433f-97ad-e3fabf0dba29 d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] Tap Mirror: Handle Delete Port: b4e68254-f07d-4ce4-bc0e-c2a41b182035 [pid: 7|app: 0|req: 664/1252] 199.19.213.236 () {34 vars in 930 bytes} [Thu Apr 23 17:38:37 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) 2026-04-23 17:38:38.253 8 INFO neutron.services.segments.plugin [-] Segment 41e3c92a-04ad-4b28-9813-82d8cfdd4d1b resource provider aggregate not found 2026-04-23 17:38:38.261 8 INFO neutron.services.segments.plugin [-] Segment 41e3c92a-04ad-4b28-9813-82d8cfdd4d1b resource provider aggregate not found 2026-04-23 17:38:38.274 8 INFO neutron.services.segments.plugin [-] Segment 41e3c92a-04ad-4b28-9813-82d8cfdd4d1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41e3c92a-04ad-4b28-9813-82d8cfdd4d1b found for delete ", "request_id": "req-6458f3d7-63b3-4a2f-ba39-998fccbdb3a7"}]} 2026-04-23 17:38:38.278 8 INFO neutron.services.segments.plugin [-] Segment 41e3c92a-04ad-4b28-9813-82d8cfdd4d1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41e3c92a-04ad-4b28-9813-82d8cfdd4d1b found for delete ", "request_id": "req-66820915-0461-4df8-9b18-e790d23e76e6"}]} 2026-04-23 17:38:38.286 8 INFO neutron.db.l3_hamode_db [None req-376e5694-f46f-433f-97ad-e3fabf0dba29 d5122bce17c94edaa9ef5d6f5d1bbffc 15a3c490da3b41e08ba822790dcdf43b - - default default] HA network 31a7bcc8-3223-4774-9c8e-fd8c00a36417 was deleted as no HA routers are present in tenant 15a3c490da3b41e08ba822790dcdf43b. [pid: 8|app: 0|req: 589/1253] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:38:37 2026] DELETE /v2.0/routers/bb9efa4a-c0e8-4b79-a348-966609edd242 => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1254] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:38 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1255] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:38 2026] GET /v2.0/security-groups?id=28dde9ca-281b-4971-b4c1-62ef6d55b66e&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1256] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:38:38 2026] GET /v2.0/ports?tenant_id=5feffe736fa44823aa18942606dcdd1c&device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => 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: 591/1257] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:38:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e6e2f20a-318b-4eb6-a7a8-4d12f226c478 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1258] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:38:39 2026] GET /v2.0/subnets?id=c401e22c-f41e-4b59-994d-6edb1f9dfedd => generated 696 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1259] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:38:39 2026] GET /v2.0/ports?network_id=c390c2ef-7a66-4246-bf0a-d5ff48962636&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: 669/1260] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:38:39 2026] GET /v2.0/networks/c390c2ef-7a66-4246-bf0a-d5ff48962636?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1261] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:38:39 2026] GET /v2.0/networks/c390c2ef-7a66-4246-bf0a-d5ff48962636?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: 592/1262] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:39 2026] GET /v2.0/security-groups?tenant_id=15a3c490da3b41e08ba822790dcdf43b&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1263] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:39 2026] DELETE /v2.0/security-groups/5902d775-8c84-447d-99f0-f15dbacb3e39 => 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: 593/1264] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:39 2026] GET /v2.0/security-groups?tenant_id=765b222da59d43e98a1fe0155107e8d6&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1265] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:39 2026] DELETE /v2.0/security-groups/2c5d45d5-65ad-4bb2-83e0-8228079fcf5b => 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: 673/1266] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:40 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1267] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:40 2026] GET /v2.0/security-groups?id=28dde9ca-281b-4971-b4c1-62ef6d55b66e&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: 594/1268] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:39 2026] GET /v2.0/security-groups?tenant_id=a0db75e8cacc44e4839d3ae5d8852b3e&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1269] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:40 2026] DELETE /v2.0/security-groups/70ee2ffe-c755-4e3e-b0cb-f63a79d55110 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1270] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:41 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1271] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:41 2026] GET /v2.0/security-groups?id=28dde9ca-281b-4971-b4c1-62ef6d55b66e&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1272] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:42 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1273] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:42 2026] GET /v2.0/security-groups?id=28dde9ca-281b-4971-b4c1-62ef6d55b66e&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: 597/1274] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:43 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => 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: 678/1275] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:43 2026] GET /v2.0/security-groups?id=28dde9ca-281b-4971-b4c1-62ef6d55b66e&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1276] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:44 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1277] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:44 2026] GET /v2.0/security-groups?id=28dde9ca-281b-4971-b4c1-62ef6d55b66e&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1278] 10.0.0.254 () {34 vars in 684 bytes} [Thu Apr 23 17:38:44 2026] POST /v2.0/security-groups => generated 1601 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1279] 10.0.0.254 () {34 vars in 684 bytes} [Thu Apr 23 17:38:44 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: 599/1280] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:45 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1281] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:45 2026] GET /v2.0/security-groups?id=28dde9ca-281b-4971-b4c1-62ef6d55b66e&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1282] 10.0.0.254 () {34 vars in 684 bytes} [Thu Apr 23 17:38:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1283] 10.0.0.254 () {34 vars in 684 bytes} [Thu Apr 23 17:38:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1284] 10.0.0.254 () {34 vars in 684 bytes} [Thu Apr 23 17:38:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1287] 10.0.0.254 () {34 vars in 767 bytes} [Thu Apr 23 17:38:45 2026] PUT /v2.0/security-groups/2d9907a9-3005-46e4-adb0-6f33e51afcfa/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:45.716 8 INFO neutron.db.segments_db [None req-d7342c3b-367f-4858-96f5-a46dc442452b fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Added segment 4cb681e4-294e-4e9d-a0f9-5f0b28216079 of type vxlan for network fc6b2b43-f16e-4426-b2ce-e516134fc11e [pid: 7|app: 0|req: 687/1288] 10.0.0.254 () {34 vars in 767 bytes} [Thu Apr 23 17:38:45 2026] PUT /v2.0/security-groups/11e0bcae-6f2d-42a2-8350-d60760bb2ef2/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1290] 10.0.0.254 () {34 vars in 767 bytes} [Thu Apr 23 17:38:45 2026] PUT /v2.0/security-groups/2b660d3f-ecf9-4751-8daa-596aa636c4ff/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1290] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:45 2026] POST /v2.0/networks => generated 621 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1291] 10.0.0.254 () {34 vars in 767 bytes} [Thu Apr 23 17:38:45 2026] PUT /v2.0/security-groups/1a3a334b-f4c3-4a34-91b0-2a94ea157037/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1292] 10.0.0.254 () {32 vars in 680 bytes} [Thu Apr 23 17:38:45 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1293] 10.0.0.254 () {32 vars in 694 bytes} [Thu Apr 23 17:38:45 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1294] 10.0.0.254 () {32 vars in 690 bytes} [Thu Apr 23 17:38:45 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1295] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:38:45 2026] POST /v2.0/subnets => generated 656 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1296] 10.0.0.254 () {32 vars in 702 bytes} [Thu Apr 23 17:38:45 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1297] 10.0.0.254 () {32 vars in 722 bytes} [Thu Apr 23 17:38:46 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1298] 10.0.0.254 () {32 vars in 688 bytes} [Thu Apr 23 17:38:46 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1299] 10.0.0.254 () {32 vars in 702 bytes} [Thu Apr 23 17:38:46 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1300] 10.0.0.254 () {32 vars in 698 bytes} [Thu Apr 23 17:38:46 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1301] 10.0.0.254 () {32 vars in 710 bytes} [Thu Apr 23 17:38:46 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1302] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:38:46 2026] POST /v2.0/subnets => generated 731 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1303] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:46 2026] DELETE /v2.0/security-groups/2d9907a9-3005-46e4-adb0-6f33e51afcfa => 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: 699/1304] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:46 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1305] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:46 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:46.401 7 INFO neutron.db.segments_db [None req-a740e897-eb67-4adc-8fd5-5bcf92e67090 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Added segment d7050d6e-c366-4552-8819-83d820f6da2d of type vxlan for network 4d5a4b69-1be8-491a-a1d8-a7d12eea09dc [pid: 8|app: 0|req: 607/1306] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:46 2026] DELETE /v2.0/security-groups/11e0bcae-6f2d-42a2-8350-d60760bb2ef2 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1307] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:46 2026] POST /v2.0/networks => generated 619 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1308] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:46 2026] GET /v2.0/security-groups?id=28dde9ca-281b-4971-b4c1-62ef6d55b66e&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1309] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:46 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1310] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:46 2026] DELETE /v2.0/security-groups/2b660d3f-ecf9-4751-8daa-596aa636c4ff => 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: 610/1311] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:46 2026] DELETE /v2.0/security-groups/1a3a334b-f4c3-4a34-91b0-2a94ea157037 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1312] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:46 2026] DELETE /v2.0/security-groups/0f6fd9de-c697-44c9-a634-6ddc09f7c862 => 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: 612/1313] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:46 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => 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: 702/1314] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:38:46 2026] POST /v2.0/subnets => generated 655 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1315] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:46 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1316] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:38:46 2026] POST /v2.0/subnets => generated 726 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:38:47.190 8 INFO neutron.db.segments_db [None req-9f763098-d3aa-4a65-bcf0-a72221cc0ca7 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Added segment e7c9d20e-bce7-4bc7-a810-61b33448ba33 of type vxlan for network 454ddafd-de13-4cc9-a5f6-0a8aa07d8863 [pid: 8|app: 0|req: 614/1317] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:47 2026] POST /v2.0/networks => generated 619 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1318] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:38:47 2026] POST /v2.0/subnets => generated 656 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1319] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:47 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1320] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:38:47 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => 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: 706/1321] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:47 2026] GET /v2.0/security-groups?id=28dde9ca-281b-4971-b4c1-62ef6d55b66e&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 17:38:47.828 7 INFO neutron_taas.services.taas.taas_plugin [req-940322c1-7394-4e47-aa8e-66aa9fe33c47 req-c0614690-0be1-4e69-a9cb-915fa2c56852 9eed984f5c90460bb4d3e266b858b534 5feffe736fa44823aa18942606dcdd1c - - default default] TaaS: Handle Delete Port: e6e2f20a-318b-4eb6-a7a8-4d12f226c478 2026-04-23 17:38:47.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-940322c1-7394-4e47-aa8e-66aa9fe33c47 req-c0614690-0be1-4e69-a9cb-915fa2c56852 9eed984f5c90460bb4d3e266b858b534 5feffe736fa44823aa18942606dcdd1c - - default default] Tap Mirror: Handle Delete Port: e6e2f20a-318b-4eb6-a7a8-4d12f226c478 [pid: 7|app: 0|req: 707/1322] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:38:47 2026] DELETE /v2.0/ports/e6e2f20a-318b-4eb6-a7a8-4d12f226c478 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1323] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:38:47 2026] POST /v2.0/subnets => generated 730 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1324] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:47 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:48.019 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9387bad8-4e15-4e8d-bbb2-b059a8bb84bf'] response: {'server_uuid': '1de961cb-75e6-4ad6-8ab6-57e61124dc0e', 'name': 'network-vif-deleted', 'tag': 'e6e2f20a-318b-4eb6-a7a8-4d12f226c478', 'status': 'completed', 'code': 200} 2026-04-23 17:38:48.094 8 INFO neutron.db.segments_db [None req-1bba625e-57d3-4122-a44a-1c3fdf096356 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Added segment 8f82e383-4036-4b7c-8abc-fbd72d8ae488 of type vxlan for network 94e5f75f-6da2-4f39-b873-68c70d6b96d2 2026-04-23 17:38:48.343 8 INFO neutron.db.l3_hamode_db [None req-1bba625e-57d3-4122-a44a-1c3fdf096356 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 708/1325] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:47 2026] GET /v2.0/security-groups?tenant_id=660b43b9ff1d453baa7e917c95e3db10&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1326] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:48 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&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: 710/1327] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:48 2026] DELETE /v2.0/security-groups/b5cee359-386a-465d-934e-0173ed08796d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1328] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:48 2026] GET /v2.0/security-groups?tenant_id=235e46c47047486c99bcab78d1000381&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1329] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:48 2026] DELETE /v2.0/security-groups/0bb3c15f-3078-47cd-a844-354432f164c3 => 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: 713/1330] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:48 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => 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: 714/1331] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:48 2026] GET /v2.0/security-groups?tenant_id=faf57f91a9bf406a94437bbabdcc820a&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:38:49.047 8 INFO neutron.db.l3_hamode_db [None req-1bba625e-57d3-4122-a44a-1c3fdf096356 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 715/1332] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:49 2026] DELETE /v2.0/security-groups/ccb3a23d-e034-4ca6-8626-ac6559eac346 => 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: 716/1333] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:38:49 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => 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: 717/1334] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:49 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:49.589 7 INFO neutron_taas.services.taas.taas_plugin [req-fa17e904-b394-41a0-99be-69ea4a20e560 req-3b190fc6-6da0-41cc-a848-43c4c0c233a2 50b5225e39ed4397a2b22b1e65fa73f6 ccc812ff097f48c3853ee349c8559f94 - - default default] TaaS: Handle Delete Port: 6b2eaac1-992f-4d98-b6fa-b7207c4fee50 2026-04-23 17:38:49.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fa17e904-b394-41a0-99be-69ea4a20e560 req-3b190fc6-6da0-41cc-a848-43c4c0c233a2 50b5225e39ed4397a2b22b1e65fa73f6 ccc812ff097f48c3853ee349c8559f94 - - default default] Tap Mirror: Handle Delete Port: 6b2eaac1-992f-4d98-b6fa-b7207c4fee50 2026-04-23 17:38:49.712 7 INFO neutron.db.l3_db [req-fa17e904-b394-41a0-99be-69ea4a20e560 req-3b190fc6-6da0-41cc-a848-43c4c0c233a2 50b5225e39ed4397a2b22b1e65fa73f6 ccc812ff097f48c3853ee349c8559f94 - - default default] Floating IP 831fadb8-0455-49b1-95fd-a3610dc2a746 disassociated. External IP: 10.96.250.203, port: 6b2eaac1-992f-4d98-b6fa-b7207c4fee50. [pid: 8|app: 0|req: 618/1335] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:38:48 2026] POST /v2.0/routers => generated 684 bytes in 1895 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1336] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:38:49 2026] GET /v2.0/security-groups?id=03b755d0-86a0-4070-8123-2917cb170152&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1337] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:49 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => 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: 718/1338] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:38:49 2026] DELETE /v2.0/ports/6b2eaac1-992f-4d98-b6fa-b7207c4fee50 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:38:50.150 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a7da83b-2b20-4267-9851-2ed565ac415c'] response: {'server_uuid': 'ac8b4d1a-f918-47e3-a9b9-66d13229fef7', 'name': 'network-vif-deleted', 'tag': '6b2eaac1-992f-4d98-b6fa-b7207c4fee50', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 719/1339] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:51 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => 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: 720/1340] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:51 2026] GET /v2.0/ports?device_id=1de961cb-75e6-4ad6-8ab6-57e61124dc0e => 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: 621/1341] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:38:49 2026] PUT /v2.0/routers/780047ca-f2d9-47e3-9a08-9f3df4450838/add_router_interface => generated 309 bytes in 1414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1342] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:52 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:52.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-1df57a17-b7eb-4e11-b0b9-f04d8d9e74b4 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 1f6c8dc1-60a0-42cb-b208-83b8f9823d08 2026-04-23 17:38:52.552 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1df57a17-b7eb-4e11-b0b9-f04d8d9e74b4 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 1f6c8dc1-60a0-42cb-b208-83b8f9823d08 [pid: 7|app: 0|req: 721/1343] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:38:51 2026] PUT /v2.0/routers/780047ca-f2d9-47e3-9a08-9f3df4450838/add_router_interface => generated 309 bytes in 1513 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1344] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:38:52 2026] PUT /v2.0/routers/99747459-bf53-4439-983a-acd07824d11a/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:38:53.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bf6f0ac-40ec-41a0-99e6-e2fbd292f242 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: d6fade2f-3760-49bf-b779-cfbbe10c0c64 2026-04-23 17:38:53.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bf6f0ac-40ec-41a0-99e6-e2fbd292f242 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: d6fade2f-3760-49bf-b779-cfbbe10c0c64 2026-04-23 17:38:53.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bf6f0ac-40ec-41a0-99e6-e2fbd292f242 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: d79fc1c4-4dd9-4750-983a-a48714ac3257 2026-04-23 17:38:53.599 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bf6f0ac-40ec-41a0-99e6-e2fbd292f242 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: d79fc1c4-4dd9-4750-983a-a48714ac3257 2026-04-23 17:38:53.982 8 INFO neutron.services.segments.plugin [-] Segment 8d22b01e-d91c-453a-bfb2-64cc935f41aa resource provider aggregate not found 2026-04-23 17:38:53.989 8 INFO neutron.services.segments.plugin [-] Segment 8d22b01e-d91c-453a-bfb2-64cc935f41aa resource provider aggregate not found 2026-04-23 17:38:54.008 8 INFO neutron.db.l3_hamode_db [None req-7bf6f0ac-40ec-41a0-99e6-e2fbd292f242 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] HA network 7aa5ab58-09b8-43df-be01-6b6b46e2284f was deleted as no HA routers are present in tenant 5feffe736fa44823aa18942606dcdd1c. 2026-04-23 17:38:54.010 8 INFO neutron.services.segments.plugin [-] Segment 8d22b01e-d91c-453a-bfb2-64cc935f41aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d22b01e-d91c-453a-bfb2-64cc935f41aa found for delete ", "request_id": "req-bbc7587d-0857-4bdf-90fa-e6332d7f7e54"}]} 2026-04-23 17:38:54.011 8 INFO neutron.services.segments.plugin [-] Segment 8d22b01e-d91c-453a-bfb2-64cc935f41aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d22b01e-d91c-453a-bfb2-64cc935f41aa found for delete ", "request_id": "req-84e60228-907f-4b03-878f-f9a58347f311"}]} [pid: 8|app: 0|req: 624/1345] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:38:53 2026] DELETE /v2.0/routers/99747459-bf53-4439-983a-acd07824d11a => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1346] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:54 2026] GET /v2.0/ports?device_id=ac8b4d1a-f918-47e3-a9b9-66d13229fef7 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:54.384 8 INFO neutron.db.segments_db [None req-59791b0e-308b-44ba-86ed-0efd34d80d26 bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] Added segment 3484c56a-2011-49c5-8f58-7fcea527685e of type vxlan for network 1a37e6a9-acb3-4aa0-b400-c47c2551d32f [pid: 8|app: 0|req: 626/1347] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:54 2026] POST /v2.0/networks => generated 611 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1348] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:38:52 2026] PUT /v2.0/routers/780047ca-f2d9-47e3-9a08-9f3df4450838/add_router_interface => generated 309 bytes in 1617 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1349] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:38:54 2026] DELETE /v2.0/subnets/c401e22c-f41e-4b59-994d-6edb1f9dfedd => 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: 628/1350] 10.0.0.254 () {34 vars in 684 bytes} [Thu Apr 23 17:38:54 2026] POST /v2.0/security-groups => generated 1627 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 17:38:54.865 8 INFO neutron_taas.services.taas.taas_plugin [None req-71059bdd-52d0-4781-be1b-4ed00a827c34 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: c735b057-a8c9-472f-95db-c250d2f48889 2026-04-23 17:38:54.879 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71059bdd-52d0-4781-be1b-4ed00a827c34 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: c735b057-a8c9-472f-95db-c250d2f48889 [pid: 7|app: 0|req: 723/1351] 10.0.0.254 () {34 vars in 664 bytes} [Thu Apr 23 17:38:54 2026] POST /v2.0/ports => generated 743 bytes in 380 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: 629/1352] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:38:54 2026] DELETE /v2.0/networks/c390c2ef-7a66-4246-bf0a-d5ff48962636 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1353] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:38:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1354] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:38:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1355] 10.0.0.254 () {34 vars in 666 bytes} [Thu Apr 23 17:38:55 2026] POST /v2.0/trunks => generated 407 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1356] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:55 2026] DELETE /v2.0/security-groups/03b755d0-86a0-4070-8123-2917cb170152 => 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: 631/1357] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:38:55 2026] POST /v2.0/security-group-rules => generated 599 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1358] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:55 2026] GET /v2.0/security-groups?tenant_id=5feffe736fa44823aa18942606dcdd1c&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:38:55.369 7 INFO neutron.api.v2.resource [None req-be129391-4da9-471a-a567-107370b96f01 50b5225e39ed4397a2b22b1e65fa73f6 ccc812ff097f48c3853ee349c8559f94 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1359] 10.0.0.254 () {32 vars in 737 bytes} [Thu Apr 23 17:38:55 2026] GET /v2.0/security-groups/03b755d0-86a0-4070-8123-2917cb170152 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:38:55.421 8 INFO neutron.db.segments_db [None req-b2b5f59d-2777-4e27-928d-b67859beb013 bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] Added segment 8a04be21-90a7-405a-80fa-25776fd83846 of type vxlan for network 8137442c-c4d0-4df1-993c-0e1271866c9c [pid: 7|app: 0|req: 729/1360] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:38:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1361] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:55 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1362] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:55 2026] DELETE /v2.0/security-groups/28dde9ca-281b-4971-b4c1-62ef6d55b66e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:38:55.620 8 INFO neutron_taas.services.taas.taas_plugin [None req-63aaff03-d803-42d8-993b-b2d1b6ab8ccb 50b5225e39ed4397a2b22b1e65fa73f6 ccc812ff097f48c3853ee349c8559f94 - - default default] TaaS: Handle Delete Port: 38bbc1c5-896e-4702-afd5-e2bc632ffe65 2026-04-23 17:38:55.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63aaff03-d803-42d8-993b-b2d1b6ab8ccb 50b5225e39ed4397a2b22b1e65fa73f6 ccc812ff097f48c3853ee349c8559f94 - - default default] Tap Mirror: Handle Delete Port: 38bbc1c5-896e-4702-afd5-e2bc632ffe65 [pid: 7|app: 0|req: 731/1363] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:38:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1364] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:38:55 2026] DELETE /v2.0/floatingips/831fadb8-0455-49b1-95fd-a3610dc2a746 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1365] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:38:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1366] 10.0.0.254 () {34 vars in 664 bytes} [Thu Apr 23 17:38:55 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:38:56.032 8 INFO neutron.services.segments.plugin [-] Segment 26194551-d91b-4c20-a302-a8e5d8aee99c resource provider aggregate not found 2026-04-23 17:38:56.040 8 INFO neutron.services.segments.plugin [-] Segment 26194551-d91b-4c20-a302-a8e5d8aee99c resource provider aggregate not found 2026-04-23 17:38:56.050 8 INFO neutron.services.segments.plugin [-] Segment 26194551-d91b-4c20-a302-a8e5d8aee99c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26194551-d91b-4c20-a302-a8e5d8aee99c found for delete ", "request_id": "req-1c558f16-070a-432c-b8c1-4b9f74f776b1"}]} 2026-04-23 17:38:56.063 8 INFO neutron.services.segments.plugin [-] Segment 26194551-d91b-4c20-a302-a8e5d8aee99c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26194551-d91b-4c20-a302-a8e5d8aee99c found for delete ", "request_id": "req-f272fa93-0be5-4e07-b2f4-c969ac3f6d34"}]} [pid: 7|app: 0|req: 733/1367] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:38:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:38:56.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfa07c94-39e8-4acf-94b2-b11c707ccae9 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 74b8f3aa-4ae5-4fde-a6f0-062a75259e5f 2026-04-23 17:38:56.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfa07c94-39e8-4acf-94b2-b11c707ccae9 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 74b8f3aa-4ae5-4fde-a6f0-062a75259e5f [pid: 7|app: 0|req: 734/1368] 10.0.0.254 () {34 vars in 666 bytes} [Thu Apr 23 17:38:56 2026] POST /v2.0/trunks => generated 407 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1369] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:38:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:38:56.579 7 INFO neutron.db.segments_db [None req-269889f2-880c-4cae-b803-e9a88a6b6ef9 bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] Added segment ea6b8f20-7f22-4a9b-bcd0-bfce861f8c70 of type vxlan for network 0b21877c-ca9e-45d8-a5c8-bfc747ed26f5 [pid: 7|app: 0|req: 736/1370] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:56 2026] POST /v2.0/networks => generated 612 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1371] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:38:56 2026] POST /v2.0/security-group-rules => generated 599 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1372] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:38:55 2026] PUT /v2.0/routers/ead4198c-6e42-4e9e-b4b1-3d3cc00f99ea/remove_router_interface => generated 309 bytes in 873 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1373] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:38:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1374] 10.0.0.254 () {34 vars in 664 bytes} [Thu Apr 23 17:38:56 2026] POST /v2.0/ports => generated 743 bytes in 334 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 17:38:57.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef2af07c-d53d-45cd-a773-9f4b73f861dd 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: b9ae97df-917c-4f34-bba9-822c1b03ab96 2026-04-23 17:38:57.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef2af07c-d53d-45cd-a773-9f4b73f861dd 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: b9ae97df-917c-4f34-bba9-822c1b03ab96 [pid: 7|app: 0|req: 739/1375] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:38:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1376] 10.0.0.254 () {34 vars in 666 bytes} [Thu Apr 23 17:38:57 2026] POST /v2.0/trunks => generated 407 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:38:57.457 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef2af07c-d53d-45cd-a773-9f4b73f861dd 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 20e6bed0-cd2a-4980-ad56-a8be23e02efb 2026-04-23 17:38:57.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef2af07c-d53d-45cd-a773-9f4b73f861dd 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 20e6bed0-cd2a-4980-ad56-a8be23e02efb 2026-04-23 17:38:57.509 7 INFO neutron.db.segments_db [None req-bfcfc8fc-e0c9-42c0-b506-4d850af269de bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] Added segment 3ce31ffb-62ab-4545-b6e2-d61240aa19e6 of type vxlan for network 14cb4eff-f824-414d-bbea-4809401dac0b [pid: 7|app: 0|req: 741/1377] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:57 2026] POST /v2.0/networks => generated 612 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1378] 10.0.0.235 () {34 vars in 1094 bytes} [Thu Apr 23 17:38:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-340037751&fields=id&tenant_id=198cff84b76f451abadac64928680288 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:57.779 8 INFO neutron.db.l3_hamode_db [None req-ef2af07c-d53d-45cd-a773-9f4b73f861dd 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] HA network 1ab7f7af-de8e-4db9-841d-8d42de11e22c was deleted as no HA routers are present in tenant ccc812ff097f48c3853ee349c8559f94. [pid: 8|app: 0|req: 637/1379] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:38:56 2026] DELETE /v2.0/routers/ead4198c-6e42-4e9e-b4b1-3d3cc00f99ea => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1380] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:38:57 2026] GET /v2.0/networks?id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1381] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:38:57 2026] DELETE /v2.0/subnets/cb7e4252-c056-4702-8aed-87362879552f => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1382] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:38:57 2026] GET /v2.0/quotas/198cff84b76f451abadac64928680288 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1383] 10.0.0.254 () {34 vars in 664 bytes} [Thu Apr 23 17:38:57 2026] POST /v2.0/ports => generated 743 bytes in 368 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 17:38:58.083 8 INFO neutron.services.segments.plugin [-] Segment b386aefa-3365-4c87-a041-7fe7e298e6cb resource provider aggregate not found 2026-04-23 17:38:58.088 8 INFO neutron.services.segments.plugin [-] Segment b386aefa-3365-4c87-a041-7fe7e298e6cb resource provider aggregate not found 2026-04-23 17:38:58.105 8 INFO neutron.services.segments.plugin [-] Segment b386aefa-3365-4c87-a041-7fe7e298e6cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b386aefa-3365-4c87-a041-7fe7e298e6cb found for delete ", "request_id": "req-5ac0e863-89dc-4ea0-a09a-5be568c5aea1"}]} 2026-04-23 17:38:58.109 8 INFO neutron.services.segments.plugin [-] Segment b386aefa-3365-4c87-a041-7fe7e298e6cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b386aefa-3365-4c87-a041-7fe7e298e6cb found for delete ", "request_id": "req-236a4df8-9f62-4415-8482-72811cf0563c"}]} 2026-04-23 17:38:58.140 8 INFO neutron_taas.services.taas.taas_plugin [None req-e404fdbf-2027-4481-9f15-1586eb872320 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 109dc3f3-bd20-49d2-a20e-d8d2b76f3645 2026-04-23 17:38:58.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e404fdbf-2027-4481-9f15-1586eb872320 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 109dc3f3-bd20-49d2-a20e-d8d2b76f3645 [pid: 7|app: 0|req: 744/1384] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:38:58 2026] GET /v2.0/ports?tenant_id=198cff84b76f451abadac64928680288&fields=id => generated 287 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1385] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:38:57 2026] DELETE /v2.0/networks/bf50b94a-69a7-44b0-9efb-dc20f241c84d => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1386] 10.0.0.254 () {34 vars in 666 bytes} [Thu Apr 23 17:38:58 2026] POST /v2.0/trunks => generated 407 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1387] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:38:58 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:38:58.416 7 INFO neutron.db.segments_db [None req-3393ca92-38f2-45ce-9a7b-5d5c817500d8 bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] Added segment a3a5deab-feeb-48ad-811b-1e527a0948d2 of type vxlan for network b5240fa7-2ff4-465d-9b48-4bd8d46f8df0 [pid: 8|app: 0|req: 643/1388] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:38:58 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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: 746/1389] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:38:58 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: 7|app: 0|req: 747/1390] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:58 2026] GET /v2.0/security-groups?tenant_id=ccc812ff097f48c3853ee349c8559f94&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: 644/1391] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:38:58 2026] GET /v2.0/security-groups?tenant_id=aa4c5801efa940d197ce86804e74e2b7&name=default => generated 2925 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1392] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:38:58 2026] GET /v2.0/ports?device_id=a4af5b59-f94a-4c03-8333-f178c0ab6f88 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1393] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:58 2026] DELETE /v2.0/security-groups/6236c714-c990-4fec-9264-3af10bbf8689 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1394] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:38:58 2026] DELETE /v2.0/security-groups/5bdf1004-5842-48b0-8fe4-3c2c92f10f46 => 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: 748/1395] 10.0.0.254 () {34 vars in 664 bytes} [Thu Apr 23 17:38:58 2026] POST /v2.0/ports => generated 743 bytes in 951 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1396] 10.0.0.254 () {34 vars in 666 bytes} [Thu Apr 23 17:38:59 2026] POST /v2.0/trunks => generated 407 bytes in 165 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: 749/1397] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:38:59 2026] PUT /v2.0/trunks/db99bd52-84fa-4f65-aa3c-2c8216d2545f/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1398] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:38:59 2026] PUT /v2.0/trunks/5fd5f098-6b1d-4918-869a-39724e31b1b7/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1399] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:38:59 2026] PUT /v2.0/trunks/b91d8a25-69ff-47b4-a702-c60e2f04a719/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1400] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:38:59 2026] PUT /v2.0/trunks/0699d5d3-85f5-4a92-bcfe-352a85d1f1f1/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1401] 10.0.0.254 () {32 vars in 662 bytes} [Thu Apr 23 17:38:59 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1402] 10.0.0.254 () {32 vars in 676 bytes} [Thu Apr 23 17:38:59 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1403] 10.0.0.254 () {32 vars in 672 bytes} [Thu Apr 23 17:38:59 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1404] 10.0.0.254 () {32 vars in 684 bytes} [Thu Apr 23 17:38:59 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1405] 10.0.0.254 () {32 vars in 670 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1406] 10.0.0.254 () {32 vars in 684 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1407] 10.0.0.254 () {32 vars in 680 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1408] 10.0.0.254 () {32 vars in 692 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1409] 10.0.0.254 () {32 vars in 719 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/trunks/db99bd52-84fa-4f65-aa3c-2c8216d2545f => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:00.137 8 INFO neutron.services.segments.plugin [-] Segment e7660031-5063-40f9-9251-ddea7ef0a03b resource provider aggregate not found 2026-04-23 17:39:00.140 8 INFO neutron.services.segments.plugin [-] Segment e7660031-5063-40f9-9251-ddea7ef0a03b resource provider aggregate not found 2026-04-23 17:39:00.163 8 INFO neutron.services.segments.plugin [-] Segment e7660031-5063-40f9-9251-ddea7ef0a03b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7660031-5063-40f9-9251-ddea7ef0a03b found for delete ", "request_id": "req-2ed7a41a-babb-42a4-91de-5ac1cf7f7e32"}]} 2026-04-23 17:39:00.163 8 INFO neutron.services.segments.plugin [-] Segment e7660031-5063-40f9-9251-ddea7ef0a03b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7660031-5063-40f9-9251-ddea7ef0a03b found for delete ", "request_id": "req-1fdede98-710f-4f7b-aeff-436ef6caafd6"}]} [pid: 8|app: 0|req: 655/1410] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/ports/799635a7-1cc3-41a9-b281-99b9628858cc => generated 826 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1411] 10.0.0.254 () {32 vars in 722 bytes} [Thu Apr 23 17:39:00 2026] DELETE /v2.0/trunks/db99bd52-84fa-4f65-aa3c-2c8216d2545f => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1412] 10.0.0.254 () {32 vars in 719 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/trunks/5fd5f098-6b1d-4918-869a-39724e31b1b7 => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1413] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/ports/f4dc1ba5-4288-40c7-b853-27112a5c7a4d => 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: 657/1414] 10.0.0.254 () {32 vars in 722 bytes} [Thu Apr 23 17:39:00 2026] DELETE /v2.0/trunks/5fd5f098-6b1d-4918-869a-39724e31b1b7 => 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: 758/1415] 10.0.0.254 () {32 vars in 719 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/trunks/b91d8a25-69ff-47b4-a702-c60e2f04a719 => generated 429 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1418] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/ports/79ccd46e-d5bb-4b66-9bb6-c30f7de0e6d6 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1419] 10.0.0.254 () {32 vars in 722 bytes} [Thu Apr 23 17:39:00 2026] DELETE /v2.0/trunks/b91d8a25-69ff-47b4-a702-c60e2f04a719 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1420] 10.0.0.254 () {32 vars in 719 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/trunks/0699d5d3-85f5-4a92-bcfe-352a85d1f1f1 => generated 414 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1421] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/ports/14e49e92-bec4-46ae-913f-21dcc6fe82a4 => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1422] 10.0.0.254 () {32 vars in 722 bytes} [Thu Apr 23 17:39:00 2026] DELETE /v2.0/trunks/0699d5d3-85f5-4a92-bcfe-352a85d1f1f1 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1423] 10.0.0.254 () {32 vars in 719 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/trunks/7d529874-5ede-4ec3-8560-aa9cded2029d => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1424] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:39:00 2026] GET /v2.0/ports/9b801ab2-328d-4668-a42a-a40723bc17d1 => generated 826 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1425] 10.0.0.254 () {32 vars in 722 bytes} [Thu Apr 23 17:39:01 2026] DELETE /v2.0/trunks/7d529874-5ede-4ec3-8560-aa9cded2029d => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:01.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb3460cd-9d30-4539-b1eb-0c2af1b39be7 bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] TaaS: Handle Delete Port: 799635a7-1cc3-41a9-b281-99b9628858cc 2026-04-23 17:39:01.254 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb3460cd-9d30-4539-b1eb-0c2af1b39be7 bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] Tap Mirror: Handle Delete Port: 799635a7-1cc3-41a9-b281-99b9628858cc [pid: 8|app: 0|req: 662/1426] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:01 2026] DELETE /v2.0/ports/799635a7-1cc3-41a9-b281-99b9628858cc => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:01.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-b736edb5-81a5-4412-95cf-cb764fd3bd68 bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] TaaS: Handle Delete Port: f4dc1ba5-4288-40c7-b853-27112a5c7a4d 2026-04-23 17:39:01.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b736edb5-81a5-4412-95cf-cb764fd3bd68 bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] Tap Mirror: Handle Delete Port: f4dc1ba5-4288-40c7-b853-27112a5c7a4d [pid: 7|app: 0|req: 765/1427] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:01 2026] DELETE /v2.0/ports/f4dc1ba5-4288-40c7-b853-27112a5c7a4d => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:01.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-be1bc851-1a0d-4fc4-8581-b891c8e3ee33 bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] TaaS: Handle Delete Port: 79ccd46e-d5bb-4b66-9bb6-c30f7de0e6d6 2026-04-23 17:39:01.705 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be1bc851-1a0d-4fc4-8581-b891c8e3ee33 bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] Tap Mirror: Handle Delete Port: 79ccd46e-d5bb-4b66-9bb6-c30f7de0e6d6 [pid: 8|app: 0|req: 663/1428] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:01 2026] DELETE /v2.0/ports/79ccd46e-d5bb-4b66-9bb6-c30f7de0e6d6 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:01.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-dacc4ef0-ecf8-4875-90fa-0eea28c110d8 bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] TaaS: Handle Delete Port: 14e49e92-bec4-46ae-913f-21dcc6fe82a4 2026-04-23 17:39:01.906 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dacc4ef0-ecf8-4875-90fa-0eea28c110d8 bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] Tap Mirror: Handle Delete Port: 14e49e92-bec4-46ae-913f-21dcc6fe82a4 [pid: 7|app: 0|req: 766/1429] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:01 2026] DELETE /v2.0/ports/14e49e92-bec4-46ae-913f-21dcc6fe82a4 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:02.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-d03fadbe-d7a6-4659-82e7-ff6270b56c2c bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] TaaS: Handle Delete Port: 9b801ab2-328d-4668-a42a-a40723bc17d1 2026-04-23 17:39:02.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d03fadbe-d7a6-4659-82e7-ff6270b56c2c bf635685f5bd4e8cba96c83b8ddac73d 9f7d5b418bb1404a9497ae81e5e8880b - - default default] Tap Mirror: Handle Delete Port: 9b801ab2-328d-4668-a42a-a40723bc17d1 [pid: 8|app: 0|req: 664/1430] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:02 2026] DELETE /v2.0/ports/9b801ab2-328d-4668-a42a-a40723bc17d1 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:02.304 7 INFO neutron.services.segments.plugin [-] Segment 3484c56a-2011-49c5-8f58-7fcea527685e resource provider aggregate not found 2026-04-23 17:39:02.314 7 INFO neutron.services.segments.plugin [-] Segment 3484c56a-2011-49c5-8f58-7fcea527685e resource provider aggregate not found 2026-04-23 17:39:02.327 7 INFO neutron.services.segments.plugin [-] Segment 3484c56a-2011-49c5-8f58-7fcea527685e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3484c56a-2011-49c5-8f58-7fcea527685e found for delete ", "request_id": "req-4d093eb8-8509-43df-ac7e-5ce749eda48e"}]} 2026-04-23 17:39:02.330 7 INFO neutron.services.segments.plugin [-] Segment 3484c56a-2011-49c5-8f58-7fcea527685e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3484c56a-2011-49c5-8f58-7fcea527685e found for delete ", "request_id": "req-8ff5ada4-6d5f-4301-911f-5d543c3bc9e0"}]} [pid: 7|app: 0|req: 767/1431] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:02 2026] DELETE /v2.0/networks/1a37e6a9-acb3-4aa0-b400-c47c2551d32f => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:02.459 8 INFO neutron.services.segments.plugin [-] Segment 8a04be21-90a7-405a-80fa-25776fd83846 resource provider aggregate not found 2026-04-23 17:39:02.465 8 INFO neutron.services.segments.plugin [-] Segment 8a04be21-90a7-405a-80fa-25776fd83846 resource provider aggregate not found 2026-04-23 17:39:02.482 8 INFO neutron.services.segments.plugin [-] Segment 8a04be21-90a7-405a-80fa-25776fd83846 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a04be21-90a7-405a-80fa-25776fd83846 found for delete ", "request_id": "req-2ad102b8-7984-4bea-a28e-42f7bff501ea"}]} 2026-04-23 17:39:02.485 8 INFO neutron.services.segments.plugin [-] Segment 8a04be21-90a7-405a-80fa-25776fd83846 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a04be21-90a7-405a-80fa-25776fd83846 found for delete ", "request_id": "req-0841873c-2247-4e18-8b39-77869bb28c97"}]} [pid: 8|app: 0|req: 665/1432] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:02 2026] DELETE /v2.0/networks/8137442c-c4d0-4df1-993c-0e1271866c9c => 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: 768/1433] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:02 2026] DELETE /v2.0/networks/0b21877c-ca9e-45d8-a5c8-bfc747ed26f5 => 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: 666/1434] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:02 2026] DELETE /v2.0/networks/14cb4eff-f824-414d-bbea-4809401dac0b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1435] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:39:02 2026] GET /v2.0/networks?id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1436] 199.19.213.236 () {34 vars in 1050 bytes} [Thu Apr 23 17:39:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=198cff84b76f451abadac64928680288 => generated 178 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1437] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:02 2026] DELETE /v2.0/networks/b5240fa7-2ff4-465d-9b48-4bd8d46f8df0 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1438] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:39:02 2026] POST /v2.0/ports => generated 1175 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1439] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:39:03 2026] PUT /v2.0/ports/3d24279d-a44b-46a4-8873-1b97d0b9774e => generated 1456 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:39:03.699 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d619a0f3-5736-489f-b1ff-b25854ed39de'] response: {'name': 'network-changed', 'server_uuid': 'a4af5b59-f94a-4c03-8333-f178c0ab6f88', 'tag': '3d24279d-a44b-46a4-8873-1b97d0b9774e', '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: 670/1440] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:39:03 2026] GET /v2.0/ports?device_id=a4af5b59-f94a-4c03-8333-f178c0ab6f88 => generated 1190 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1441] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:39:03 2026] GET /v2.0/security-groups?id=c102576a-4990-4d3c-aeab-9eace3613bf0&fields=id&fields=name => generated 111 bytes in 47 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: 672/1442] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:39:04 2026] GET /v2.0/ports?tenant_id=198cff84b76f451abadac64928680288&device_id=a4af5b59-f94a-4c03-8333-f178c0ab6f88 => generated 1459 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1443] 199.19.213.236 () {34 vars in 1018 bytes} [Thu Apr 23 17:39:04 2026] GET /v2.0/networks?tenant_id=198cff84b76f451abadac64928680288&shared=False => generated 2377 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1444] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:03 2026] GET /v2.0/security-groups?tenant_id=c64c789897f743a7b7b15812e81b1e0c&name=default => generated 2925 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:39:04.353 7 INFO neutron.services.segments.plugin [-] Segment ea6b8f20-7f22-4a9b-bcd0-bfce861f8c70 resource provider aggregate not found [pid: 8|app: 0|req: 674/1445] 199.19.213.236 () {34 vars in 930 bytes} [Thu Apr 23 17:39:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:04.354 7 INFO neutron.services.segments.plugin [-] Segment ea6b8f20-7f22-4a9b-bcd0-bfce861f8c70 resource provider aggregate not found 2026-04-23 17:39:04.381 7 INFO neutron.services.segments.plugin [-] Segment ea6b8f20-7f22-4a9b-bcd0-bfce861f8c70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea6b8f20-7f22-4a9b-bcd0-bfce861f8c70 found for delete ", "request_id": "req-72c02528-e4cc-4c5c-9adb-a86c48a843eb"}]} 2026-04-23 17:39:04.386 7 INFO neutron.services.segments.plugin [-] Segment ea6b8f20-7f22-4a9b-bcd0-bfce861f8c70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea6b8f20-7f22-4a9b-bcd0-bfce861f8c70 found for delete ", "request_id": "req-28ef9cf0-ee52-4661-b70c-7281a158e0bf"}]} 2026-04-23 17:39:04.404 7 INFO neutron.services.segments.plugin [-] Segment a3a5deab-feeb-48ad-811b-1e527a0948d2 resource provider aggregate not found 2026-04-23 17:39:04.410 7 INFO neutron.services.segments.plugin [-] Segment a3a5deab-feeb-48ad-811b-1e527a0948d2 resource provider aggregate not found 2026-04-23 17:39:04.422 7 INFO neutron.services.segments.plugin [-] Segment a3a5deab-feeb-48ad-811b-1e527a0948d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3a5deab-feeb-48ad-811b-1e527a0948d2 found for delete ", "request_id": "req-04af5dd1-e8fe-448e-a0ae-7c4aafd62c85"}]} 2026-04-23 17:39:04.425 7 INFO neutron.services.segments.plugin [-] Segment a3a5deab-feeb-48ad-811b-1e527a0948d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3a5deab-feeb-48ad-811b-1e527a0948d2 found for delete ", "request_id": "req-9c003dbc-dfcf-4f98-96e4-1f512d85b9f0"}]} [pid: 7|app: 0|req: 772/1446] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:04 2026] DELETE /v2.0/security-groups/5a25f006-c1dd-4e5b-99a1-b8845ab29d0e => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:04.504 8 INFO neutron.services.segments.plugin [-] Segment 3ce31ffb-62ab-4545-b6e2-d61240aa19e6 resource provider aggregate not found 2026-04-23 17:39:04.509 8 INFO neutron.services.segments.plugin [-] Segment 3ce31ffb-62ab-4545-b6e2-d61240aa19e6 resource provider aggregate not found 2026-04-23 17:39:04.527 8 INFO neutron.services.segments.plugin [-] Segment 3ce31ffb-62ab-4545-b6e2-d61240aa19e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ce31ffb-62ab-4545-b6e2-d61240aa19e6 found for delete ", "request_id": "req-50bfbacb-54c3-4526-a1c3-ae101e705f74"}]} 2026-04-23 17:39:04.530 8 INFO neutron.services.segments.plugin [-] Segment 3ce31ffb-62ab-4545-b6e2-d61240aa19e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ce31ffb-62ab-4545-b6e2-d61240aa19e6 found for delete ", "request_id": "req-fdb6eb34-a8d6-49df-a1f2-1dca03565252"}]} [pid: 8|app: 0|req: 675/1447] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:04 2026] GET /v2.0/security-groups?tenant_id=f404ed8fcc0e471db171686ea9b9d90a&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1448] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:04 2026] DELETE /v2.0/security-groups/b0feedfc-f164-4503-a2ae-c81ac7546633 => 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: 774/1449] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:05 2026] GET /v2.0/security-groups?tenant_id=9f7d5b418bb1404a9497ae81e5e8880b&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1450] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:05 2026] DELETE /v2.0/security-groups/6e19e1aa-adbf-4fd0-a755-fd290e098e18 => 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: 776/1451] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:39:05 2026] GET /v2.0/ports?tenant_id=198cff84b76f451abadac64928680288&device_id=a4af5b59-f94a-4c03-8333-f178c0ab6f88 => generated 1459 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1452] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:39:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.143&port_id=3d24279d-a44b-46a4-8873-1b97d0b9774e => 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: 676/1453] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:05 2026] GET /v2.0/security-groups?tenant_id=83dec25aa77443e0b2605afac48b5b20&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1454] 199.19.213.236 () {34 vars in 1100 bytes} [Thu Apr 23 17:39:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9&port_id=3d24279d-a44b-46a4-8873-1b97d0b9774e => 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: 779/1455] 199.19.213.236 () {34 vars in 1064 bytes} [Thu Apr 23 17:39:05 2026] GET /v2.0/subnets?id=c35fb918-ae36-4393-803f-907e276991e9&id=232af49b-539c-47c2-988b-ffb5c55b51db => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1456] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:39:05 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&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: 8|app: 0|req: 677/1457] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:05 2026] DELETE /v2.0/security-groups/47abbbf2-ade6-4e61-8a11-f22973dd672c => 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: 781/1458] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:39:05 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&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: 678/1459] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:39:05 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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: 782/1460] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:39:05 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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: 679/1461] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:05 2026] GET /v2.0/security-groups?tenant_id=e509bb902208440b98fb853a2e5b4715&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1462] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:05 2026] DELETE /v2.0/security-groups/3ac7dc35-5546-4318-bb4b-4624bdddadaf => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1463] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:05 2026] GET /v2.0/security-groups?tenant_id=7d5b5b1a6d124535a8c6c7b82b3c43e6&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1464] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:06 2026] DELETE /v2.0/security-groups/7b1d3a54-c59b-4040-89b1-2d2ee0eab2a1 => 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: 784/1465] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:06 2026] GET /v2.0/security-groups?tenant_id=022acabe94d1492092e5d6e1ce643d0f&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1466] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:06 2026] DELETE /v2.0/security-groups/b7ec8594-c620-4ae6-8980-17462309bbed => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1467] 10.0.0.254 () {32 vars in 653 bytes} [Thu Apr 23 17:39:07 2026] GET /v2.0/extensions => generated 21537 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1468] 10.0.0.254 () {32 vars in 681 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1469] 10.0.0.254 () {32 vars in 681 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1470] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1471] 10.0.0.254 () {32 vars in 665 bytes} [Thu Apr 23 17:39:08 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: 685/1472] 10.0.0.254 () {32 vars in 699 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1473] 10.0.0.254 () {32 vars in 697 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1474] 10.0.0.254 () {32 vars in 701 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1475] 10.0.0.254 () {32 vars in 689 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1476] 10.0.0.254 () {32 vars in 703 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1477] 10.0.0.254 () {32 vars in 693 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1478] 10.0.0.254 () {32 vars in 695 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1479] 10.0.0.254 () {32 vars in 685 bytes} [Thu Apr 23 17:39:08 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: 689/1480] 10.0.0.254 () {32 vars in 687 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1481] 10.0.0.254 () {32 vars in 661 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1482] 10.0.0.254 () {32 vars in 699 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1483] 10.0.0.254 () {32 vars in 679 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1484] 10.0.0.254 () {32 vars in 683 bytes} [Thu Apr 23 17:39:08 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: 794/1485] 10.0.0.254 () {32 vars in 675 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1486] 10.0.0.254 () {32 vars in 689 bytes} [Thu Apr 23 17:39:08 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: 795/1487] 10.0.0.254 () {32 vars in 723 bytes} [Thu Apr 23 17:39:08 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: 693/1488] 10.0.0.254 () {32 vars in 687 bytes} [Thu Apr 23 17:39:08 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: 796/1489] 10.0.0.254 () {32 vars in 669 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1490] 10.0.0.254 () {32 vars in 687 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1491] 10.0.0.254 () {32 vars in 681 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1492] 10.0.0.254 () {32 vars in 699 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1493] 10.0.0.254 () {32 vars in 679 bytes} [Thu Apr 23 17:39:08 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: 696/1494] 10.0.0.254 () {32 vars in 667 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1495] 10.0.0.254 () {32 vars in 677 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1496] 10.0.0.254 () {32 vars in 665 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1497] 10.0.0.254 () {32 vars in 675 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/l3-flavors => 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: 698/1498] 10.0.0.254 () {32 vars in 713 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1499] 10.0.0.254 () {32 vars in 691 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1500] 10.0.0.254 () {32 vars in 683 bytes} [Thu Apr 23 17:39:08 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: 802/1501] 10.0.0.254 () {32 vars in 669 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1502] 10.0.0.254 () {32 vars in 687 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1503] 10.0.0.254 () {32 vars in 705 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1504] 10.0.0.254 () {32 vars in 675 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1505] 10.0.0.254 () {32 vars in 701 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1506] 10.0.0.254 () {32 vars in 675 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1507] 10.0.0.254 () {32 vars in 693 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1508] 10.0.0.254 () {32 vars in 689 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1509] 10.0.0.254 () {32 vars in 709 bytes} [Thu Apr 23 17:39:08 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: 704/1510] 10.0.0.254 () {32 vars in 705 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1511] 10.0.0.254 () {32 vars in 719 bytes} [Thu Apr 23 17:39:08 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: 705/1512] 10.0.0.254 () {32 vars in 697 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1513] 10.0.0.254 () {32 vars in 711 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1514] 10.0.0.254 () {32 vars in 669 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1515] 10.0.0.254 () {32 vars in 687 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1516] 10.0.0.254 () {32 vars in 681 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1517] 10.0.0.254 () {32 vars in 675 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1518] 10.0.0.254 () {32 vars in 671 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1519] 10.0.0.254 () {32 vars in 661 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1520] 10.0.0.254 () {32 vars in 699 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1521] 10.0.0.254 () {32 vars in 699 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1522] 10.0.0.254 () {32 vars in 677 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1523] 10.0.0.254 () {32 vars in 669 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1524] 10.0.0.254 () {32 vars in 683 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1525] 10.0.0.254 () {32 vars in 701 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1526] 10.0.0.254 () {32 vars in 685 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1527] 10.0.0.254 () {32 vars in 707 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1528] 10.0.0.254 () {32 vars in 669 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1529] 10.0.0.254 () {32 vars in 697 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1530] 10.0.0.254 () {32 vars in 695 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1531] 10.0.0.254 () {32 vars in 685 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1532] 10.0.0.254 () {32 vars in 689 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1533] 10.0.0.254 () {32 vars in 705 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1534] 10.0.0.254 () {32 vars in 667 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1535] 10.0.0.254 () {32 vars in 681 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1536] 10.0.0.254 () {32 vars in 681 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1537] 10.0.0.254 () {32 vars in 691 bytes} [Thu Apr 23 17:39:08 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: 7|app: 0|req: 831/1538] 10.0.0.254 () {32 vars in 691 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1539] 10.0.0.254 () {32 vars in 695 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1540] 10.0.0.254 () {32 vars in 685 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1541] 10.0.0.254 () {32 vars in 689 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1542] 10.0.0.254 () {32 vars in 701 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1543] 10.0.0.254 () {32 vars in 703 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1544] 10.0.0.254 () {32 vars in 713 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1545] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:39:08 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: 7|app: 0|req: 839/1546] 10.0.0.254 () {32 vars in 715 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1547] 10.0.0.254 () {32 vars in 727 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1548] 10.0.0.254 () {32 vars in 741 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1549] 10.0.0.254 () {32 vars in 719 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1550] 10.0.0.254 () {32 vars in 683 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1551] 10.0.0.254 () {32 vars in 669 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1552] 10.0.0.254 () {32 vars in 719 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1553] 10.0.0.254 () {32 vars in 679 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1554] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:39:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1555] 10.0.0.254 () {32 vars in 669 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1556] 10.0.0.254 () {32 vars in 697 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1557] 10.0.0.254 () {32 vars in 705 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1558] 10.0.0.254 () {32 vars in 701 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1559] 10.0.0.254 () {32 vars in 701 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1560] 10.0.0.254 () {34 vars in 759 bytes} [Thu Apr 23 17:39:08 2026] PUT /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/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: 852/1561] 10.0.0.254 () {32 vars in 683 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/subnet_onboard => 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: 710/1562] 10.0.0.254 () {32 vars in 705 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1563] 10.0.0.254 () {32 vars in 695 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1564] 10.0.0.254 () {32 vars in 689 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1565] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1566] 10.0.0.254 () {32 vars in 697 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1567] 10.0.0.254 () {32 vars in 679 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1568] 10.0.0.254 () {32 vars in 689 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1569] 10.0.0.254 () {32 vars in 701 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1570] 10.0.0.254 () {32 vars in 665 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1571] 10.0.0.254 () {34 vars in 770 bytes} [Thu Apr 23 17:39:08 2026] PUT /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1572] 10.0.0.254 () {32 vars in 681 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1573] 10.0.0.254 () {32 vars in 677 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1574] 10.0.0.254 () {32 vars in 693 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1575] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/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: 862/1576] 10.0.0.254 () {32 vars in 677 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1577] 10.0.0.254 () {32 vars in 667 bytes} [Thu Apr 23 17:39:08 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1578] 10.0.0.254 () {32 vars in 663 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1579] 10.0.0.254 () {32 vars in 675 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1580] 10.0.0.254 () {34 vars in 766 bytes} [Thu Apr 23 17:39:08 2026] PUT /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1581] 10.0.0.254 () {32 vars in 687 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1582] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1583] 10.0.0.254 () {34 vars in 788 bytes} [Thu Apr 23 17:39:09 2026] PUT /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1584] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1585] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/ports?device_id=a4af5b59-f94a-4c03-8333-f178c0ab6f88 => generated 1190 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1586] 10.0.0.254 () {34 vars in 759 bytes} [Thu Apr 23 17:39:09 2026] PUT /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1587] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/security-groups?id=c102576a-4990-4d3c-aeab-9eace3613bf0&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1588] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1589] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:09.305 7 INFO neutron.api.v2.resource [None req-736f79e0-98cf-4f18-9d72-410a06cc7798 0e3aa8966e324a6385ccb476cf2c75f6 16f67621742a443880bc124ac47b4017 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1590] 10.0.0.254 () {32 vars in 751 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1591] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:39:09 2026] DELETE /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1592] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:39:09.434 8 INFO neutron.api.v2.resource [None req-f578f6d1-3d70-4ad3-884d-49a71ddda121 0e3aa8966e324a6385ccb476cf2c75f6 16f67621742a443880bc124ac47b4017 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 721/1593] 10.0.0.254 () {32 vars in 754 bytes} [Thu Apr 23 17:39:09 2026] DELETE /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1594] 10.0.0.254 () {32 vars in 742 bytes} [Thu Apr 23 17:39:09 2026] DELETE /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags => 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: 722/1595] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1596] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:39:09 2026] DELETE /v2.0/subnetpools/2988bdcd-aa77-47e5-b19b-4e6a685ad5c9 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1597] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:09 2026] GET /v2.0/security-groups?tenant_id=c1cecb076f5644f39e144c3521f7c9cd&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1598] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:09 2026] DELETE /v2.0/security-groups/2ab9ae55-e45b-419e-a5c1-664035982829 => 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: 875/1599] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:10 2026] GET /v2.0/security-groups?tenant_id=380749f3583a468588a444afeb532556&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: 725/1600] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:10 2026] GET /v2.0/security-groups?tenant_id=8192dcf59f1945539e7d2ae5b296b04e&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1601] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:10 2026] DELETE /v2.0/security-groups/5150a35f-d775-4963-a68a-099d70dd015f => 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: 726/1602] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:10 2026] DELETE /v2.0/security-groups/d7f3d2da-babc-4ed9-983e-309ddaa9765e => 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: 877/1603] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:10 2026] GET /v2.0/security-groups?tenant_id=16f67621742a443880bc124ac47b4017&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1604] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:10 2026] GET /v2.0/security-groups?tenant_id=86ebd9c8e5dc4f06ac7a3c1a1dcd7a5e&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1605] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:10 2026] DELETE /v2.0/security-groups/b90cd6c6-0d96-4ba8-b4df-3971b341eb32 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1606] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:11 2026] DELETE /v2.0/security-groups/bb64df60-ed3e-4271-839e-42e267d8a6f9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:12.131 7 INFO neutron.db.segments_db [None req-9478d2bd-af84-413c-b8c0-2519d176cdce 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Added segment ba715c95-9f88-4962-b165-b83e157a5159 of type vxlan for network 4ac7ea87-5af4-4077-ade6-0dfdfc9eb396 [pid: 7|app: 0|req: 879/1607] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:39:11 2026] POST /v2.0/networks => generated 631 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1608] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:39:12 2026] POST /v2.0/subnets => generated 627 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:39:12.584 7 INFO neutron.db.segments_db [None req-78650fee-b79d-40ff-8125-067fcdde7241 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Added segment 83371fc0-d231-4759-aa60-59e6e3202ef0 of type vxlan for network 4d049983-6a67-4475-ac5a-97f4e5fce966 2026-04-23 17:39:12.803 7 INFO neutron.db.l3_hamode_db [None req-78650fee-b79d-40ff-8125-067fcdde7241 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:39:13.592 7 INFO neutron.db.l3_hamode_db [None req-78650fee-b79d-40ff-8125-067fcdde7241 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 880/1609] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:39:12 2026] POST /v2.0/routers => generated 695 bytes in 2003 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1610] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:39:14 2026] GET /v2.0/ports?device_id=a4af5b59-f94a-4c03-8333-f178c0ab6f88 => generated 1192 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:39:14.660 8 INFO neutron.db.segments_db [None req-c1ec7dd1-b44e-4069-bfaa-454efe834c0b 8969bb4681ef4f85852c3ce40a19026c 28ca8e34251e4fa8b974227b124cdeb9 - - default default] Added segment a42796d4-f85e-4c23-99d1-3bdd19a64201 of type vxlan for network f1a8e9d2-effe-4525-bcab-4380ea7a719c [pid: 8|app: 0|req: 730/1611] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:39:14 2026] POST /v2.0/networks => generated 612 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1612] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:39:14 2026] GET /v2.0/security-groups?id=c102576a-4990-4d3c-aeab-9eace3613bf0&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1613] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:39:14 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1614] 10.0.0.254 () {32 vars in 818 bytes} [Thu Apr 23 17:39:15 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&mac_address=fa%3A16%3A3e%3A19%3Aa4%3Ac4 => generated 1192 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1615] 10.0.0.254 () {34 vars in 751 bytes} [Thu Apr 23 17:39:15 2026] PUT /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:39:15.918 8 INFO neutron.db.l3_db [None req-d87ec300-b36c-4e09-a2e3-69fff5f24d58 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Floating IP 6f472bf8-e6f5-42f2-9fb0-3f5fbc36f37e associated. External IP: 10.96.250.220, port: 3d24279d-a44b-46a4-8873-1b97d0b9774e. [pid: 7|app: 0|req: 882/1616] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:39:14 2026] PUT /v2.0/routers/440f2ffd-aebb-47e9-9fcd-8cfe25426548/add_router_interface => generated 309 bytes in 1341 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1617] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:39:15 2026] GET /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1620] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:39:16 2026] POST /v2.0/ports => generated 955 bytes in 396 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: 887/1621] 10.0.0.254 () {34 vars in 762 bytes} [Thu Apr 23 17:39:16 2026] PUT /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags/green => 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: 888/1622] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:39:16 2026] POST /v2.0/ports => generated 954 bytes in 349 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: 889/1623] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:39:16 2026] GET /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/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: 735/1624] 10.0.0.254 () {34 vars in 677 bytes} [Thu Apr 23 17:39:15 2026] POST /v2.0/floatingips => generated 855 bytes in 1700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:39:16.977 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6b07173-5347-4a13-aa67-036c5a5ed7c1'] response: {'name': 'network-changed', 'server_uuid': 'a4af5b59-f94a-4c03-8333-f178c0ab6f88', 'tag': '3d24279d-a44b-46a4-8873-1b97d0b9774e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 736/1625] 10.0.0.254 () {34 vars in 758 bytes} [Thu Apr 23 17:39:16 2026] PUT /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/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: 737/1626] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:39:16 2026] GET /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1627] 10.0.0.235 () {34 vars in 1094 bytes} [Thu Apr 23 17:39:17 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-340037751&fields=id&tenant_id=198cff84b76f451abadac64928680288 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1628] 10.0.0.254 () {34 vars in 780 bytes} [Thu Apr 23 17:39:17 2026] PUT /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1629] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:39:17 2026] GET /v2.0/networks?id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1630] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:17 2026] GET /v2.0/security-groups?tenant_id=946a2843b3d04cec92f601f23f7a4510&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1631] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:39:17 2026] GET /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags => generated 52 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1632] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:39:17 2026] GET /v2.0/quotas/198cff84b76f451abadac64928680288 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:17.614 7 INFO neutron.db.l3_db [None req-5d38edf2-1097-46b4-a52b-5af921815106 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Floating IP c0a857b4-8d81-4355-a552-cf64f23cb245 associated. External IP: 10.96.250.219, port: 412ba20d-7752-46f1-b741-26b7c7bf06c7. [pid: 8|app: 0|req: 744/1633] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:17 2026] DELETE /v2.0/security-groups/0b37cb55-fe7f-4d90-8127-fc8e8dd0990f => 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: 745/1634] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:39:17 2026] GET /v2.0/ports?tenant_id=198cff84b76f451abadac64928680288&device_id=a4af5b59-f94a-4c03-8333-f178c0ab6f88 => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1635] 10.0.0.254 () {34 vars in 751 bytes} [Thu Apr 23 17:39:17 2026] PUT /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1636] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:39:17 2026] GET /v2.0/ports?tenant_id=198cff84b76f451abadac64928680288&fields=id => generated 333 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1637] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:39:17 2026] GET /v2.0/networks?id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1638] 10.0.0.254 () {34 vars in 677 bytes} [Thu Apr 23 17:39:16 2026] POST /v2.0/floatingips => generated 841 bytes in 1115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1639] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:39:17 2026] GET /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1640] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:39:17 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?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: 751/1641] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.143&port_id=3d24279d-a44b-46a4-8873-1b97d0b9774e => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1642] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:17 2026] GET /v2.0/security-groups?tenant_id=a6f3da47d48c46efad26bed87fa7bf5d&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1643] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:18.204 8 INFO neutron.db.l3_db [None req-8b472fa7-9481-4ec4-bf13-cd51e95fc338 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Floating IP c0a857b4-8d81-4355-a552-cf64f23cb245 disassociated. External IP: 10.96.250.219, port: 412ba20d-7752-46f1-b741-26b7c7bf06c7. [pid: 7|app: 0|req: 893/1644] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?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: 894/1645] 199.19.213.236 () {34 vars in 1100 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9&port_id=3d24279d-a44b-46a4-8873-1b97d0b9774e => 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: 895/1646] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:18 2026] DELETE /v2.0/security-groups/9225ca78-5e0b-4ead-81e7-4a098d0ba186 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:18.349 7 INFO neutron.api.v2.resource [None req-add42e6d-6dc5-439f-a74d-4eb35d7b7443 8969bb4681ef4f85852c3ce40a19026c 28ca8e34251e4fa8b974227b124cdeb9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 896/1647] 10.0.0.254 () {32 vars in 743 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1648] 199.19.213.236 () {34 vars in 1064 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/subnets?id=c35fb918-ae36-4393-803f-907e276991e9&id=232af49b-539c-47c2-988b-ffb5c55b51db => generated 1410 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1649] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/ports?device_id=3a295793-c7f0-42c4-9028-7713850c5c7b => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1650] 10.0.0.254 () {32 vars in 742 bytes} [Thu Apr 23 17:39:18 2026] DELETE /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1651] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&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: 7|app: 0|req: 901/1652] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1653] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:39:18 2026] PUT /v2.0/floatingips/c0a857b4-8d81-4355-a552-cf64f23cb245 => generated 552 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1654] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:39:18.659 8 INFO neutron.api.v2.resource [None req-e8e0260e-d10f-468e-ac6c-54e6dffeac72 8969bb4681ef4f85852c3ce40a19026c 28ca8e34251e4fa8b974227b124cdeb9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1655] 10.0.0.254 () {32 vars in 746 bytes} [Thu Apr 23 17:39:18 2026] DELETE /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/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: 754/1656] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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 17:39:18.733 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc9c4c1c-417e-4088-bbda-2074e40b67ab 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] TaaS: Handle Delete Port: 91fe4abb-0171-4f9a-9b2c-8a17d7a6273a 2026-04-23 17:39:18.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc9c4c1c-417e-4088-bbda-2074e40b67ab 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Tap Mirror: Handle Delete Port: 91fe4abb-0171-4f9a-9b2c-8a17d7a6273a [pid: 8|app: 0|req: 755/1657] 10.0.0.254 () {32 vars in 734 bytes} [Thu Apr 23 17:39:18 2026] DELETE /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/tags => 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: 756/1658] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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: 757/1659] 10.0.0.254 () {32 vars in 731 bytes} [Thu Apr 23 17:39:18 2026] GET /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9/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: 903/1660] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:39:18 2026] DELETE /v2.0/floatingips/c0a857b4-8d81-4355-a552-cf64f23cb245 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1661] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:39:18 2026] DELETE /v2.0/subnets/27f6e2d9-4279-448b-ba59-5a9b90c051e9 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:19.073 8 INFO neutron.services.segments.plugin [-] Segment a42796d4-f85e-4c23-99d1-3bdd19a64201 resource provider aggregate not found 2026-04-23 17:39:19.076 8 INFO neutron.services.segments.plugin [-] Segment a42796d4-f85e-4c23-99d1-3bdd19a64201 resource provider aggregate not found 2026-04-23 17:39:19.091 8 INFO neutron.services.segments.plugin [-] Segment a42796d4-f85e-4c23-99d1-3bdd19a64201 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a42796d4-f85e-4c23-99d1-3bdd19a64201 found for delete ", "request_id": "req-27bba4d1-0037-4337-8963-f5e936850020"}]} 2026-04-23 17:39:19.095 8 INFO neutron.services.segments.plugin [-] Segment a42796d4-f85e-4c23-99d1-3bdd19a64201 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a42796d4-f85e-4c23-99d1-3bdd19a64201 found for delete ", "request_id": "req-60fb3942-02c2-47e2-8193-0b5ecf05c2e5"}]} [pid: 8|app: 0|req: 759/1662] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:18 2026] DELETE /v2.0/networks/f1a8e9d2-effe-4525-bcab-4380ea7a719c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:19.624 7 INFO neutron.db.l3_db [None req-4a787986-f3c5-4c9a-bbb8-5f17ab6e58ed 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Floating IP 5b706909-05f9-4849-96b5-767313a988c3 associated. External IP: 10.96.250.210, port: b52715bd-00dc-4803-8b48-4811ecc9c4b7. [pid: 8|app: 0|req: 760/1663] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:19 2026] GET /v2.0/security-groups?tenant_id=03dbad77b1534816a58594ae5a2c4778&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1664] 10.0.0.254 () {34 vars in 677 bytes} [Thu Apr 23 17:39:18 2026] POST /v2.0/floatingips => generated 842 bytes in 1060 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1665] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:19 2026] DELETE /v2.0/security-groups/d4210862-1281-4315-b630-0888f0f6b041 => 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: 905/1666] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:39:19 2026] GET /v2.0/floatingips/5b706909-05f9-4849-96b5-767313a988c3 => generated 842 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1667] 10.0.0.254 () {32 vars in 655 bytes} [Thu Apr 23 17:39:20 2026] GET /v2.0/floatingips => generated 845 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1668] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:20 2026] GET /v2.0/security-groups?tenant_id=28ca8e34251e4fa8b974227b124cdeb9&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1669] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:20 2026] DELETE /v2.0/security-groups/cc8a1fae-c8eb-4adb-97d7-8febe9b714a2 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:20.479 7 INFO neutron.db.l3_db [None req-146f734c-0f91-42c5-880f-c1da44e2203d 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Floating IP 5b706909-05f9-4849-96b5-767313a988c3 associated. External IP: 10.96.250.210, port: b52715bd-00dc-4803-8b48-4811ecc9c4b7. [pid: 7|app: 0|req: 906/1670] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:39:20 2026] PUT /v2.0/floatingips/5b706909-05f9-4849-96b5-767313a988c3 => generated 841 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:21.304 8 INFO neutron.db.l3_db [None req-a364f55f-0587-404a-9a68-bb04bf644eb4 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Floating IP 5b706909-05f9-4849-96b5-767313a988c3 disassociated. External IP: 10.96.250.210, port: 412ba20d-7752-46f1-b741-26b7c7bf06c7. [pid: 8|app: 0|req: 765/1671] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:39:21 2026] PUT /v2.0/floatingips/5b706909-05f9-4849-96b5-767313a988c3 => generated 552 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:21.791 7 INFO neutron_taas.services.taas.taas_plugin [None req-5cc63835-8925-409d-8600-6fdf053021f4 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] TaaS: Handle Delete Port: aca3b8b1-735a-4be7-9106-a5541a28af7e 2026-04-23 17:39:21.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cc63835-8925-409d-8600-6fdf053021f4 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Tap Mirror: Handle Delete Port: aca3b8b1-735a-4be7-9106-a5541a28af7e [pid: 7|app: 0|req: 907/1672] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:39:21 2026] DELETE /v2.0/floatingips/5b706909-05f9-4849-96b5-767313a988c3 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:21.946 8 INFO neutron.api.v2.resource [None req-3785396a-2b0d-44c5-a7cf-4c8bb1c986a1 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 766/1673] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:39:21 2026] DELETE /v2.0/floatingips/5b706909-05f9-4849-96b5-767313a988c3 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:39:22.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-6871c64d-bb08-46db-a8c5-14a3a82128dd 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] TaaS: Handle Delete Port: 412ba20d-7752-46f1-b741-26b7c7bf06c7 2026-04-23 17:39:22.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6871c64d-bb08-46db-a8c5-14a3a82128dd 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Tap Mirror: Handle Delete Port: 412ba20d-7752-46f1-b741-26b7c7bf06c7 [pid: 7|app: 0|req: 908/1674] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:21 2026] DELETE /v2.0/ports/412ba20d-7752-46f1-b741-26b7c7bf06c7 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1675] 10.0.0.22 () {34 vars in 989 bytes} [Thu Apr 23 17:39:22 2026] GET /v2.0/ports?device_id=a4af5b59-f94a-4c03-8333-f178c0ab6f88 => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1676] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Apr 23 17:39:22 2026] GET /v2.0/security-groups?id=c102576a-4990-4d3c-aeab-9eace3613bf0&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:22.350 7 INFO neutron_taas.services.taas.taas_plugin [None req-1666ded6-96c6-473b-91dc-8972ecfc08f9 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] TaaS: Handle Delete Port: b52715bd-00dc-4803-8b48-4811ecc9c4b7 2026-04-23 17:39:22.353 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1666ded6-96c6-473b-91dc-8972ecfc08f9 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Tap Mirror: Handle Delete Port: b52715bd-00dc-4803-8b48-4811ecc9c4b7 [pid: 7|app: 0|req: 909/1677] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:22 2026] DELETE /v2.0/ports/b52715bd-00dc-4803-8b48-4811ecc9c4b7 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1678] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:39:22 2026] GET /v2.0/ports?device_id=440f2ffd-aebb-47e9-9fcd-8cfe25426548 => generated 958 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1679] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:39:22 2026] GET /v2.0/networks?id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1680] 199.19.213.236 () {34 vars in 1050 bytes} [Thu Apr 23 17:39:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=198cff84b76f451abadac64928680288 => generated 178 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:22.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-d45e642b-746e-4945-baf9-eede6904a7bc 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] TaaS: Handle Delete Port: 8f3ae0c7-6ba3-4806-8128-395fe5591c84 2026-04-23 17:39:22.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d45e642b-746e-4945-baf9-eede6904a7bc 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Tap Mirror: Handle Delete Port: 8f3ae0c7-6ba3-4806-8128-395fe5591c84 [pid: 8|app: 0|req: 772/1681] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:39:22 2026] POST /v2.0/ports => generated 1179 bytes in 460 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: 773/1682] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:23 2026] GET /v2.0/security-groups?tenant_id=8a5094b2fa9d4829ad4fb40190604680&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1683] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:39:22 2026] PUT /v2.0/routers/440f2ffd-aebb-47e9-9fcd-8cfe25426548/remove_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1684] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:23 2026] DELETE /v2.0/security-groups/5542ecf4-7b05-4e28-859d-0ea44769ecef => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:23.777 7 INFO neutron_taas.services.taas.taas_plugin [None req-504a1a56-2bfe-412f-9161-c6dc4417ef41 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] TaaS: Handle Delete Port: b8ce475f-ab8d-46db-a195-5d74582985e8 2026-04-23 17:39:23.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-504a1a56-2bfe-412f-9161-c6dc4417ef41 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Tap Mirror: Handle Delete Port: b8ce475f-ab8d-46db-a195-5d74582985e8 [pid: 8|app: 0|req: 774/1685] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:39:23 2026] PUT /v2.0/ports/643801d2-d812-486a-b678-01fc1eb39b0b => generated 1460 bytes in 463 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: 775/1686] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:39:23 2026] GET /v2.0/ports?device_id=3a295793-c7f0-42c4-9028-7713850c5c7b => generated 1194 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:39:23.988 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b86c4407-21f6-49c8-9c0c-203ab462c4d2'] response: {'name': 'network-changed', 'server_uuid': '3a295793-c7f0-42c4-9028-7713850c5c7b', 'tag': '643801d2-d812-486a-b678-01fc1eb39b0b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 776/1687] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:39:23 2026] GET /v2.0/security-groups?id=c102576a-4990-4d3c-aeab-9eace3613bf0&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:24.022 7 INFO neutron_taas.services.taas.taas_plugin [None req-504a1a56-2bfe-412f-9161-c6dc4417ef41 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] TaaS: Handle Delete Port: a52d45c7-3128-45d1-82c2-b33e7f3ff389 2026-04-23 17:39:24.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-504a1a56-2bfe-412f-9161-c6dc4417ef41 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] Tap Mirror: Handle Delete Port: a52d45c7-3128-45d1-82c2-b33e7f3ff389 2026-04-23 17:39:24.371 7 INFO neutron.services.segments.plugin [-] Segment 83371fc0-d231-4759-aa60-59e6e3202ef0 resource provider aggregate not found 2026-04-23 17:39:24.374 7 INFO neutron.services.segments.plugin [-] Segment 83371fc0-d231-4759-aa60-59e6e3202ef0 resource provider aggregate not found 2026-04-23 17:39:24.391 7 INFO neutron.services.segments.plugin [-] Segment 83371fc0-d231-4759-aa60-59e6e3202ef0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83371fc0-d231-4759-aa60-59e6e3202ef0 found for delete ", "request_id": "req-a1a82678-d48e-4b7d-b0d1-190bb622dca8"}]} 2026-04-23 17:39:24.393 7 INFO neutron.services.segments.plugin [-] Segment 83371fc0-d231-4759-aa60-59e6e3202ef0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83371fc0-d231-4759-aa60-59e6e3202ef0 found for delete ", "request_id": "req-2ce63de6-29d9-4e71-a520-7d62b00f7a24"}]} 2026-04-23 17:39:24.407 7 INFO neutron.db.l3_hamode_db [None req-504a1a56-2bfe-412f-9161-c6dc4417ef41 9ae2ee5f084144c8b95bb0ef3e8b7a3d f670c260c4f142a68defb4af6b15730f - - default default] HA network 4d049983-6a67-4475-ac5a-97f4e5fce966 was deleted as no HA routers are present in tenant f670c260c4f142a68defb4af6b15730f. [pid: 7|app: 0|req: 912/1688] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:39:23 2026] DELETE /v2.0/routers/440f2ffd-aebb-47e9-9fcd-8cfe25426548 => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1689] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:39:24 2026] GET /v2.0/ports?tenant_id=198cff84b76f451abadac64928680288&device_id=3a295793-c7f0-42c4-9028-7713850c5c7b => generated 1463 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1690] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:39:24 2026] DELETE /v2.0/subnets/15cfcc15-e172-4a00-8824-ce54e4d2d271 => 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: 914/1691] 199.19.213.236 () {34 vars in 1018 bytes} [Thu Apr 23 17:39:24 2026] GET /v2.0/networks?tenant_id=198cff84b76f451abadac64928680288&shared=False => generated 2377 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1692] 199.19.213.236 () {34 vars in 930 bytes} [Thu Apr 23 17:39:24 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) 2026-04-23 17:39:24.704 8 INFO neutron.services.segments.plugin [-] Segment ba715c95-9f88-4962-b165-b83e157a5159 resource provider aggregate not found 2026-04-23 17:39:24.705 8 INFO neutron.services.segments.plugin [-] Segment ba715c95-9f88-4962-b165-b83e157a5159 resource provider aggregate not found 2026-04-23 17:39:24.731 8 INFO neutron.services.segments.plugin [-] Segment ba715c95-9f88-4962-b165-b83e157a5159 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba715c95-9f88-4962-b165-b83e157a5159 found for delete ", "request_id": "req-b8827bd1-a5c4-42ce-b7e7-ffeb60db1f57"}]} 2026-04-23 17:39:24.735 8 INFO neutron.services.segments.plugin [-] Segment ba715c95-9f88-4962-b165-b83e157a5159 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba715c95-9f88-4962-b165-b83e157a5159 found for delete ", "request_id": "req-492fb445-f8e7-40f7-af79-1942d197b33a"}]} [pid: 8|app: 0|req: 778/1693] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:24 2026] DELETE /v2.0/networks/4ac7ea87-5af4-4077-ade6-0dfdfc9eb396 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1694] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:25 2026] GET /v2.0/security-groups?tenant_id=f670c260c4f142a68defb4af6b15730f&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1695] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:25 2026] DELETE /v2.0/security-groups/152ec25a-bbca-46cb-8bfb-aa1170cb1ebf => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:25.560 8 INFO neutron.db.segments_db [None req-c6f29c7a-08bc-41d3-85c2-d4de5fa777ef 39c4fc915d4c4f6f8de597581c09807f 2b50d0b2a6eb466a9c7dfebdada524ed - - default default] Added segment 83f5edbf-1085-44b8-b3f2-3fce58379b7d of type vxlan for network faf8bd7e-0a3c-4b21-8e35-4ebff8ad2172 2026-04-23 17:39:25.620 8 INFO neutron.db.segments_db [None req-c6f29c7a-08bc-41d3-85c2-d4de5fa777ef 39c4fc915d4c4f6f8de597581c09807f 2b50d0b2a6eb466a9c7dfebdada524ed - - default default] Added segment b11b359a-6fb9-4bfc-b879-8f290fc5916d of type vxlan for network fc1bf612-436d-424e-bc32-9712fa1bdbca [pid: 7|app: 0|req: 918/1696] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:39:25 2026] GET /v2.0/ports?tenant_id=198cff84b76f451abadac64928680288&device_id=3a295793-c7f0-42c4-9028-7713850c5c7b => generated 1463 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1697] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:39:25 2026] POST /v2.0/networks => generated 1207 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1698] 199.19.213.236 () {34 vars in 1056 bytes} [Thu Apr 23 17:39:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.15&port_id=643801d2-d812-486a-b678-01fc1eb39b0b => 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: 920/1699] 199.19.213.236 () {34 vars in 1104 bytes} [Thu Apr 23 17:39:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A48&port_id=643801d2-d812-486a-b678-01fc1eb39b0b => 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: 780/1700] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:39:25 2026] GET /v2.0/networks => generated 1844 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1701] 199.19.213.236 () {34 vars in 1064 bytes} [Thu Apr 23 17:39:25 2026] GET /v2.0/subnets?id=4b76ee63-7463-4138-9916-c1946ddd0c2d&id=3f278767-2648-4efb-9c61-5e0cc3a91de0 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1702] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:39:25 2026] GET /v2.0/ports?network_id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863&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: 923/1703] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:39:25 2026] GET /v2.0/ports?network_id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1704] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:25 2026] DELETE /v2.0/networks/faf8bd7e-0a3c-4b21-8e35-4ebff8ad2172 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1705] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:39:25 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?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: 925/1706] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:39:25 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1707] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:25 2026] DELETE /v2.0/networks/fc1bf612-436d-424e-bc32-9712fa1bdbca => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1708] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:39:26 2026] GET /v2.0/networks => generated 651 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:26.175 8 INFO neutron.db.segments_db [None req-359f249f-6182-4b4e-92d7-d492e2f6f443 39c4fc915d4c4f6f8de597581c09807f 2b50d0b2a6eb466a9c7dfebdada524ed - - default default] Added segment 435daca0-b80f-4733-8427-2dfedc2f313c of type vxlan for network e6253ac1-d441-4c87-8248-9f46eeefd5f9 [pid: 8|app: 0|req: 783/1709] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:39:26 2026] POST /v2.0/networks => generated 630 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:39:26.336 7 INFO neutron.db.segments_db [None req-40452780-18d2-492e-bec4-c6b9a1ec4fc0 39c4fc915d4c4f6f8de597581c09807f 2b50d0b2a6eb466a9c7dfebdada524ed - - default default] Added segment 4073e5b5-85a2-4040-a695-51e02e787df9 of type vxlan for network da29a929-572f-4149-a01e-b6af9d896509 [pid: 7|app: 0|req: 927/1710] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:39:26 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:39:26.757 8 INFO neutron.services.segments.plugin [-] Segment 83f5edbf-1085-44b8-b3f2-3fce58379b7d resource provider aggregate not found 2026-04-23 17:39:26.763 8 INFO neutron.services.segments.plugin [-] Segment 83f5edbf-1085-44b8-b3f2-3fce58379b7d resource provider aggregate not found 2026-04-23 17:39:26.770 8 INFO neutron.services.segments.plugin [-] Segment 83f5edbf-1085-44b8-b3f2-3fce58379b7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f5edbf-1085-44b8-b3f2-3fce58379b7d found for delete ", "request_id": "req-b511b6a6-4151-4398-b376-9e3248f0a871"}]} 2026-04-23 17:39:26.787 8 INFO neutron.services.segments.plugin [-] Segment b11b359a-6fb9-4bfc-b879-8f290fc5916d resource provider aggregate not found 2026-04-23 17:39:26.793 8 INFO neutron.services.segments.plugin [-] Segment 83f5edbf-1085-44b8-b3f2-3fce58379b7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f5edbf-1085-44b8-b3f2-3fce58379b7d found for delete ", "request_id": "req-70ab00e2-085f-467f-8dee-2f7547a16427"}]} 2026-04-23 17:39:26.817 8 INFO neutron.services.segments.plugin [-] Segment b11b359a-6fb9-4bfc-b879-8f290fc5916d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b11b359a-6fb9-4bfc-b879-8f290fc5916d found for delete ", "request_id": "req-dd2bad8f-a5cd-42cd-ab55-49c044341da6"}]} 2026-04-23 17:39:26.818 8 INFO neutron.services.segments.plugin [-] Segment b11b359a-6fb9-4bfc-b879-8f290fc5916d resource provider aggregate not found 2026-04-23 17:39:26.843 8 INFO neutron.services.segments.plugin [-] Segment b11b359a-6fb9-4bfc-b879-8f290fc5916d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b11b359a-6fb9-4bfc-b879-8f290fc5916d found for delete ", "request_id": "req-f2af6875-fa74-4cfe-b3c4-8a7e20f37a41"}]} [pid: 8|app: 0|req: 784/1711] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:39:26 2026] POST /v2.0/ports => generated 1506 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1712] 10.0.0.254 () {32 vars in 643 bytes} [Thu Apr 23 17:39:27 2026] GET /v2.0/ports => generated 1506 bytes in 123 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 17:39:27.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a68249c-1d53-4348-8415-6b9c98a1ad75 39c4fc915d4c4f6f8de597581c09807f 2b50d0b2a6eb466a9c7dfebdada524ed - - default default] TaaS: Handle Delete Port: 0c185e93-cac3-43f8-899a-fb39ffa25bd9 2026-04-23 17:39:27.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a68249c-1d53-4348-8415-6b9c98a1ad75 39c4fc915d4c4f6f8de597581c09807f 2b50d0b2a6eb466a9c7dfebdada524ed - - default default] Tap Mirror: Handle Delete Port: 0c185e93-cac3-43f8-899a-fb39ffa25bd9 [pid: 7|app: 0|req: 929/1713] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:27 2026] DELETE /v2.0/ports/0c185e93-cac3-43f8-899a-fb39ffa25bd9 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:27.474 8 INFO neutron.db.segments_db [None req-997d06cd-b2d8-407d-a87f-cedd81486fe5 635abd2fbfc84620b875b555d29b6d36 66238f72c0774c4da3abc6ca0b95991a - - default default] Added segment 4c6a1bc2-b54f-4354-9405-c79c433ca451 of type vxlan for network 4a0fb627-4f24-4a7a-af33-281cb466e49e 2026-04-23 17:39:27.546 7 INFO neutron_taas.services.taas.taas_plugin [None req-83b62461-fd7d-4153-9f46-d2c03ab94dec 39c4fc915d4c4f6f8de597581c09807f 2b50d0b2a6eb466a9c7dfebdada524ed - - default default] TaaS: Handle Delete Port: bf63c413-4124-4546-af80-caec85278c21 2026-04-23 17:39:27.550 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83b62461-fd7d-4153-9f46-d2c03ab94dec 39c4fc915d4c4f6f8de597581c09807f 2b50d0b2a6eb466a9c7dfebdada524ed - - default default] Tap Mirror: Handle Delete Port: bf63c413-4124-4546-af80-caec85278c21 [pid: 8|app: 0|req: 785/1714] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:39:27 2026] POST /v2.0/networks => generated 628 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1715] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:27 2026] DELETE /v2.0/ports/bf63c413-4124-4546-af80-caec85278c21 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1716] 10.0.0.254 () {32 vars in 643 bytes} [Thu Apr 23 17:39:27 2026] GET /v2.0/ports => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:39:27.764 7 INFO neutron.db.segments_db [None req-70206f58-24bf-4d51-bce5-26ec689dedea 39c4fc915d4c4f6f8de597581c09807f 2b50d0b2a6eb466a9c7dfebdada524ed - - default default] Added segment be927c13-832b-4021-9227-824f908651d3 of type vxlan for network b6161368-b664-48de-a07e-a1226fbcbcc9 [pid: 7|app: 0|req: 931/1717] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:39:27 2026] POST /v2.0/networks => generated 631 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:39:27.978 8 INFO neutron.db.segments_db [None req-1ae6223f-8a2e-42ef-b96d-ac7513effd05 39c4fc915d4c4f6f8de597581c09807f 2b50d0b2a6eb466a9c7dfebdada524ed - - default default] Added segment 24264ab4-ea94-42b4-bde6-83f13ba859bf of type vxlan for network 5c9eabc3-a4b3-497d-addd-d797d9f72582 [pid: 8|app: 0|req: 787/1718] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:39:27 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1719] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:39:28 2026] POST /v2.0/subnets => generated 673 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:39:28.441 8 INFO neutron.db.segments_db [None req-6d16f06e-0947-41d6-97ef-1cc5f2be2597 635abd2fbfc84620b875b555d29b6d36 66238f72c0774c4da3abc6ca0b95991a - - default default] Added segment cdcd7ac5-ba7c-4deb-b5b4-913f56500d9a of type vxlan for network a0b6b9f5-ca3b-43c9-aeee-8608e83ecc21 [pid: 8|app: 0|req: 789/1721] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:39:28 2026] POST /v2.0/networks => generated 628 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1721] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:39:28 2026] POST /v2.0/subnets => generated 1274 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1722] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:39:28 2026] GET /v2.0/subnets => generated 1910 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1723] 10.0.0.254 () {34 vars in 743 bytes} [Thu Apr 23 17:39:28 2026] PUT /v2.0/networks/a0b6b9f5-ca3b-43c9-aeee-8608e83ecc21 => generated 592 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1724] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:39:28 2026] DELETE /v2.0/subnets/baa6f0fe-d772-4786-8e17-da8e2985de66 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1725] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:39:28 2026] DELETE /v2.0/subnets/ffcbd551-d2d8-41fd-a231-492029200ef8 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1726] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:39:28 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1727] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:39:28 2026] POST /v2.0/subnets => generated 646 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:39:29.119 7 INFO neutron.services.segments.plugin [-] Segment 24264ab4-ea94-42b4-bde6-83f13ba859bf resource provider aggregate not found 2026-04-23 17:39:29.123 7 INFO neutron.services.segments.plugin [-] Segment 24264ab4-ea94-42b4-bde6-83f13ba859bf resource provider aggregate not found 2026-04-23 17:39:29.143 7 INFO neutron.services.segments.plugin [-] Segment 24264ab4-ea94-42b4-bde6-83f13ba859bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24264ab4-ea94-42b4-bde6-83f13ba859bf found for delete ", "request_id": "req-6558f126-e5ed-4fbb-8bfb-8ebcdad55cdd"}]} 2026-04-23 17:39:29.149 7 INFO neutron.services.segments.plugin [-] Segment 24264ab4-ea94-42b4-bde6-83f13ba859bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24264ab4-ea94-42b4-bde6-83f13ba859bf found for delete ", "request_id": "req-6d4d5e02-f58c-493a-bbad-c770e0982bfb"}]} [pid: 7|app: 0|req: 937/1728] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:28 2026] DELETE /v2.0/networks/5c9eabc3-a4b3-497d-addd-d797d9f72582 => 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: 792/1729] 10.0.0.254 () {34 vars in 741 bytes} [Thu Apr 23 17:39:29 2026] PUT /v2.0/subnets/87d468d8-81eb-4a09-8baa-367de7c877e3 => generated 656 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1730] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:39:29 2026] GET /v2.0/ports?device_id=3a295793-c7f0-42c4-9028-7713850c5c7b => generated 1194 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:39:29.333 8 INFO neutron.services.segments.plugin [-] Segment be927c13-832b-4021-9227-824f908651d3 resource provider aggregate not found 2026-04-23 17:39:29.338 8 INFO neutron.services.segments.plugin [-] Segment be927c13-832b-4021-9227-824f908651d3 resource provider aggregate not found 2026-04-23 17:39:29.355 8 INFO neutron.services.segments.plugin [-] Segment be927c13-832b-4021-9227-824f908651d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be927c13-832b-4021-9227-824f908651d3 found for delete ", "request_id": "req-d8684b5c-14ac-4631-9541-2bd4a7277305"}]} [pid: 8|app: 0|req: 793/1731] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:29 2026] DELETE /v2.0/networks/b6161368-b664-48de-a07e-a1226fbcbcc9 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:29.361 8 INFO neutron.services.segments.plugin [-] Segment be927c13-832b-4021-9227-824f908651d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be927c13-832b-4021-9227-824f908651d3 found for delete ", "request_id": "req-f9b92d17-c6b2-4634-97d7-e155c4017b6c"}]} [pid: 8|app: 0|req: 794/1732] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:39:29 2026] GET /v2.0/security-groups?id=c102576a-4990-4d3c-aeab-9eace3613bf0&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1733] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:29 2026] DELETE /v2.0/networks/a0b6b9f5-ca3b-43c9-aeee-8608e83ecc21 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:29.516 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0dd8d80f-5f97-4db3-b0bb-8f4985dd248d 635abd2fbfc84620b875b555d29b6d36 66238f72c0774c4da3abc6ca0b95991a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 940/1734] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:29 2026] DELETE /v2.0/networks/a0b6b9f5-ca3b-43c9-aeee-8608e83ecc21 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1735] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:29 2026] DELETE /v2.0/networks/da29a929-572f-4149-a01e-b6af9d896509 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1736] 10.0.0.254 () {32 vars in 694 bytes} [Thu Apr 23 17:39:29 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1737] 10.0.0.254 () {32 vars in 742 bytes} [Thu Apr 23 17:39:29 2026] GET /v2.0/subnets?network_id=53fb7aa3-cf43-4fb1-9a61-9e673b1cf80b => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1738] 10.0.0.254 () {32 vars in 653 bytes} [Thu Apr 23 17:39:29 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1739] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:29 2026] DELETE /v2.0/networks/e6253ac1-d441-4c87-8248-9f46eeefd5f9 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1740] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:39:29 2026] GET /v2.0/networks => generated 1312 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1741] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:39:29 2026] GET /v2.0/subnets => generated 1312 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1742] 10.0.0.254 () {32 vars in 723 bytes} [Thu Apr 23 17:39:29 2026] GET /v2.0/networks/4a0fb627-4f24-4a7a-af33-281cb466e49e => generated 672 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1743] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:39:29 2026] GET /v2.0/subnets/4ae7c06d-cbeb-40dd-97a5-0f4486a56de2 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:29.903 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a489f8b5-d429-4c59-bf84-2d8a8c2c26bc 635abd2fbfc84620b875b555d29b6d36 66238f72c0774c4da3abc6ca0b95991a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 801/1744] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:39:29 2026] DELETE /v2.0/subnets/87d468d8-81eb-4a09-8baa-367de7c877e3 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:39:29.920 7 INFO neutron.pecan_wsgi.hooks.translation [None req-21ce42bb-a6a8-4716-97fa-2679b5049fc3 635abd2fbfc84620b875b555d29b6d36 66238f72c0774c4da3abc6ca0b95991a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 944/1745] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:29 2026] DELETE /v2.0/networks/a0b6b9f5-ca3b-43c9-aeee-8608e83ecc21 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1746] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:39:29 2026] DELETE /v2.0/subnets/4ae7c06d-cbeb-40dd-97a5-0f4486a56de2 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1747] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:30 2026] DELETE /v2.0/networks/4a0fb627-4f24-4a7a-af33-281cb466e49e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1748] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:30 2026] GET /v2.0/security-groups?tenant_id=2b50d0b2a6eb466a9c7dfebdada524ed&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1749] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:30 2026] DELETE /v2.0/security-groups/97f365eb-0311-42c9-ae0f-fcf0f65d4e93 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1752] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:30 2026] GET /v2.0/security-groups?tenant_id=66238f72c0774c4da3abc6ca0b95991a&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1753] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:31 2026] DELETE /v2.0/security-groups/b5f6cc40-a9b9-4da4-a73d-e18c62a7ea51 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:31.176 7 INFO neutron.services.segments.plugin [-] Segment cdcd7ac5-ba7c-4deb-b5b4-913f56500d9a resource provider aggregate not found 2026-04-23 17:39:31.182 7 INFO neutron.services.segments.plugin [-] Segment cdcd7ac5-ba7c-4deb-b5b4-913f56500d9a resource provider aggregate not found 2026-04-23 17:39:31.200 7 INFO neutron.services.segments.plugin [-] Segment cdcd7ac5-ba7c-4deb-b5b4-913f56500d9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdcd7ac5-ba7c-4deb-b5b4-913f56500d9a found for delete ", "request_id": "req-6d03a71b-272b-44b6-a4be-1870a820d5c0"}]} 2026-04-23 17:39:31.206 7 INFO neutron.services.segments.plugin [-] Segment cdcd7ac5-ba7c-4deb-b5b4-913f56500d9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdcd7ac5-ba7c-4deb-b5b4-913f56500d9a found for delete ", "request_id": "req-0e732471-bfde-4aad-91f1-a78a1107a499"}]} 2026-04-23 17:39:31.219 7 INFO neutron.services.segments.plugin [-] Segment 435daca0-b80f-4733-8427-2dfedc2f313c resource provider aggregate not found 2026-04-23 17:39:31.235 7 INFO neutron.services.segments.plugin [-] Segment 435daca0-b80f-4733-8427-2dfedc2f313c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 435daca0-b80f-4733-8427-2dfedc2f313c found for delete ", "request_id": "req-285e7d62-2fd8-4311-9fce-c25cbf6355a5"}]} 2026-04-23 17:39:31.241 7 INFO neutron.services.segments.plugin [-] Segment 435daca0-b80f-4733-8427-2dfedc2f313c resource provider aggregate not found 2026-04-23 17:39:31.255 7 INFO neutron.services.segments.plugin [-] Segment 4c6a1bc2-b54f-4354-9405-c79c433ca451 resource provider aggregate not found 2026-04-23 17:39:31.258 7 INFO neutron.services.segments.plugin [-] Segment 435daca0-b80f-4733-8427-2dfedc2f313c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 435daca0-b80f-4733-8427-2dfedc2f313c found for delete ", "request_id": "req-70e5d91e-50f4-4a69-bddc-a8028786d685"}]} 2026-04-23 17:39:31.276 7 INFO neutron.services.segments.plugin [-] Segment 4c6a1bc2-b54f-4354-9405-c79c433ca451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c6a1bc2-b54f-4354-9405-c79c433ca451 found for delete ", "request_id": "req-035bbd24-0e81-4fee-92b4-0def3f92fc0d"}]} 2026-04-23 17:39:31.277 7 INFO neutron.services.segments.plugin [-] Segment 4c6a1bc2-b54f-4354-9405-c79c433ca451 resource provider aggregate not found 2026-04-23 17:39:31.300 7 INFO neutron.services.segments.plugin [-] Segment 4c6a1bc2-b54f-4354-9405-c79c433ca451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c6a1bc2-b54f-4354-9405-c79c433ca451 found for delete ", "request_id": "req-e7f10443-3208-49dc-9154-f211e8752230"}]} 2026-04-23 17:39:31.382 8 INFO neutron.services.segments.plugin [-] Segment 4073e5b5-85a2-4040-a695-51e02e787df9 resource provider aggregate not found 2026-04-23 17:39:31.382 8 INFO neutron.services.segments.plugin [-] Segment 4073e5b5-85a2-4040-a695-51e02e787df9 resource provider aggregate not found 2026-04-23 17:39:31.399 8 INFO neutron.services.segments.plugin [-] Segment 4073e5b5-85a2-4040-a695-51e02e787df9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4073e5b5-85a2-4040-a695-51e02e787df9 found for delete ", "request_id": "req-90fc8f1a-1c07-4d9e-8163-da87aecdf07c"}]} 2026-04-23 17:39:31.401 8 INFO neutron.services.segments.plugin [-] Segment 4073e5b5-85a2-4040-a695-51e02e787df9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4073e5b5-85a2-4040-a695-51e02e787df9 found for delete ", "request_id": "req-fb99a64c-4c06-4d15-ae33-ae0468b00d02"}]} 2026-04-23 17:39:32.693 8 INFO neutron.db.segments_db [None req-862e40eb-db07-4286-90b7-762b22903516 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] Added segment a0af2766-fde6-409e-a85a-81b3146b8a95 of type vxlan for network 13bc3032-ac77-4295-a745-95942f68d7b6 [pid: 8|app: 0|req: 806/1754] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:39:32 2026] POST /v2.0/networks => generated 629 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1755] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:39:32 2026] POST /v2.0/ports => generated 779 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:39:33.200 8 INFO neutron.db.segments_db [None req-4f9189a1-fffc-4a9a-9795-403537fb0c3f 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] Added segment 2c347188-f6f2-44d9-9e4c-1f92d6b4d892 of type vxlan for network 58c476ed-4100-45df-9c79-1eb848a24fa7 [pid: 8|app: 0|req: 807/1756] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:39:33 2026] POST /v2.0/networks => generated 616 bytes in 164 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: 950/1757] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:39:33 2026] POST /v2.0/subnets => generated 646 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1758] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:39:33 2026] POST /v2.0/ports => generated 966 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:39:34.191 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbcbe01b-56ac-4c3c-b905-4981b78ef5cc 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] TaaS: Handle Delete Port: 0ab0b84c-3775-463b-b23c-38aeea79f2ef 2026-04-23 17:39:34.196 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbcbe01b-56ac-4c3c-b905-4981b78ef5cc 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] Tap Mirror: Handle Delete Port: 0ab0b84c-3775-463b-b23c-38aeea79f2ef [pid: 7|app: 0|req: 951/1759] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:34 2026] DELETE /v2.0/ports/0ab0b84c-3775-463b-b23c-38aeea79f2ef => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:39:34.359 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ee5183a-e45d-43a6-90af-b9e41ccc73eb 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 809/1760] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:34 2026] DELETE /v2.0/ports/0ab0b84c-3775-463b-b23c-38aeea79f2ef => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:39:34.388 7 INFO neutron.pecan_wsgi.hooks.translation [None req-27a1d120-e318-47f7-a300-c854d44a8824 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 952/1761] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:39:34 2026] GET /v2.0/ports/0ab0b84c-3775-463b-b23c-38aeea79f2ef => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1762] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:39:34 2026] DELETE /v2.0/subnets/406fe6cd-c6d8-496e-91d1-a49e6831aec3 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1763] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:39:34 2026] GET /v2.0/ports?device_id=3a295793-c7f0-42c4-9028-7713850c5c7b => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1764] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:39:34 2026] GET /v2.0/security-groups?id=c102576a-4990-4d3c-aeab-9eace3613bf0&fields=id&fields=name => generated 111 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1765] 10.0.0.254 () {32 vars in 818 bytes} [Thu Apr 23 17:39:34 2026] GET /v2.0/ports?network_id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863&mac_address=fa%3A16%3A3e%3A33%3Ad3%3A99 => generated 1196 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:39:34.697 8 INFO neutron.services.segments.plugin [-] Segment 2c347188-f6f2-44d9-9e4c-1f92d6b4d892 resource provider aggregate not found 2026-04-23 17:39:34.698 8 INFO neutron.services.segments.plugin [-] Segment 2c347188-f6f2-44d9-9e4c-1f92d6b4d892 resource provider aggregate not found 2026-04-23 17:39:34.721 8 INFO neutron.services.segments.plugin [-] Segment 2c347188-f6f2-44d9-9e4c-1f92d6b4d892 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c347188-f6f2-44d9-9e4c-1f92d6b4d892 found for delete ", "request_id": "req-f996e6a0-3736-4e6d-b132-fe4836091d41"}]} 2026-04-23 17:39:34.733 8 INFO neutron.services.segments.plugin [-] Segment 2c347188-f6f2-44d9-9e4c-1f92d6b4d892 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c347188-f6f2-44d9-9e4c-1f92d6b4d892 found for delete ", "request_id": "req-31af1b4b-2519-4cee-ba25-9a7e38dfaf71"}]} [pid: 8|app: 0|req: 811/1766] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:34 2026] DELETE /v2.0/networks/58c476ed-4100-45df-9c79-1eb848a24fa7 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:34.830 8 INFO neutron.db.segments_db [None req-709d0d46-2a02-48e5-9085-734985636d3c 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] Added segment be2fcb27-2c05-41b7-ae1c-0d852f5644db of type vxlan for network e136bc8d-7b9e-4af7-95a9-93af6f0bf2a0 [pid: 8|app: 0|req: 812/1767] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:39:34 2026] POST /v2.0/networks => generated 615 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1768] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:39:34 2026] POST /v2.0/subnets => generated 646 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:39:35.370 7 INFO neutron.db.l3_db [None req-d3cc01d7-523a-42eb-8d6a-26b0a65a2210 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Floating IP 036a0d88-0f6b-4abf-b15e-4bec1b5ae6ef associated. External IP: 10.96.250.209, port: 643801d2-d812-486a-b678-01fc1eb39b0b. [pid: 8|app: 0|req: 814/1769] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:35 2026] GET /v2.0/security-groups?tenant_id=851401e2a0884e56a983d9f09e568914&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1770] 10.0.0.254 () {34 vars in 677 bytes} [Thu Apr 23 17:39:34 2026] POST /v2.0/floatingips => generated 854 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:39:35.743 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5f3ae35-1273-4f4e-b514-144cfb2ef453'] response: {'name': 'network-changed', 'server_uuid': '3a295793-c7f0-42c4-9028-7713850c5c7b', 'tag': '643801d2-d812-486a-b678-01fc1eb39b0b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 815/1771] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:39:35 2026] POST /v2.0/ports => generated 923 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1772] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:35 2026] DELETE /v2.0/security-groups/16043265-0ec3-41a3-b831-28040e12fb22 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:35.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7ddee41-4490-4f0f-8f47-fc99c1327486 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] TaaS: Handle Delete Port: aa7f435c-8594-41fa-a361-9b3224bf9103 2026-04-23 17:39:35.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7ddee41-4490-4f0f-8f47-fc99c1327486 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] Tap Mirror: Handle Delete Port: aa7f435c-8594-41fa-a361-9b3224bf9103 [pid: 8|app: 0|req: 816/1773] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:35 2026] DELETE /v2.0/ports/aa7f435c-8594-41fa-a361-9b3224bf9103 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:36.028 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b9cc1fb-81c4-47f9-a813-ed82e6bcac80 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 958/1774] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/ports/aa7f435c-8594-41fa-a361-9b3224bf9103 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1775] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:39:36 2026] DELETE /v2.0/subnets/dc99bcd4-b349-4329-8594-86cdb8f51468 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:39:36.261 7 INFO neutron.services.segments.plugin [-] Segment be2fcb27-2c05-41b7-ae1c-0d852f5644db resource provider aggregate not found 2026-04-23 17:39:36.269 7 INFO neutron.services.segments.plugin [-] Segment be2fcb27-2c05-41b7-ae1c-0d852f5644db resource provider aggregate not found 2026-04-23 17:39:36.286 7 INFO neutron.services.segments.plugin [-] Segment be2fcb27-2c05-41b7-ae1c-0d852f5644db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be2fcb27-2c05-41b7-ae1c-0d852f5644db found for delete ", "request_id": "req-6cccd154-b117-4bb0-8a1c-a6149982f57c"}]} 2026-04-23 17:39:36.287 7 INFO neutron.services.segments.plugin [-] Segment be2fcb27-2c05-41b7-ae1c-0d852f5644db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be2fcb27-2c05-41b7-ae1c-0d852f5644db found for delete ", "request_id": "req-4a945de9-d068-4bf6-8c11-8fb740df2523"}]} [pid: 7|app: 0|req: 959/1776] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:36 2026] DELETE /v2.0/networks/e136bc8d-7b9e-4af7-95a9-93af6f0bf2a0 => 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: 818/1777] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/ports?tenant_id=198cff84b76f451abadac64928680288&device_id=3a295793-c7f0-42c4-9028-7713850c5c7b => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1778] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/networks?id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1779] 199.19.213.236 () {34 vars in 1056 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.15&port_id=643801d2-d812-486a-b678-01fc1eb39b0b => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1780] 199.19.213.236 () {34 vars in 1104 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A48&port_id=643801d2-d812-486a-b678-01fc1eb39b0b => 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: 822/1781] 199.19.213.236 () {34 vars in 1064 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/subnets?id=4b76ee63-7463-4138-9916-c1946ddd0c2d&id=3f278767-2648-4efb-9c61-5e0cc3a91de0 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1782] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/ports?network_id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1783] 10.0.0.254 () {34 vars in 665 bytes} [Thu Apr 23 17:39:36 2026] POST /v2.0/ports => generated 779 bytes in 222 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: 824/1784] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/ports?network_id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863&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: 8|app: 0|req: 825/1785] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1786] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1787] 10.0.0.254 () {34 vars in 737 bytes} [Thu Apr 23 17:39:36 2026] PUT /v2.0/ports/0a975926-c35e-4653-a594-3706bb90821f => generated 752 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:36.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-1bbd9717-6392-43dd-bb1b-e8e6502705bf 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] TaaS: Handle Delete Port: 0a975926-c35e-4653-a594-3706bb90821f 2026-04-23 17:39:36.795 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bbd9717-6392-43dd-bb1b-e8e6502705bf 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] Tap Mirror: Handle Delete Port: 0a975926-c35e-4653-a594-3706bb90821f [pid: 8|app: 0|req: 827/1788] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:36 2026] DELETE /v2.0/ports/0a975926-c35e-4653-a594-3706bb90821f => generated 0 bytes in 178 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: 962/1789] 10.0.0.254 () {32 vars in 643 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/ports => generated 782 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:36.933 8 INFO neutron.pecan_wsgi.hooks.translation [None req-59cd0ed0-0ae8-4e55-a800-2b5441e66341 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 828/1790] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/ports/0a975926-c35e-4653-a594-3706bb90821f => 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: 963/1791] 10.0.0.254 () {32 vars in 643 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/ports => generated 782 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1792] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:39:36 2026] GET /v2.0/ports/6e79a81f-c8ca-4752-8864-06199f8eb16c => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:39:37.072 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4c711ac-d202-4a7d-897e-5a813ab311bc 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 964/1793] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:37 2026] DELETE /v2.0/ports/aa7f435c-8594-41fa-a361-9b3224bf9103 => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:39:37.097 8 INFO neutron.pecan_wsgi.hooks.translation [None req-20d7a92d-1f67-43df-b49b-3b5df066cad5 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 830/1794] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:39:37 2026] DELETE /v2.0/subnets/dc99bcd4-b349-4329-8594-86cdb8f51468 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:39:37.119 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87c956d0-1202-4d77-bf05-cfa8425b56e4 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 965/1795] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:39:37 2026] DELETE /v2.0/subnets/406fe6cd-c6d8-496e-91d1-a49e6831aec3 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:39:37.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-61dfc21e-15b0-4e52-bf1b-e1d398fead20 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] TaaS: Handle Delete Port: 6e79a81f-c8ca-4752-8864-06199f8eb16c 2026-04-23 17:39:37.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61dfc21e-15b0-4e52-bf1b-e1d398fead20 7155ff0c6d2a4d1f84adf28a2b811ba6 39bdbeb7ce6644c296bdc2ee7c679d1b - - default default] Tap Mirror: Handle Delete Port: 6e79a81f-c8ca-4752-8864-06199f8eb16c [pid: 8|app: 0|req: 831/1796] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:39:37 2026] DELETE /v2.0/ports/6e79a81f-c8ca-4752-8864-06199f8eb16c => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1797] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:39:37 2026] DELETE /v2.0/networks/13bc3032-ac77-4295-a745-95942f68d7b6 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1798] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:37 2026] GET /v2.0/security-groups?tenant_id=39bdbeb7ce6644c296bdc2ee7c679d1b&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:39:38.315 7 INFO neutron.services.segments.plugin [-] Segment a0af2766-fde6-409e-a85a-81b3146b8a95 resource provider aggregate not found 2026-04-23 17:39:38.320 7 INFO neutron.services.segments.plugin [-] Segment a0af2766-fde6-409e-a85a-81b3146b8a95 resource provider aggregate not found 2026-04-23 17:39:38.341 7 INFO neutron.services.segments.plugin [-] Segment a0af2766-fde6-409e-a85a-81b3146b8a95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0af2766-fde6-409e-a85a-81b3146b8a95 found for delete ", "request_id": "req-9e4f08f0-a010-4fe5-aa86-80f5757ff58d"}]} 2026-04-23 17:39:38.344 7 INFO neutron.services.segments.plugin [-] Segment a0af2766-fde6-409e-a85a-81b3146b8a95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0af2766-fde6-409e-a85a-81b3146b8a95 found for delete ", "request_id": "req-7fd8879b-720a-43cf-92c2-5e31cf3bb78a"}]} [pid: 7|app: 0|req: 967/1799] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:38 2026] DELETE /v2.0/security-groups/8cd97442-ec00-49dc-9d2f-2ac9713437ee => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1800] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:39:40 2026] POST /v2.0/subnetpools => generated 548 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1801] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:39:40 2026] GET /v2.0/subnetpools/436ae5e2-cb2b-4b50-9a5c-a48feeba4b54 => generated 548 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1802] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:39:40 2026] PUT /v2.0/subnetpools/436ae5e2-cb2b-4b50-9a5c-a48feeba4b54 => generated 500 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1803] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:39:40 2026] DELETE /v2.0/subnetpools/436ae5e2-cb2b-4b50-9a5c-a48feeba4b54 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:40.341 8 INFO neutron.api.v2.resource [None req-b07db3b5-a4f2-42ca-a3b1-0057b7d053d1 76c023d0fd854351a3f8a61be5507c01 10dfd69a1a29474a92ab9816b51fb72d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1804] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:39:40 2026] GET /v2.0/subnetpools/436ae5e2-cb2b-4b50-9a5c-a48feeba4b54 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:39:40.359 7 INFO neutron.api.v2.resource [None req-de48e943-f8ad-4802-a879-4baf2a76ddf4 76c023d0fd854351a3f8a61be5507c01 10dfd69a1a29474a92ab9816b51fb72d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/1805] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:39:40 2026] DELETE /v2.0/subnetpools/436ae5e2-cb2b-4b50-9a5c-a48feeba4b54 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1806] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:40 2026] GET /v2.0/security-groups?tenant_id=10dfd69a1a29474a92ab9816b51fb72d&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: 971/1807] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:41 2026] DELETE /v2.0/security-groups/6ad17052-f885-486a-97fa-c81b624fc09e => 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: 837/1808] 10.0.0.22 () {34 vars in 989 bytes} [Thu Apr 23 17:39:42 2026] GET /v2.0/ports?device_id=3a295793-c7f0-42c4-9028-7713850c5c7b => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1809] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Apr 23 17:39:42 2026] GET /v2.0/security-groups?id=c102576a-4990-4d3c-aeab-9eace3613bf0&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1812] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:46 2026] GET /v2.0/security-groups?tenant_id=4ecdd19bd790443cbd109ca5fe6a07e6&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1813] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:46 2026] DELETE /v2.0/security-groups/eca841c0-c602-425a-92ea-1c3b73f640a7 => 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: 840/1814] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:46 2026] GET /v2.0/security-groups?tenant_id=e14c2e9426db4fea935236c1698d91bf&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1815] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:46 2026] DELETE /v2.0/security-groups/70a94e40-111f-4c07-92f2-784ad56f9e78 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:39:49.160 8 INFO neutron.db.segments_db [None req-8669bee6-2a05-4936-89b8-73bacd8e69df 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 95f32fc6-8dab-4fb9-ba5b-2820ba9f4442 of type vxlan for network 8be975ea-d9b0-4c49-8c73-f2eae8ae117c [pid: 7|app: 0|req: 976/1816] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:48 2026] GET /v2.0/security-groups?tenant_id=dad64e5b36104c8ab62037892e0077e3&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: 841/1817] 10.0.0.254 () {34 vars in 671 bytes} [Thu Apr 23 17:39:48 2026] POST /v2.0/networks => generated 721 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1818] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:49 2026] DELETE /v2.0/security-groups/b71a1eb8-5f5d-4710-b979-ebcf3ac6e916 => 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: 842/1819] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:39:49 2026] POST /v2.0/subnets => generated 687 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:39:49.526 7 INFO neutron.db.segments_db [None req-9d1872ca-6596-4787-a528-f06b5153c796 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment de5d471e-6f86-4b08-94da-8b4579bfa605 of type vxlan for network 50c2ca84-3993-46bf-86e7-86db3677a6d1 2026-04-23 17:39:49.759 7 INFO neutron.db.l3_hamode_db [None req-9d1872ca-6596-4787-a528-f06b5153c796 40f4e888e6dc48ba847cce16b6cab602 fa5517bd775e4ed6afc362437eb969a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:39:50.549 7 INFO neutron.db.l3_hamode_db [None req-9d1872ca-6596-4787-a528-f06b5153c796 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 978/1820] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:39:49 2026] POST /v2.0/routers => generated 727 bytes in 1952 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1821] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:39:51 2026] PUT /v2.0/routers/f8cfe3ec-6f4e-423d-9c68-d29a8ac580c3/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1822] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:39:54 2026] GET /v2.0/networks?id=8be975ea-d9b0-4c49-8c73-f2eae8ae117c => generated 672 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1823] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:39:54 2026] GET /v2.0/quotas/fa5517bd775e4ed6afc362437eb969a7 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1824] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:39:54 2026] GET /v2.0/ports?tenant_id=fa5517bd775e4ed6afc362437eb969a7&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1825] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:39:55 2026] GET /v2.0/networks/8be975ea-d9b0-4c49-8c73-f2eae8ae117c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1826] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:39:55 2026] GET /v2.0/networks/8be975ea-d9b0-4c49-8c73-f2eae8ae117c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1827] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:39:55 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => 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: 982/1828] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:39:56 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => 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: 847/1829] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:39:57 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1830] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:39:57 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1831] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:39:58 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => 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: 984/1832] 10.0.0.194 () {30 vars in 690 bytes} [Thu Apr 23 17:39:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1833] 10.0.0.194 () {30 vars in 692 bytes} [Thu Apr 23 17:39:59 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: 985/1834] 10.0.0.194 () {30 vars in 668 bytes} [Thu Apr 23 17:39: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: 850/1835] 10.0.0.194 () {30 vars in 704 bytes} [Thu Apr 23 17:39:59 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: 986/1836] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:39:59 2026] GET /v2.0/networks?id=8be975ea-d9b0-4c49-8c73-f2eae8ae117c => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1837] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:39:59 2026] GET /v2.0/security-groups?tenant_id=7e3944902fd94ceaae8c592c8fd12f26&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1838] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:39:59 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => 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: 853/1839] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:39:59 2026] DELETE /v2.0/security-groups/8adefaba-6b8b-4e40-b761-526d88fda100 => 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: 987/1840] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:39:59 2026] POST /v2.0/ports => generated 958 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1841] 10.0.0.194 () {28 vars in 439 bytes} [Thu Apr 23 17:40:00 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 989/1842] 10.0.0.194 () {30 vars in 728 bytes} [Thu Apr 23 17:40:00 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 656 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1843] 10.0.0.194 () {30 vars in 690 bytes} [Thu Apr 23 17:40:00 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: 991/1844] 10.0.0.194 () {30 vars in 692 bytes} [Thu Apr 23 17:40: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: 992/1845] 10.0.0.194 () {30 vars in 668 bytes} [Thu Apr 23 17:40:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1846] 10.0.0.194 () {30 vars in 704 bytes} [Thu Apr 23 17:40:00 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: 994/1847] 10.0.0.194 () {30 vars in 728 bytes} [Thu Apr 23 17:40:00 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1848] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:40:00 2026] PUT /v2.0/ports/63b00ce8-7d2d-4d41-94a0-333d75aaeccb => generated 1239 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:40:00.481 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d39f7775-f54b-4fbb-b59f-4db3912391ac'] response: {'name': 'network-changed', 'server_uuid': '594da160-162b-4820-bd75-3b0d9841fd68', 'tag': '63b00ce8-7d2d-4d41-94a0-333d75aaeccb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 995/1849] 10.0.0.194 () {30 vars in 690 bytes} [Thu Apr 23 17:40:00 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) /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: 855/1850] 10.0.0.194 () {30 vars in 692 bytes} [Thu Apr 23 17:40:00 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: 996/1851] 10.0.0.194 () {30 vars in 668 bytes} [Thu Apr 23 17:40:00 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: 998/1853] 10.0.0.194 () {30 vars in 704 bytes} [Thu Apr 23 17:40:00 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: 999/1855] 10.0.0.194 () {30 vars in 730 bytes} [Thu Apr 23 17:40:00 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1856] 10.0.0.194 () {30 vars in 682 bytes} [Thu Apr 23 17:40:00 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1857] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:00 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 973 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1858] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:40:01 2026] GET /v2.0/ports?tenant_id=fa5517bd775e4ed6afc362437eb969a7&device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1859] 10.0.0.194 () {34 vars in 704 bytes} [Thu Apr 23 17:40:00 2026] POST /v2.0/ports => generated 1132 bytes in 403 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: 860/1860] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:01 2026] GET /v2.0/security-groups?id=56f6276f-2631-4c76-ab45-5c584e13fbbe&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1861] 199.19.213.236 () {34 vars in 1018 bytes} [Thu Apr 23 17:40:01 2026] GET /v2.0/networks?tenant_id=fa5517bd775e4ed6afc362437eb969a7&shared=False => generated 768 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1862] 199.19.213.236 () {34 vars in 930 bytes} [Thu Apr 23 17:40:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:40:01.935 7 INFO neutron.db.segments_db [None req-e942bd53-defb-48b7-9dc4-322ad98a01b9 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 33fb80eb-df07-4ebe-b3e9-f6cce37dba3e of type vxlan for network 1803a1b3-4f0a-4acb-a5b5-1b5967a671d6 [pid: 7|app: 0|req: 1002/1863] 10.0.0.254 () {34 vars in 671 bytes} [Thu Apr 23 17:40:01 2026] POST /v2.0/networks => generated 721 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1864] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:40:02 2026] POST /v2.0/subnets => generated 687 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1865] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:40:02 2026] GET /v2.0/ports?tenant_id=fa5517bd775e4ed6afc362437eb969a7&device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1866] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:02 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1867] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:40:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=63b00ce8-7d2d-4d41-94a0-333d75aaeccb => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:40:02.323 8 INFO neutron.db.segments_db [None req-5e063283-350e-417b-9870-72e9fcfabbd4 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 4ed1ce70-f491-430c-8aea-3a663ff4ac62 of type vxlan for network e7123559-9cd5-4178-bded-a9720f872ddd [pid: 7|app: 0|req: 1005/1868] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:02 2026] GET /v2.0/security-groups?id=56f6276f-2631-4c76-ab45-5c584e13fbbe&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1869] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:40:02 2026] GET /v2.0/subnets?id=b654e1e1-59ed-4afa-8bc4-a58ef4532e26 => generated 690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1870] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:40:02 2026] GET /v2.0/ports?network_id=8be975ea-d9b0-4c49-8c73-f2eae8ae117c&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1871] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:40:02 2026] GET /v2.0/networks/8be975ea-d9b0-4c49-8c73-f2eae8ae117c?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: 1009/1872] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:40:02 2026] GET /v2.0/networks/8be975ea-d9b0-4c49-8c73-f2eae8ae117c?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) 2026-04-23 17:40:02.601 8 INFO neutron.db.l3_hamode_db [None req-5e063283-350e-417b-9870-72e9fcfabbd4 40f4e888e6dc48ba847cce16b6cab602 09236de8ccaa46e08d8f4bea82c347d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:40:03.432 8 INFO neutron.db.l3_hamode_db [None req-5e063283-350e-417b-9870-72e9fcfabbd4 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1010/1873] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:03 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 973 bytes in 602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1874] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:40:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1875] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:04 2026] GET /v2.0/security-groups?id=56f6276f-2631-4c76-ab45-5c584e13fbbe&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1876] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:40:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1877] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:40:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1878] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:40:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1879] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:40:04 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => generated 1132 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1880] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:40: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) [pid: 7|app: 0|req: 1018/1881] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:40:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1882] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:40:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1883] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:40:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:40:04.439 7 INFO neutron.api.v2.resource [None req-736d9128-dee7-4f21-9860-c7f7ebe0b028 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1021/1884] 199.19.213.236 () {30 vars in 763 bytes} [Thu Apr 23 17:40:04 2026] GET /v2.0/security-groups/lb-32f509b2-5fc8-4ef2-98db-6b7662614555 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1885] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:40:02 2026] POST /v2.0/routers => generated 727 bytes in 2200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1886] 199.19.213.236 () {30 vars in 785 bytes} [Thu Apr 23 17:40:04 2026] GET /v2.0/security-groups?name=lb-32f509b2-5fc8-4ef2-98db-6b7662614555 => 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: 1023/1887] 199.19.213.236 () {34 vars in 736 bytes} [Thu Apr 23 17:40:04 2026] POST /v2.0/security-groups => generated 1636 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1888] 199.19.213.236 () {30 vars in 815 bytes} [Thu Apr 23 17:40:04 2026] GET /v2.0/security-group-rules?security_group_id=7e818708-3a12-4bf0-84be-db30e9052b27 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1889] 199.19.213.236 () {34 vars in 789 bytes} [Thu Apr 23 17:40:04 2026] PUT /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => generated 1132 bytes in 270 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: 1026/1890] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:40: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) [pid: 7|app: 0|req: 1027/1891] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:40:05 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: 1028/1892] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:40:05 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: 1029/1893] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:40:05 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: 1030/1894] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:40:05 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => 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: 1031/1895] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:05 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1896] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:05 2026] GET /v2.0/security-groups?id=56f6276f-2631-4c76-ab45-5c584e13fbbe&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1897] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:40:04 2026] PUT /v2.0/routers/a754ffea-d597-48f1-82a3-d5b341e87366/add_router_interface => generated 309 bytes in 1376 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1898] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:06 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1899] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:06 2026] GET /v2.0/security-groups?id=56f6276f-2631-4c76-ab45-5c584e13fbbe&fields=id&fields=name => generated 88 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:40:07.193 7 INFO neutron.db.segments_db [None req-16538e97-1a8a-4c89-b021-5fabe765ec84 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 2753cdc3-665b-4dde-9cbc-f7a9d1f6c71a of type vxlan for network 4248877c-12be-4b2e-8cb5-413eb95249ad [pid: 7|app: 0|req: 1034/1900] 10.0.0.254 () {34 vars in 671 bytes} [Thu Apr 23 17:40:07 2026] POST /v2.0/networks => generated 721 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1901] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:40:07 2026] POST /v2.0/subnets => generated 687 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:40:07.616 7 INFO neutron.db.segments_db [None req-7a4ff4a8-a480-4d29-b6d4-b0bd54d056ae 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Added segment 3ef7b5c2-bb5b-4380-86ae-37518e57b149 of type vxlan for network 94cbd462-38e2-4242-b9f2-3dda39d35b16 [pid: 8|app: 0|req: 868/1902] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:07 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1903] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:07 2026] GET /v2.0/security-groups?id=56f6276f-2631-4c76-ab45-5c584e13fbbe&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:40:07.927 7 INFO neutron.db.l3_hamode_db [None req-7a4ff4a8-a480-4d29-b6d4-b0bd54d056ae 40f4e888e6dc48ba847cce16b6cab602 f840e55e34ee4eb59db6948b2540104c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:40:08.698 7 INFO neutron.db.l3_hamode_db [None req-7a4ff4a8-a480-4d29-b6d4-b0bd54d056ae 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 870/1904] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:08 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => 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: 871/1905] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:08 2026] GET /v2.0/security-groups?id=56f6276f-2631-4c76-ab45-5c584e13fbbe&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: 1035/1906] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:40:07 2026] POST /v2.0/routers => generated 727 bytes in 2088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1907] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:10 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1908] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:10 2026] GET /v2.0/security-groups?id=56f6276f-2631-4c76-ab45-5c584e13fbbe&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: 872/1909] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:40:09 2026] PUT /v2.0/routers/baaa1854-9fe8-4132-9fab-73a95488e49f/add_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1910] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:11 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1911] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:11 2026] GET /v2.0/security-groups?id=56f6276f-2631-4c76-ab45-5c584e13fbbe&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: 1039/1912] 10.0.0.254 () {34 vars in 685 bytes} [Thu Apr 23 17:40:11 2026] POST /v2.0/security-groups => generated 1671 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1913] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1914] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:12 2026] POST /v2.0/security-group-rules => generated 596 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1915] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1916] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:40:12.674 8 INFO neutron.db.securitygroups_db [None req-e42ead23-7182-4d8e-aab1-7dcb924ed659 eeb6cecc89a04a85b83b681c3b95d90e 09236de8ccaa46e08d8f4bea82c347d6 - - default default] Project 09236de8ccaa46e08d8f4bea82c347d6 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: 876/1917] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:12 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) 2026-04-23 17:40:12.833 7 INFO neutron.db.securitygroups_db [None req-8c3fd7ee-2207-4b56-8729-8a5e16c758de eeb6cecc89a04a85b83b681c3b95d90e 09236de8ccaa46e08d8f4bea82c347d6 - - default default] Project 09236de8ccaa46e08d8f4bea82c347d6 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: 877/1918] 10.0.0.235 () {34 vars in 1016 bytes} [Thu Apr 23 17:40:12 2026] GET /v2.0/security-groups?id=06299505-2e80-4fd1-aa78-680e0d4b645b&fields=id => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1919] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:12 2026] POST /v2.0/security-group-rules => generated 606 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1920] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:12 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 975 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1921] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:40:12 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1922] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:40:12 2026] GET /v2.0/networks?id=9a1fa3ea-52a2-4163-973d-d34f026cbe34 => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1923] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:13 2026] GET /v2.0/security-groups?id=56f6276f-2631-4c76-ab45-5c584e13fbbe&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: 1045/1924] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:40:13 2026] GET /v2.0/quotas/5e9bb4bd47ba46b598bfe83ef8324ea3 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1925] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:40:13 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&fields=id => generated 149 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:40:13.153 8 INFO neutron_taas.services.taas.taas_plugin [req-7794c857-6787-4467-b50e-3d9a2687d5d8 req-2dcf4160-9976-49bf-adf0-78e28834eba6 dab5c87742e844c79fad96af64bf63b0 fa5517bd775e4ed6afc362437eb969a7 - - default default] TaaS: Handle Delete Port: 63b00ce8-7d2d-4d41-94a0-333d75aaeccb 2026-04-23 17:40:13.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7794c857-6787-4467-b50e-3d9a2687d5d8 req-2dcf4160-9976-49bf-adf0-78e28834eba6 dab5c87742e844c79fad96af64bf63b0 fa5517bd775e4ed6afc362437eb969a7 - - default default] Tap Mirror: Handle Delete Port: 63b00ce8-7d2d-4d41-94a0-333d75aaeccb [pid: 7|app: 0|req: 1047/1926] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:40:13 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1927] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:40:13 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?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: 880/1928] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:40:13 2026] DELETE /v2.0/ports/63b00ce8-7d2d-4d41-94a0-333d75aaeccb => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:40:13.437 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db7039a2-2818-492c-96bc-380efab0066a'] response: {'server_uuid': '594da160-162b-4820-bd75-3b0d9841fd68', 'name': 'network-vif-deleted', 'tag': '63b00ce8-7d2d-4d41-94a0-333d75aaeccb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1049/1929] 10.0.0.254 () {34 vars in 685 bytes} [Thu Apr 23 17:40:13 2026] POST /v2.0/security-groups => generated 1659 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1930] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1931] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:13 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => 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: 1050/1932] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1933] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:13 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => 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: 1052/1934] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:14 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => 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: 883/1935] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:40:13 2026] POST /v2.0/floatingips => generated 552 bytes in 666 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/1936] 10.0.0.235 () {34 vars in 1096 bytes} [Thu Apr 23 17:40:14 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-76580325&fields=id&tenant_id=09236de8ccaa46e08d8f4bea82c347d6 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1937] 10.0.0.235 () {34 vars in 1098 bytes} [Thu Apr 23 17:40:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--814515810&fields=id&tenant_id=09236de8ccaa46e08d8f4bea82c347d6 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1938] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:40:14 2026] GET /v2.0/networks?id=1803a1b3-4f0a-4acb-a5b5-1b5967a671d6 => generated 672 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1939] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:40:14 2026] GET /v2.0/quotas/09236de8ccaa46e08d8f4bea82c347d6 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/1940] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:40:14 2026] GET /v2.0/ports?tenant_id=09236de8ccaa46e08d8f4bea82c347d6&fields=id => generated 103 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1941] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:40:14 2026] GET /v2.0/networks/1803a1b3-4f0a-4acb-a5b5-1b5967a671d6?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: 1056/1942] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:40:14 2026] GET /v2.0/networks/1803a1b3-4f0a-4acb-a5b5-1b5967a671d6?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: 887/1943] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:15 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => 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: 1057/1944] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:15 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => 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: 889/1947] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:16 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/1948] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:16 2026] GET /v2.0/ports?device_id=594da160-162b-4820-bd75-3b0d9841fd68 => 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: 890/1949] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:16 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => 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: 1060/1950] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:16 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => 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: 891/1951] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:17 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => 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: 1061/1952] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:18 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => 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: 1062/1953] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:40:18 2026] GET /v2.0/networks?id=9a1fa3ea-52a2-4163-973d-d34f026cbe34 => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1954] 199.19.213.236 () {34 vars in 1050 bytes} [Thu Apr 23 17:40:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3 => generated 343 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:40:18.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-436916f6-16bf-45fd-8947-309d26bfa7e5 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 81fdee31-bc4d-4554-8005-890af947be01 2026-04-23 17:40:19.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-436916f6-16bf-45fd-8947-309d26bfa7e5 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 81fdee31-bc4d-4554-8005-890af947be01 [pid: 7|app: 0|req: 1064/1955] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:40:18 2026] POST /v2.0/ports => generated 1078 bytes in 308 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: 1065/1956] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:40:19 2026] PUT /v2.0/ports/4454a867-5c20-4a0b-b1f8-e8928a6c5025 => generated 1239 bytes in 436 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: 1066/1957] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:19 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:40:19.602 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-97e5c1d5-c958-4d77-889b-75a598ced516'] response: {'name': 'network-changed', 'server_uuid': '5e203a35-9d30-41b3-abfb-7fa7de0a4bdb', 'tag': '4454a867-5c20-4a0b-b1f8-e8928a6c5025', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 892/1958] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:40:18 2026] PUT /v2.0/routers/f8cfe3ec-6f4e-423d-9c68-d29a8ac580c3/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:40:19.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7d160d4-6c9c-4c07-b0b4-8e19a749a577 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: e6a20254-42ba-4961-8a3f-08ab71ec108f 2026-04-23 17:40:19.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7d160d4-6c9c-4c07-b0b4-8e19a749a577 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: e6a20254-42ba-4961-8a3f-08ab71ec108f [pid: 8|app: 0|req: 893/1959] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:20 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1960] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:40:20 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1961] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:20 2026] GET /v2.0/security-groups?id=06299505-2e80-4fd1-aa78-680e0d4b645b&fields=id&fields=name => generated 96 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:40:20.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7d160d4-6c9c-4c07-b0b4-8e19a749a577 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 73bb7a34-fffc-41a9-a041-b899dc21aff4 2026-04-23 17:40:20.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7d160d4-6c9c-4c07-b0b4-8e19a749a577 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 73bb7a34-fffc-41a9-a041-b899dc21aff4 [pid: 8|app: 0|req: 896/1962] 199.19.213.236 () {34 vars in 1018 bytes} [Thu Apr 23 17:40:20 2026] GET /v2.0/networks?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&shared=False => generated 735 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1963] 199.19.213.236 () {34 vars in 930 bytes} [Thu Apr 23 17:40:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1964] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:20 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:40:20.564 7 INFO neutron.services.segments.plugin [-] Segment de5d471e-6f86-4b08-94da-8b4579bfa605 resource provider aggregate not found 2026-04-23 17:40:20.570 7 INFO neutron.services.segments.plugin [-] Segment de5d471e-6f86-4b08-94da-8b4579bfa605 resource provider aggregate not found 2026-04-23 17:40:20.589 7 INFO neutron.db.l3_hamode_db [None req-b7d160d4-6c9c-4c07-b0b4-8e19a749a577 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] HA network 50c2ca84-3993-46bf-86e7-86db3677a6d1 was deleted as no HA routers are present in tenant fa5517bd775e4ed6afc362437eb969a7. 2026-04-23 17:40:20.590 7 INFO neutron.services.segments.plugin [-] Segment de5d471e-6f86-4b08-94da-8b4579bfa605 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de5d471e-6f86-4b08-94da-8b4579bfa605 found for delete ", "request_id": "req-49899428-4c9f-45fb-935e-247a943d4a19"}]} 2026-04-23 17:40:20.591 7 INFO neutron.services.segments.plugin [-] Segment de5d471e-6f86-4b08-94da-8b4579bfa605 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de5d471e-6f86-4b08-94da-8b4579bfa605 found for delete ", "request_id": "req-53a45030-e272-4107-852e-29f886658594"}]} [pid: 7|app: 0|req: 1067/1965] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:40:19 2026] DELETE /v2.0/routers/f8cfe3ec-6f4e-423d-9c68-d29a8ac580c3 => generated 0 bytes in 972 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/1966] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:20 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => 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: 899/1967] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:40:20 2026] DELETE /v2.0/subnets/b654e1e1-59ed-4afa-8bc4-a58ef4532e26 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:40:20.864 7 INFO neutron_taas.services.taas.taas_plugin [None req-5896a26c-2c5c-4a48-b7ee-3a97ad43e1a9 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 30781902-ac97-4f18-855f-6775e8c6600c 2026-04-23 17:40:20.867 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5896a26c-2c5c-4a48-b7ee-3a97ad43e1a9 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 30781902-ac97-4f18-855f-6775e8c6600c [pid: 8|app: 0|req: 900/1968] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:40:20 2026] GET /v2.0/networks?id=1803a1b3-4f0a-4acb-a5b5-1b5967a671d6 => generated 672 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1969] 199.19.213.236 () {34 vars in 1050 bytes} [Thu Apr 23 17:40:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=09236de8ccaa46e08d8f4bea82c347d6 => generated 271 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/1970] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:40:20 2026] DELETE /v2.0/networks/8be975ea-d9b0-4c49-8c73-f2eae8ae117c => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/1971] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:40:21 2026] GET /v2.0/security-groups?tenant_id=fa5517bd775e4ed6afc362437eb969a7&name=default => 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: 1071/1972] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:40:21 2026] DELETE /v2.0/security-groups/56f6276f-2631-4c76-ab45-5c584e13fbbe => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1973] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:40:20 2026] POST /v2.0/ports => generated 993 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1072/1974] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:40:21 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/1975] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:40:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.38&port_id=4454a867-5c20-4a0b-b1f8-e8928a6c5025 => 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: 1074/1976] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:40:21 2026] GET /v2.0/subnets?id=b0a4a99f-234e-4b0b-b9b6-fd746e7f3082 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/1977] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:40:21 2026] GET /v2.0/ports?network_id=9a1fa3ea-52a2-4163-973d-d34f026cbe34&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/1978] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:40:21 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/1979] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:40:21 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?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: 903/1980] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:40:21 2026] PUT /v2.0/ports/92bcc582-5949-4972-9c30-3663724d79c4 => generated 1274 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:40:21.747 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a0ba3c5-c614-4484-826c-c18f5c91a4ac'] response: {'name': 'network-changed', 'server_uuid': 'd94b3766-0f09-49f3-998b-d803914dd04d', 'tag': '92bcc582-5949-4972-9c30-3663724d79c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1078/1981] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:21 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1008 bytes in 114 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: 904/1982] 10.0.0.235 () {34 vars in 1120 bytes} [Thu Apr 23 17:40:21 2026] GET /v2.0/security-groups?id=30ddf9a2-a349-4e50-9051-8918a455f174&id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&fields=id&fields=name => generated 204 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/1983] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:40:22 2026] GET /v2.0/ports?tenant_id=09236de8ccaa46e08d8f4bea82c347d6&device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1277 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1984] 199.19.213.236 () {34 vars in 1018 bytes} [Thu Apr 23 17:40:22 2026] GET /v2.0/networks?tenant_id=09236de8ccaa46e08d8f4bea82c347d6&shared=False => generated 768 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/1985] 199.19.213.236 () {34 vars in 930 bytes} [Thu Apr 23 17:40:22 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) 2026-04-23 17:40:22.617 7 INFO neutron.services.segments.plugin [-] Segment 95f32fc6-8dab-4fb9-ba5b-2820ba9f4442 resource provider aggregate not found 2026-04-23 17:40:22.621 7 INFO neutron.services.segments.plugin [-] Segment 95f32fc6-8dab-4fb9-ba5b-2820ba9f4442 resource provider aggregate not found 2026-04-23 17:40:22.634 7 INFO neutron.services.segments.plugin [-] Segment 95f32fc6-8dab-4fb9-ba5b-2820ba9f4442 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95f32fc6-8dab-4fb9-ba5b-2820ba9f4442 found for delete ", "request_id": "req-42d4af80-1083-470e-a0a5-f40862db1f82"}]} 2026-04-23 17:40:22.634 7 INFO neutron.services.segments.plugin [-] Segment 95f32fc6-8dab-4fb9-ba5b-2820ba9f4442 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95f32fc6-8dab-4fb9-ba5b-2820ba9f4442 found for delete ", "request_id": "req-64f64613-0b34-4543-bf09-5d1e9b10507d"}]} [pid: 8|app: 0|req: 906/1986] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:23 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/1987] 10.0.0.235 () {34 vars in 1120 bytes} [Thu Apr 23 17:40:23 2026] GET /v2.0/security-groups?id=30ddf9a2-a349-4e50-9051-8918a455f174&id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&fields=id&fields=name => generated 204 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1988] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:23 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/1989] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:23 2026] GET /v2.0/security-groups?id=06299505-2e80-4fd1-aa78-680e0d4b645b&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1990] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:23 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/1991] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:40:23 2026] GET /v2.0/ports?tenant_id=09236de8ccaa46e08d8f4bea82c347d6&device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1277 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1992] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:40:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=92bcc582-5949-4972-9c30-3663724d79c4 => 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: 1084/1993] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:40:23 2026] GET /v2.0/subnets?id=2aa9713d-27df-456e-bd30-83b8d7fdc47a => generated 690 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1994] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:40:23 2026] GET /v2.0/ports?network_id=1803a1b3-4f0a-4acb-a5b5-1b5967a671d6&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/1995] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:40:23 2026] GET /v2.0/networks/1803a1b3-4f0a-4acb-a5b5-1b5967a671d6?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1996] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:40:23 2026] GET /v2.0/networks/1803a1b3-4f0a-4acb-a5b5-1b5967a671d6?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: 912/1997] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:24 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1998] 10.0.0.235 () {34 vars in 1120 bytes} [Thu Apr 23 17:40:24 2026] GET /v2.0/security-groups?id=30ddf9a2-a349-4e50-9051-8918a455f174&id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&fields=id&fields=name => generated 204 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:40:24.452 7 INFO neutron.db.segments_db [None req-26a32fd3-eb45-4646-8fb6-1988fd709346 c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Added segment 31ff6d9c-b642-4123-bad9-9029207be054 of type vxlan for network 535cccec-ce2b-40e5-9d9a-9435dd4cfb6d [pid: 7|app: 0|req: 1086/1999] 10.0.0.254 () {34 vars in 671 bytes} [Thu Apr 23 17:40:24 2026] POST /v2.0/networks => generated 614 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:40:24.577 8 INFO neutron.db.segments_db [None req-cf201912-12ec-49e5-ba5d-58e515b5a10b c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Added segment d4652300-3ac2-4afd-83e2-cb7856b72920 of type vxlan for network ac56f819-5297-4a1b-bc59-f1f342f7b3e1 2026-04-23 17:40:24.811 8 INFO neutron.db.l3_hamode_db [None req-cf201912-12ec-49e5-ba5d-58e515b5a10b c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1087/2000] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:25 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2001] 10.0.0.235 () {34 vars in 1120 bytes} [Thu Apr 23 17:40:25 2026] GET /v2.0/security-groups?id=30ddf9a2-a349-4e50-9051-8918a455f174&id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&fields=id&fields=name => generated 204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:40:25.581 8 INFO neutron.db.l3_hamode_db [None req-cf201912-12ec-49e5-ba5d-58e515b5a10b c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1089/2002] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:40:25 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => 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: 1090/2003] 199.19.213.236 () {34 vars in 1044 bytes} [Thu Apr 23 17:40:25 2026] GET /v2.0/security-groups?id=06299505-2e80-4fd1-aa78-680e0d4b645b&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2004] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:26 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => 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: 914/2005] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:40:24 2026] POST /v2.0/routers => generated 695 bytes in 1892 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2006] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:26 2026] GET /v2.0/security-groups?id=06299505-2e80-4fd1-aa78-680e0d4b645b&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/2007] 10.0.0.254 () {32 vars in 776 bytes} [Thu Apr 23 17:40:26 2026] GET /v2.0/subnets?project_id=b1f630ea525d4a56a20e09a29b9fcaa6&cidr=10.100.0.0%2F28 => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2008] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:26 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/2009] 10.0.0.254 () {32 vars in 694 bytes} [Thu Apr 23 17:40:26 2026] GET /v2.0/networks?router%3Aexternal=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: 1094/2010] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:26 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1008 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/2011] 10.0.0.254 () {32 vars in 784 bytes} [Thu Apr 23 17:40:26 2026] GET /v2.0/subnets?network_id=53fb7aa3-cf43-4fb1-9a61-9e673b1cf80b&cidr=10.100.0.0%2F28 => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2012] 10.0.0.235 () {34 vars in 1120 bytes} [Thu Apr 23 17:40:26 2026] GET /v2.0/security-groups?id=30ddf9a2-a349-4e50-9051-8918a455f174&id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&fields=id&fields=name => generated 204 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/2013] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:40:26 2026] POST /v2.0/subnets => generated 656 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/2014] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:40:26 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1277 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/2015] 199.19.213.236 () {34 vars in 1124 bytes} [Thu Apr 23 17:40:26 2026] GET /v2.0/security-groups?id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&id=30ddf9a2-a349-4e50-9051-8918a455f174&fields=id&fields=name => generated 204 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/2016] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:27 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/2017] 10.0.0.235 () {34 vars in 1120 bytes} [Thu Apr 23 17:40:27 2026] GET /v2.0/security-groups?id=30ddf9a2-a349-4e50-9051-8918a455f174&id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&fields=id&fields=name => generated 204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2018] 10.0.0.254 () {34 vars in 783 bytes} [Thu Apr 23 17:40:26 2026] PUT /v2.0/routers/a766a038-7ca1-4365-8949-23e23eef15df/add_router_interface => generated 309 bytes in 1415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/2019] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:40:28 2026] GET /v2.0/networks => generated 9566 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2020] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:40:28 2026] GET /v2.0/subnets => generated 10016 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/2021] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:40:28 2026] GET /v2.0/routers => generated 2898 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2022] 10.0.0.254 () {34 vars in 685 bytes} [Thu Apr 23 17:40:28 2026] POST /v2.0/security-groups => generated 1675 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/2023] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2024] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:28 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1010 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2025] 10.0.0.235 () {34 vars in 1120 bytes} [Thu Apr 23 17:40:29 2026] GET /v2.0/security-groups?id=30ddf9a2-a349-4e50-9051-8918a455f174&id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&fields=id&fields=name => generated 204 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/2026] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:28 2026] POST /v2.0/security-group-rules => generated 596 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2027] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:29 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: 7|app: 0|req: 1102/2028] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:29 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/2029] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2030] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:29 2026] GET /v2.0/security-groups?id=06299505-2e80-4fd1-aa78-680e0d4b645b&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:40:29.438 8 INFO neutron.db.securitygroups_db [None req-97310a8e-74bf-4560-9e6d-19af448adc23 c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Project b1f630ea525d4a56a20e09a29b9fcaa6 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: 1104/2031] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:29 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => 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: 928/2032] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:29 2026] POST /v2.0/security-group-rules => generated 607 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:40:29.579 7 INFO neutron.db.securitygroups_db [None req-6e091f5e-b13d-430a-b4f8-b904871517fa c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Project b1f630ea525d4a56a20e09a29b9fcaa6 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: 1105/2033] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:40:29 2026] POST /v2.0/security-group-rules => generated 606 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/2034] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:40:30 2026] GET /v2.0/networks => generated 1298 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2035] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:30 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/2036] 10.0.0.235 () {34 vars in 1120 bytes} [Thu Apr 23 17:40:30 2026] GET /v2.0/security-groups?id=30ddf9a2-a349-4e50-9051-8918a455f174&id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&fields=id&fields=name => generated 204 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2037] 10.0.0.235 () {34 vars in 1098 bytes} [Thu Apr 23 17:40:30 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-621917709&fields=id&tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6 => 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: 931/2038] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:40:30 2026] GET /v2.0/networks?id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d => generated 661 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2039] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:40:30 2026] GET /v2.0/quotas/b1f630ea525d4a56a20e09a29b9fcaa6 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/2040] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:40:30 2026] GET /v2.0/ports?tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6&fields=id => generated 103 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2041] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:40:30 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/2042] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:30 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1010 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2045] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:40:30 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?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: 1111/2046] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:30 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:40:31.588 8 INFO neutron.db.l3_db [None req-57c61b1e-4b03-4c4f-a558-a54971342f4a eeb6cecc89a04a85b83b681c3b95d90e 09236de8ccaa46e08d8f4bea82c347d6 - - default default] Floating IP d21bc16e-0efc-4651-b109-eb47dec8a247 associated. External IP: 10.96.250.219, port: 92bcc582-5949-4972-9c30-3663724d79c4. [pid: 8|app: 0|req: 936/2047] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:40:30 2026] PUT /v2.0/floatingips/d21bc16e-0efc-4651-b109-eb47dec8a247 => generated 855 bytes in 1246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:40:31.954 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6a0be3f-b121-4fe5-b37e-6be8a7448918'] response: {'name': 'network-changed', 'server_uuid': 'd94b3766-0f09-49f3-998b-d803914dd04d', 'tag': '92bcc582-5949-4972-9c30-3663724d79c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1112/2048] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:31 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2049] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:40:32 2026] GET /v2.0/ports?tenant_id=09236de8ccaa46e08d8f4bea82c347d6&device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1279 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2050] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:40:32 2026] GET /v2.0/networks?id=1803a1b3-4f0a-4acb-a5b5-1b5967a671d6 => generated 768 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2051] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:40:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=92bcc582-5949-4972-9c30-3663724d79c4 => 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: 1114/2052] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:40:32 2026] GET /v2.0/subnets?id=2aa9713d-27df-456e-bd30-83b8d7fdc47a => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/2053] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:40:32 2026] GET /v2.0/ports?network_id=1803a1b3-4f0a-4acb-a5b5-1b5967a671d6&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: 1115/2054] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:40:32 2026] GET /v2.0/networks/1803a1b3-4f0a-4acb-a5b5-1b5967a671d6?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: 940/2055] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:40:32 2026] GET /v2.0/networks/1803a1b3-4f0a-4acb-a5b5-1b5967a671d6?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: 1116/2056] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:33 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => 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: 941/2057] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:34 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => 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: 1117/2058] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:40:35 2026] GET /v2.0/networks?id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d => generated 661 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2059] 199.19.213.236 () {34 vars in 1050 bytes} [Thu Apr 23 17:40:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6 => generated 180 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2060] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:35 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => 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: 943/2061] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:40:35 2026] POST /v2.0/ports => generated 958 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2062] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:40:35 2026] PUT /v2.0/ports/5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed => generated 1239 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:40:36.328 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aca64779-04f1-4926-ad95-ae3116c58b56'] response: {'name': 'network-changed', 'server_uuid': 'ee53bd5c-d447-4efe-985a-8e2ae6c4e351', 'tag': '5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed', '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: 944/2063] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:36 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 973 bytes in 44 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: 1120/2064] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:36 2026] GET /v2.0/security-groups?id=4d39b1d1-b343-4729-84d5-46a427c99a13&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: 945/2065] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:40:36 2026] GET /v2.0/ports?tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6&device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2066] 199.19.213.236 () {34 vars in 1018 bytes} [Thu Apr 23 17:40:36 2026] GET /v2.0/networks?tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6&shared=False => 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: 946/2067] 199.19.213.236 () {34 vars in 930 bytes} [Thu Apr 23 17:40:36 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: 1122/2068] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:37 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2069] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:37 2026] GET /v2.0/security-groups?id=4d39b1d1-b343-4729-84d5-46a427c99a13&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2070] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:40:38 2026] GET /v2.0/ports?tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6&device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2071] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:40:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2072] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:40:38 2026] GET /v2.0/subnets?id=6bd0760c-5eab-4086-92b2-5aed4acc4656 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2073] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:40:38 2026] GET /v2.0/ports?network_id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2074] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:40:38 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2075] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:40:38 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?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: 1126/2076] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:38 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2077] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:38 2026] GET /v2.0/security-groups?id=4d39b1d1-b343-4729-84d5-46a427c99a13&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2078] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:39 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2079] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:40 2026] GET /v2.0/security-groups?id=4d39b1d1-b343-4729-84d5-46a427c99a13&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2080] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:40 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1010 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2081] 10.0.0.235 () {34 vars in 1120 bytes} [Thu Apr 23 17:40:40 2026] GET /v2.0/security-groups?id=30ddf9a2-a349-4e50-9051-8918a455f174&id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&fields=id&fields=name => generated 204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2082] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:40:40 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1279 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2083] 10.0.0.254 () {32 vars in 858 bytes} [Thu Apr 23 17:40:40 2026] GET /v2.0/floatingips?floating_network_id=53fb7aa3-cf43-4fb1-9a61-9e673b1cf80b&port_id=92bcc582-5949-4972-9c30-3663724d79c4 => generated 860 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2084] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:41 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2085] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:41 2026] GET /v2.0/security-groups?id=4d39b1d1-b343-4729-84d5-46a427c99a13&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: 1131/2086] 10.0.0.22 () {34 vars in 989 bytes} [Thu Apr 23 17:40:41 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1279 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2087] 10.0.0.22 () {34 vars in 1119 bytes} [Thu Apr 23 17:40:41 2026] GET /v2.0/security-groups?id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&id=30ddf9a2-a349-4e50-9051-8918a455f174&fields=id&fields=name => generated 204 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2088] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:42 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2089] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:42 2026] GET /v2.0/security-groups?id=4d39b1d1-b343-4729-84d5-46a427c99a13&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: 1133/2090] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:43 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2091] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:43 2026] GET /v2.0/security-groups?id=4d39b1d1-b343-4729-84d5-46a427c99a13&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: 1134/2092] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:43 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2093] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:40:43 2026] GET /v2.0/security-groups?id=4d39b1d1-b343-4729-84d5-46a427c99a13&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2094] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:40:43 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => 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: 1136/2095] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:44 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2096] 10.0.0.235 () {34 vars in 1120 bytes} [Thu Apr 23 17:40:44 2026] GET /v2.0/security-groups?id=30ddf9a2-a349-4e50-9051-8918a455f174&id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&fields=id&fields=name => generated 204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:40:44.656 8 INFO neutron.db.l3_db [None req-2849220c-aae5-4ad0-ad66-2671d689eca7 c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Floating IP 5561edca-698c-4967-9a85-e8d0348a960b associated. External IP: 10.96.250.203, port: 5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed. [pid: 8|app: 0|req: 960/2097] 10.0.0.254 () {34 vars in 677 bytes} [Thu Apr 23 17:40:43 2026] POST /v2.0/floatingips => generated 856 bytes in 1137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2098] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:40:44 2026] GET /v2.0/floatingips/5561edca-698c-4967-9a85-e8d0348a960b => generated 856 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:40:45.028 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2fe13f3-d23c-4426-b183-bc04a80d2fec'] response: {'name': 'network-changed', 'server_uuid': 'ee53bd5c-d447-4efe-985a-8e2ae6c4e351', 'tag': '5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 961/2099] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:45 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1010 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2100] 10.0.0.235 () {34 vars in 1120 bytes} [Thu Apr 23 17:40:45 2026] GET /v2.0/security-groups?id=30ddf9a2-a349-4e50-9051-8918a455f174&id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&fields=id&fields=name => generated 204 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2101] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:40:45 2026] GET /v2.0/ports?tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6&device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => 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: 963/2104] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:40:45 2026] GET /v2.0/networks?id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2105] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:40:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2106] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:40:45 2026] GET /v2.0/subnets?id=6bd0760c-5eab-4086-92b2-5aed4acc4656 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2107] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:40:45 2026] GET /v2.0/ports?network_id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2108] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:40:45 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?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: 1144/2109] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:40:45 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?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: 966/2110] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:40:46 2026] GET /v2.0/floatingips/5561edca-698c-4967-9a85-e8d0348a960b => generated 856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2111] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:46 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1010 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2112] 10.0.0.235 () {34 vars in 1120 bytes} [Thu Apr 23 17:40:46 2026] GET /v2.0/security-groups?id=30ddf9a2-a349-4e50-9051-8918a455f174&id=9eb987d4-edba-4bb4-a76d-4383cb7fd4f5&fields=id&fields=name => generated 204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2113] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:40:46 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:40:46.789 8 INFO neutron_taas.services.taas.taas_plugin [req-d36d0fd6-32c3-48d9-9711-2fc180df92ce req-85046698-09b0-464a-b1e8-dcbbdfcfe7e5 eeb6cecc89a04a85b83b681c3b95d90e 09236de8ccaa46e08d8f4bea82c347d6 - - default default] TaaS: Handle Delete Port: 92bcc582-5949-4972-9c30-3663724d79c4 2026-04-23 17:40:46.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d36d0fd6-32c3-48d9-9711-2fc180df92ce req-85046698-09b0-464a-b1e8-dcbbdfcfe7e5 eeb6cecc89a04a85b83b681c3b95d90e 09236de8ccaa46e08d8f4bea82c347d6 - - default default] Tap Mirror: Handle Delete Port: 92bcc582-5949-4972-9c30-3663724d79c4 2026-04-23 17:40:46.988 8 INFO neutron.db.l3_db [req-d36d0fd6-32c3-48d9-9711-2fc180df92ce req-85046698-09b0-464a-b1e8-dcbbdfcfe7e5 eeb6cecc89a04a85b83b681c3b95d90e 09236de8ccaa46e08d8f4bea82c347d6 - - default default] Floating IP d21bc16e-0efc-4651-b109-eb47dec8a247 disassociated. External IP: 10.96.250.219, port: 92bcc582-5949-4972-9c30-3663724d79c4. [pid: 7|app: 0|req: 1147/2114] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:40:47 2026] GET /v2.0/floatingips/5561edca-698c-4967-9a85-e8d0348a960b => 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: 968/2115] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:40:46 2026] DELETE /v2.0/ports/92bcc582-5949-4972-9c30-3663724d79c4 => generated 0 bytes in 742 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:40:47.454 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-13388e68-7c4a-44a0-81c7-1bd916e89728'] response: {'server_uuid': 'd94b3766-0f09-49f3-998b-d803914dd04d', 'name': 'network-vif-deleted', 'tag': '92bcc582-5949-4972-9c30-3663724d79c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1148/2116] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:47 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => 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: 969/2117] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:48 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => 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: 1149/2118] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:40:49 2026] GET /v2.0/ports?device_id=d94b3766-0f09-49f3-998b-d803914dd04d => 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: 970/2119] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:40:51 2026] DELETE /v2.0/security-groups/30ddf9a2-a349-4e50-9051-8918a455f174 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:40:51.277 7 INFO neutron.api.v2.resource [None req-4f66f9c2-1f49-461d-b537-8252d85486e5 eeb6cecc89a04a85b83b681c3b95d90e 09236de8ccaa46e08d8f4bea82c347d6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1150/2120] 10.0.0.254 () {32 vars in 737 bytes} [Thu Apr 23 17:40:51 2026] GET /v2.0/security-groups/30ddf9a2-a349-4e50-9051-8918a455f174 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:40:51.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-29d209a9-af45-4c51-97c4-c127afe027da eeb6cecc89a04a85b83b681c3b95d90e 09236de8ccaa46e08d8f4bea82c347d6 - - default default] TaaS: Handle Delete Port: a820dcfb-cac5-44b9-9d74-f2ce4774d513 2026-04-23 17:40:51.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29d209a9-af45-4c51-97c4-c127afe027da eeb6cecc89a04a85b83b681c3b95d90e 09236de8ccaa46e08d8f4bea82c347d6 - - default default] Tap Mirror: Handle Delete Port: a820dcfb-cac5-44b9-9d74-f2ce4774d513 [pid: 8|app: 0|req: 971/2121] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:40:51 2026] DELETE /v2.0/floatingips/d21bc16e-0efc-4651-b109-eb47dec8a247 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2122] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:40:51 2026] DELETE /v2.0/security-groups/9eb987d4-edba-4bb4-a76d-4383cb7fd4f5 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:40:52.154 8 INFO neutron_taas.services.taas.taas_plugin [None req-52f2745e-0d63-40c1-86c1-39adf52d0dd9 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: fb4fc318-fa9f-4efb-a633-ac60bfe9b4dd 2026-04-23 17:40:52.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52f2745e-0d63-40c1-86c1-39adf52d0dd9 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: fb4fc318-fa9f-4efb-a633-ac60bfe9b4dd [pid: 7|app: 0|req: 1152/2123] 10.0.0.22 () {34 vars in 989 bytes} [Thu Apr 23 17:40:52 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2124] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Apr 23 17:40:52 2026] GET /v2.0/security-groups?id=4d39b1d1-b343-4729-84d5-46a427c99a13&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: 972/2125] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:40:51 2026] PUT /v2.0/routers/a754ffea-d597-48f1-82a3-d5b341e87366/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:40:52.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-946e893c-f152-4711-860c-8f8ac0d38d0e 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 73798829-bff5-4d5d-b5b6-e14b90f8a456 2026-04-23 17:40:52.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-946e893c-f152-4711-860c-8f8ac0d38d0e 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 73798829-bff5-4d5d-b5b6-e14b90f8a456 2026-04-23 17:40:53.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-946e893c-f152-4711-860c-8f8ac0d38d0e 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: e204c53a-3c54-4319-b784-9ae007ec2a8e 2026-04-23 17:40:53.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-946e893c-f152-4711-860c-8f8ac0d38d0e 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: e204c53a-3c54-4319-b784-9ae007ec2a8e 2026-04-23 17:40:53.718 7 INFO neutron.services.segments.plugin [-] Segment 4ed1ce70-f491-430c-8aea-3a663ff4ac62 resource provider aggregate not found 2026-04-23 17:40:53.725 7 INFO neutron.services.segments.plugin [-] Segment 4ed1ce70-f491-430c-8aea-3a663ff4ac62 resource provider aggregate not found 2026-04-23 17:40:53.748 7 INFO neutron.services.segments.plugin [-] Segment 4ed1ce70-f491-430c-8aea-3a663ff4ac62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ed1ce70-f491-430c-8aea-3a663ff4ac62 found for delete ", "request_id": "req-4c28b77a-206c-495a-b460-ee6dffb829c1"}]} 2026-04-23 17:40:53.748 7 INFO neutron.services.segments.plugin [-] Segment 4ed1ce70-f491-430c-8aea-3a663ff4ac62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ed1ce70-f491-430c-8aea-3a663ff4ac62 found for delete ", "request_id": "req-b2cef429-320a-4c73-909d-a9f5aeb0f9d8"}]} 2026-04-23 17:40:53.752 7 INFO neutron.db.l3_hamode_db [None req-946e893c-f152-4711-860c-8f8ac0d38d0e 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] HA network e7123559-9cd5-4178-bded-a9720f872ddd was deleted as no HA routers are present in tenant 09236de8ccaa46e08d8f4bea82c347d6. [pid: 7|app: 0|req: 1154/2126] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:40:52 2026] DELETE /v2.0/routers/a754ffea-d597-48f1-82a3-d5b341e87366 => generated 0 bytes in 1064 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2127] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:40:53 2026] DELETE /v2.0/subnets/2aa9713d-27df-456e-bd30-83b8d7fdc47a => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:40:54.070 7 INFO neutron_taas.services.taas.taas_plugin [None req-9192864c-062c-474f-8921-d3cc185fafd5 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 649e11bf-456a-49c2-97eb-3db83508da5d 2026-04-23 17:40:54.074 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9192864c-062c-474f-8921-d3cc185fafd5 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 649e11bf-456a-49c2-97eb-3db83508da5d [pid: 7|app: 0|req: 1155/2128] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:40:53 2026] DELETE /v2.0/networks/1803a1b3-4f0a-4acb-a5b5-1b5967a671d6 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:40:54.779 8 INFO neutron_taas.services.taas.taas_plugin [None req-f33e4133-10aa-4962-b679-b8fa8cf0f72f 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: e297cb31-ae5e-4504-9438-8abb4a624582 2026-04-23 17:40:54.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f33e4133-10aa-4962-b679-b8fa8cf0f72f 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: e297cb31-ae5e-4504-9438-8abb4a624582 [pid: 8|app: 0|req: 974/2129] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:40:54 2026] PUT /v2.0/routers/baaa1854-9fe8-4132-9fab-73a95488e49f/remove_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:40:55.709 7 INFO neutron_taas.services.taas.taas_plugin [None req-25ffcab0-13c7-4be6-92ef-414d7fdaea62 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 5b3a5038-1f8e-48b5-b2e8-7a7c2f733c8a 2026-04-23 17:40:55.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25ffcab0-13c7-4be6-92ef-414d7fdaea62 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 5b3a5038-1f8e-48b5-b2e8-7a7c2f733c8a 2026-04-23 17:40:55.770 7 INFO neutron.services.segments.plugin [-] Segment 33fb80eb-df07-4ebe-b3e9-f6cce37dba3e resource provider aggregate not found 2026-04-23 17:40:55.779 7 INFO neutron.services.segments.plugin [-] Segment 33fb80eb-df07-4ebe-b3e9-f6cce37dba3e resource provider aggregate not found 2026-04-23 17:40:55.796 7 INFO neutron.services.segments.plugin [-] Segment 33fb80eb-df07-4ebe-b3e9-f6cce37dba3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33fb80eb-df07-4ebe-b3e9-f6cce37dba3e found for delete ", "request_id": "req-42f6662d-3f4c-4263-ad83-8b67b591bd4e"}]} 2026-04-23 17:40:55.811 7 INFO neutron.services.segments.plugin [-] Segment 33fb80eb-df07-4ebe-b3e9-f6cce37dba3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33fb80eb-df07-4ebe-b3e9-f6cce37dba3e found for delete ", "request_id": "req-7f6d0f89-16f9-4347-8850-35266d976512"}]} 2026-04-23 17:40:56.028 7 INFO neutron_taas.services.taas.taas_plugin [None req-25ffcab0-13c7-4be6-92ef-414d7fdaea62 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: a64346b6-1963-42b3-a5d3-2d792e620f05 2026-04-23 17:40:56.031 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25ffcab0-13c7-4be6-92ef-414d7fdaea62 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: a64346b6-1963-42b3-a5d3-2d792e620f05 2026-04-23 17:40:56.405 7 INFO neutron.db.l3_hamode_db [None req-25ffcab0-13c7-4be6-92ef-414d7fdaea62 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] HA network 94cbd462-38e2-4242-b9f2-3dda39d35b16 was deleted as no HA routers are present in tenant f840e55e34ee4eb59db6948b2540104c. [pid: 7|app: 0|req: 1156/2130] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:40:55 2026] DELETE /v2.0/routers/baaa1854-9fe8-4132-9fab-73a95488e49f => generated 0 bytes in 1009 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2131] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:40:56 2026] DELETE /v2.0/subnets/7f09dd9a-a3ce-45f4-860f-e862e7a8d900 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:40:56.685 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1b61bf8-2f31-413c-9065-d8badf3812a3 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 8ca3fdfa-99ac-411b-8a5d-d653cc4cb045 2026-04-23 17:40:56.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1b61bf8-2f31-413c-9065-d8badf3812a3 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 8ca3fdfa-99ac-411b-8a5d-d653cc4cb045 [pid: 7|app: 0|req: 1157/2132] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:40:56 2026] DELETE /v2.0/networks/4248877c-12be-4b2e-8cb5-413eb95249ad => 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: 976/2133] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:40:57 2026] GET /v2.0/security-groups?tenant_id=f840e55e34ee4eb59db6948b2540104c&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2134] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:40:57 2026] DELETE /v2.0/security-groups/acd10c71-11b7-47ab-b398-e757f7a70a1a => 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: 977/2135] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:40:57 2026] GET /v2.0/security-groups?tenant_id=09236de8ccaa46e08d8f4bea82c347d6&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2136] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:40:57 2026] DELETE /v2.0/security-groups/d9896f42-c2ef-4730-bf18-d42bedc9eab2 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:40:57.846 7 INFO neutron.services.segments.plugin [-] Segment 3ef7b5c2-bb5b-4380-86ae-37518e57b149 resource provider aggregate not found 2026-04-23 17:40:57.850 7 INFO neutron.services.segments.plugin [-] Segment 3ef7b5c2-bb5b-4380-86ae-37518e57b149 resource provider aggregate not found 2026-04-23 17:40:57.861 7 INFO neutron.services.segments.plugin [-] Segment 3ef7b5c2-bb5b-4380-86ae-37518e57b149 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ef7b5c2-bb5b-4380-86ae-37518e57b149 found for delete ", "request_id": "req-e65de82e-8df3-4847-878b-ce59dd105ba4"}]} 2026-04-23 17:40:57.882 7 INFO neutron.services.segments.plugin [-] Segment 2753cdc3-665b-4dde-9cbc-f7a9d1f6c71a resource provider aggregate not found 2026-04-23 17:40:57.888 7 INFO neutron.services.segments.plugin [-] Segment 3ef7b5c2-bb5b-4380-86ae-37518e57b149 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ef7b5c2-bb5b-4380-86ae-37518e57b149 found for delete ", "request_id": "req-951174f2-bd0f-4545-9fc9-389c053bb84f"}]} 2026-04-23 17:40:57.903 7 INFO neutron.services.segments.plugin [-] Segment 2753cdc3-665b-4dde-9cbc-f7a9d1f6c71a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2753cdc3-665b-4dde-9cbc-f7a9d1f6c71a found for delete ", "request_id": "req-58a9c4a1-d083-40ac-ba49-20d4655007a8"}]} 2026-04-23 17:40:57.915 7 INFO neutron.services.segments.plugin [-] Segment 2753cdc3-665b-4dde-9cbc-f7a9d1f6c71a resource provider aggregate not found 2026-04-23 17:40:57.938 7 INFO neutron.services.segments.plugin [-] Segment 2753cdc3-665b-4dde-9cbc-f7a9d1f6c71a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2753cdc3-665b-4dde-9cbc-f7a9d1f6c71a found for delete ", "request_id": "req-f7d86c98-5aff-4505-b015-7afdf80bc280"}]} [pid: 8|app: 0|req: 979/2139] 10.0.0.254 () {32 vars in 826 bytes} [Thu Apr 23 17:41:02 2026] GET /v2.0/ports?project_id=b1f630ea525d4a56a20e09a29b9fcaa6&network_id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d => generated 3695 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2140] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:41:02 2026] POST /v2.0/floatingips => generated 552 bytes in 821 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2141] 10.0.0.254 () {32 vars in 742 bytes} [Thu Apr 23 17:41:03 2026] GET /v2.0/subnets?network_id=53fb7aa3-cf43-4fb1-9a61-9e673b1cf80b => generated 667 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2142] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:41:02 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:41:03.383 7 INFO neutron.db.l3_db [None req-8132a09f-b373-4285-a651-b914f7a4188a c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Floating IP 5561edca-698c-4967-9a85-e8d0348a960b disassociated. External IP: 10.96.250.203, port: 5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed. [pid: 7|app: 0|req: 1163/2143] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:41:03 2026] PUT /v2.0/floatingips/5561edca-698c-4967-9a85-e8d0348a960b => generated 554 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2144] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:41:03 2026] GET /v2.0/floatingips/5561edca-698c-4967-9a85-e8d0348a960b => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:41:03.746 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a984de18-82f5-4c68-8918-bcd259eb47e6'] response: {'name': 'network-changed', 'server_uuid': 'ee53bd5c-d447-4efe-985a-8e2ae6c4e351', 'tag': '5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 981/2145] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:41:03 2026] POST /v2.0/floatingips => generated 552 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2146] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:41:04 2026] GET /v2.0/ports?tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6&device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2147] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:41:04 2026] GET /v2.0/networks?id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d => 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: 984/2148] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:41:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2149] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:41:04 2026] GET /v2.0/subnets?id=6bd0760c-5eab-4086-92b2-5aed4acc4656 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2150] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:04 2026] GET /v2.0/ports?network_id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d&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: 987/2151] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:04 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?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: 1165/2152] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:41:03 2026] POST /v2.0/floatingips => generated 552 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2153] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:04 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?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: 8|app: 0|req: 989/2154] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:41:04 2026] GET /v2.0/floatingips/5561edca-698c-4967-9a85-e8d0348a960b => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2155] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:41:04 2026] POST /v2.0/floatingips => generated 552 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2156] 10.0.0.254 () {34 vars in 759 bytes} [Thu Apr 23 17:41:05 2026] PUT /v2.0/floatingips/1fa676bd-955f-49fe-a0c2-103be5c68aee/tags => generated 17 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2157] 10.0.0.254 () {34 vars in 759 bytes} [Thu Apr 23 17:41:05 2026] PUT /v2.0/floatingips/3ce6a9ed-ab7f-4d52-b0b0-9a183a140276/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2158] 10.0.0.254 () {34 vars in 759 bytes} [Thu Apr 23 17:41:05 2026] PUT /v2.0/floatingips/61879535-8c33-441b-b1f9-8c240adab639/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2159] 10.0.0.254 () {34 vars in 759 bytes} [Thu Apr 23 17:41:05 2026] PUT /v2.0/floatingips/4d8d3534-731c-4d3a-84e2-61485d182766/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2160] 10.0.0.254 () {32 vars in 672 bytes} [Thu Apr 23 17:41:05 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2161] 10.0.0.254 () {32 vars in 686 bytes} [Thu Apr 23 17:41:05 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2162] 10.0.0.254 () {32 vars in 682 bytes} [Thu Apr 23 17:41:05 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2163] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:41:05 2026] GET /v2.0/floatingips/5561edca-698c-4967-9a85-e8d0348a960b => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2164] 10.0.0.254 () {32 vars in 694 bytes} [Thu Apr 23 17:41:05 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2165] 10.0.0.254 () {32 vars in 680 bytes} [Thu Apr 23 17:41:05 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2166] 10.0.0.254 () {32 vars in 694 bytes} [Thu Apr 23 17:41:05 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2167] 10.0.0.254 () {32 vars in 690 bytes} [Thu Apr 23 17:41:05 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2168] 10.0.0.254 () {32 vars in 702 bytes} [Thu Apr 23 17:41:06 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:41:06.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc6c1fbe-eb2b-4334-ba96-67737d3fab5f f27fd0d6a82149c99b0842b31b0470e1 1b28c0194c684613ae21b7e7658eba97 - - default default] TaaS: Handle Delete Port: 0bacbd35-969c-479c-8b1f-bbd264439ccd 2026-04-23 17:41:06.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc6c1fbe-eb2b-4334-ba96-67737d3fab5f f27fd0d6a82149c99b0842b31b0470e1 1b28c0194c684613ae21b7e7658eba97 - - default default] Tap Mirror: Handle Delete Port: 0bacbd35-969c-479c-8b1f-bbd264439ccd [pid: 8|app: 0|req: 997/2169] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:41:06 2026] DELETE /v2.0/floatingips/1fa676bd-955f-49fe-a0c2-103be5c68aee => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:41:06.462 7 INFO neutron_taas.services.taas.taas_plugin [None req-4802aa72-0115-4356-bda8-45deb51dabce f27fd0d6a82149c99b0842b31b0470e1 1b28c0194c684613ae21b7e7658eba97 - - default default] TaaS: Handle Delete Port: 4be4c83b-8029-4778-b687-3b495670cd17 2026-04-23 17:41:06.465 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4802aa72-0115-4356-bda8-45deb51dabce f27fd0d6a82149c99b0842b31b0470e1 1b28c0194c684613ae21b7e7658eba97 - - default default] Tap Mirror: Handle Delete Port: 4be4c83b-8029-4778-b687-3b495670cd17 [pid: 7|app: 0|req: 1173/2170] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:41:06 2026] DELETE /v2.0/floatingips/3ce6a9ed-ab7f-4d52-b0b0-9a183a140276 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:41:06.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-41378d7e-f89d-4f43-beeb-9039c81744cb f27fd0d6a82149c99b0842b31b0470e1 1b28c0194c684613ae21b7e7658eba97 - - default default] TaaS: Handle Delete Port: 09cbb233-0ee7-4d73-8444-613985e1656c 2026-04-23 17:41:06.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41378d7e-f89d-4f43-beeb-9039c81744cb f27fd0d6a82149c99b0842b31b0470e1 1b28c0194c684613ae21b7e7658eba97 - - default default] Tap Mirror: Handle Delete Port: 09cbb233-0ee7-4d73-8444-613985e1656c [pid: 8|app: 0|req: 998/2171] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:41:06 2026] DELETE /v2.0/floatingips/61879535-8c33-441b-b1f9-8c240adab639 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2172] 10.0.0.254 () {34 vars in 685 bytes} [Thu Apr 23 17:41:06 2026] POST /v2.0/security-groups => generated 1675 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 17:41:07.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-70cf0c49-32de-46eb-83ab-d91849b3d9a4 f27fd0d6a82149c99b0842b31b0470e1 1b28c0194c684613ae21b7e7658eba97 - - default default] TaaS: Handle Delete Port: 0b6c164f-099b-44f7-a7a3-4a797988b460 2026-04-23 17:41:07.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70cf0c49-32de-46eb-83ab-d91849b3d9a4 f27fd0d6a82149c99b0842b31b0470e1 1b28c0194c684613ae21b7e7658eba97 - - default default] Tap Mirror: Handle Delete Port: 0b6c164f-099b-44f7-a7a3-4a797988b460 [pid: 7|app: 0|req: 1175/2173] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:41:07 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: 8|app: 0|req: 999/2174] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:41:06 2026] DELETE /v2.0/floatingips/4d8d3534-731c-4d3a-84e2-61485d182766 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2175] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:41:07 2026] POST /v2.0/security-group-rules => generated 596 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:41:07.364 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd11315c-e3a6-407e-a0c9-9d2f9d61f473 f27fd0d6a82149c99b0842b31b0470e1 1b28c0194c684613ae21b7e7658eba97 - - default default] TaaS: Handle Delete Port: d1b37a33-e5ec-4c01-ba07-61fa4cdbe154 2026-04-23 17:41:07.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd11315c-e3a6-407e-a0c9-9d2f9d61f473 f27fd0d6a82149c99b0842b31b0470e1 1b28c0194c684613ae21b7e7658eba97 - - default default] Tap Mirror: Handle Delete Port: d1b37a33-e5ec-4c01-ba07-61fa4cdbe154 [pid: 7|app: 0|req: 1177/2176] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:41:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2177] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:41:07 2026] DELETE /v2.0/floatingips/d1ea23d3-d837-42ff-9b00-0249b287d9e4 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2178] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:41:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:41:07.611 8 INFO neutron.db.securitygroups_db [None req-cf87fda8-7f52-4add-94a6-6903a8f439db c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Project b1f630ea525d4a56a20e09a29b9fcaa6 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: 1001/2179] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:41:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:41:07.740 7 INFO neutron.db.securitygroups_db [None req-626a3246-2126-478e-9361-00ca11871a55 c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Project b1f630ea525d4a56a20e09a29b9fcaa6 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: 1179/2180] 10.0.0.254 () {34 vars in 695 bytes} [Thu Apr 23 17:41:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2181] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:41:08 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: 1181/2182] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2183] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2184] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2185] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2186] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => 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: 1002/2187] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/networks => generated 1298 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2188] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/security-groups?tenant_id=845ae9c1d349452ebd3c40cbb8f27aa0&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2189] 10.0.0.235 () {34 vars in 1098 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-803367824&fields=id&tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2190] 199.19.213.236 () {34 vars in 717 bytes} [Thu Apr 23 17:41:08 2026] POST /v2.0/ports => generated 1059 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2191] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:08 2026] DELETE /v2.0/security-groups/c26ae30f-7d9a-481e-a991-ab4e351ed8a2 => 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: 1187/2192] 10.0.0.235 () {34 vars in 982 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/networks?id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d => generated 661 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2193] 10.0.0.235 () {34 vars in 965 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/quotas/b1f630ea525d4a56a20e09a29b9fcaa6 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2194] 10.0.0.235 () {34 vars in 971 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1059 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2195] 10.0.0.235 () {34 vars in 907 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2196] 10.0.0.235 () {34 vars in 1002 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/ports?tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6&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: 1190/2197] 10.0.0.235 () {34 vars in 1008 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?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: 1008/2198] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/security-groups?tenant_id=1b28c0194c684613ae21b7e7658eba97&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2199] 10.0.0.235 () {34 vars in 1108 bytes} [Thu Apr 23 17:41:08 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?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: 1009/2200] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:08 2026] DELETE /v2.0/security-groups/0777a14e-6028-4ffd-862c-bd6f737643f7 => 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: 1192/2201] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:09 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => 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: 1010/2202] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:09 2026] GET /v2.0/security-groups?tenant_id=ee66dded5dff4ae08409f44f2888947b&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2203] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:09 2026] DELETE /v2.0/security-groups/bf2aec2f-6a32-47a7-9ca3-b3ab7d38e657 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2204] 199.19.213.236 () {34 vars in 1262 bytes} [Thu Apr 23 17:41:09 2026] GET /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2205] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:09 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2206] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:09 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1195/2207] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:10 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => 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: 1013/2208] 199.19.213.236 () {34 vars in 975 bytes} [Thu Apr 23 17:41:10 2026] GET /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1059 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2209] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:41:10 2026] GET /v2.0/networks?id=fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2210] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:41:10 2026] PUT /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1249 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:41:11.074 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-65223f92-81ed-49f8-98de-fa6943ba9b27'] response: {'name': 'network-changed', 'server_uuid': '5e203a35-9d30-41b3-abfb-7fa7de0a4bdb', 'tag': 'fb9dadbe-157d-49d3-8aef-1fc77877a70e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1197/2211] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:11 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => 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: 1015/2212] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:41:11 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2213] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:41:11 2026] GET /v2.0/networks?id=fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2214] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:41:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2215] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:41:11 2026] GET /v2.0/subnets?id=b4b1043c-3717-42cd-986c-e50915a44b4e => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2216] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:11 2026] GET /v2.0/ports?network_id=fc6b2b43-f16e-4426-b2ce-e516134fc11e&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2217] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:11 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1018/2218] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:11 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1201/2219] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:12 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => 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: 1019/2220] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:41:12 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 2485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2221] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:41:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.38&port_id=4454a867-5c20-4a0b-b1f8-e8928a6c5025 => 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: 1020/2222] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:41:13 2026] GET /v2.0/subnets?id=b0a4a99f-234e-4b0b-b9b6-fd746e7f3082 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2223] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:13 2026] GET /v2.0/ports?network_id=9a1fa3ea-52a2-4163-973d-d34f026cbe34&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2224] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:13 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?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: 1204/2225] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:13 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2226] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:41:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2227] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:41:13 2026] GET /v2.0/subnets?id=b4b1043c-3717-42cd-986c-e50915a44b4e => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2228] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:13 2026] GET /v2.0/ports?network_id=fc6b2b43-f16e-4426-b2ce-e516134fc11e&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2229] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:13 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1024/2230] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:13 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1207/2231] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:41:13 2026] GET /v2.0/networks?id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2232] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:13 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => 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: 1208/2233] 199.19.213.236 () {34 vars in 1050 bytes} [Thu Apr 23 17:41:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6 => generated 272 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:41:13.893 7 INFO neutron.db.segments_db [None req-cd21f707-64cf-4d9f-9011-6e5608a510d2 c59ece3f6ee447179dc890a4ca65b679 c7bcc68ecb3347f0a38ee943aa888119 - - default default] Added segment 55161b67-c81c-4187-914a-ffc44193e2a7 of type vxlan for network 43b6010f-b3d2-4088-a02d-11a81724dc39 [pid: 8|app: 0|req: 1026/2234] 199.19.213.236 () {38 vars in 955 bytes} [Thu Apr 23 17:41:13 2026] POST /v2.0/ports => generated 954 bytes in 351 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: 1209/2235] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:41:13 2026] POST /v2.0/networks => generated 613 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:41:14.071 7 INFO neutron.db.segments_db [None req-6aee8655-e02c-4ae5-b125-ca53fcc3f075 c59ece3f6ee447179dc890a4ca65b679 c7bcc68ecb3347f0a38ee943aa888119 - - default default] Added segment 5aee9e6e-9e52-4ca3-871e-84947a5f0bb8 of type vxlan for network 467ec65c-9cbf-48d9-8f5f-58f289185873 [pid: 7|app: 0|req: 1210/2236] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:41:14 2026] POST /v2.0/networks => generated 612 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:41:14.236 7 INFO neutron.db.segments_db [None req-a4d32dad-905b-428e-bff7-c8780a023fef c59ece3f6ee447179dc890a4ca65b679 c7bcc68ecb3347f0a38ee943aa888119 - - default default] Added segment baf9c3bb-d9da-49ab-95b7-54095cba3246 of type vxlan for network 1dd83b5c-3716-4d18-9f7a-db9743c022fd [pid: 7|app: 0|req: 1211/2237] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:41:14 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2238] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:41:13 2026] PUT /v2.0/ports/edcbcdca-45b4-48fd-843c-d8e673f5a486 => generated 1235 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:41:14.374 7 INFO neutron.db.segments_db [None req-63ee63e4-ddd7-4b2f-b909-1ebc960153e6 c59ece3f6ee447179dc890a4ca65b679 c7bcc68ecb3347f0a38ee943aa888119 - - default default] Added segment c40df1ce-7eda-434e-a74c-cf933ce39183 of type vxlan for network 2fa85d56-8fcb-40db-a10d-3a8a246fcd19 2026-04-23 17:41:14.406 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7016156d-f482-4692-ae0c-409b0ec73101'] response: {'name': 'network-changed', 'server_uuid': 'e0e7c729-7a30-4556-9c11-90a05bf8f986', 'tag': 'edcbcdca-45b4-48fd-843c-d8e673f5a486', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1212/2239] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:41:14 2026] POST /v2.0/networks => generated 613 bytes in 136 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 17:41:14.524 8 INFO neutron.db.segments_db [None req-b4ea3b10-df53-48e8-b6e4-02fd1a01c810 c59ece3f6ee447179dc890a4ca65b679 c7bcc68ecb3347f0a38ee943aa888119 - - default default] Added segment 77ba7441-b786-4bdc-aa23-71e18186a977 of type vxlan for network c93290dd-d002-421c-9e48-e412b2ba06ce [pid: 8|app: 0|req: 1028/2240] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:41:14 2026] POST /v2.0/networks => generated 612 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2241] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:14 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2242] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:14 2026] GET /v2.0/security-groups?id=ab7a2514-a7b5-4076-a8b1-c401ad7e5713&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2243] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:41:14 2026] PUT /v2.0/networks/43b6010f-b3d2-4088-a02d-11a81724dc39/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2244] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:41:14 2026] PUT /v2.0/networks/467ec65c-9cbf-48d9-8f5f-58f289185873/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2245] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:41:14 2026] PUT /v2.0/networks/1dd83b5c-3716-4d18-9f7a-db9743c022fd/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: 1216/2246] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:41:14 2026] PUT /v2.0/networks/2fa85d56-8fcb-40db-a10d-3a8a246fcd19/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2247] 10.0.0.254 () {32 vars in 666 bytes} [Thu Apr 23 17:41:14 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2248] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:41:14 2026] GET /v2.0/ports?tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6&device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2249] 10.0.0.254 () {32 vars in 680 bytes} [Thu Apr 23 17:41:14 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2250] 199.19.213.236 () {34 vars in 1018 bytes} [Thu Apr 23 17:41:14 2026] GET /v2.0/networks?tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6&shared=False => generated 757 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2251] 10.0.0.254 () {32 vars in 676 bytes} [Thu Apr 23 17:41:15 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2252] 199.19.213.236 () {34 vars in 930 bytes} [Thu Apr 23 17:41:15 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: 8|app: 0|req: 1034/2253] 10.0.0.254 () {32 vars in 688 bytes} [Thu Apr 23 17:41:15 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2254] 10.0.0.254 () {32 vars in 674 bytes} [Thu Apr 23 17:41:15 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2255] 10.0.0.254 () {32 vars in 688 bytes} [Thu Apr 23 17:41:15 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2256] 10.0.0.254 () {32 vars in 684 bytes} [Thu Apr 23 17:41:15 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2257] 10.0.0.254 () {32 vars in 696 bytes} [Thu Apr 23 17:41:15 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:41:15.629 7 INFO neutron.services.segments.plugin [-] Segment 55161b67-c81c-4187-914a-ffc44193e2a7 resource provider aggregate not found 2026-04-23 17:41:15.634 7 INFO neutron.services.segments.plugin [-] Segment 55161b67-c81c-4187-914a-ffc44193e2a7 resource provider aggregate not found 2026-04-23 17:41:15.659 7 INFO neutron.services.segments.plugin [-] Segment 55161b67-c81c-4187-914a-ffc44193e2a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55161b67-c81c-4187-914a-ffc44193e2a7 found for delete ", "request_id": "req-30ba287c-0c5d-46d3-80d7-fe38c95c3acf"}]} 2026-04-23 17:41:15.660 7 INFO neutron.services.segments.plugin [-] Segment 55161b67-c81c-4187-914a-ffc44193e2a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55161b67-c81c-4187-914a-ffc44193e2a7 found for delete ", "request_id": "req-48959e17-47f1-424d-a0dc-583cd284debc"}]} [pid: 7|app: 0|req: 1222/2260] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:41:15 2026] DELETE /v2.0/networks/43b6010f-b3d2-4088-a02d-11a81724dc39 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2261] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:15 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:41:15.809 8 INFO neutron.services.segments.plugin [-] Segment 5aee9e6e-9e52-4ca3-871e-84947a5f0bb8 resource provider aggregate not found 2026-04-23 17:41:15.820 8 INFO neutron.services.segments.plugin [-] Segment 5aee9e6e-9e52-4ca3-871e-84947a5f0bb8 resource provider aggregate not found [pid: 7|app: 0|req: 1224/2262] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:15 2026] GET /v2.0/security-groups?id=ab7a2514-a7b5-4076-a8b1-c401ad7e5713&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:41:15.830 8 INFO neutron.services.segments.plugin [-] Segment 5aee9e6e-9e52-4ca3-871e-84947a5f0bb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5aee9e6e-9e52-4ca3-871e-84947a5f0bb8 found for delete ", "request_id": "req-a83221a1-d930-4001-8209-aec77ecc3b69"}]} [pid: 8|app: 0|req: 1039/2263] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:41:15 2026] DELETE /v2.0/networks/467ec65c-9cbf-48d9-8f5f-58f289185873 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:41:15.852 8 INFO neutron.services.segments.plugin [-] Segment 5aee9e6e-9e52-4ca3-871e-84947a5f0bb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5aee9e6e-9e52-4ca3-871e-84947a5f0bb8 found for delete ", "request_id": "req-832eaa2d-a878-4bdc-b7c3-a9ef1e4eb90f"}]} [pid: 7|app: 0|req: 1225/2264] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:41:15 2026] DELETE /v2.0/networks/1dd83b5c-3716-4d18-9f7a-db9743c022fd => 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: 1226/2265] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:41:16 2026] GET /v2.0/ports?tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6&device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2266] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:41:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=edcbcdca-45b4-48fd-843c-d8e673f5a486 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2267] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:41:16 2026] DELETE /v2.0/networks/2fa85d56-8fcb-40db-a10d-3a8a246fcd19 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2268] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:41:16 2026] GET /v2.0/subnets?id=6bd0760c-5eab-4086-92b2-5aed4acc4656 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2269] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:16 2026] GET /v2.0/ports?network_id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2270] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:16 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?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: 1041/2271] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:41:16 2026] DELETE /v2.0/networks/c93290dd-d002-421c-9e48-e412b2ba06ce => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2272] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:16 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?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: 1042/2273] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:16 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => 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: 1232/2274] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:16 2026] GET /v2.0/security-groups?id=ab7a2514-a7b5-4076-a8b1-c401ad7e5713&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2275] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:17 2026] GET /v2.0/security-groups?tenant_id=5d1780717788485cb6bec5ef5f951404&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2276] 10.0.0.235 () {34 vars in 971 bytes} [Thu Apr 23 17:41:17 2026] GET /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1251 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2277] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:17 2026] DELETE /v2.0/security-groups/417432b4-27c5-468c-8b67-d74c2643ed2e => 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: 1234/2278] 199.19.213.236 () {34 vars in 789 bytes} [Thu Apr 23 17:41:17 2026] PUT /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1276 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:41:17.657 7 INFO neutron.api.v2.resource [None req-df45b55e-c873-4b8f-9777-61dc83946c9a 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1235/2279] 199.19.213.236 () {30 vars in 763 bytes} [Thu Apr 23 17:41:17 2026] GET /v2.0/security-groups/lb-32f509b2-5fc8-4ef2-98db-6b7662614555 => generated 149 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2280] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:17 2026] GET /v2.0/security-groups?tenant_id=6a3030f3b1c547dd8911d2cb8e6a3bc2&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:41:17.681 7 INFO neutron.services.segments.plugin [-] Segment baf9c3bb-d9da-49ab-95b7-54095cba3246 resource provider aggregate not found 2026-04-23 17:41:17.690 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8804a37-fa40-4674-8a85-f0346b9991c9'] response: {'name': 'network-changed', 'server_uuid': '5e203a35-9d30-41b3-abfb-7fa7de0a4bdb', 'tag': 'fb9dadbe-157d-49d3-8aef-1fc77877a70e', 'status': 'completed', 'code': 200} 2026-04-23 17:41:17.697 7 INFO neutron.services.segments.plugin [-] Segment baf9c3bb-d9da-49ab-95b7-54095cba3246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baf9c3bb-d9da-49ab-95b7-54095cba3246 found for delete ", "request_id": "req-7a580a88-b68a-4906-a66d-27b38069e0a1"}]} [pid: 7|app: 0|req: 1236/2281] 199.19.213.236 () {30 vars in 785 bytes} [Thu Apr 23 17:41:17 2026] GET /v2.0/security-groups?name=lb-32f509b2-5fc8-4ef2-98db-6b7662614555 => generated 1637 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:41:17.707 7 INFO neutron.services.segments.plugin [-] Segment baf9c3bb-d9da-49ab-95b7-54095cba3246 resource provider aggregate not found 2026-04-23 17:41:17.723 7 INFO neutron.services.segments.plugin [-] Segment baf9c3bb-d9da-49ab-95b7-54095cba3246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baf9c3bb-d9da-49ab-95b7-54095cba3246 found for delete ", "request_id": "req-bd823d71-535f-4bf9-bbcc-39f10e644058"}]} [pid: 8|app: 0|req: 1046/2282] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:17 2026] DELETE /v2.0/security-groups/19ec10a8-a012-4b33-a37b-e05e815e299d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:41:17.854 8 INFO neutron.services.segments.plugin [-] Segment c40df1ce-7eda-434e-a74c-cf933ce39183 resource provider aggregate not found 2026-04-23 17:41:17.877 8 INFO neutron.services.segments.plugin [-] Segment c40df1ce-7eda-434e-a74c-cf933ce39183 resource provider aggregate not found 2026-04-23 17:41:17.878 8 INFO neutron.services.segments.plugin [-] Segment c40df1ce-7eda-434e-a74c-cf933ce39183 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c40df1ce-7eda-434e-a74c-cf933ce39183 found for delete ", "request_id": "req-3f1b3ff6-8c9f-4169-bc43-161fc22d53dc"}]} 2026-04-23 17:41:17.898 8 INFO neutron.services.segments.plugin [-] Segment c40df1ce-7eda-434e-a74c-cf933ce39183 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c40df1ce-7eda-434e-a74c-cf933ce39183 found for delete ", "request_id": "req-eb2ad0c6-84fc-4e4d-a19a-e2acde1e0b18"}]} 2026-04-23 17:41:17.904 8 INFO neutron.services.segments.plugin [-] Segment 77ba7441-b786-4bdc-aa23-71e18186a977 resource provider aggregate not found [pid: 7|app: 0|req: 1237/2283] 199.19.213.236 () {34 vars in 789 bytes} [Thu Apr 23 17:41:17 2026] PUT /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1314 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:41:17.922 8 INFO neutron.services.segments.plugin [-] Segment 77ba7441-b786-4bdc-aa23-71e18186a977 resource provider aggregate not found 2026-04-23 17:41:17.923 8 INFO neutron.services.segments.plugin [-] Segment 77ba7441-b786-4bdc-aa23-71e18186a977 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77ba7441-b786-4bdc-aa23-71e18186a977 found for delete ", "request_id": "req-969f3be7-e7b7-4b81-8eea-539d175c395f"}]} 2026-04-23 17:41:17.948 8 INFO neutron.services.segments.plugin [-] Segment 77ba7441-b786-4bdc-aa23-71e18186a977 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77ba7441-b786-4bdc-aa23-71e18186a977 found for delete ", "request_id": "req-05d66d43-5e43-41f4-aaae-8cafb1d48127"}]} [pid: 8|app: 0|req: 1047/2284] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:17 2026] GET /v2.0/security-groups?tenant_id=c7bcc68ecb3347f0a38ee943aa888119&name=default => generated 2929 bytes in 31 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: 1238/2285] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:17 2026] DELETE /v2.0/security-groups/f626532d-e70e-4fbc-8022-49c88f481c72 => 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: 1048/2286] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2287] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:41:18 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: 1240/2288] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:41:18 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: 1241/2289] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:41:18 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: 1049/2290] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/security-groups?id=ab7a2514-a7b5-4076-a8b1-c401ad7e5713&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2291] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2292] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2293] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 2586 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2294] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2295] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2296] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/networks?id=fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 803 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2297] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=fb9dadbe-157d-49d3-8aef-1fc77877a70e => 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: 1053/2298] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2299] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/subnets?id=b4b1043c-3717-42cd-986c-e50915a44b4e => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2300] 199.19.213.236 () {30 vars in 743 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2301] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/ports?network_id=fc6b2b43-f16e-4426-b2ce-e516134fc11e&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: 1055/2302] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2303] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2304] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1057/2305] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:18 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2306] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:19 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2307] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:19 2026] GET /v2.0/security-groups?id=ab7a2514-a7b5-4076-a8b1-c401ad7e5713&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 17:41:19.740 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fc1b1cd-ddc1-4321-80ff-c7518b727dbc'] response: {'name': 'network-changed', 'server_uuid': '5e203a35-9d30-41b3-abfb-7fa7de0a4bdb', 'tag': 'fb9dadbe-157d-49d3-8aef-1fc77877a70e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1250/2308] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:41:20 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 2586 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2309] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:41:20 2026] GET /v2.0/networks?id=fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 803 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2310] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:41:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2311] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:41:20 2026] GET /v2.0/subnets?id=b4b1043c-3717-42cd-986c-e50915a44b4e => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2312] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:20 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2313] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:20 2026] GET /v2.0/ports?network_id=fc6b2b43-f16e-4426-b2ce-e516134fc11e&device_owner=network%3Adhcp => generated 1461 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2314] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:20 2026] GET /v2.0/security-groups?id=ab7a2514-a7b5-4076-a8b1-c401ad7e5713&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: 1254/2315] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:20 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2316] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:20 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1255/2317] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:21 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2318] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:21 2026] GET /v2.0/security-groups?id=ab7a2514-a7b5-4076-a8b1-c401ad7e5713&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: 8|app: 0|req: 1064/2319] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:21 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2320] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:21 2026] GET /v2.0/security-groups?id=ab7a2514-a7b5-4076-a8b1-c401ad7e5713&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: 8|app: 0|req: 1066/2321] 10.0.0.254 () {32 vars in 736 bytes} [Thu Apr 23 17:41:22 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:41:22.468 8 INFO neutron.db.l3_db [None req-ffc41379-fc54-4826-b92e-292dec5724ad c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Floating IP 5561edca-698c-4967-9a85-e8d0348a960b associated. External IP: 10.96.250.203, port: edcbcdca-45b4-48fd-843c-d8e673f5a486. 2026-04-23 17:41:22.641 7 INFO neutron.db.l3_db [None req-0edf5f3d-dd6e-45ea-8631-6dede366c32d fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Floating IP 19dfe6f0-82fc-4518-b3e1-4f43de702909 associated. External IP: 10.96.250.205, port: 73641069-3eee-409c-ad6b-c9feab2c151b. [pid: 8|app: 0|req: 1067/2322] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:41:22 2026] PUT /v2.0/floatingips/5561edca-698c-4967-9a85-e8d0348a960b => generated 855 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:41:22.854 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f162117-3ea8-4334-a8e6-f5f1a76c365f'] response: {'name': 'network-changed', 'server_uuid': 'e0e7c729-7a30-4556-9c11-90a05bf8f986', 'tag': 'edcbcdca-45b4-48fd-843c-d8e673f5a486', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1256/2323] 10.0.0.254 () {34 vars in 677 bytes} [Thu Apr 23 17:41:21 2026] POST /v2.0/floatingips => generated 899 bytes in 1142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2324] 10.0.0.254 () {34 vars in 678 bytes} [Thu Apr 23 17:41:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2325] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:41:23 2026] GET /v2.0/floatingips/5561edca-698c-4967-9a85-e8d0348a960b => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2326] 10.0.0.254 () {34 vars in 678 bytes} [Thu Apr 23 17:41:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2327] 10.0.0.254 () {34 vars in 678 bytes} [Thu Apr 23 17:41:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2328] 10.0.0.254 () {34 vars in 678 bytes} [Thu Apr 23 17:41:23 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: 1259/2329] 10.0.0.254 () {34 vars in 678 bytes} [Thu Apr 23 17:41:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2330] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:41:23 2026] PUT /v2.0/policies/08919213-7173-4bd8-b662-cff7c55391b8/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2331] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:41:23 2026] PUT /v2.0/policies/67171ba3-9ab1-4e9b-9cbb-3015fccb883d/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2332] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:41:23 2026] PUT /v2.0/policies/4a52af2e-36f3-4235-b7fc-d8cafd07de2f/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2333] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:41:23 2026] GET /v2.0/ports?tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6&device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2334] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:41:23 2026] PUT /v2.0/policies/899ec058-cfc4-4b06-a924-0b924f1a00a7/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2335] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:41:23 2026] GET /v2.0/networks?id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2336] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:41:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=edcbcdca-45b4-48fd-843c-d8e673f5a486 => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2337] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:41:23 2026] GET /v2.0/subnets?id=6bd0760c-5eab-4086-92b2-5aed4acc4656 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2338] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:23 2026] GET /v2.0/ports?network_id=535cccec-ce2b-40e5-9d9a-9435dd4cfb6d&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: 7|app: 0|req: 1264/2339] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:23 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2340] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:23 2026] GET /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d?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: 1265/2341] 10.0.0.254 () {32 vars in 674 bytes} [Thu Apr 23 17:41:23 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2342] 10.0.0.254 () {32 vars in 688 bytes} [Thu Apr 23 17:41:23 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2343] 10.0.0.254 () {32 vars in 684 bytes} [Thu Apr 23 17:41:23 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2344] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:41:24 2026] GET /v2.0/floatingips/5561edca-698c-4967-9a85-e8d0348a960b => generated 857 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2345] 10.0.0.254 () {32 vars in 696 bytes} [Thu Apr 23 17:41:24 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2346] 10.0.0.254 () {32 vars in 682 bytes} [Thu Apr 23 17:41:24 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2347] 10.0.0.254 () {32 vars in 696 bytes} [Thu Apr 23 17:41:24 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2348] 10.0.0.254 () {32 vars in 692 bytes} [Thu Apr 23 17:41:24 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2349] 10.0.0.254 () {32 vars in 704 bytes} [Thu Apr 23 17:41:24 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2350] 10.0.0.254 () {32 vars in 734 bytes} [Thu Apr 23 17:41:24 2026] DELETE /v2.0/qos/policies/08919213-7173-4bd8-b662-cff7c55391b8 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2351] 10.0.0.254 () {32 vars in 734 bytes} [Thu Apr 23 17:41:24 2026] DELETE /v2.0/qos/policies/67171ba3-9ab1-4e9b-9cbb-3015fccb883d => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2352] 10.0.0.254 () {32 vars in 734 bytes} [Thu Apr 23 17:41:24 2026] DELETE /v2.0/qos/policies/4a52af2e-36f3-4235-b7fc-d8cafd07de2f => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2353] 10.0.0.254 () {32 vars in 734 bytes} [Thu Apr 23 17:41:24 2026] DELETE /v2.0/qos/policies/899ec058-cfc4-4b06-a924-0b924f1a00a7 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2354] 10.0.0.254 () {32 vars in 734 bytes} [Thu Apr 23 17:41:24 2026] DELETE /v2.0/qos/policies/ea474ba8-ccc6-4bdc-ac18-06d1714ff0b2 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2355] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:25 2026] GET /v2.0/security-groups?tenant_id=e5be33c82d0b40cb86248561851772d9&name=default => generated 2929 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2356] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:25 2026] DELETE /v2.0/security-groups/1a15380d-51e8-455a-ae18-7b384125c601 => 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: 1084/2357] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:26 2026] GET /v2.0/security-groups?tenant_id=41c678ca36954d3385bacf23c79aee46&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2358] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:26 2026] DELETE /v2.0/security-groups/8d186f05-1fa6-4f07-beca-f7bc55c8ee4c => generated 0 bytes in 650 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2359] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:26 2026] GET /v2.0/security-groups?tenant_id=0e79368fafe24c58afbcbcf340ae8ed5&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2360] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:27 2026] DELETE /v2.0/security-groups/b87fca8e-944a-4731-b13f-54ae52e21a74 => 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: 1086/2361] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:41:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2362] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:41:27 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: 1087/2363] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:41:27 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: 1277/2364] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:41:27 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) 2026-04-23 17:41:28.026 8 INFO neutron.api.v2.resource [None req-330cb283-9e75-427f-b48c-477222fb6e9e 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1088/2365] 199.19.213.236 () {30 vars in 763 bytes} [Thu Apr 23 17:41:28 2026] GET /v2.0/security-groups/lb-32f509b2-5fc8-4ef2-98db-6b7662614555 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2366] 199.19.213.236 () {30 vars in 785 bytes} [Thu Apr 23 17:41:28 2026] GET /v2.0/security-groups?name=lb-32f509b2-5fc8-4ef2-98db-6b7662614555 => generated 1637 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2367] 199.19.213.236 () {30 vars in 815 bytes} [Thu Apr 23 17:41:28 2026] GET /v2.0/security-group-rules?security_group_id=7e818708-3a12-4bf0-84be-db30e9052b27 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2368] 199.19.213.236 () {34 vars in 747 bytes} [Thu Apr 23 17:41:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2369] 199.19.213.236 () {34 vars in 747 bytes} [Thu Apr 23 17:41:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2372] 10.0.0.254 () {34 vars in 676 bytes} [Thu Apr 23 17:41:30 2026] POST /v2.0/floatingips => generated 552 bytes in 666 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2373] 10.0.0.254 () {34 vars in 759 bytes} [Thu Apr 23 17:41:30 2026] PUT /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2374] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:41:31 2026] GET /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2375] 10.0.0.254 () {34 vars in 770 bytes} [Thu Apr 23 17:41:31 2026] PUT /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags/green => 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: 1282/2376] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:41:31 2026] GET /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2377] 10.0.0.254 () {34 vars in 766 bytes} [Thu Apr 23 17:41:31 2026] PUT /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2378] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:41:31 2026] GET /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2379] 10.0.0.254 () {34 vars in 788 bytes} [Thu Apr 23 17:41:31 2026] PUT /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2380] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:41:31 2026] GET /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2381] 10.0.0.254 () {34 vars in 759 bytes} [Thu Apr 23 17:41:31 2026] PUT /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2382] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:41:31 2026] GET /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2383] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:41:31 2026] GET /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:41:31.624 7 INFO neutron.api.v2.resource [None req-64aded56-a437-4a45-8bdc-061d510fbb87 a3ae2f12efb840579661df2fe062d844 8af35ca994044bbeadf937f17b3a5075 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1286/2384] 10.0.0.254 () {32 vars in 751 bytes} [Thu Apr 23 17:41:31 2026] GET /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2385] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:41:31 2026] DELETE /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2386] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:41:31 2026] GET /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:41:31.777 8 INFO neutron.api.v2.resource [None req-f9133a1a-90cc-4cdc-8da4-806c606a204c a3ae2f12efb840579661df2fe062d844 8af35ca994044bbeadf937f17b3a5075 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1100/2387] 10.0.0.254 () {32 vars in 754 bytes} [Thu Apr 23 17:41:31 2026] DELETE /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2388] 10.0.0.254 () {32 vars in 742 bytes} [Thu Apr 23 17:41:31 2026] DELETE /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2389] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:41:31 2026] GET /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:41:32.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-56564544-a971-4434-a4c7-49ba542ca279 a3ae2f12efb840579661df2fe062d844 8af35ca994044bbeadf937f17b3a5075 - - default default] TaaS: Handle Delete Port: 89466639-2848-42de-945f-b5c4b634d485 2026-04-23 17:41:32.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56564544-a971-4434-a4c7-49ba542ca279 a3ae2f12efb840579661df2fe062d844 8af35ca994044bbeadf937f17b3a5075 - - default default] Tap Mirror: Handle Delete Port: 89466639-2848-42de-945f-b5c4b634d485 [pid: 7|app: 0|req: 1289/2390] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:41:31 2026] DELETE /v2.0/floatingips/c1e90e61-34a7-40da-b8fb-f1e519b31be0 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2391] 10.0.0.22 () {34 vars in 989 bytes} [Thu Apr 23 17:41:32 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2392] 10.0.0.22 () {34 vars in 1039 bytes} [Thu Apr 23 17:41:32 2026] GET /v2.0/security-groups?id=ab7a2514-a7b5-4076-a8b1-c401ad7e5713&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: 1103/2393] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:32 2026] GET /v2.0/security-groups?tenant_id=dc0ad2f028be4b1ab6514913dc754756&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2394] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:33 2026] DELETE /v2.0/security-groups/321515e7-6c11-4ec6-b25c-1e2ddad0c030 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2395] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:33 2026] GET /v2.0/security-groups?tenant_id=8af35ca994044bbeadf937f17b3a5075&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2396] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:33 2026] DELETE /v2.0/security-groups/9778ac38-1d00-41aa-ab98-cc6fc5c61e99 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2397] 10.0.0.254 () {34 vars in 684 bytes} [Thu Apr 23 17:41:36 2026] POST /v2.0/security-groups => generated 1603 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2398] 10.0.0.254 () {34 vars in 767 bytes} [Thu Apr 23 17:41:37 2026] PUT /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2399] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:41:37 2026] GET /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2400] 10.0.0.254 () {34 vars in 778 bytes} [Thu Apr 23 17:41:37 2026] PUT /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2401] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:41:37 2026] GET /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2402] 10.0.0.254 () {34 vars in 774 bytes} [Thu Apr 23 17:41:37 2026] PUT /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2403] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:41:37 2026] GET /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2404] 10.0.0.254 () {34 vars in 796 bytes} [Thu Apr 23 17:41:37 2026] PUT /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2405] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:41:37 2026] GET /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2406] 10.0.0.254 () {34 vars in 767 bytes} [Thu Apr 23 17:41:37 2026] PUT /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2407] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:41:37 2026] GET /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2408] 10.0.0.254 () {32 vars in 755 bytes} [Thu Apr 23 17:41:37 2026] GET /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:41:37.640 8 INFO neutron.api.v2.resource [None req-4174c7d2-1f47-4ad4-8d7d-51d12e68d5f1 6ef0562e148248a8a8087ae1d374f56f 8cf413d50f3b4f399b1a820ebab2a7bc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1111/2409] 10.0.0.254 () {32 vars in 759 bytes} [Thu Apr 23 17:41:37 2026] GET /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2410] 10.0.0.254 () {32 vars in 758 bytes} [Thu Apr 23 17:41:37 2026] DELETE /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2411] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:41:37 2026] GET /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:41:37.810 7 INFO neutron.api.v2.resource [None req-6c7c4e21-2cd7-45e3-a6a3-fc86b0ba2202 6ef0562e148248a8a8087ae1d374f56f 8cf413d50f3b4f399b1a820ebab2a7bc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1300/2412] 10.0.0.254 () {32 vars in 762 bytes} [Thu Apr 23 17:41:37 2026] DELETE /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2413] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:41:37 2026] DELETE /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags => 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: 1301/2414] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:41:37 2026] GET /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2415] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:37 2026] DELETE /v2.0/security-groups/f318a367-d4e7-4080-8fd9-8ba0b1da3da0 => 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: 1302/2416] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:38 2026] GET /v2.0/security-groups?tenant_id=8cf413d50f3b4f399b1a820ebab2a7bc&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2417] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:38 2026] DELETE /v2.0/security-groups/a43f6a37-d62b-493c-a1c1-cba9ee936046 => 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: 1303/2418] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:39 2026] GET /v2.0/security-groups?tenant_id=e64e0c28057240538f3b4bdffcefd51e&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2419] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:39 2026] DELETE /v2.0/security-groups/8d99e24d-a2e4-4dbb-9eaa-8cdecce83c5c => 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: 1304/2420] 10.0.0.194 () {30 vars in 690 bytes} [Thu Apr 23 17:41:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2421] 10.0.0.194 () {30 vars in 692 bytes} [Thu Apr 23 17:41:39 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: 1305/2422] 10.0.0.194 () {30 vars in 668 bytes} [Thu Apr 23 17:41:40 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: 1118/2423] 10.0.0.194 () {30 vars in 704 bytes} [Thu Apr 23 17:41:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2424] 10.0.0.194 () {28 vars in 439 bytes} [Thu Apr 23 17:41:40 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: 1119/2425] 10.0.0.194 () {30 vars in 728 bytes} [Thu Apr 23 17:41:40 2026] GET /v2.0/subnets/c35fb918-ae36-4393-803f-907e276991e9 => generated 655 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2426] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:41:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2427] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:41:41 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: 1308/2428] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:41:41 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: 1121/2429] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:41:41 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: 1309/2430] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:41:41 2026] GET /v2.0/subnets/c35fb918-ae36-4393-803f-907e276991e9 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2431] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:41:41 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2432] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:41:41 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: 1123/2433] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:41:41 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: 1311/2434] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:41:41 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: 1124/2435] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:41:41 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: 1312/2436] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:41 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 971 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2437] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:42 2026] GET /v2.0/security-groups?id=ab7a2514-a7b5-4076-a8b1-c401ad7e5713&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: 8|app: 0|req: 1125/2438] 199.19.213.236 () {34 vars in 717 bytes} [Thu Apr 23 17:41:41 2026] POST /v2.0/ports => generated 1328 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2439] 10.0.0.235 () {34 vars in 971 bytes} [Thu Apr 23 17:41:42 2026] GET /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 1328 bytes in 137 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 17:41:42.982 8 INFO neutron.db.segments_db [None req-702cf79d-dd5f-43ef-99ad-f5456430c68d c6a367f8c4834871819e3cdefc130ab9 0668cfde6bae4ac7abcc50a4319247f7 - - default default] Added segment 6f0b117f-37ec-4b25-935b-aae64af0ba5d of type vxlan for network 1cb1f5d4-daf9-4c18-9d48-93605890f55c [pid: 8|app: 0|req: 1126/2440] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:41:42 2026] POST /v2.0/networks => generated 612 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:41:43.156 7 INFO neutron.db.segments_db [None req-5ba92a4c-b158-4273-be98-c1e5e44de4ba c6a367f8c4834871819e3cdefc130ab9 0668cfde6bae4ac7abcc50a4319247f7 - - default default] Added segment 24f71697-34b8-417e-bdb2-a51c65351eed of type vxlan for network 8b98706a-ebd9-4dd0-8dec-e34ffa15b80d [pid: 8|app: 0|req: 1127/2441] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:43 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2442] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:43 2026] GET /v2.0/security-groups?id=ab7a2514-a7b5-4076-a8b1-c401ad7e5713&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: 1315/2443] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:41:43 2026] POST /v2.0/networks => generated 613 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2444] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:41:43 2026] PUT /v2.0/networks/1cb1f5d4-daf9-4c18-9d48-93605890f55c/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2445] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:41:43 2026] GET /v2.0/networks/1cb1f5d4-daf9-4c18-9d48-93605890f55c/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2446] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:41:43 2026] PUT /v2.0/networks/8b98706a-ebd9-4dd0-8dec-e34ffa15b80d/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2447] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:41:43 2026] GET /v2.0/networks/8b98706a-ebd9-4dd0-8dec-e34ffa15b80d/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: 1131/2448] 10.0.0.254 () {34 vars in 753 bytes} [Thu Apr 23 17:41:43 2026] PUT /v2.0/networks/8b98706a-ebd9-4dd0-8dec-e34ffa15b80d/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2449] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:41:43 2026] GET /v2.0/networks/8b98706a-ebd9-4dd0-8dec-e34ffa15b80d/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2450] 10.0.0.254 () {32 vars in 733 bytes} [Thu Apr 23 17:41:43 2026] GET /v2.0/networks/1cb1f5d4-daf9-4c18-9d48-93605890f55c/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2451] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:41:43 2026] DELETE /v2.0/networks/1cb1f5d4-daf9-4c18-9d48-93605890f55c => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:41:43.870 7 INFO neutron.services.segments.plugin [-] Segment 6f0b117f-37ec-4b25-935b-aae64af0ba5d resource provider aggregate not found 2026-04-23 17:41:43.878 7 INFO neutron.services.segments.plugin [-] Segment 6f0b117f-37ec-4b25-935b-aae64af0ba5d resource provider aggregate not found [pid: 8|app: 0|req: 1133/2452] 199.19.213.236 () {34 vars in 1262 bytes} [Thu Apr 23 17:41:43 2026] GET /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:41:43.898 7 INFO neutron.services.segments.plugin [-] Segment 6f0b117f-37ec-4b25-935b-aae64af0ba5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f0b117f-37ec-4b25-935b-aae64af0ba5d found for delete ", "request_id": "req-8ea7f4fa-2203-4319-a8b7-aa06139d0341"}]} 2026-04-23 17:41:43.899 7 INFO neutron.services.segments.plugin [-] Segment 6f0b117f-37ec-4b25-935b-aae64af0ba5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f0b117f-37ec-4b25-935b-aae64af0ba5d found for delete ", "request_id": "req-450f9077-3d69-4757-8a76-6949b5828121"}]} [pid: 7|app: 0|req: 1320/2453] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:41:43 2026] DELETE /v2.0/networks/8b98706a-ebd9-4dd0-8dec-e34ffa15b80d => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2454] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:43 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2455] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:43 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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: 1135/2456] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:41:44 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2457] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:44 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2458] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:44 2026] GET /v2.0/security-groups?id=ab7a2514-a7b5-4076-a8b1-c401ad7e5713&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:41:44.445 8 INFO neutron_taas.services.taas.taas_plugin [req-735d5f50-6c77-4403-9835-7fbb44c2fdd5 req-9b6020fe-4a06-4fec-b9d8-575870aff4bc c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] TaaS: Handle Delete Port: edcbcdca-45b4-48fd-843c-d8e673f5a486 2026-04-23 17:41:44.449 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-735d5f50-6c77-4403-9835-7fbb44c2fdd5 req-9b6020fe-4a06-4fec-b9d8-575870aff4bc c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Tap Mirror: Handle Delete Port: edcbcdca-45b4-48fd-843c-d8e673f5a486 2026-04-23 17:41:44.573 8 INFO neutron.db.l3_db [req-735d5f50-6c77-4403-9835-7fbb44c2fdd5 req-9b6020fe-4a06-4fec-b9d8-575870aff4bc c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Floating IP 5561edca-698c-4967-9a85-e8d0348a960b disassociated. External IP: 10.96.250.203, port: edcbcdca-45b4-48fd-843c-d8e673f5a486. [pid: 7|app: 0|req: 1324/2459] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:44 2026] GET /v2.0/security-groups?tenant_id=0668cfde6bae4ac7abcc50a4319247f7&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2460] 199.19.213.236 () {34 vars in 975 bytes} [Thu Apr 23 17:41:44 2026] GET /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 1328 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2461] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:44 2026] DELETE /v2.0/security-groups/ef9556f2-fa68-405d-a42e-0f53491fefd5 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2462] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:41:44 2026] GET /v2.0/networks?id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2463] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:41:44 2026] DELETE /v2.0/ports/edcbcdca-45b4-48fd-843c-d8e673f5a486 => generated 0 bytes in 595 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2464] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:44 2026] GET /v2.0/security-groups?tenant_id=a00f9074902b48b8b787ac39fb384647&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2465] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:41:44 2026] PUT /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 1518 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:41:45.145 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f51e6ed-3ce4-4db3-80fa-0eee07c99f18'] response: {'server_uuid': 'e0e7c729-7a30-4556-9c11-90a05bf8f986', 'name': 'network-vif-deleted', 'tag': 'edcbcdca-45b4-48fd-843c-d8e673f5a486', 'status': 'completed', 'code': 200} 2026-04-23 17:41:45.176 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-429a534b-263d-48ee-8720-3c0859fc8412'] response: {'name': 'network-changed', 'server_uuid': '5e203a35-9d30-41b3-abfb-7fa7de0a4bdb', 'tag': 'b5339e18-6ee3-4c34-ad67-74c9fb7de612', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1138/2466] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:45 2026] DELETE /v2.0/security-groups/d5ba981c-1513-45da-a682-d466695efe0e => generated 0 bytes in 113 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: 1329/2467] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:45 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => 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: 1140/2470] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:41:45 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 4096 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2471] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:41:45 2026] GET /v2.0/networks?id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 801 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:41:45.929 7 INFO neutron.services.segments.plugin [-] Segment 24f71697-34b8-417e-bdb2-a51c65351eed resource provider aggregate not found 2026-04-23 17:41:45.936 7 INFO neutron.services.segments.plugin [-] Segment 24f71697-34b8-417e-bdb2-a51c65351eed resource provider aggregate not found 2026-04-23 17:41:45.955 7 INFO neutron.services.segments.plugin [-] Segment 24f71697-34b8-417e-bdb2-a51c65351eed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24f71697-34b8-417e-bdb2-a51c65351eed found for delete ", "request_id": "req-6738638d-38f9-4b77-8260-14af4d394962"}]} 2026-04-23 17:41:45.956 7 INFO neutron.services.segments.plugin [-] Segment 24f71697-34b8-417e-bdb2-a51c65351eed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24f71697-34b8-417e-bdb2-a51c65351eed found for delete ", "request_id": "req-42fa143e-ec54-4189-be89-effad24d71be"}]} [pid: 8|app: 0|req: 1141/2472] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:41:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 19 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2473] 199.19.213.236 () {34 vars in 1104 bytes} [Thu Apr 23 17:41:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A122&port_id=b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2474] 199.19.213.236 () {34 vars in 1064 bytes} [Thu Apr 23 17:41:46 2026] GET /v2.0/subnets?id=c35fb918-ae36-4393-803f-907e276991e9&id=232af49b-539c-47c2-988b-ffb5c55b51db => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2475] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:46 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&device_owner=network%3Adhcp => generated 1457 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2476] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:46 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2477] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:46 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2478] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:46 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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: 1335/2479] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:46 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2480] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:47 2026] GET /v2.0/ports?device_id=e0e7c729-7a30-4556-9c11-90a05bf8f986 => 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: 1336/2481] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:41:47 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 4096 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2482] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:41:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.38&port_id=4454a867-5c20-4a0b-b1f8-e8928a6c5025 => 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: 1337/2483] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:41:47 2026] GET /v2.0/subnets?id=b0a4a99f-234e-4b0b-b9b6-fd746e7f3082 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2484] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:47 2026] GET /v2.0/ports?network_id=9a1fa3ea-52a2-4163-973d-d34f026cbe34&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2485] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:47 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2486] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?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: 1339/2487] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=fb9dadbe-157d-49d3-8aef-1fc77877a70e => 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: 1149/2488] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/subnets?id=b4b1043c-3717-42cd-986c-e50915a44b4e => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2489] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/ports?network_id=fc6b2b43-f16e-4426-b2ce-e516134fc11e&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: 1150/2490] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1341/2491] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1151/2492] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2493] 199.19.213.236 () {34 vars in 1104 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A122&port_id=b5339e18-6ee3-4c34-ad67-74c9fb7de612 => 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: 1152/2494] 199.19.213.236 () {34 vars in 1064 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/subnets?id=c35fb918-ae36-4393-803f-907e276991e9&id=232af49b-539c-47c2-988b-ffb5c55b51db => 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: 1343/2495] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2496] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2497] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2498] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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: 1345/2499] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:48 2026] DELETE /v2.0/security-groups/ab7a2514-a7b5-4076-a8b1-c401ad7e5713 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:41:49.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-96791fcf-ad36-456d-bb47-b3505c1c094a c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] TaaS: Handle Delete Port: 5db32476-2c29-4f64-abb6-822f0fe3ff95 2026-04-23 17:41:49.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96791fcf-ad36-456d-bb47-b3505c1c094a c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Tap Mirror: Handle Delete Port: 5db32476-2c29-4f64-abb6-822f0fe3ff95 [pid: 8|app: 0|req: 1155/2500] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:48 2026] GET /v2.0/security-groups?tenant_id=8906340fb9264d8ababf3fd47b1634e0&name=default => generated 2929 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2501] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:49 2026] DELETE /v2.0/security-groups/a8104e78-ea39-4453-bf76-9d91d2c0bfb9 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2502] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:41:48 2026] DELETE /v2.0/floatingips/5561edca-698c-4967-9a85-e8d0348a960b => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2503] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:49 2026] GET /v2.0/security-groups?tenant_id=42c146782ce74d228a4fe81267903590&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2504] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:49 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2505] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:49 2026] GET /v2.0/security-groups?id=4d39b1d1-b343-4729-84d5-46a427c99a13&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: 1158/2506] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:49 2026] DELETE /v2.0/security-groups/b2b68977-ffc7-4ed8-b1eb-7ecb2ba2aa3b => 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: 1349/2507] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:50 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2508] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:50 2026] GET /v2.0/security-groups?id=4d39b1d1-b343-4729-84d5-46a427c99a13&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: 1350/2509] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:51 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2510] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:41:51 2026] GET /v2.0/security-groups?id=4d39b1d1-b343-4729-84d5-46a427c99a13&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2511] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:41:51 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:41:52.076 7 INFO neutron_taas.services.taas.taas_plugin [req-05a0447b-dca9-4b49-a1ce-4f051fa013ec req-89355bc6-4ddf-4346-a419-66fc1ae5cfdd c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] TaaS: Handle Delete Port: 5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed 2026-04-23 17:41:52.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-05a0447b-dca9-4b49-a1ce-4f051fa013ec req-89355bc6-4ddf-4346-a419-66fc1ae5cfdd c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Tap Mirror: Handle Delete Port: 5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed [pid: 7|app: 0|req: 1352/2512] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:41:51 2026] DELETE /v2.0/ports/5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:41:52.310 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-60c5255a-affe-4b7c-b5e8-1555ae4c3549'] response: {'server_uuid': 'ee53bd5c-d447-4efe-985a-8e2ae6c4e351', 'name': 'network-vif-deleted', 'tag': '5bf608ed-bdf7-41e8-ae6c-c92bfb10d0ed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1161/2513] 10.0.0.235 () {34 vars in 971 bytes} [Thu Apr 23 17:41:52 2026] GET /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2514] 199.19.213.236 () {30 vars in 743 bytes} [Thu Apr 23 17:41:52 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 798 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2515] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:52 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => 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: 1354/2516] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:41:52 2026] GET /v2.0/subnets/c35fb918-ae36-4393-803f-907e276991e9 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2517] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:41:52 2026] GET /v2.0/subnets/232af49b-539c-47c2-988b-ffb5c55b51db => generated 744 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2518] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:41:53 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: 1164/2519] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:41:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2520] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:41:53 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: 1165/2521] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:41:53 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: 1357/2522] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:41:53 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2523] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:41:53 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => 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: 1358/2524] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:41:53 2026] GET /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2525] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:41:53 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2526] 199.19.213.236 () {30 vars in 743 bytes} [Thu Apr 23 17:41:53 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2527] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:41:53 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2528] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:41:53 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2529] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:54 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => 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: 1361/2530] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:41:55 2026] GET /v2.0/ports?device_id=ee53bd5c-d447-4efe-985a-8e2ae6c4e351 => 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: 1170/2531] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:56 2026] DELETE /v2.0/security-groups/4d39b1d1-b343-4729-84d5-46a427c99a13 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:41:56.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-f547dffa-f6e1-4f90-85c3-78a91a25c65c c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] TaaS: Handle Delete Port: 263a7f3d-b31b-4213-978d-d65505263955 2026-04-23 17:41:56.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f547dffa-f6e1-4f90-85c3-78a91a25c65c c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Tap Mirror: Handle Delete Port: 263a7f3d-b31b-4213-978d-d65505263955 [pid: 7|app: 0|req: 1362/2532] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:41:56 2026] PUT /v2.0/routers/a766a038-7ca1-4365-8949-23e23eef15df/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2533] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:41:57 2026] DELETE /v2.0/subnets/6bd0760c-5eab-4086-92b2-5aed4acc4656 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:41:57.740 7 INFO neutron_taas.services.taas.taas_plugin [None req-60c9585e-135b-4d9b-b696-8a26777aac70 c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] TaaS: Handle Delete Port: f1778e7a-4d93-470e-be5c-87261e7a22e3 2026-04-23 17:41:57.744 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c9585e-135b-4d9b-b696-8a26777aac70 c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Tap Mirror: Handle Delete Port: f1778e7a-4d93-470e-be5c-87261e7a22e3 2026-04-23 17:41:58.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-60c9585e-135b-4d9b-b696-8a26777aac70 c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] TaaS: Handle Delete Port: 829e78e5-c130-4a4b-8cfb-63da330fef19 2026-04-23 17:41:58.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c9585e-135b-4d9b-b696-8a26777aac70 c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Tap Mirror: Handle Delete Port: 829e78e5-c130-4a4b-8cfb-63da330fef19 2026-04-23 17:41:58.400 7 INFO neutron.services.segments.plugin [-] Segment d4652300-3ac2-4afd-83e2-cb7856b72920 resource provider aggregate not found 2026-04-23 17:41:58.403 7 INFO neutron.services.segments.plugin [-] Segment d4652300-3ac2-4afd-83e2-cb7856b72920 resource provider aggregate not found 2026-04-23 17:41:58.425 7 INFO neutron.services.segments.plugin [-] Segment d4652300-3ac2-4afd-83e2-cb7856b72920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4652300-3ac2-4afd-83e2-cb7856b72920 found for delete ", "request_id": "req-b8f02504-0588-4a60-8ace-4d4510b8e187"}]} 2026-04-23 17:41:58.428 7 INFO neutron.services.segments.plugin [-] Segment d4652300-3ac2-4afd-83e2-cb7856b72920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4652300-3ac2-4afd-83e2-cb7856b72920 found for delete ", "request_id": "req-a5a977d5-c607-4b53-b7e6-fa1bb97e5659"}]} 2026-04-23 17:41:58.432 7 INFO neutron.db.l3_hamode_db [None req-60c9585e-135b-4d9b-b696-8a26777aac70 c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] HA network ac56f819-5297-4a1b-bc59-f1f342f7b3e1 was deleted as no HA routers are present in tenant b1f630ea525d4a56a20e09a29b9fcaa6. [pid: 7|app: 0|req: 1363/2534] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:41:57 2026] DELETE /v2.0/routers/a766a038-7ca1-4365-8949-23e23eef15df => generated 0 bytes in 910 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:41:58.573 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a9940e2-0204-448a-b38f-da69d33e56d2 c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] TaaS: Handle Delete Port: 0de29805-ed52-4c91-8734-c728500a9006 2026-04-23 17:41:58.577 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a9940e2-0204-448a-b38f-da69d33e56d2 c785d8331652447ca0d32f991cb0fb91 b1f630ea525d4a56a20e09a29b9fcaa6 - - default default] Tap Mirror: Handle Delete Port: 0de29805-ed52-4c91-8734-c728500a9006 [pid: 8|app: 0|req: 1172/2535] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:41:58 2026] DELETE /v2.0/networks/535cccec-ce2b-40e5-9d9a-9435dd4cfb6d => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:41:58.924 8 INFO neutron.services.segments.plugin [-] Segment 31ff6d9c-b642-4123-bad9-9029207be054 resource provider aggregate not found 2026-04-23 17:41:58.937 8 INFO neutron.services.segments.plugin [-] Segment 31ff6d9c-b642-4123-bad9-9029207be054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31ff6d9c-b642-4123-bad9-9029207be054 found for delete ", "request_id": "req-59e35fbd-3239-4b41-81a9-71f445ef044e"}]} 2026-04-23 17:41:58.959 8 INFO neutron.services.segments.plugin [-] Segment 31ff6d9c-b642-4123-bad9-9029207be054 resource provider aggregate not found 2026-04-23 17:41:58.973 8 INFO neutron.services.segments.plugin [-] Segment 31ff6d9c-b642-4123-bad9-9029207be054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31ff6d9c-b642-4123-bad9-9029207be054 found for delete ", "request_id": "req-cb369c99-fa16-4a5b-a890-de0c3bf91e3c"}]} [pid: 7|app: 0|req: 1364/2536] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:59 2026] GET /v2.0/security-groups?tenant_id=b1f630ea525d4a56a20e09a29b9fcaa6&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2537] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:59 2026] DELETE /v2.0/security-groups/fcad2e16-654e-4dae-baf6-6a1fb5582d8e => 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: 1365/2538] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:41:59 2026] GET /v2.0/security-groups?tenant_id=814d786353ea4f0d9c1f1cd7ecb44c70&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2539] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:41:59 2026] DELETE /v2.0/security-groups/6dafb72d-84de-4a44-aef0-f036d3b121ff => 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: 1367/2542] 10.0.0.194 () {30 vars in 690 bytes} [Thu Apr 23 17:42: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: 1176/2543] 10.0.0.194 () {30 vars in 692 bytes} [Thu Apr 23 17:42:01 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: 1368/2544] 10.0.0.194 () {30 vars in 668 bytes} [Thu Apr 23 17:42:01 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: 1177/2545] 10.0.0.194 () {30 vars in 704 bytes} [Thu Apr 23 17:42:01 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: 1369/2546] 10.0.0.194 () {28 vars in 439 bytes} [Thu Apr 23 17:42:01 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: 1178/2547] 10.0.0.194 () {30 vars in 728 bytes} [Thu Apr 23 17:42:01 2026] GET /v2.0/subnets/3f278767-2648-4efb-9c61-5e0cc3a91de0 => generated 656 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2548] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:42:02 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: 1179/2549] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:42:02 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: 1371/2550] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:42: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: 1180/2551] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:42:02 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: 1372/2552] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:02 2026] GET /v2.0/subnets/c35fb918-ae36-4393-803f-907e276991e9 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2553] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:02 2026] GET /v2.0/subnets/3f278767-2648-4efb-9c61-5e0cc3a91de0 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2554] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:02 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 4098 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2555] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:42:02 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: 1374/2556] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:42:02 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: 1183/2557] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:42:02 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: 1375/2558] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:42: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: 1184/2559] 199.19.213.236 () {34 vars in 717 bytes} [Thu Apr 23 17:42:02 2026] POST /v2.0/ports => generated 1328 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2560] 10.0.0.235 () {34 vars in 971 bytes} [Thu Apr 23 17:42:03 2026] GET /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f => generated 1328 bytes in 44 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: 1185/2561] 10.0.0.235 () {34 vars in 907 bytes} [Thu Apr 23 17:42:03 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 17:42:04.307 7 INFO neutron.db.segments_db [None req-76a5ae89-b6f3-4718-bb3c-2251de8acd5b 7cdc21646d374c508b120251699720ba 6d669f1da8b244f39703055be3db6bbf - - default default] Added segment 4180afc1-23f9-4659-89e7-fe71137fdf85 of type vxlan for network a2c4ffae-2156-4884-bfa7-ed477485b944 [pid: 7|app: 0|req: 1377/2562] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:42:04 2026] POST /v2.0/networks => generated 708 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2563] 199.19.213.236 () {34 vars in 1262 bytes} [Thu Apr 23 17:42:04 2026] GET /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2564] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:04 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?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: 1188/2565] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:04 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2566] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:42:04 2026] POST /v2.0/subnets => generated 644 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:42:04.553 8 WARNING neutron.api.v2.base [None req-f9d07efe-3a84-49a3-86e2-86c3686e2806 7cdc21646d374c508b120251699720ba 6d669f1da8b244f39703055be3db6bbf - - 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 17:42:04.555 8 INFO neutron.api.v2.resource [None req-f9d07efe-3a84-49a3-86e2-86c3686e2806 7cdc21646d374c508b120251699720ba 6d669f1da8b244f39703055be3db6bbf - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1189/2567] 10.0.0.254 () {34 vars in 681 bytes} [Thu Apr 23 17:42:04 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-23 17:42:04.724 7 INFO neutron.services.segments.plugin [-] Segment 4180afc1-23f9-4659-89e7-fe71137fdf85 resource provider aggregate not found 2026-04-23 17:42:04.732 7 INFO neutron.services.segments.plugin [-] Segment 4180afc1-23f9-4659-89e7-fe71137fdf85 resource provider aggregate not found 2026-04-23 17:42:04.744 7 INFO neutron.services.segments.plugin [-] Segment 4180afc1-23f9-4659-89e7-fe71137fdf85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4180afc1-23f9-4659-89e7-fe71137fdf85 found for delete ", "request_id": "req-9b83fc2c-0950-46ce-ba23-4bee50c0e6b9"}]} 2026-04-23 17:42:04.755 7 INFO neutron.services.segments.plugin [-] Segment 4180afc1-23f9-4659-89e7-fe71137fdf85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4180afc1-23f9-4659-89e7-fe71137fdf85 found for delete ", "request_id": "req-967cfede-5e7b-4e50-8318-1bcc161d8067"}]} [pid: 7|app: 0|req: 1379/2568] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:42:04 2026] DELETE /v2.0/networks/a2c4ffae-2156-4884-bfa7-ed477485b944 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:42:04.833 8 INFO neutron.db.segments_db [None req-4d6240f6-a8d3-422e-ac45-941e76c62fc0 7cdc21646d374c508b120251699720ba 6d669f1da8b244f39703055be3db6bbf - - default default] Added segment 530080d9-5e8b-4be9-886d-7beec0041970 of type vxlan for network ba58b4ac-19c7-406e-833e-c1eb43642566 [pid: 8|app: 0|req: 1190/2569] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:42:04 2026] POST /v2.0/networks => generated 707 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2570] 199.19.213.236 () {34 vars in 975 bytes} [Thu Apr 23 17:42:04 2026] GET /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2571] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:42:05 2026] GET /v2.0/networks?id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2572] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:42:04 2026] POST /v2.0/subnets => generated 647 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:42:05.112 7 WARNING neutron.api.v2.base [None req-95a21bef-72b7-4569-b362-15ffb6aa09a5 7cdc21646d374c508b120251699720ba 6d669f1da8b244f39703055be3db6bbf - - 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 17:42:05.113 7 INFO neutron.api.v2.resource [None req-95a21bef-72b7-4569-b362-15ffb6aa09a5 7cdc21646d374c508b120251699720ba 6d669f1da8b244f39703055be3db6bbf - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1381/2573] 10.0.0.254 () {34 vars in 681 bytes} [Thu Apr 23 17:42:05 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: 7|app: 0|req: 1382/2574] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:42:05 2026] DELETE /v2.0/networks/ba58b4ac-19c7-406e-833e-c1eb43642566 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:42:05.369 7 INFO neutron.db.segments_db [None req-3a351a46-2657-4aa2-b1ca-3a7fae6a791d 7cdc21646d374c508b120251699720ba 6d669f1da8b244f39703055be3db6bbf - - default default] Added segment 1a9e63db-c4e4-4ade-a5ad-59bd40701287 of type vxlan for network 05959a07-6e38-4c34-b62e-3af71bf5c582 [pid: 7|app: 0|req: 1383/2575] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:42:05 2026] POST /v2.0/networks => generated 706 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2576] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:42:05 2026] PUT /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f => generated 1518 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:42:05.574 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ba07119-5e74-423e-ad09-faece3882f80'] response: {'name': 'network-changed', 'server_uuid': '5e203a35-9d30-41b3-abfb-7fa7de0a4bdb', 'tag': '98ccf9e1-ad74-475d-9473-d8e96024478f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1384/2577] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:42:05 2026] POST /v2.0/subnets => generated 647 bytes in 180 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: 1194/2578] 10.0.0.254 () {34 vars in 681 bytes} [Thu Apr 23 17:42:05 2026] POST /v2.0/rbac-policies => generated 324 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2579] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:42:06 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 5608 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2580] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:42:06 2026] GET /v2.0/networks?id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 801 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2581] 199.19.213.236 () {34 vars in 1056 bytes} [Thu Apr 23 17:42:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.87&port_id=98ccf9e1-ad74-475d-9473-d8e96024478f => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2582] 199.19.213.236 () {34 vars in 1106 bytes} [Thu Apr 23 17:42:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A120&port_id=98ccf9e1-ad74-475d-9473-d8e96024478f => 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: 1386/2583] 10.0.0.254 () {32 vars in 723 bytes} [Thu Apr 23 17:42:06 2026] GET /v2.0/networks/05959a07-6e38-4c34-b62e-3af71bf5c582 => generated 653 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2584] 199.19.213.236 () {34 vars in 1064 bytes} [Thu Apr 23 17:42:06 2026] GET /v2.0/subnets?id=4b76ee63-7463-4138-9916-c1946ddd0c2d&id=3f278767-2648-4efb-9c61-5e0cc3a91de0 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2585] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:06 2026] GET /v2.0/ports?network_id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863&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: 1199/2586] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:06 2026] GET /v2.0/ports?network_id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863&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: 1388/2587] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:06 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2588] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:06 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:42:06.726 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e3191d0-9dc8-4414-944e-32eca94ff448 9d0724114cfd499780b6e66c72889730 6c8d57f53ba4462a8d8abad4d27abee2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1389/2589] 10.0.0.254 () {32 vars in 723 bytes} [Thu Apr 23 17:42:06 2026] GET /v2.0/networks/05959a07-6e38-4c34-b62e-3af71bf5c582 => generated 138 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:42:06.766 7 INFO neutron.services.segments.plugin [-] Segment 530080d9-5e8b-4be9-886d-7beec0041970 resource provider aggregate not found 2026-04-23 17:42:06.777 7 INFO neutron.services.segments.plugin [-] Segment 530080d9-5e8b-4be9-886d-7beec0041970 resource provider aggregate not found 2026-04-23 17:42:06.787 7 INFO neutron.services.segments.plugin [-] Segment 530080d9-5e8b-4be9-886d-7beec0041970 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530080d9-5e8b-4be9-886d-7beec0041970 found for delete ", "request_id": "req-86eda4c4-29db-4433-8225-ff8de2f8f5a0"}]} 2026-04-23 17:42:06.794 7 INFO neutron.services.segments.plugin [-] Segment 530080d9-5e8b-4be9-886d-7beec0041970 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530080d9-5e8b-4be9-886d-7beec0041970 found for delete ", "request_id": "req-6f98cde0-7955-49d3-8b0d-4894addf89ba"}]} 2026-04-23 17:42:06.855 8 INFO neutron_taas.services.taas.taas_plugin [None req-de6154d5-a42b-4ab2-a331-7dbe0af93912 7cdc21646d374c508b120251699720ba 6d669f1da8b244f39703055be3db6bbf - - default default] TaaS: Handle Delete Port: 061d67a1-065e-4c15-a1fc-1c85e5db2625 2026-04-23 17:42:06.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de6154d5-a42b-4ab2-a331-7dbe0af93912 7cdc21646d374c508b120251699720ba 6d669f1da8b244f39703055be3db6bbf - - default default] Tap Mirror: Handle Delete Port: 061d67a1-065e-4c15-a1fc-1c85e5db2625 2026-04-23 17:42:07.125 8 INFO neutron.services.segments.plugin [-] Segment 1a9e63db-c4e4-4ade-a5ad-59bd40701287 resource provider aggregate not found 2026-04-23 17:42:07.134 8 INFO neutron.services.segments.plugin [-] Segment 1a9e63db-c4e4-4ade-a5ad-59bd40701287 resource provider aggregate not found 2026-04-23 17:42:07.151 8 INFO neutron.services.segments.plugin [-] Segment 1a9e63db-c4e4-4ade-a5ad-59bd40701287 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a9e63db-c4e4-4ade-a5ad-59bd40701287 found for delete ", "request_id": "req-0338bfcd-32ee-46cd-8b29-fc1e4548ad6e"}]} 2026-04-23 17:42:07.152 8 INFO neutron.services.segments.plugin [-] Segment 1a9e63db-c4e4-4ade-a5ad-59bd40701287 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a9e63db-c4e4-4ade-a5ad-59bd40701287 found for delete ", "request_id": "req-c9096153-b449-44ed-adaa-a1057203235a"}]} [pid: 8|app: 0|req: 1201/2590] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:42:06 2026] DELETE /v2.0/networks/05959a07-6e38-4c34-b62e-3af71bf5c582 => generated 0 bytes in 428 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:42:07.185 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe4fb767-c01f-438e-ac89-eebe61cb4d0b 7cdc21646d374c508b120251699720ba 6d669f1da8b244f39703055be3db6bbf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1390/2591] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:42:07 2026] DELETE /v2.0/subnets/1b788ee0-7673-4c29-8f42-b89fe1bcbebb => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:42:07.218 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b22ead0a-7e33-4160-bffa-50f4ed4d615f 7cdc21646d374c508b120251699720ba 6d669f1da8b244f39703055be3db6bbf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1202/2592] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:42:07 2026] DELETE /v2.0/subnets/d06bdae2-bda5-49c1-b3d0-a2cb182bd701 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:42:07.240 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b40718a-ff34-4062-876c-2c322b2ea3c9 7cdc21646d374c508b120251699720ba 6d669f1da8b244f39703055be3db6bbf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1391/2593] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:42:07 2026] DELETE /v2.0/subnets/b98ad1ef-ba38-4d48-aeb5-126adeff10d8 => 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: 1203/2594] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:42:07 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 5608 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2595] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:42:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.38&port_id=4454a867-5c20-4a0b-b1f8-e8928a6c5025 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2596] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:42:07 2026] GET /v2.0/subnets?id=b0a4a99f-234e-4b0b-b9b6-fd746e7f3082 => 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: 1393/2597] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:07 2026] GET /v2.0/ports?network_id=9a1fa3ea-52a2-4163-973d-d34f026cbe34&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: 1205/2598] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:07 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2599] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:07 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?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: 1206/2600] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:42:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=fb9dadbe-157d-49d3-8aef-1fc77877a70e => 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: 1395/2601] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:42:07 2026] GET /v2.0/subnets?id=b4b1043c-3717-42cd-986c-e50915a44b4e => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2602] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:07 2026] GET /v2.0/ports?network_id=fc6b2b43-f16e-4426-b2ce-e516134fc11e&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: 1396/2603] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:07 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1208/2604] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1209/2605] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=b5339e18-6ee3-4c34-ad67-74c9fb7de612 => 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: 1210/2606] 199.19.213.236 () {34 vars in 1104 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A122&port_id=b5339e18-6ee3-4c34-ad67-74c9fb7de612 => 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: 1211/2607] 199.19.213.236 () {34 vars in 1064 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/subnets?id=c35fb918-ae36-4393-803f-907e276991e9&id=232af49b-539c-47c2-988b-ffb5c55b51db => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2608] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&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: 1213/2609] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2610] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2611] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/security-groups?tenant_id=06846e72c69c450e8e87e646ba46c6e8&name=default => generated 2929 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2612] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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: 1216/2613] 199.19.213.236 () {34 vars in 1056 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.87&port_id=98ccf9e1-ad74-475d-9473-d8e96024478f => 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: 1398/2614] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:42:08 2026] DELETE /v2.0/security-groups/53ffe1d3-be73-47cf-96e6-692af61eed25 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2615] 199.19.213.236 () {34 vars in 1106 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A120&port_id=98ccf9e1-ad74-475d-9473-d8e96024478f => 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: 1399/2616] 199.19.213.236 () {34 vars in 1064 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/subnets?id=4b76ee63-7463-4138-9916-c1946ddd0c2d&id=3f278767-2648-4efb-9c61-5e0cc3a91de0 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2617] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/ports?network_id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2618] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/ports?network_id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863&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: 1220/2619] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?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: 1400/2620] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/security-groups?tenant_id=6c8d57f53ba4462a8d8abad4d27abee2&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2621] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?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: 1401/2622] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:42:08 2026] DELETE /v2.0/security-groups/f7711e38-8bee-4584-a162-6e60ba597098 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2623] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:42:08 2026] GET /v2.0/security-groups?tenant_id=6d669f1da8b244f39703055be3db6bbf&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2624] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:42:08 2026] DELETE /v2.0/security-groups/059e62fe-d869-4e85-bf61-071faf020df6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2625] 10.0.0.235 () {34 vars in 971 bytes} [Thu Apr 23 17:42:12 2026] GET /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2626] 199.19.213.236 () {30 vars in 743 bytes} [Thu Apr 23 17:42:12 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 798 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2627] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:12 2026] GET /v2.0/subnets/3f278767-2648-4efb-9c61-5e0cc3a91de0 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2628] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:13 2026] GET /v2.0/subnets/4b76ee63-7463-4138-9916-c1946ddd0c2d => generated 748 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2629] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:13 2026] GET /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 1520 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2630] 199.19.213.236 () {34 vars in 790 bytes} [Thu Apr 23 17:42:13 2026] PUT /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 1255 bytes in 379 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 17:42:13.525 8 INFO neutron.db.segments_db [None req-ff69d90b-2545-4326-935c-4bd79e3817c6 8a885af49c624ee2aa840803b3012e26 5cbf8c4368f34ad2ad05bdf79b297af9 - - default default] Added segment c45e59fb-16bc-4a0d-8300-010327a4fb8d of type vxlan for network 805a536a-dc4c-4955-b9bc-ea9dd0be5291 [pid: 7|app: 0|req: 1406/2631] 199.19.213.236 () {30 vars in 743 bytes} [Thu Apr 23 17:42:13 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 798 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2632] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:13 2026] GET /v2.0/subnets/c35fb918-ae36-4393-803f-907e276991e9 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2633] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:42:13 2026] POST /v2.0/networks => generated 613 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:42:13.634 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-914d4ff5-3c74-413e-bf9e-95d2eae07ca2'] response: {'name': 'network-changed', 'server_uuid': '5e203a35-9d30-41b3-abfb-7fa7de0a4bdb', 'tag': 'b5339e18-6ee3-4c34-ad67-74c9fb7de612', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1227/2634] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:42:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2635] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:42: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: 8|app: 0|req: 1229/2636] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:42:13 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: 1230/2637] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:42:13 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: 1231/2638] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:13 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2639] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:13 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2640] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:42:13 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2641] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:13 2026] GET /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:42:13.930 7 INFO neutron.db.segments_db [None req-02f085cb-04b1-4043-82bb-ecfc4206cbde 8a885af49c624ee2aa840803b3012e26 5cbf8c4368f34ad2ad05bdf79b297af9 - - default default] Added segment 68021d4f-81f4-4516-9d47-d3aa36f6bc4e of type vxlan for network c77e7b85-dfc2-4506-b712-a135977bc32d [pid: 8|app: 0|req: 1234/2642] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:13 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2643] 199.19.213.236 () {30 vars in 743 bytes} [Thu Apr 23 17:42:13 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2644] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:42:13 2026] POST /v2.0/networks => generated 611 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2645] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:14 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2646] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:14 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2647] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:42:14 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 5381 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2648] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:42:14 2026] GET /v2.0/networks?id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2649] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:42:14 2026] POST /v2.0/subnets => generated 629 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2650] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:42:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=b5339e18-6ee3-4c34-ad67-74c9fb7de612 => 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: 1241/2651] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:42:14 2026] GET /v2.0/subnets?id=c35fb918-ae36-4393-803f-907e276991e9 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:42:14.301 7 INFO neutron.db.segments_db [None req-d59c9cae-c3a2-4f46-b52c-061313d473af 8a885af49c624ee2aa840803b3012e26 5cbf8c4368f34ad2ad05bdf79b297af9 - - default default] Added segment 640c2a9c-3f04-439a-b6e4-850bdd7de009 of type vxlan for network 3d5986bd-1d94-4852-802e-3e80c1d7ffe7 [pid: 8|app: 0|req: 1242/2652] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:14 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2653] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:42:14 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2654] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:14 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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: 1244/2655] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:14 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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: 1412/2656] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:42:14 2026] POST /v2.0/subnets => generated 629 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:42:14.647 8 INFO neutron.db.segments_db [None req-ad247568-61c9-4977-b7b9-b7d1b7a11fa4 8a885af49c624ee2aa840803b3012e26 5cbf8c4368f34ad2ad05bdf79b297af9 - - default default] Added segment 36065e88-d557-403d-a795-a98574364406 of type vxlan for network 088e9a23-699a-4ac7-acec-17bc37a11792 [pid: 8|app: 0|req: 1245/2657] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:42:14 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2658] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:42:14 2026] POST /v2.0/subnets => generated 629 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:42:15.054 8 INFO neutron.db.segments_db [None req-df0553e9-d36b-4a7b-baae-1e5d90df94db 8a885af49c624ee2aa840803b3012e26 5cbf8c4368f34ad2ad05bdf79b297af9 - - default default] Added segment 6cc60520-5b78-4fc0-9992-2ff1fd49c3f4 of type vxlan for network 58c24266-2c2b-48eb-8035-0da500124599 [pid: 8|app: 0|req: 1246/2659] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:42:15 2026] POST /v2.0/networks => generated 613 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2660] 10.0.0.254 () {34 vars in 669 bytes} [Thu Apr 23 17:42:15 2026] POST /v2.0/subnets => generated 629 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2661] 10.0.0.254 () {34 vars in 751 bytes} [Thu Apr 23 17:42:15 2026] PUT /v2.0/subnets/c49bd812-a92a-4661-8c01-c42add4aec05/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: 1415/2662] 10.0.0.254 () {34 vars in 751 bytes} [Thu Apr 23 17:42:15 2026] PUT /v2.0/subnets/c3af4197-6e75-4179-ab81-294777d7cb44/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2663] 10.0.0.254 () {34 vars in 751 bytes} [Thu Apr 23 17:42:15 2026] PUT /v2.0/subnets/1b7fb99e-04a5-40e5-a1d3-245e752da786/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2666] 10.0.0.254 () {34 vars in 751 bytes} [Thu Apr 23 17:42:15 2026] PUT /v2.0/subnets/6217e310-2a44-4046-9399-c34d1364f091/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2667] 10.0.0.254 () {32 vars in 664 bytes} [Thu Apr 23 17:42:15 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2668] 10.0.0.254 () {32 vars in 678 bytes} [Thu Apr 23 17:42:15 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2669] 10.0.0.254 () {32 vars in 674 bytes} [Thu Apr 23 17:42:15 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2670] 10.0.0.254 () {32 vars in 686 bytes} [Thu Apr 23 17:42:15 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2671] 10.0.0.254 () {32 vars in 672 bytes} [Thu Apr 23 17:42:15 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2672] 10.0.0.254 () {32 vars in 686 bytes} [Thu Apr 23 17:42:15 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2673] 10.0.0.254 () {32 vars in 682 bytes} [Thu Apr 23 17:42:15 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2674] 10.0.0.254 () {32 vars in 694 bytes} [Thu Apr 23 17:42:16 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2675] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:42:16 2026] DELETE /v2.0/subnets/c49bd812-a92a-4661-8c01-c42add4aec05 => 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: 1421/2676] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:42:16 2026] DELETE /v2.0/subnets/c3af4197-6e75-4179-ab81-294777d7cb44 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2677] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:42:16 2026] DELETE /v2.0/subnets/1b7fb99e-04a5-40e5-a1d3-245e752da786 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2678] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:42:16 2026] DELETE /v2.0/subnets/6217e310-2a44-4046-9399-c34d1364f091 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2679] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:42:16 2026] DELETE /v2.0/subnets/925c3f18-3b2f-41ac-bddb-a59431eb602b => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:42:16.968 7 INFO neutron_taas.services.taas.taas_plugin [None req-926bdd5d-1008-474e-925c-5b0568d9ace2 8a885af49c624ee2aa840803b3012e26 5cbf8c4368f34ad2ad05bdf79b297af9 - - default default] TaaS: Handle Delete Port: 313648f7-3747-4a64-a119-709865a2fc9e 2026-04-23 17:42:16.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-926bdd5d-1008-474e-925c-5b0568d9ace2 8a885af49c624ee2aa840803b3012e26 5cbf8c4368f34ad2ad05bdf79b297af9 - - default default] Tap Mirror: Handle Delete Port: 313648f7-3747-4a64-a119-709865a2fc9e 2026-04-23 17:42:17.132 7 INFO neutron.services.segments.plugin [-] Segment c45e59fb-16bc-4a0d-8300-010327a4fb8d resource provider aggregate not found 2026-04-23 17:42:17.139 7 INFO neutron.services.segments.plugin [-] Segment c45e59fb-16bc-4a0d-8300-010327a4fb8d resource provider aggregate not found [pid: 7|app: 0|req: 1423/2680] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:42:16 2026] DELETE /v2.0/networks/805a536a-dc4c-4955-b9bc-ea9dd0be5291 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:42:17.155 7 INFO neutron.services.segments.plugin [-] Segment c45e59fb-16bc-4a0d-8300-010327a4fb8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c45e59fb-16bc-4a0d-8300-010327a4fb8d found for delete ", "request_id": "req-3652b888-c2b5-443a-af19-f346fae6ca24"}]} 2026-04-23 17:42:17.156 7 INFO neutron.services.segments.plugin [-] Segment c45e59fb-16bc-4a0d-8300-010327a4fb8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c45e59fb-16bc-4a0d-8300-010327a4fb8d found for delete ", "request_id": "req-f6641f3a-a958-4d96-9aad-f354b4e39451"}]} 2026-04-23 17:42:17.289 8 INFO neutron.services.segments.plugin [-] Segment 68021d4f-81f4-4516-9d47-d3aa36f6bc4e resource provider aggregate not found 2026-04-23 17:42:17.293 8 INFO neutron.services.segments.plugin [-] Segment 68021d4f-81f4-4516-9d47-d3aa36f6bc4e resource provider aggregate not found 2026-04-23 17:42:17.311 8 INFO neutron.services.segments.plugin [-] Segment 68021d4f-81f4-4516-9d47-d3aa36f6bc4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68021d4f-81f4-4516-9d47-d3aa36f6bc4e found for delete ", "request_id": "req-a63714e7-ec1e-452c-a7d1-bde26c6e4c7b"}]} 2026-04-23 17:42:17.313 8 INFO neutron.services.segments.plugin [-] Segment 68021d4f-81f4-4516-9d47-d3aa36f6bc4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68021d4f-81f4-4516-9d47-d3aa36f6bc4e found for delete ", "request_id": "req-a71c38cf-89a3-4025-a02b-588e8471533c"}]} [pid: 8|app: 0|req: 1258/2681] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:42:17 2026] DELETE /v2.0/networks/c77e7b85-dfc2-4506-b712-a135977bc32d => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2682] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:42:17 2026] DELETE /v2.0/networks/3d5986bd-1d94-4852-802e-3e80c1d7ffe7 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2683] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:42:17 2026] DELETE /v2.0/networks/088e9a23-699a-4ac7-acec-17bc37a11792 => 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: 1425/2684] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:42:17 2026] DELETE /v2.0/networks/58c24266-2c2b-48eb-8035-0da500124599 => 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: 1260/2685] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:42:18 2026] GET /v2.0/security-groups?tenant_id=a5d4b7547e7442f6bf240b49c1ce38fd&name=default => generated 2929 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2686] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:42:18 2026] DELETE /v2.0/security-groups/48cd9f4c-ead1-4c37-98f0-489b024afdb4 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2687] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:42:19 2026] GET /v2.0/security-groups?tenant_id=968e04d1a95c43509c3b8be9385922ae&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:42:19.177 7 INFO neutron.services.segments.plugin [-] Segment 640c2a9c-3f04-439a-b6e4-850bdd7de009 resource provider aggregate not found 2026-04-23 17:42:19.185 7 INFO neutron.services.segments.plugin [-] Segment 640c2a9c-3f04-439a-b6e4-850bdd7de009 resource provider aggregate not found 2026-04-23 17:42:19.204 7 INFO neutron.services.segments.plugin [-] Segment 640c2a9c-3f04-439a-b6e4-850bdd7de009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 640c2a9c-3f04-439a-b6e4-850bdd7de009 found for delete ", "request_id": "req-bfe02e64-02e0-4361-a02c-223d4b487cf1"}]} 2026-04-23 17:42:19.207 7 INFO neutron.services.segments.plugin [-] Segment 640c2a9c-3f04-439a-b6e4-850bdd7de009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 640c2a9c-3f04-439a-b6e4-850bdd7de009 found for delete ", "request_id": "req-b3492bb9-11cb-4737-b760-8007c7dd3725"}]} 2026-04-23 17:42:19.231 7 INFO neutron.services.segments.plugin [-] Segment 6cc60520-5b78-4fc0-9992-2ff1fd49c3f4 resource provider aggregate not found 2026-04-23 17:42:19.237 7 INFO neutron.services.segments.plugin [-] Segment 6cc60520-5b78-4fc0-9992-2ff1fd49c3f4 resource provider aggregate not found 2026-04-23 17:42:19.257 7 INFO neutron.services.segments.plugin [-] Segment 6cc60520-5b78-4fc0-9992-2ff1fd49c3f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cc60520-5b78-4fc0-9992-2ff1fd49c3f4 found for delete ", "request_id": "req-3ee30f89-caaf-40ef-800c-8f0303a9fd96"}]} 2026-04-23 17:42:19.260 7 INFO neutron.services.segments.plugin [-] Segment 6cc60520-5b78-4fc0-9992-2ff1fd49c3f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cc60520-5b78-4fc0-9992-2ff1fd49c3f4 found for delete ", "request_id": "req-e658a0d9-48b1-4de5-b5e6-6acb167cf4a6"}]} [pid: 7|app: 0|req: 1427/2688] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:42:19 2026] DELETE /v2.0/security-groups/fa462693-ce14-4b85-9183-e3effee8aa4e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:42:19.337 8 INFO neutron.services.segments.plugin [-] Segment 36065e88-d557-403d-a795-a98574364406 resource provider aggregate not found 2026-04-23 17:42:19.341 8 INFO neutron.services.segments.plugin [-] Segment 36065e88-d557-403d-a795-a98574364406 resource provider aggregate not found 2026-04-23 17:42:19.359 8 INFO neutron.services.segments.plugin [-] Segment 36065e88-d557-403d-a795-a98574364406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36065e88-d557-403d-a795-a98574364406 found for delete ", "request_id": "req-19c2c1e7-6fbe-4a98-872b-7bb6b16210d0"}]} 2026-04-23 17:42:19.360 8 INFO neutron.services.segments.plugin [-] Segment 36065e88-d557-403d-a795-a98574364406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36065e88-d557-403d-a795-a98574364406 found for delete ", "request_id": "req-c9b6169a-41fd-45b7-9f62-245bcbcf9a49"}]} [pid: 8|app: 0|req: 1262/2689] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:42:19 2026] GET /v2.0/security-groups?tenant_id=5cbf8c4368f34ad2ad05bdf79b297af9&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2690] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:42:19 2026] DELETE /v2.0/security-groups/7499a7fd-8f16-4224-8a03-254f458c06fa => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:42:23.060 8 INFO neutron.db.segments_db [None req-de2f686d-51d3-460d-b37f-05ccaab21c80 531457c093334c98bd32fd21293697d8 9484bc680b8246c59888078fe20ca6b2 - - default default] Added segment 9aa341b1-8e4c-4bc8-9a66-22bfea328313 of type vxlan for network 1c654d32-663a-4333-ae76-26d98d712e62 [pid: 8|app: 0|req: 1263/2691] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:42:22 2026] POST /v2.0/networks => generated 613 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2692] 10.0.0.254 () {34 vars in 664 bytes} [Thu Apr 23 17:42:23 2026] POST /v2.0/ports => generated 743 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2693] 10.0.0.254 () {34 vars in 747 bytes} [Thu Apr 23 17:42:23 2026] PUT /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags => generated 25 bytes in 56 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: 1430/2694] 10.0.0.254 () {32 vars in 727 bytes} [Thu Apr 23 17:42:23 2026] GET /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags => generated 25 bytes in 56 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: 1265/2695] 10.0.0.254 () {34 vars in 758 bytes} [Thu Apr 23 17:42:23 2026] PUT /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags/green => generated 4 bytes in 87 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: 1431/2696] 10.0.0.254 () {32 vars in 727 bytes} [Thu Apr 23 17:42:23 2026] GET /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags => generated 34 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: 8|app: 0|req: 1266/2697] 10.0.0.254 () {34 vars in 754 bytes} [Thu Apr 23 17:42:23 2026] PUT /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags/red => 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: 1432/2698] 10.0.0.254 () {32 vars in 727 bytes} [Thu Apr 23 17:42:23 2026] GET /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags => generated 34 bytes in 50 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: 1267/2699] 10.0.0.254 () {34 vars in 776 bytes} [Thu Apr 23 17:42:23 2026] PUT /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags/black.or.white => generated 4 bytes in 91 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: 1433/2700] 10.0.0.254 () {32 vars in 727 bytes} [Thu Apr 23 17:42:23 2026] GET /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1268/2701] 10.0.0.254 () {34 vars in 747 bytes} [Thu Apr 23 17:42:24 2026] PUT /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags => generated 37 bytes in 68 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: 1434/2702] 10.0.0.254 () {32 vars in 727 bytes} [Thu Apr 23 17:42:24 2026] GET /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags => generated 37 bytes in 50 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: 1269/2703] 10.0.0.254 () {32 vars in 735 bytes} [Thu Apr 23 17:42:24 2026] GET /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags/red => generated 0 bytes in 53 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 17:42:24.269 7 INFO neutron.api.v2.resource [None req-8f46d30f-1218-4e7e-a04d-5f76beef2dcc 531457c093334c98bd32fd21293697d8 9484bc680b8246c59888078fe20ca6b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1435/2704] 10.0.0.254 () {32 vars in 739 bytes} [Thu Apr 23 17:42:24 2026] GET /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1270/2705] 10.0.0.254 () {32 vars in 738 bytes} [Thu Apr 23 17:42:24 2026] DELETE /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags/red => generated 0 bytes in 69 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: 1436/2706] 10.0.0.254 () {32 vars in 727 bytes} [Thu Apr 23 17:42:24 2026] GET /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:42:24.457 8 INFO neutron.api.v2.resource [None req-50539c87-3656-4e35-82f7-8cc6830e6688 531457c093334c98bd32fd21293697d8 9484bc680b8246c59888078fe20ca6b2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1271/2707] 10.0.0.254 () {32 vars in 742 bytes} [Thu Apr 23 17:42:24 2026] DELETE /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags/green => generated 99 bytes in 59 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: 1437/2708] 10.0.0.254 () {32 vars in 730 bytes} [Thu Apr 23 17:42:24 2026] DELETE /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1272/2709] 10.0.0.254 () {32 vars in 727 bytes} [Thu Apr 23 17:42:24 2026] GET /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846/tags => generated 12 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, ' 2026-04-23 17:42:24.698 7 INFO neutron_taas.services.taas.taas_plugin [None req-b86969d0-f949-4a3c-9114-3abb26cc6820 531457c093334c98bd32fd21293697d8 9484bc680b8246c59888078fe20ca6b2 - - default default] TaaS: Handle Delete Port: 8db2aa47-d608-4d83-b32f-130efdfb1846 2026-04-23 17:42:24.701 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b86969d0-f949-4a3c-9114-3abb26cc6820 531457c093334c98bd32fd21293697d8 9484bc680b8246c59888078fe20ca6b2 - - default default] Tap Mirror: Handle Delete Port: 8db2aa47-d608-4d83-b32f-130efdfb1846 [pid: 7|app: 0|req: 1438/2710] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:42:24 2026] DELETE /v2.0/ports/8db2aa47-d608-4d83-b32f-130efdfb1846 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:42:24.928 8 INFO neutron.services.segments.plugin [-] Segment 9aa341b1-8e4c-4bc8-9a66-22bfea328313 resource provider aggregate not found 2026-04-23 17:42:24.935 8 INFO neutron.services.segments.plugin [-] Segment 9aa341b1-8e4c-4bc8-9a66-22bfea328313 resource provider aggregate not found 2026-04-23 17:42:24.963 8 INFO neutron.services.segments.plugin [-] Segment 9aa341b1-8e4c-4bc8-9a66-22bfea328313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aa341b1-8e4c-4bc8-9a66-22bfea328313 found for delete ", "request_id": "req-d1a90c5d-8b09-49e7-b034-decb9ea963b3"}]} 2026-04-23 17:42:24.966 8 INFO neutron.services.segments.plugin [-] Segment 9aa341b1-8e4c-4bc8-9a66-22bfea328313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aa341b1-8e4c-4bc8-9a66-22bfea328313 found for delete ", "request_id": "req-165459f4-e1c4-4122-a648-07d70a74c3ea"}]} [pid: 8|app: 0|req: 1273/2711] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:42:24 2026] DELETE /v2.0/networks/1c654d32-663a-4333-ae76-26d98d712e62 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2712] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:42:25 2026] GET /v2.0/security-groups?tenant_id=b8160446794c49c9a54e602e6956e669&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2713] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:42:25 2026] DELETE /v2.0/security-groups/820320b2-8796-409a-81d5-b7c5020a365f => 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: 1440/2714] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:42:26 2026] GET /v2.0/security-groups?tenant_id=9484bc680b8246c59888078fe20ca6b2&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2715] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:42:26 2026] DELETE /v2.0/security-groups/7d49b285-c057-4d22-82d5-da4c531d0c02 => 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: 1441/2716] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:42: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: 1276/2717] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:42:26 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: 1442/2718] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:42:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2719] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:42:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2720] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:26 2026] GET /v2.0/subnets/c35fb918-ae36-4393-803f-907e276991e9 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2721] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:26 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 5381 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2722] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:42: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: 1279/2723] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:42:26 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: 1445/2724] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:42:26 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: 1280/2725] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:42:26 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: 1446/2726] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:26 2026] GET /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2727] 199.19.213.236 () {34 vars in 790 bytes} [Thu Apr 23 17:42:26 2026] PUT /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f => generated 1251 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:42:27.317 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38dd97e2-b195-46df-8869-ff320948558c'] response: {'name': 'network-changed', 'server_uuid': '5e203a35-9d30-41b3-abfb-7fa7de0a4bdb', 'tag': '98ccf9e1-ad74-475d-9473-d8e96024478f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1447/2728] 199.19.213.236 () {30 vars in 743 bytes} [Thu Apr 23 17:42:27 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 798 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1282/2729] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:27 2026] GET /v2.0/subnets/3f278767-2648-4efb-9c61-5e0cc3a91de0 => 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: 1448/2730] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:27 2026] GET /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f => generated 1287 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2731] 199.19.213.236 () {34 vars in 789 bytes} [Thu Apr 23 17:42:27 2026] PUT /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f => generated 1080 bytes in 460 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: 1449/2732] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:42:27 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 5148 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2733] 199.19.213.236 () {30 vars in 743 bytes} [Thu Apr 23 17:42:27 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 798 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2734] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:27 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 4977 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2735] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:42:27 2026] GET /v2.0/networks?id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 801 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2736] 199.19.213.236 () {34 vars in 1056 bytes} [Thu Apr 23 17:42:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.87&port_id=98ccf9e1-ad74-475d-9473-d8e96024478f => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2737] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:42:28 2026] GET /v2.0/subnets?id=3f278767-2648-4efb-9c61-5e0cc3a91de0 => generated 677 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2738] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:28 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 4977 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2739] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:28 2026] GET /v2.0/ports?network_id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863&device_owner=network%3Adhcp => generated 1461 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2740] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:28 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?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: 1453/2741] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:28 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?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: 1289/2742] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:29 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 4977 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:42:29.361 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-466cd5bc-a302-44d3-b379-1aa2e5fd675c'] response: {'name': 'network-changed', 'server_uuid': '5e203a35-9d30-41b3-abfb-7fa7de0a4bdb', 'tag': '98ccf9e1-ad74-475d-9473-d8e96024478f', 'status': 'completed', 'code': 200} 2026-04-23 17:42:29.932 7 INFO neutron.db.segments_db [None req-b4e9b0ac-fba7-4832-b5a1-ee3a33721ab4 296867018a664140b2c60fdb25599bea 93d23fb89f5145af8b34468b25b882d4 - - default default] Added segment a950a6c2-cbb7-489c-a055-e3570469af88 of type vxlan for network 206fe275-af65-47da-b90b-c15639358257 [pid: 8|app: 0|req: 1290/2743] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:42:29 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 4977 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2744] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:42:29 2026] GET /v2.0/networks?id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2745] 10.0.0.254 () {34 vars in 670 bytes} [Thu Apr 23 17:42:29 2026] POST /v2.0/networks => generated 612 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2746] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:30 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2747] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:30 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?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: 1294/2748] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:30 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 4977 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2749] 10.0.0.254 () {34 vars in 664 bytes} [Thu Apr 23 17:42:30 2026] POST /v2.0/ports => generated 743 bytes in 367 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: 1456/2750] 199.19.213.236 () {34 vars in 975 bytes} [Thu Apr 23 17:42:30 2026] GET /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f => generated 1116 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2751] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:42:30 2026] GET /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f?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: 1458/2752] 199.19.213.236 () {34 vars in 1016 bytes} [Thu Apr 23 17:42:30 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?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: 1295/2755] 10.0.0.254 () {34 vars in 666 bytes} [Thu Apr 23 17:42:30 2026] POST /v2.0/trunks => generated 407 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2756] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:42:30 2026] PUT /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2757] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:42:30 2026] GET /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2758] 10.0.0.254 () {34 vars in 760 bytes} [Thu Apr 23 17:42:30 2026] PUT /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2759] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:42:30 2026] GET /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2760] 10.0.0.254 () {34 vars in 756 bytes} [Thu Apr 23 17:42:30 2026] PUT /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2761] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:42:30 2026] GET /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/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: 1461/2762] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:42:30 2026] PUT /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f => generated 917 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2763] 10.0.0.254 () {34 vars in 778 bytes} [Thu Apr 23 17:42:30 2026] PUT /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags/black.or.white => generated 4 bytes in 37 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: 1462/2764] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:42:30 2026] GET /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2765] 10.0.0.254 () {34 vars in 749 bytes} [Thu Apr 23 17:42:30 2026] PUT /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2766] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:42:30 2026] GET /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2767] 10.0.0.254 () {32 vars in 737 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:42:31.083 7 INFO neutron.api.v2.resource [None req-c88217da-9a1f-44dc-8cca-1f749953e52c 296867018a664140b2c60fdb25599bea 93d23fb89f5145af8b34468b25b882d4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1464/2768] 10.0.0.254 () {32 vars in 741 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2769] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:42:31 2026] DELETE /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2770] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:42:31.201 8 INFO neutron.api.v2.resource [None req-90fa64b2-8024-4953-9fe4-753b01784d6a 296867018a664140b2c60fdb25599bea 93d23fb89f5145af8b34468b25b882d4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1306/2771] 10.0.0.254 () {32 vars in 744 bytes} [Thu Apr 23 17:42:31 2026] DELETE /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2772] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:42:31 2026] DELETE /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2773] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad/tags => 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: 1467/2774] 10.0.0.254 () {32 vars in 719 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2775] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 3869 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2776] 10.0.0.254 () {32 vars in 717 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/ports/be4e921a-e49c-49f9-9755-93d6c2a84693 => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2777] 10.0.0.254 () {32 vars in 722 bytes} [Thu Apr 23 17:42:31 2026] DELETE /v2.0/trunks/9e626ff2-3ff0-4547-9d27-be8e733e27ad => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:42:31.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-41d96aa2-0a62-419b-b921-2146f84b975c 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 98ccf9e1-ad74-475d-9473-d8e96024478f 2026-04-23 17:42:31.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41d96aa2-0a62-419b-b921-2146f84b975c 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 98ccf9e1-ad74-475d-9473-d8e96024478f 2026-04-23 17:42:31.527 8 INFO neutron_taas.services.taas.taas_plugin [None req-94362d8e-9173-407a-8973-940971120ac9 296867018a664140b2c60fdb25599bea 93d23fb89f5145af8b34468b25b882d4 - - default default] TaaS: Handle Delete Port: be4e921a-e49c-49f9-9755-93d6c2a84693 2026-04-23 17:42:31.529 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94362d8e-9173-407a-8973-940971120ac9 296867018a664140b2c60fdb25599bea 93d23fb89f5145af8b34468b25b882d4 - - default default] Tap Mirror: Handle Delete Port: be4e921a-e49c-49f9-9755-93d6c2a84693 [pid: 7|app: 0|req: 1469/2778] 199.19.213.236 () {32 vars in 759 bytes} [Thu Apr 23 17:42:31 2026] DELETE /v2.0/ports/98ccf9e1-ad74-475d-9473-d8e96024478f => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2779] 10.0.0.254 () {32 vars in 720 bytes} [Thu Apr 23 17:42:31 2026] DELETE /v2.0/ports/be4e921a-e49c-49f9-9755-93d6c2a84693 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2780] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:42:31 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: 1312/2781] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:42:31 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: 1313/2782] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:42:31 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) 2026-04-23 17:42:31.744 7 INFO neutron.services.segments.plugin [-] Segment a950a6c2-cbb7-489c-a055-e3570469af88 resource provider aggregate not found [pid: 8|app: 0|req: 1314/2783] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:42:31.750 7 INFO neutron.services.segments.plugin [-] Segment a950a6c2-cbb7-489c-a055-e3570469af88 resource provider aggregate not found 2026-04-23 17:42:31.767 7 INFO neutron.services.segments.plugin [-] Segment a950a6c2-cbb7-489c-a055-e3570469af88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a950a6c2-cbb7-489c-a055-e3570469af88 found for delete ", "request_id": "req-b15262ac-38a2-4aa8-90e1-2018325987d3"}]} 2026-04-23 17:42:31.772 7 INFO neutron.services.segments.plugin [-] Segment a950a6c2-cbb7-489c-a055-e3570469af88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a950a6c2-cbb7-489c-a055-e3570469af88 found for delete ", "request_id": "req-a1a67119-c03a-4622-933e-fe89eb712d03"}]} [pid: 8|app: 0|req: 1315/2784] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => 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: 1470/2785] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:42:31 2026] DELETE /v2.0/networks/206fe275-af65-47da-b90b-c15639358257 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2786] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => 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: 1471/2787] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2788] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2789] 199.19.213.236 () {30 vars in 743 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2790] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:31 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2791] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2792] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 3869 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2793] 199.19.213.236 () {34 vars in 1226 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/networks?id=9a1fa3ea-52a2-4163-973d-d34f026cbe34&id=fc6b2b43-f16e-4426-b2ce-e516134fc11e&id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 3098 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2794] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.38&port_id=4454a867-5c20-4a0b-b1f8-e8928a6c5025 => 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: 1475/2795] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/subnets?id=b0a4a99f-234e-4b0b-b9b6-fd746e7f3082 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2796] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/ports?network_id=9a1fa3ea-52a2-4163-973d-d34f026cbe34&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2797] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2798] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?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: 1479/2799] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=fb9dadbe-157d-49d3-8aef-1fc77877a70e => 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: 1321/2800] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/security-groups?tenant_id=e17b83f1e8124b878455cf6eaae43053&name=default => generated 2929 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2801] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/subnets?id=b4b1043c-3717-42cd-986c-e50915a44b4e => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2802] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/ports?network_id=fc6b2b43-f16e-4426-b2ce-e516134fc11e&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2803] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1322/2804] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:42:32 2026] DELETE /v2.0/security-groups/5f8a780b-f5b8-4f93-b385-1e489ccab58c => 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: 1483/2805] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1323/2806] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2807] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/subnets?id=c35fb918-ae36-4393-803f-907e276991e9 => 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: 1324/2808] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/security-groups?tenant_id=93d23fb89f5145af8b34468b25b882d4&name=default => generated 2929 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2809] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:32 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2810] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:33 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2811] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:33 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2812] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:42:33 2026] DELETE /v2.0/security-groups/481a0086-d020-4afd-b3bd-e2fe33d90e9a => 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: 1488/2813] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:42: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: 8|app: 0|req: 1326/2814] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:42:37 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: 1489/2815] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:42:37 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: 1327/2816] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:42:37 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: 1490/2817] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:37 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 3869 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2818] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:42: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: 1491/2819] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:42:37 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: 1329/2820] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:42: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: 1492/2821] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:42:37 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: 1330/2822] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:37 2026] GET /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2823] 199.19.213.236 () {34 vars in 789 bytes} [Thu Apr 23 17:42:37 2026] PUT /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 1080 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:42:37.820 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5971b2d1-a2b9-4c0a-a16d-67d3986f1e1e'] response: {'name': 'network-changed', 'server_uuid': '5e203a35-9d30-41b3-abfb-7fa7de0a4bdb', 'tag': 'b5339e18-6ee3-4c34-ad67-74c9fb7de612', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1331/2824] 199.19.213.236 () {30 vars in 743 bytes} [Thu Apr 23 17:42:37 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 798 bytes in 61 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: 1494/2825] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:37 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2826] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:37 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => 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: 1495/2827] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:42:38 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2828] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:42:38 2026] GET /v2.0/networks?id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2829] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:38 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2830] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:38 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2831] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:39 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2832] 199.19.213.236 () {34 vars in 975 bytes} [Thu Apr 23 17:42:40 2026] GET /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2833] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:42:40 2026] GET /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2834] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:40 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 3694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2835] 199.19.213.236 () {34 vars in 1016 bytes} [Thu Apr 23 17:42:40 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2836] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:42:40 2026] PUT /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612 => generated 917 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2837] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:41 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 2586 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 17:42:41.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f6207bb-8eb3-40a2-bf72-c95fbd4d2b7c 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: b5339e18-6ee3-4c34-ad67-74c9fb7de612 2026-04-23 17:42:41.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f6207bb-8eb3-40a2-bf72-c95fbd4d2b7c 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: b5339e18-6ee3-4c34-ad67-74c9fb7de612 [pid: 8|app: 0|req: 1338/2838] 199.19.213.236 () {32 vars in 759 bytes} [Thu Apr 23 17:42:41 2026] DELETE /v2.0/ports/b5339e18-6ee3-4c34-ad67-74c9fb7de612 => 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: 1501/2839] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:42:41 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: 1339/2840] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:42: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: 7|app: 0|req: 1502/2841] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:42:41 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: 1340/2842] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:42:41 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: 1503/2843] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:41 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2844] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:41 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => 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: 1504/2845] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:41 2026] GET /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1350 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2846] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:41 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2847] 199.19.213.236 () {30 vars in 743 bytes} [Thu Apr 23 17:42:41 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2848] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:42:41 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => 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: 1506/2849] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:41 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2850] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:42:41 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2851] 199.19.213.236 () {34 vars in 1146 bytes} [Thu Apr 23 17:42:41 2026] GET /v2.0/networks?id=9a1fa3ea-52a2-4163-973d-d34f026cbe34&id=fc6b2b43-f16e-4426-b2ce-e516134fc11e&id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 2311 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2852] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:42:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.38&port_id=4454a867-5c20-4a0b-b1f8-e8928a6c5025 => 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: 1508/2853] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:42:42 2026] GET /v2.0/subnets?id=b0a4a99f-234e-4b0b-b9b6-fd746e7f3082 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2854] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:42 2026] GET /v2.0/ports?network_id=9a1fa3ea-52a2-4163-973d-d34f026cbe34&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: 1509/2855] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:42 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?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: 1347/2856] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:42 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?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: 1510/2857] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:42:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=fb9dadbe-157d-49d3-8aef-1fc77877a70e => 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: 1348/2858] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:42:42 2026] GET /v2.0/subnets?id=b4b1043c-3717-42cd-986c-e50915a44b4e => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2859] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:42:42 2026] GET /v2.0/ports?network_id=fc6b2b43-f16e-4426-b2ce-e516134fc11e&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2860] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:42:42 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?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: 1512/2861] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:42:42 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2864] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:42:52 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: 1351/2865] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:42:52 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: 1515/2866] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:42:52 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: 1352/2867] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:42:52 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 17:42:52.878 7 INFO neutron.api.v2.resource [None req-62a2cd47-4a84-4625-b1a6-2afe018db1fc 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1516/2868] 199.19.213.236 () {30 vars in 763 bytes} [Thu Apr 23 17:42:52 2026] GET /v2.0/security-groups/lb-32f509b2-5fc8-4ef2-98db-6b7662614555 => 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: 1353/2869] 199.19.213.236 () {30 vars in 785 bytes} [Thu Apr 23 17:42:52 2026] GET /v2.0/security-groups?name=lb-32f509b2-5fc8-4ef2-98db-6b7662614555 => generated 2863 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2870] 199.19.213.236 () {30 vars in 815 bytes} [Thu Apr 23 17:42:52 2026] GET /v2.0/security-group-rules?security_group_id=7e818708-3a12-4bf0-84be-db30e9052b27 => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2871] 199.19.213.236 () {32 vars in 789 bytes} [Thu Apr 23 17:42:53 2026] DELETE /v2.0/security-group-rules/1600dfd5-7143-45af-bd5d-43bd4f2f0428 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2872] 199.19.213.236 () {32 vars in 789 bytes} [Thu Apr 23 17:42:53 2026] DELETE /v2.0/security-group-rules/745ce974-4a6a-4687-be7d-f72ed3f18e36 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:42:56.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-433e5b6d-b217-42e1-a1f1-70a67aa66957 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: d0442f91-c28f-457a-bcd4-7dd6bd7d4ca8 2026-04-23 17:42:56.908 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-433e5b6d-b217-42e1-a1f1-70a67aa66957 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: d0442f91-c28f-457a-bcd4-7dd6bd7d4ca8 2026-04-23 17:42:57.088 8 INFO neutron.db.l3_db [None req-433e5b6d-b217-42e1-a1f1-70a67aa66957 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Floating IP 19dfe6f0-82fc-4518-b3e1-4f43de702909 disassociated (deleted). External IP: 10.96.250.205, port: 73641069-3eee-409c-ad6b-c9feab2c151b. [pid: 8|app: 0|req: 1355/2873] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:42:56 2026] DELETE /v2.0/floatingips/19dfe6f0-82fc-4518-b3e1-4f43de702909 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:42:57.419 7 INFO neutron.api.v2.resource [None req-d4d5710d-5fb5-47ae-8e5a-15d43d04e91d fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1519/2874] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:42:57 2026] GET /v2.0/floatingips/19dfe6f0-82fc-4518-b3e1-4f43de702909 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2875] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:42:58 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: 1520/2876] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:42:58 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: 1357/2877] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:42:58 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: 1521/2878] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:42:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:42:58.744 8 INFO neutron.api.v2.resource [None req-ec38ff62-3413-40c6-be23-33dee98e15eb 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1358/2879] 199.19.213.236 () {30 vars in 763 bytes} [Thu Apr 23 17:42:58 2026] GET /v2.0/security-groups/lb-32f509b2-5fc8-4ef2-98db-6b7662614555 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2880] 199.19.213.236 () {30 vars in 785 bytes} [Thu Apr 23 17:42:58 2026] GET /v2.0/security-groups?name=lb-32f509b2-5fc8-4ef2-98db-6b7662614555 => generated 1637 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2881] 199.19.213.236 () {30 vars in 815 bytes} [Thu Apr 23 17:42:58 2026] GET /v2.0/security-group-rules?security_group_id=7e818708-3a12-4bf0-84be-db30e9052b27 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2882] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:42: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: 8|app: 0|req: 1360/2883] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:42:58 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: 1524/2884] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:42: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: 1361/2885] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:42: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) [pid: 7|app: 0|req: 1525/2886] 199.19.213.236 () {30 vars in 741 bytes} [Thu Apr 23 17:42:58 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 674 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2887] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:59 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2888] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:59 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2889] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:42:59 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 2586 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2890] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:43:00 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2893] 199.19.213.236 () {34 vars in 975 bytes} [Thu Apr 23 17:43:01 2026] GET /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2894] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:43:01 2026] GET /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2895] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:43:01 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2896] 199.19.213.236 () {34 vars in 1016 bytes} [Thu Apr 23 17:43:01 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2897] 199.19.213.236 () {38 vars in 1028 bytes} [Thu Apr 23 17:43:01 2026] PUT /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1151 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2898] 199.19.213.236 () {30 vars in 769 bytes} [Thu Apr 23 17:43:02 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 1244 bytes in 35 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: 1368/2899] 199.19.213.236 () {34 vars in 789 bytes} [Thu Apr 23 17:43:02 2026] PUT /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1090 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2900] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:43:02 2026] GET /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 1090 bytes in 36 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 17:43:02.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-36fdfe77-88db-4e03-8666-a46641bbf803 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: fb9dadbe-157d-49d3-8aef-1fc77877a70e 2026-04-23 17:43:02.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36fdfe77-88db-4e03-8666-a46641bbf803 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: fb9dadbe-157d-49d3-8aef-1fc77877a70e [pid: 8|app: 0|req: 1369/2901] 199.19.213.236 () {32 vars in 759 bytes} [Thu Apr 23 17:43:02 2026] DELETE /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2902] 199.19.213.236 () {30 vars in 703 bytes} [Thu Apr 23 17:43: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: 1370/2903] 199.19.213.236 () {30 vars in 705 bytes} [Thu Apr 23 17:43:03 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: 1534/2904] 199.19.213.236 () {30 vars in 681 bytes} [Thu Apr 23 17:43: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: 1371/2905] 199.19.213.236 () {30 vars in 717 bytes} [Thu Apr 23 17:43: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) 2026-04-23 17:43:03.139 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97135851-33eb-4eb6-a001-eb8e6581e928 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/2906] 199.19.213.236 () {32 vars in 759 bytes} [Thu Apr 23 17:43:03 2026] DELETE /v2.0/ports/fb9dadbe-157d-49d3-8aef-1fc77877a70e => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2907] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:43:03 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:43:03.217 8 INFO neutron.api.v2.resource [None req-a384df90-ca51-4156-95e2-8330409408f5 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1373/2908] 199.19.213.236 () {30 vars in 763 bytes} [Thu Apr 23 17:43:03 2026] GET /v2.0/security-groups/lb-32f509b2-5fc8-4ef2-98db-6b7662614555 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2909] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:43:03 2026] GET /v2.0/ports?tenant_id=5e9bb4bd47ba46b598bfe83ef8324ea3&device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2910] 199.19.213.236 () {30 vars in 785 bytes} [Thu Apr 23 17:43:03 2026] GET /v2.0/security-groups?name=lb-32f509b2-5fc8-4ef2-98db-6b7662614555 => generated 1637 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2911] 199.19.213.236 () {34 vars in 1066 bytes} [Thu Apr 23 17:43:03 2026] GET /v2.0/networks?id=9a1fa3ea-52a2-4163-973d-d34f026cbe34&id=fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 1524 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2912] 199.19.213.236 () {30 vars in 737 bytes} [Thu Apr 23 17:43:03 2026] GET /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => 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: 1538/2913] 199.19.213.236 () {34 vars in 1060 bytes} [Thu Apr 23 17:43:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.38&port_id=4454a867-5c20-4a0b-b1f8-e8928a6c5025 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2914] 199.19.213.236 () {34 vars in 984 bytes} [Thu Apr 23 17:43:03 2026] GET /v2.0/subnets?id=b0a4a99f-234e-4b0b-b9b6-fd746e7f3082 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2915] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:43:03 2026] GET /v2.0/ports?network_id=9a1fa3ea-52a2-4163-973d-d34f026cbe34&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2916] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:43:03 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?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: 1542/2917] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:43:03 2026] GET /v2.0/networks/9a1fa3ea-52a2-4163-973d-d34f026cbe34?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2918] 199.19.213.236 () {34 vars in 789 bytes} [Thu Apr 23 17:43:03 2026] PUT /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => generated 1094 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2919] 199.19.213.236 () {32 vars in 779 bytes} [Thu Apr 23 17:43:03 2026] DELETE /v2.0/security-groups/7e818708-3a12-4bf0-84be-db30e9052b27 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:03.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6afe51a-1105-43cc-8a7e-f79aa9e2849f 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 73641069-3eee-409c-ad6b-c9feab2c151b 2026-04-23 17:43:03.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6afe51a-1105-43cc-8a7e-f79aa9e2849f 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 73641069-3eee-409c-ad6b-c9feab2c151b [pid: 8|app: 0|req: 1377/2920] 199.19.213.236 () {32 vars in 759 bytes} [Thu Apr 23 17:43:03 2026] DELETE /v2.0/ports/73641069-3eee-409c-ad6b-c9feab2c151b => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2921] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:43:06 2026] GET /v2.0/ports?device_id=5e203a35-9d30-41b3-abfb-7fa7de0a4bdb => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:43:06.928 8 INFO neutron_taas.services.taas.taas_plugin [req-bfd176a3-5d30-4e31-8f2e-1fa2b0124ff6 req-78d66fcd-7762-4c59-8dc6-34d8a0fd66b5 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] TaaS: Handle Delete Port: 4454a867-5c20-4a0b-b1f8-e8928a6c5025 2026-04-23 17:43:06.931 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bfd176a3-5d30-4e31-8f2e-1fa2b0124ff6 req-78d66fcd-7762-4c59-8dc6-34d8a0fd66b5 40f4e888e6dc48ba847cce16b6cab602 5e9bb4bd47ba46b598bfe83ef8324ea3 - - default default] Tap Mirror: Handle Delete Port: 4454a867-5c20-4a0b-b1f8-e8928a6c5025 [pid: 8|app: 0|req: 1378/2922] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:43:06 2026] DELETE /v2.0/ports/4454a867-5c20-4a0b-b1f8-e8928a6c5025 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:43:07.125 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f21ce0fa-072c-4308-85c0-54f0a2788b82'] response: {'server_uuid': '5e203a35-9d30-41b3-abfb-7fa7de0a4bdb', 'name': 'network-vif-deleted', 'tag': '4454a867-5c20-4a0b-b1f8-e8928a6c5025', 'status': 'completed', 'code': 200} 2026-04-23 17:43:07.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-7dfaf400-b994-4ce6-9013-3853f4186347 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: 0ab63076-0dc7-4460-9308-2948acf38a54 2026-04-23 17:43:07.789 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dfaf400-b994-4ce6-9013-3853f4186347 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: 0ab63076-0dc7-4460-9308-2948acf38a54 2026-04-23 17:43:08.017 7 INFO neutron.db.l3_db [None req-7dfaf400-b994-4ce6-9013-3853f4186347 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Floating IP 036a0d88-0f6b-4abf-b15e-4bec1b5ae6ef disassociated (deleted). External IP: 10.96.250.209, port: 643801d2-d812-486a-b678-01fc1eb39b0b. [pid: 7|app: 0|req: 1545/2923] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:43:07 2026] DELETE /v2.0/floatingips/036a0d88-0f6b-4abf-b15e-4bec1b5ae6ef => generated 0 bytes in 764 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:08.428 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-add14845-face-4abb-9664-58af427c5a03'] response: {'name': 'network-changed', 'server_uuid': '3a295793-c7f0-42c4-9028-7713850c5c7b', 'tag': '643801d2-d812-486a-b678-01fc1eb39b0b', 'status': 'completed', 'code': 200} 2026-04-23 17:43:08.435 8 INFO neutron.api.v2.resource [None req-3b2657de-0b8b-4b47-9992-ccc8faa28002 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1379/2924] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:43:08 2026] GET /v2.0/floatingips/036a0d88-0f6b-4abf-b15e-4bec1b5ae6ef => generated 144 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2925] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:43:08 2026] GET /v2.0/ports?device_id=3a295793-c7f0-42c4-9028-7713850c5c7b => generated 1196 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2926] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:43:08 2026] GET /v2.0/security-groups?id=c102576a-4990-4d3c-aeab-9eace3613bf0&fields=id&fields=name => generated 111 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2927] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:43:08 2026] GET /v2.0/ports?tenant_id=198cff84b76f451abadac64928680288&device_id=3a295793-c7f0-42c4-9028-7713850c5c7b => generated 1465 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2928] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:43:09 2026] GET /v2.0/networks?id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2929] 199.19.213.236 () {34 vars in 1056 bytes} [Thu Apr 23 17:43:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.15&port_id=643801d2-d812-486a-b678-01fc1eb39b0b => 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: 1382/2930] 199.19.213.236 () {34 vars in 1104 bytes} [Thu Apr 23 17:43:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A48&port_id=643801d2-d812-486a-b678-01fc1eb39b0b => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2931] 199.19.213.236 () {34 vars in 1064 bytes} [Thu Apr 23 17:43:09 2026] GET /v2.0/subnets?id=4b76ee63-7463-4138-9916-c1946ddd0c2d&id=3f278767-2648-4efb-9c61-5e0cc3a91de0 => generated 1415 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2932] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:43:09 2026] GET /v2.0/ports?network_id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2933] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:43:09 2026] GET /v2.0/ports?network_id=454ddafd-de13-4cc9-a5f6-0a8aa07d8863&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: 1384/2934] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:43:09 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2935] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:43:09 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863?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: 1385/2936] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:43:11 2026] GET /v2.0/ports?device_id=3a295793-c7f0-42c4-9028-7713850c5c7b => generated 1194 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:43:11.228 7 INFO neutron_taas.services.taas.taas_plugin [req-e4e75905-01d7-486a-bd79-8d7675d08826 req-61384a03-0008-4dae-a3e3-751d6a7a236b fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: 643801d2-d812-486a-b678-01fc1eb39b0b 2026-04-23 17:43:11.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e4e75905-01d7-486a-bd79-8d7675d08826 req-61384a03-0008-4dae-a3e3-751d6a7a236b fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: 643801d2-d812-486a-b678-01fc1eb39b0b [pid: 7|app: 0|req: 1552/2937] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:43:11 2026] DELETE /v2.0/ports/643801d2-d812-486a-b678-01fc1eb39b0b => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:43:11.423 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-afae423a-8bf6-45d1-9e85-01f5316e5a3b'] response: {'server_uuid': '3a295793-c7f0-42c4-9028-7713850c5c7b', 'name': 'network-vif-deleted', 'tag': '643801d2-d812-486a-b678-01fc1eb39b0b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1386/2938] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:43:13 2026] GET /v2.0/ports?device_id=3a295793-c7f0-42c4-9028-7713850c5c7b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:43:19.088 8 INFO neutron_taas.services.taas.taas_plugin [None req-98d40bf1-3aa0-4dfe-9ffb-92c87968d64e fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: 14316ca9-07d7-42dc-9616-a2fe07043efb 2026-04-23 17:43:19.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98d40bf1-3aa0-4dfe-9ffb-92c87968d64e fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: 14316ca9-07d7-42dc-9616-a2fe07043efb 2026-04-23 17:43:19.275 8 INFO neutron.db.l3_db [None req-98d40bf1-3aa0-4dfe-9ffb-92c87968d64e fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Floating IP 6f472bf8-e6f5-42f2-9fb0-3f5fbc36f37e disassociated (deleted). External IP: 10.96.250.220, port: 3d24279d-a44b-46a4-8873-1b97d0b9774e. [pid: 8|app: 0|req: 1388/2941] 10.0.0.254 () {32 vars in 732 bytes} [Thu Apr 23 17:43:18 2026] DELETE /v2.0/floatingips/6f472bf8-e6f5-42f2-9fb0-3f5fbc36f37e => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:19.601 7 INFO neutron.api.v2.resource [None req-dbbdf2f4-8815-419c-aebe-355d95a3b0fa fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/2942] 10.0.0.254 () {32 vars in 729 bytes} [Thu Apr 23 17:43:19 2026] GET /v2.0/floatingips/6f472bf8-e6f5-42f2-9fb0-3f5fbc36f37e => generated 144 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:43:19.628 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b97150f-dec2-47b6-ae2c-9aaa386fd933'] response: {'name': 'network-changed', 'server_uuid': 'a4af5b59-f94a-4c03-8333-f178c0ab6f88', 'tag': '3d24279d-a44b-46a4-8873-1b97d0b9774e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1389/2943] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:43:19 2026] GET /v2.0/ports?device_id=a4af5b59-f94a-4c03-8333-f178c0ab6f88 => generated 1192 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2944] 10.0.0.235 () {34 vars in 1040 bytes} [Thu Apr 23 17:43:19 2026] GET /v2.0/security-groups?id=c102576a-4990-4d3c-aeab-9eace3613bf0&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2945] 199.19.213.236 () {34 vars in 1080 bytes} [Thu Apr 23 17:43:20 2026] GET /v2.0/ports?tenant_id=198cff84b76f451abadac64928680288&device_id=a4af5b59-f94a-4c03-8333-f178c0ab6f88 => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2946] 199.19.213.236 () {34 vars in 986 bytes} [Thu Apr 23 17:43:20 2026] GET /v2.0/networks?id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2947] 199.19.213.236 () {34 vars in 1058 bytes} [Thu Apr 23 17:43:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.143&port_id=3d24279d-a44b-46a4-8873-1b97d0b9774e => 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: 1557/2948] 199.19.213.236 () {34 vars in 1100 bytes} [Thu Apr 23 17:43:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9&port_id=3d24279d-a44b-46a4-8873-1b97d0b9774e => 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: 1392/2949] 199.19.213.236 () {34 vars in 1064 bytes} [Thu Apr 23 17:43:20 2026] GET /v2.0/subnets?id=c35fb918-ae36-4393-803f-907e276991e9&id=232af49b-539c-47c2-988b-ffb5c55b51db => 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: 1558/2950] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:43:20 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2951] 199.19.213.236 () {34 vars in 1052 bytes} [Thu Apr 23 17:43:20 2026] GET /v2.0/ports?network_id=4d5a4b69-1be8-491a-a1d8-a7d12eea09dc&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/2952] 199.19.213.236 () {34 vars in 1012 bytes} [Thu Apr 23 17:43:20 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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: 1394/2953] 199.19.213.236 () {34 vars in 1112 bytes} [Thu Apr 23 17:43:20 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc?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) [pid: 7|app: 0|req: 1560/2954] 199.19.213.236 () {34 vars in 994 bytes} [Thu Apr 23 17:43:22 2026] GET /v2.0/ports?device_id=a4af5b59-f94a-4c03-8333-f178c0ab6f88 => generated 1192 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:43:22.395 8 INFO neutron_taas.services.taas.taas_plugin [req-19207176-8b17-4d9e-a936-d65e39366815 req-9051d5d0-e790-4092-859a-9da91c29e378 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: 3d24279d-a44b-46a4-8873-1b97d0b9774e 2026-04-23 17:43:22.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-19207176-8b17-4d9e-a936-d65e39366815 req-9051d5d0-e790-4092-859a-9da91c29e378 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: 3d24279d-a44b-46a4-8873-1b97d0b9774e [pid: 8|app: 0|req: 1395/2955] 199.19.213.236 () {36 vars in 997 bytes} [Thu Apr 23 17:43:22 2026] DELETE /v2.0/ports/3d24279d-a44b-46a4-8873-1b97d0b9774e => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:43:22.604 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d45bd869-8147-4024-bc67-1ecc6a129caf'] response: {'server_uuid': 'a4af5b59-f94a-4c03-8333-f178c0ab6f88', 'name': 'network-vif-deleted', 'tag': '3d24279d-a44b-46a4-8873-1b97d0b9774e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1561/2956] 10.0.0.235 () {34 vars in 990 bytes} [Thu Apr 23 17:43:24 2026] GET /v2.0/ports?device_id=a4af5b59-f94a-4c03-8333-f178c0ab6f88 => 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: 1396/2957] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:43:30 2026] DELETE /v2.0/security-group-rules/053451da-abca-400d-9b03-1439844aae3f => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:30.147 7 INFO neutron.api.v2.resource [None req-33776a15-869a-4c25-aaa7-ca8b5afe05e1 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1562/2958] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:43:30 2026] GET /v2.0/security-group-rules/053451da-abca-400d-9b03-1439844aae3f => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2959] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:43:30 2026] DELETE /v2.0/security-group-rules/299cc404-b4e4-4283-9a81-5c272c942762 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:30.239 7 INFO neutron.api.v2.resource [None req-e6e08c30-15ec-495f-8726-003b4c8518f6 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1563/2960] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:43:30 2026] GET /v2.0/security-group-rules/299cc404-b4e4-4283-9a81-5c272c942762 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2961] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:43:30 2026] DELETE /v2.0/security-group-rules/5a121863-2a99-499e-bcfc-3f628875c1df => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:30.336 7 INFO neutron.api.v2.resource [None req-02e04926-2c3f-447c-b9e0-989646b8fd3e fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/2962] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:43:30 2026] GET /v2.0/security-group-rules/5a121863-2a99-499e-bcfc-3f628875c1df => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2963] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:43:30 2026] DELETE /v2.0/security-group-rules/ddb803cd-2ede-47cc-9163-ececeeb705ed => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:30.430 7 INFO neutron.api.v2.resource [None req-147031a9-2e3b-4423-bb24-8ddc0dcc390f fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/2964] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:43:30 2026] GET /v2.0/security-group-rules/ddb803cd-2ede-47cc-9163-ececeeb705ed => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2965] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:43:30 2026] DELETE /v2.0/security-group-rules/658fd4bc-dc9b-4702-8957-d2d80f8a7816 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:30.521 7 INFO neutron.api.v2.resource [None req-54bc642d-af47-404d-90ac-fd4a3947c0ed fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1566/2966] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:43:30 2026] GET /v2.0/security-group-rules/658fd4bc-dc9b-4702-8957-d2d80f8a7816 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2969] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:43:30 2026] DELETE /v2.0/security-group-rules/891afecb-3e0f-43e2-820c-7e9a51c46e82 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:30.621 7 INFO neutron.api.v2.resource [None req-d5ce9bb9-7981-40e4-bb03-e6359b430b32 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/2970] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:43:30 2026] GET /v2.0/security-group-rules/891afecb-3e0f-43e2-820c-7e9a51c46e82 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2971] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:43:30 2026] DELETE /v2.0/security-group-rules/6be307ba-1433-49f2-b36c-a4ef35d06bc3 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:30.707 7 INFO neutron.api.v2.resource [None req-3fe96709-6956-4d4e-9cc9-10867659f15f fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1570/2972] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:43:30 2026] GET /v2.0/security-group-rules/6be307ba-1433-49f2-b36c-a4ef35d06bc3 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2973] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:43:30 2026] DELETE /v2.0/security-group-rules/c86536a2-4154-4d42-9465-0ed580d00051 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:30.778 7 INFO neutron.api.v2.resource [None req-71ccbc25-b325-47f7-93ab-bc5c706a051e fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/2974] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:43:30 2026] GET /v2.0/security-group-rules/c86536a2-4154-4d42-9465-0ed580d00051 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2975] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:43:30 2026] DELETE /v2.0/security-group-rules/738a0daa-26ee-40a1-ba3b-7a5379c45d13 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:30.860 7 INFO neutron.api.v2.resource [None req-f72bcfbe-45a2-43c9-9640-593746c73740 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/2976] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:43:30 2026] GET /v2.0/security-group-rules/738a0daa-26ee-40a1-ba3b-7a5379c45d13 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2977] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:43:30 2026] DELETE /v2.0/security-group-rules/3388e041-cae8-49f9-b71b-121a3f5be7ab => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:30.962 7 INFO neutron.api.v2.resource [None req-db643cbf-52aa-42ca-98a9-c8dc1b8bbbca fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/2978] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:43:30 2026] GET /v2.0/security-group-rules/3388e041-cae8-49f9-b71b-121a3f5be7ab => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2979] 10.0.0.254 () {32 vars in 750 bytes} [Thu Apr 23 17:43:30 2026] DELETE /v2.0/security-group-rules/00dc62b7-a5d9-4385-8424-1abdbb9458ba => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:31.049 7 INFO neutron.api.v2.resource [None req-d6f18fbe-b5bf-4e52-8212-c8f9496b29a9 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/2980] 10.0.0.254 () {32 vars in 747 bytes} [Thu Apr 23 17:43:31 2026] GET /v2.0/security-group-rules/00dc62b7-a5d9-4385-8424-1abdbb9458ba => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2981] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:43:31 2026] DELETE /v2.0/security-groups/c102576a-4990-4d3c-aeab-9eace3613bf0 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:31.151 7 INFO neutron.api.v2.resource [None req-583b79b2-6167-4bba-8984-aeeaaedc9f52 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/2982] 10.0.0.254 () {32 vars in 737 bytes} [Thu Apr 23 17:43:31 2026] GET /v2.0/security-groups/c102576a-4990-4d3c-aeab-9eace3613bf0 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:43:31.579 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ef6c370-20fe-4738-a356-30ea1bbc063c fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: 96631f55-490f-4667-ac3e-79ef22677200 2026-04-23 17:43:31.582 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ef6c370-20fe-4738-a356-30ea1bbc063c fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: 96631f55-490f-4667-ac3e-79ef22677200 [pid: 8|app: 0|req: 1408/2983] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:43:31 2026] PUT /v2.0/routers/780047ca-f2d9-47e3-9a08-9f3df4450838/remove_router_interface => generated 309 bytes in 835 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:43:32.193 7 INFO neutron.api.v2.resource [None req-b1f43821-ca25-4872-8beb-424852602c3a fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/2984] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:43:32 2026] PUT /v2.0/routers/780047ca-f2d9-47e3-9a08-9f3df4450838/remove_router_interface => generated 198 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:43:32.549 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb8f711e-6e0d-46e9-8d3f-a87b046734b0 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: bf64953e-7dbf-4be3-888e-1d2dfacf8e18 2026-04-23 17:43:32.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb8f711e-6e0d-46e9-8d3f-a87b046734b0 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: bf64953e-7dbf-4be3-888e-1d2dfacf8e18 [pid: 8|app: 0|req: 1409/2985] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:43:32 2026] PUT /v2.0/routers/780047ca-f2d9-47e3-9a08-9f3df4450838/remove_router_interface => generated 309 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:43:33.289 7 INFO neutron.api.v2.resource [None req-8142bcc8-26a4-4e3e-8210-43a8018d69ae fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/2986] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:43:33 2026] PUT /v2.0/routers/780047ca-f2d9-47e3-9a08-9f3df4450838/remove_router_interface => generated 198 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:43:33.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c0d30bc-c6b5-48c9-ab3e-39b53789fcbd fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: c5c9f514-f882-42b8-bb66-17aab0ad248e 2026-04-23 17:43:33.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c0d30bc-c6b5-48c9-ab3e-39b53789fcbd fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: c5c9f514-f882-42b8-bb66-17aab0ad248e [pid: 8|app: 0|req: 1410/2987] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:43:33 2026] PUT /v2.0/routers/780047ca-f2d9-47e3-9a08-9f3df4450838/remove_router_interface => generated 309 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:43:34.373 7 INFO neutron.api.v2.resource [None req-cce0480e-31f1-4641-ba11-94512d317493 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/2988] 10.0.0.254 () {34 vars in 789 bytes} [Thu Apr 23 17:43:34 2026] PUT /v2.0/routers/780047ca-f2d9-47e3-9a08-9f3df4450838/remove_router_interface => generated 198 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:43:34.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-55577554-fc9e-4cf7-8f63-80a96f903b80 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: 7e9ab7fc-0d25-491b-ace4-8d7cbf31bac6 2026-04-23 17:43:34.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55577554-fc9e-4cf7-8f63-80a96f903b80 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: 7e9ab7fc-0d25-491b-ace4-8d7cbf31bac6 2026-04-23 17:43:34.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-55577554-fc9e-4cf7-8f63-80a96f903b80 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: 6c715dc1-80f7-44d6-90f1-2a53b4ec45d1 2026-04-23 17:43:34.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55577554-fc9e-4cf7-8f63-80a96f903b80 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: 6c715dc1-80f7-44d6-90f1-2a53b4ec45d1 2026-04-23 17:43:35.208 8 INFO neutron.services.segments.plugin [-] Segment 8f82e383-4036-4b7c-8abc-fbd72d8ae488 resource provider aggregate not found 2026-04-23 17:43:35.209 8 INFO neutron.services.segments.plugin [-] Segment 8f82e383-4036-4b7c-8abc-fbd72d8ae488 resource provider aggregate not found 2026-04-23 17:43:35.230 8 INFO neutron.services.segments.plugin [-] Segment 8f82e383-4036-4b7c-8abc-fbd72d8ae488 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f82e383-4036-4b7c-8abc-fbd72d8ae488 found for delete ", "request_id": "req-f9066b43-378a-4a69-878b-6299fb6a75bb"}]} 2026-04-23 17:43:35.232 8 INFO neutron.db.l3_hamode_db [None req-55577554-fc9e-4cf7-8f63-80a96f903b80 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] HA network 94e5f75f-6da2-4f39-b873-68c70d6b96d2 was deleted as no HA routers are present in tenant 198cff84b76f451abadac64928680288. 2026-04-23 17:43:35.240 8 INFO neutron.services.segments.plugin [-] Segment 8f82e383-4036-4b7c-8abc-fbd72d8ae488 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f82e383-4036-4b7c-8abc-fbd72d8ae488 found for delete ", "request_id": "req-cb11a432-7d41-42d8-a0ee-ec805b053534"}]} [pid: 8|app: 0|req: 1411/2989] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:43:34 2026] DELETE /v2.0/routers/780047ca-f2d9-47e3-9a08-9f3df4450838 => generated 0 bytes in 863 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:43:35.274 7 INFO neutron.api.v2.resource [None req-c4b5f1c9-77f7-41b3-a285-4d688b754ad4 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/2990] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:43:35 2026] GET /v2.0/routers/780047ca-f2d9-47e3-9a08-9f3df4450838 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2991] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:43:35 2026] DELETE /v2.0/subnets/4b76ee63-7463-4138-9916-c1946ddd0c2d => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:43:35.457 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b9d89d3-c2a2-4f14-9efb-46fb86dc6529 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/2992] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:43:35 2026] GET /v2.0/subnets/4b76ee63-7463-4138-9916-c1946ddd0c2d => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2993] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:43:35 2026] DELETE /v2.0/subnets/3f278767-2648-4efb-9c61-5e0cc3a91de0 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:43:35.638 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09796287-5dde-46ef-a256-99c9241b557b fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/2994] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:43:35 2026] GET /v2.0/subnets/3f278767-2648-4efb-9c61-5e0cc3a91de0 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:43:35.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-a56fd2ae-5b8d-4c41-a10a-d0b7d79d14a5 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: 2fc47f2c-20cd-4753-a7cb-efbb464a8901 2026-04-23 17:43:35.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a56fd2ae-5b8d-4c41-a10a-d0b7d79d14a5 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: 2fc47f2c-20cd-4753-a7cb-efbb464a8901 [pid: 8|app: 0|req: 1414/2995] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:43:35 2026] DELETE /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:43:35.927 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1930ebac-de8f-44d6-ac2a-6290ccb495f3 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/2996] 10.0.0.254 () {32 vars in 723 bytes} [Thu Apr 23 17:43:35 2026] GET /v2.0/networks/454ddafd-de13-4cc9-a5f6-0a8aa07d8863 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2997] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:43:35 2026] DELETE /v2.0/subnets/232af49b-539c-47c2-988b-ffb5c55b51db => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:43:36.086 7 INFO neutron.pecan_wsgi.hooks.translation [None req-25f7acc9-a0ef-4409-9464-88d530d5cd2a fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/2998] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:43:36 2026] GET /v2.0/subnets/232af49b-539c-47c2-988b-ffb5c55b51db => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2999] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:43:36 2026] DELETE /v2.0/subnets/c35fb918-ae36-4393-803f-907e276991e9 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:43:36.256 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d0a1236e-f7ed-427f-943c-71b274aeeac4 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3000] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:43:36 2026] GET /v2.0/subnets/c35fb918-ae36-4393-803f-907e276991e9 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:43:36.352 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a64423f-800c-488e-8168-90fa4b89b9b3 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: 814027ff-e711-4eb9-b0e2-6ab12f93d4a4 2026-04-23 17:43:36.355 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a64423f-800c-488e-8168-90fa4b89b9b3 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: 814027ff-e711-4eb9-b0e2-6ab12f93d4a4 [pid: 8|app: 0|req: 1417/3001] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:43:36 2026] DELETE /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:43:36.584 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30c03107-37dc-43fe-aa57-ba0b51122f72 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3002] 10.0.0.254 () {32 vars in 723 bytes} [Thu Apr 23 17:43:36 2026] GET /v2.0/networks/4d5a4b69-1be8-491a-a1d8-a7d12eea09dc => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/3003] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:43:36 2026] DELETE /v2.0/subnets/efcdb740-82c3-449d-8838-9bbfa069118d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:43:36.766 7 INFO neutron.pecan_wsgi.hooks.translation [None req-78cf885e-c3d2-412c-9746-8cc010c4d7c8 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3004] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:43:36 2026] GET /v2.0/subnets/efcdb740-82c3-449d-8838-9bbfa069118d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/3005] 10.0.0.254 () {32 vars in 724 bytes} [Thu Apr 23 17:43:36 2026] DELETE /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:43:36.932 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8b85347-b2c1-40dd-a728-ebb51be6f460 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3006] 10.0.0.254 () {32 vars in 721 bytes} [Thu Apr 23 17:43:36 2026] GET /v2.0/subnets/b4b1043c-3717-42cd-986c-e50915a44b4e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:43:37.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-6dd9c9f0-1c51-4bc0-a79e-16d127914b15 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] TaaS: Handle Delete Port: d333bd82-4868-45c9-8f39-69625b84439c 2026-04-23 17:43:37.008 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dd9c9f0-1c51-4bc0-a79e-16d127914b15 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] Tap Mirror: Handle Delete Port: d333bd82-4868-45c9-8f39-69625b84439c [pid: 8|app: 0|req: 1420/3007] 10.0.0.254 () {32 vars in 726 bytes} [Thu Apr 23 17:43:36 2026] DELETE /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:43:37.172 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b661621-1043-4795-931d-90b3c6ed2db7 fe59446bb7324ffa9a2e758b592b500e 198cff84b76f451abadac64928680288 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3008] 10.0.0.254 () {32 vars in 723 bytes} [Thu Apr 23 17:43:37 2026] GET /v2.0/networks/fc6b2b43-f16e-4426-b2ce-e516134fc11e => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:43:37.257 8 INFO neutron.services.segments.plugin [-] Segment e7c9d20e-bce7-4bc7-a810-61b33448ba33 resource provider aggregate not found 2026-04-23 17:43:37.261 8 INFO neutron.services.segments.plugin [-] Segment e7c9d20e-bce7-4bc7-a810-61b33448ba33 resource provider aggregate not found 2026-04-23 17:43:37.274 8 INFO neutron.services.segments.plugin [-] Segment e7c9d20e-bce7-4bc7-a810-61b33448ba33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7c9d20e-bce7-4bc7-a810-61b33448ba33 found for delete ", "request_id": "req-ee8476c2-a0ed-4ff1-aca5-758c7fccc91b"}]} 2026-04-23 17:43:37.281 8 INFO neutron.services.segments.plugin [-] Segment e7c9d20e-bce7-4bc7-a810-61b33448ba33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7c9d20e-bce7-4bc7-a810-61b33448ba33 found for delete ", "request_id": "req-3d6c29d0-6bc8-4e6d-b64b-7815eaf5c3e4"}]} 2026-04-23 17:43:37.293 8 INFO neutron.services.segments.plugin [-] Segment d7050d6e-c366-4552-8819-83d820f6da2d resource provider aggregate not found 2026-04-23 17:43:37.298 8 INFO neutron.services.segments.plugin [-] Segment d7050d6e-c366-4552-8819-83d820f6da2d resource provider aggregate not found 2026-04-23 17:43:37.311 8 INFO neutron.services.segments.plugin [-] Segment d7050d6e-c366-4552-8819-83d820f6da2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7050d6e-c366-4552-8819-83d820f6da2d found for delete ", "request_id": "req-8a107010-223f-40e0-b339-b720b97a807b"}]} 2026-04-23 17:43:37.316 8 INFO neutron.services.segments.plugin [-] Segment d7050d6e-c366-4552-8819-83d820f6da2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7050d6e-c366-4552-8819-83d820f6da2d found for delete ", "request_id": "req-dab27d0e-c231-4768-b397-e851050fcbba"}]} 2026-04-23 17:43:37.330 8 INFO neutron.services.segments.plugin [-] Segment 4cb681e4-294e-4e9d-a0f9-5f0b28216079 resource provider aggregate not found 2026-04-23 17:43:37.335 8 INFO neutron.services.segments.plugin [-] Segment 4cb681e4-294e-4e9d-a0f9-5f0b28216079 resource provider aggregate not found 2026-04-23 17:43:37.350 8 INFO neutron.services.segments.plugin [-] Segment 4cb681e4-294e-4e9d-a0f9-5f0b28216079 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cb681e4-294e-4e9d-a0f9-5f0b28216079 found for delete ", "request_id": "req-bd9cd616-9eba-4951-b05a-2b15d60b1a48"}]} 2026-04-23 17:43:37.351 8 INFO neutron.services.segments.plugin [-] Segment 4cb681e4-294e-4e9d-a0f9-5f0b28216079 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cb681e4-294e-4e9d-a0f9-5f0b28216079 found for delete ", "request_id": "req-f297111c-2fe8-471b-97d9-f6220ebcf86f"}]} [pid: 8|app: 0|req: 1421/3009] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:43:39 2026] GET /v2.0/security-groups?tenant_id=0ef6584100bd4c09bc7b68e0ec9ddef4&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3010] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:43:39 2026] DELETE /v2.0/security-groups/d4e9e276-6641-4a80-98e5-929ae8e47eb1 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/3011] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:43:39 2026] GET /v2.0/security-groups?tenant_id=d3f4254ca9f04a049782140cda022a66&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3012] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:43:39 2026] DELETE /v2.0/security-groups/dabbcd3f-5dfe-4b0e-8f10-320a274ca8eb => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/3013] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:43:40 2026] GET /v2.0/security-groups?tenant_id=9523a889c55d470f8482cae4f8081fb5&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3014] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:43:40 2026] DELETE /v2.0/security-groups/2811c88d-441e-4fb4-9f1b-4bf1b491b96a => 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: 1424/3015] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:43:40 2026] GET /v2.0/security-groups?tenant_id=198cff84b76f451abadac64928680288&name=default => 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: 1592/3016] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:43:40 2026] DELETE /v2.0/security-groups/4cb7fdb4-18a9-49e6-9c07-50fba8f094f9 => 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: 1425/3017] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:43:40 2026] GET /v2.0/security-groups?tenant_id=f8e6a4b4d2a1405587dbdbceadb68622&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3018] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:43:40 2026] DELETE /v2.0/security-groups/b823ea10-d235-4e3c-95e0-e6b7da43f3c2 => 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: 1426/3019] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:43:41 2026] GET /v2.0/security-groups?tenant_id=52184dad188847c88fb86518b2c3ef62&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3020] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:43:41 2026] DELETE /v2.0/security-groups/dd9633c0-7907-472b-a5d5-aafa463ca4ce => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3021] 10.0.0.254 () {32 vars in 774 bytes} [Thu Apr 23 17:43:41 2026] GET /v2.0/security-groups?tenant_id=14e41f5a8f174f30b31c3bb609eecc9c&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3022] 10.0.0.254 () {32 vars in 740 bytes} [Thu Apr 23 17:43:41 2026] DELETE /v2.0/security-groups/9aeaf58f-763e-437f-a4ff-53ad18541314 => 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: 1428/3023] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:43:44 2026] GET /v2.0/networks => generated 2168 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3024] 10.0.0.254 () {32 vars in 655 bytes} [Thu Apr 23 17:43:45 2026] GET /v2.0/floatingips => 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: 1429/3025] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:43:45 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3026] 10.0.0.254 () {32 vars in 643 bytes} [Thu Apr 23 17:43:45 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3027] 10.0.0.254 () {32 vars in 647 bytes} [Thu Apr 23 17:43:45 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3028] 10.0.0.254 () {32 vars in 649 bytes} [Thu Apr 23 17:43:45 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/3031] 10.0.0.254 () {32 vars in 663 bytes} [Thu Apr 23 17:43:45 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3032] 10.0.0.254 () {32 vars in 655 bytes} [Thu Apr 23 17:43:45 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)