+ 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 Feb 26 22:17:42 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: neutron-server-6bb457c966-nkb7b 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 0x7fbd76a08668 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-02-26 22:17:47.095 8 INFO neutron.common.config [-] Logging enabled! 2026-02-26 22:17:47.095 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-02-26 22:17:47.226 7 INFO neutron.common.config [-] Logging enabled! 2026-02-26 22:17:47.227 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-02-26 22:17:47.527 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-26 22:17:47.628 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-26 22:17:49.069 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 22:17:49.072 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-26 22:17:49.076 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-26 22:17:49.077 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 22:17:49.077 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-26 22:17:49.077 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-26 22:17:49.077 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 22:17:49.085 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 22:17:49.085 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 22:17:49.085 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 22:17:49.107 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-26 22:17:49.108 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 22:17:49.108 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-26 22:17:49.136 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-26 22:17:49.136 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-26 22:17:49.136 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-26 22:17:49.136 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-26 22:17:49.171 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 22:17:49.174 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-26 22:17:49.178 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-26 22:17:49.179 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 22:17:49.179 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-26 22:17:49.179 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-26 22:17:49.180 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 22:17:49.187 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 22:17:49.187 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 22:17:49.187 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 22:17:49.209 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-26 22:17:49.210 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 22:17:49.210 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-26 22:17:49.236 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-26 22:17:49.236 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-26 22:17:49.236 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-26 22:17:49.237 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-26 22:17:49.427 8 INFO neutron.plugins.ml2.managers [None req-97ba48fe-c907-420b-83be-0abb850e6a4c - - - - - -] Initializing driver for type 'vlan' 2026-02-26 22:17:49.531 7 INFO neutron.plugins.ml2.managers [None req-8a61449d-9b45-428e-8f6d-e9316629309e - - - - - -] Initializing driver for type 'vlan' 2026-02-26 22:17:49.746 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-97ba48fe-c907-420b-83be-0abb850e6a4c - - - - - -] VlanTypeDriver initialization complete 2026-02-26 22:17:49.746 8 INFO neutron.plugins.ml2.managers [None req-97ba48fe-c907-420b-83be-0abb850e6a4c - - - - - -] Initializing driver for type 'vxlan' 2026-02-26 22:17:49.747 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-97ba48fe-c907-420b-83be-0abb850e6a4c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-26 22:17:49.760 8 INFO neutron.plugins.ml2.managers [None req-97ba48fe-c907-420b-83be-0abb850e6a4c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-26 22:17:49.761 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-97ba48fe-c907-420b-83be-0abb850e6a4c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-26 22:17:49.761 8 INFO neutron.plugins.ml2.managers [None req-97ba48fe-c907-420b-83be-0abb850e6a4c - - - - - -] Initializing extension driver 'port_security' 2026-02-26 22:17:49.761 8 INFO neutron.plugins.ml2.extensions.port_security [None req-97ba48fe-c907-420b-83be-0abb850e6a4c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-26 22:17:49.761 8 INFO neutron.plugins.ml2.managers [None req-97ba48fe-c907-420b-83be-0abb850e6a4c - - - - - -] Initializing extension driver 'qos' 2026-02-26 22:17:49.761 8 INFO neutron.plugins.ml2.managers [None req-97ba48fe-c907-420b-83be-0abb850e6a4c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-26 22:17:49.761 8 INFO neutron.plugins.ml2.managers [None req-97ba48fe-c907-420b-83be-0abb850e6a4c - - - - - -] Initializing mechanism driver 'l2population' 2026-02-26 22:17:49.775 8 INFO neutron.quota [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded quota_driver: . 2026-02-26 22:17:49.775 8 INFO neutron.plugins.ml2.plugin [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Modular L2 Plugin initialization complete 2026-02-26 22:17:49.775 8 INFO neutron.plugins.ml2.managers [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-26 22:17:49.776 8 INFO neutron.plugins.ml2.managers [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-26 22:17:49.776 8 INFO neutron.plugins.ml2.managers [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Got port-security extension from driver 'port_security' 2026-02-26 22:17:49.776 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: qos 2026-02-26 22:17:49.789 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: router 2026-02-26 22:17:49.829 8 INFO neutron.services.service_base [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-26 22:17:49.830 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: segments 2026-02-26 22:17:49.865 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8a61449d-9b45-428e-8f6d-e9316629309e - - - - - -] VlanTypeDriver initialization complete 2026-02-26 22:17:49.865 7 INFO neutron.plugins.ml2.managers [None req-8a61449d-9b45-428e-8f6d-e9316629309e - - - - - -] Initializing driver for type 'vxlan' 2026-02-26 22:17:49.865 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8a61449d-9b45-428e-8f6d-e9316629309e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-26 22:17:49.878 7 INFO neutron.plugins.ml2.managers [None req-8a61449d-9b45-428e-8f6d-e9316629309e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-26 22:17:49.879 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8a61449d-9b45-428e-8f6d-e9316629309e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-26 22:17:49.879 7 INFO neutron.plugins.ml2.managers [None req-8a61449d-9b45-428e-8f6d-e9316629309e - - - - - -] Initializing extension driver 'port_security' 2026-02-26 22:17:49.879 7 INFO neutron.plugins.ml2.extensions.port_security [None req-8a61449d-9b45-428e-8f6d-e9316629309e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-26 22:17:49.879 7 INFO neutron.plugins.ml2.managers [None req-8a61449d-9b45-428e-8f6d-e9316629309e - - - - - -] Initializing extension driver 'qos' 2026-02-26 22:17:49.879 7 INFO neutron.plugins.ml2.managers [None req-8a61449d-9b45-428e-8f6d-e9316629309e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-26 22:17:49.879 7 INFO neutron.plugins.ml2.managers [None req-8a61449d-9b45-428e-8f6d-e9316629309e - - - - - -] Initializing mechanism driver 'l2population' 2026-02-26 22:17:49.894 7 INFO neutron.quota [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded quota_driver: . 2026-02-26 22:17:49.895 7 INFO neutron.plugins.ml2.plugin [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Modular L2 Plugin initialization complete 2026-02-26 22:17:49.895 7 INFO neutron.plugins.ml2.managers [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-26 22:17:49.895 7 INFO neutron.plugins.ml2.managers [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-26 22:17:49.896 7 INFO neutron.plugins.ml2.managers [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Got port-security extension from driver 'port_security' 2026-02-26 22:17:49.896 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: qos 2026-02-26 22:17:49.909 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: router 2026-02-26 22:17:49.926 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: trunk 2026-02-26 22:17:49.941 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: vpnaas 2026-02-26 22:17:49.952 7 INFO neutron.services.service_base [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-26 22:17:49.952 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: segments 2026-02-26 22:17:49.978 8 WARNING stevedore.named [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 22:17:50.050 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: trunk 2026-02-26 22:17:50.064 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: vpnaas 2026-02-26 22:17:50.074 8 INFO neutron_vpnaas.services.vpn.plugin [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-26 22:17:50.075 8 INFO neutron.common.utils [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-26 22:17:50.075 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: taas 2026-02-26 22:17:50.102 7 WARNING stevedore.named [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 22:17:50.104 8 WARNING stevedore.named [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 22:17:50.104 8 WARNING stevedore.named [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 22:17:50.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-26 22:17:50.131 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: tapmirror 2026-02-26 22:17:50.143 8 WARNING stevedore.named [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 22:17:50.143 8 WARNING stevedore.named [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 22:17:50.160 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-26 22:17:50.160 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: auto_allocate 2026-02-26 22:17:50.167 7 INFO neutron_vpnaas.services.vpn.plugin [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-26 22:17:50.167 7 INFO neutron.common.utils [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-26 22:17:50.167 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: taas 2026-02-26 22:17:50.171 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: tag 2026-02-26 22:17:50.179 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: timestamp 2026-02-26 22:17:50.182 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: network_ip_availability 2026-02-26 22:17:50.186 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: flavors 2026-02-26 22:17:50.189 8 INFO neutron.manager [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loading Plugin: revisions 2026-02-26 22:17:50.193 7 WARNING stevedore.named [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 22:17:50.193 7 WARNING stevedore.named [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 22:17:50.193 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Initializing extension manager. 2026-02-26 22:17:50.194 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: address-group 2026-02-26 22:17:50.195 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: address-scope 2026-02-26 22:17:50.196 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-26 22:17:50.197 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: agent 2026-02-26 22:17:50.197 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: agent-resources-synced 2026-02-26 22:17:50.198 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: allowed-address-pairs 2026-02-26 22:17:50.199 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: auto-allocated-topology 2026-02-26 22:17:50.200 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: availability_zone 2026-02-26 22:17:50.201 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: availability_zone_filter 2026-02-26 22:17:50.201 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-26 22:17:50.202 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: default-subnetpools 2026-02-26 22:17:50.203 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-26 22:17:50.204 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: dns-integration 2026-02-26 22:17:50.204 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: dns-domain-ports 2026-02-26 22:17:50.205 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-26 22:17:50.205 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: dvr 2026-02-26 22:17:50.206 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-26 22:17:50.207 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: empty-string-filtering 2026-02-26 22:17:50.208 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 22:17:50.208 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-26 22:17:50.209 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: external-net 2026-02-26 22:17:50.209 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-26 22:17:50.210 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: extraroute 2026-02-26 22:17:50.210 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: extraroute-atomic 2026-02-26 22:17:50.211 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-26 22:17:50.211 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-26 22:17:50.212 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-26 22:17:50.212 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-26 22:17:50.213 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: fip-port-details 2026-02-26 22:17:50.214 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: flavors 2026-02-26 22:17:50.215 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-26 22:17:50.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-26 22:17:50.217 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: tapmirror 2026-02-26 22:17:50.218 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: floatingip-pools 2026-02-26 22:17:50.218 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: ip_allocation 2026-02-26 22:17:50.219 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: ip-substring-filtering 2026-02-26 22:17:50.219 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: l2_adjacency 2026-02-26 22:17:50.220 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: router 2026-02-26 22:17:50.222 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 22:17:50.223 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-26 22:17:50.223 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-26 22:17:50.224 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: ext-gw-mode 2026-02-26 22:17:50.224 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: l3-ha 2026-02-26 22:17:50.225 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-26 22:17:50.225 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-26 22:17:50.226 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: l3-flavors 2026-02-26 22:17:50.227 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-26 22:17:50.227 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-26 22:17:50.228 7 WARNING stevedore.named [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 22:17:50.228 7 WARNING stevedore.named [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 22:17:50.229 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-26 22:17:50.231 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-26 22:17:50.232 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-26 22:17:50.233 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-26 22:17:50.233 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-26 22:17:50.234 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: multi-provider 2026-02-26 22:17:50.234 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: net-mtu 2026-02-26 22:17:50.235 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: net-mtu-writable 2026-02-26 22:17:50.235 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: network_availability_zone 2026-02-26 22:17:50.236 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: network_ha 2026-02-26 22:17:50.237 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: network-ip-availability 2026-02-26 22:17:50.238 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-26 22:17:50.238 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: pagination 2026-02-26 22:17:50.239 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: port-device-profile 2026-02-26 22:17:50.240 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-26 22:17:50.240 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-26 22:17:50.241 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-26 22:17:50.241 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: port-mac-override 2026-02-26 22:17:50.242 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-26 22:17:50.242 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-26 22:17:50.243 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-26 22:17:50.243 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: port-resource-request 2026-02-26 22:17:50.244 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: port-resource-request-groups 2026-02-26 22:17:50.244 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-26 22:17:50.245 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: binding 2026-02-26 22:17:50.245 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-26 22:17:50.246 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: binding-extended 2026-02-26 22:17:50.246 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: auto_allocate 2026-02-26 22:17:50.246 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: port-security 2026-02-26 22:17:50.246 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: project-id 2026-02-26 22:17:50.247 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: provider 2026-02-26 22:17:50.248 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-26 22:17:50.250 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos 2026-02-26 22:17:50.250 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-26 22:17:50.251 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-26 22:17:50.251 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos-default 2026-02-26 22:17:50.252 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos-fip 2026-02-26 22:17:50.252 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-26 22:17:50.253 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos-gateway-ip 2026-02-26 22:17:50.253 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos-port-network-policy 2026-02-26 22:17:50.254 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos-pps-minimum 2026-02-26 22:17:50.255 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-26 22:17:50.255 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos-pps 2026-02-26 22:17:50.256 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos-rule-type-details 2026-02-26 22:17:50.256 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: tag 2026-02-26 22:17:50.256 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-26 22:17:50.257 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: qos-rules-alias 2026-02-26 22:17:50.257 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: quota-check-limit 2026-02-26 22:17:50.258 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: quota-check-limit-default 2026-02-26 22:17:50.260 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: quotas 2026-02-26 22:17:50.262 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: quota_details 2026-02-26 22:17:50.263 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: rbac-policies 2026-02-26 22:17:50.264 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: rbac-address-group 2026-02-26 22:17:50.264 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: rbac-address-scope 2026-02-26 22:17:50.265 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: rbac-security-groups 2026-02-26 22:17:50.265 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: rbac-subnetpool 2026-02-26 22:17:50.266 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: revision-if-match 2026-02-26 22:17:50.266 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: timestamp 2026-02-26 22:17:50.266 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: standard-attr-revisions 2026-02-26 22:17:50.267 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: router_availability_zone 2026-02-26 22:17:50.268 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-26 22:17:50.269 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: security-groups-default-rules 2026-02-26 22:17:50.270 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-26 22:17:50.270 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: network_ip_availability 2026-02-26 22:17:50.270 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-26 22:17:50.271 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-26 22:17:50.271 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-26 22:17:50.272 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-26 22:17:50.274 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: flavors 2026-02-26 22:17:50.277 7 INFO neutron.manager [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loading Plugin: revisions 2026-02-26 22:17:50.277 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: security-group 2026-02-26 22:17:50.278 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: segment 2026-02-26 22:17:50.278 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-26 22:17:50.279 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: service-type 2026-02-26 22:17:50.280 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: sorting 2026-02-26 22:17:50.280 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: standard-attr-segment 2026-02-26 22:17:50.281 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Initializing extension manager. 2026-02-26 22:17:50.281 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: standard-attr-description 2026-02-26 22:17:50.281 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: stateful-security-group 2026-02-26 22:17:50.282 8 WARNING neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-26 22:17:50.282 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: address-group 2026-02-26 22:17:50.282 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-26 22:17:50.283 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: subnet-external-network 2026-02-26 22:17:50.283 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: address-scope 2026-02-26 22:17:50.283 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-26 22:17:50.283 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: subnet_onboard 2026-02-26 22:17:50.284 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-26 22:17:50.284 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: agent 2026-02-26 22:17:50.284 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: subnet-service-types 2026-02-26 22:17:50.285 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: agent-resources-synced 2026-02-26 22:17:50.285 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: subnet_allocation 2026-02-26 22:17:50.286 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-26 22:17:50.286 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: allowed-address-pairs 2026-02-26 22:17:50.286 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: tag-creation 2026-02-26 22:17:50.287 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: auto-allocated-topology 2026-02-26 22:17:50.287 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-26 22:17:50.287 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: availability_zone 2026-02-26 22:17:50.288 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: availability_zone_filter 2026-02-26 22:17:50.288 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-26 22:17:50.289 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: default-subnetpools 2026-02-26 22:17:50.290 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-26 22:17:50.291 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: standard-attr-tag 2026-02-26 22:17:50.291 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: dns-integration 2026-02-26 22:17:50.291 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: dns-domain-ports 2026-02-26 22:17:50.291 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-26 22:17:50.292 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-26 22:17:50.292 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: trunk 2026-02-26 22:17:50.292 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: dvr 2026-02-26 22:17:50.293 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: trunk-details 2026-02-26 22:17:50.293 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-26 22:17:50.293 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-26 22:17:50.293 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: empty-string-filtering 2026-02-26 22:17:50.294 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-26 22:17:50.294 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-26 22:17:50.294 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 22:17:50.295 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-26 22:17:50.295 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-26 22:17:50.295 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: external-net 2026-02-26 22:17:50.296 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-26 22:17:50.297 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-26 22:17:50.297 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: extraroute 2026-02-26 22:17:50.297 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: extraroute-atomic 2026-02-26 22:17:50.297 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-26 22:17:50.298 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-26 22:17:50.298 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: vpn-flavors 2026-02-26 22:17:50.298 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-26 22:17:50.299 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-26 22:17:50.299 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-26 22:17:50.300 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: vpnaas 2026-02-26 22:17:50.302 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: taas 2026-02-26 22:17:50.302 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: fip-port-details 2026-02-26 22:17:50.303 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: tap-mirror 2026-02-26 22:17:50.303 8 INFO neutron.api.extensions [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Loaded extension: taas-vlan-filter 2026-02-26 22:17:50.304 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: flavors 2026-02-26 22:17:50.306 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-26 22:17:50.306 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-26 22:17:50.306 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:17:50.306 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-26 22:17:50.310 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-26 22:17:50.311 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 22:17:50.311 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 22:17:50.311 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: floatingip-pools 2026-02-26 22:17:50.312 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: ip_allocation 2026-02-26 22:17:50.313 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: ip-substring-filtering 2026-02-26 22:17:50.313 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: l2_adjacency 2026-02-26 22:17:50.315 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: router 2026-02-26 22:17:50.316 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 22:17:50.317 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 22:17:50.317 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 22:17:50.318 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:17:50.318 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] subnetpool is already registered 2026-02-26 22:17:50.318 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 22:17:50.318 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:17:50.319 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] subnetpool is already registered 2026-02-26 22:17:50.319 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-26 22:17:50.319 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 22:17:50.319 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:17:50.320 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-26 22:17:50.320 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:17:50.320 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 22:17:50.320 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: ext-gw-mode 2026-02-26 22:17:50.321 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 22:17:50.321 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: l3-ha 2026-02-26 22:17:50.321 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 22:17:50.321 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:17:50.321 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-26 22:17:50.322 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] ipsecpolicy is already registered 2026-02-26 22:17:50.322 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:17:50.322 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-26 22:17:50.322 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] ikepolicy is already registered 2026-02-26 22:17:50.322 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: l3-flavors 2026-02-26 22:17:50.324 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-26 22:17:50.324 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-26 22:17:50.326 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 22:17:50.327 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-26 22:17:50.327 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] router is already registered 2026-02-26 22:17:50.327 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 22:17:50.327 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] floatingip is already registered 2026-02-26 22:17:50.328 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-26 22:17:50.329 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-26 22:17:50.330 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-26 22:17:50.331 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 22:17:50.331 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] rbac_policy is already registered 2026-02-26 22:17:50.331 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-26 22:17:50.332 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 22:17:50.332 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] security_group is already registered 2026-02-26 22:17:50.332 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: multi-provider 2026-02-26 22:17:50.332 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 22:17:50.332 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] security_group_rule is already registered 2026-02-26 22:17:50.332 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: net-mtu 2026-02-26 22:17:50.333 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:17:50.333 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: net-mtu-writable 2026-02-26 22:17:50.333 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] subnetpool is already registered 2026-02-26 22:17:50.334 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:17:50.334 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] subnetpool is already registered 2026-02-26 22:17:50.334 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: network_availability_zone 2026-02-26 22:17:50.334 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: network_ha 2026-02-26 22:17:50.335 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 22:17:50.335 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: network-ip-availability 2026-02-26 22:17:50.335 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] trunk is already registered 2026-02-26 22:17:50.336 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:17:50.336 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] ikepolicy is already registered 2026-02-26 22:17:50.336 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:17:50.336 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] ipsecpolicy is already registered 2026-02-26 22:17:50.337 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 22:17:50.337 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] endpoint_group is already registered 2026-02-26 22:17:50.337 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-26 22:17:50.337 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 22:17:50.337 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] vpnservice is already registered 2026-02-26 22:17:50.337 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: pagination 2026-02-26 22:17:50.338 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 22:17:50.338 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] ipsec_site_connection is already registered 2026-02-26 22:17:50.338 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: port-device-profile 2026-02-26 22:17:50.338 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:17:50.338 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] ipsecpolicy is already registered 2026-02-26 22:17:50.338 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-26 22:17:50.339 8 INFO neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:17:50.339 8 WARNING neutron.quota.resource_registry [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] ikepolicy is already registered 2026-02-26 22:17:50.339 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-26 22:17:50.339 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-26 22:17:50.340 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: port-mac-override 2026-02-26 22:17:50.340 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-26 22:17:50.341 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-26 22:17:50.342 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-26 22:17:50.342 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: port-resource-request 2026-02-26 22:17:50.343 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: port-resource-request-groups 2026-02-26 22:17:50.344 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-26 22:17:50.345 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: binding 2026-02-26 22:17:50.346 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: binding-extended 2026-02-26 22:17:50.346 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: port-security 2026-02-26 22:17:50.347 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: project-id 2026-02-26 22:17:50.348 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: provider 2026-02-26 22:17:50.348 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-26 22:17:50.351 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos 2026-02-26 22:17:50.351 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-26 22:17:50.352 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-26 22:17:50.352 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos-default 2026-02-26 22:17:50.353 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos-fip 2026-02-26 22:17:50.353 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-26 22:17:50.354 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos-gateway-ip 2026-02-26 22:17:50.354 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos-port-network-policy 2026-02-26 22:17:50.355 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos-pps-minimum 2026-02-26 22:17:50.356 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-26 22:17:50.356 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos-pps 2026-02-26 22:17:50.357 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos-rule-type-details 2026-02-26 22:17:50.357 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-26 22:17:50.358 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: qos-rules-alias 2026-02-26 22:17:50.358 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: quota-check-limit 2026-02-26 22:17:50.359 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: quota-check-limit-default 2026-02-26 22:17:50.361 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: quotas 2026-02-26 22:17:50.363 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: quota_details 2026-02-26 22:17:50.364 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: rbac-policies 2026-02-26 22:17:50.365 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: rbac-address-group 2026-02-26 22:17:50.366 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: rbac-address-scope 2026-02-26 22:17:50.366 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: rbac-security-groups 2026-02-26 22:17:50.367 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: rbac-subnetpool 2026-02-26 22:17:50.367 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: revision-if-match 2026-02-26 22:17:50.368 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: standard-attr-revisions 2026-02-26 22:17:50.368 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: router_availability_zone 2026-02-26 22:17:50.369 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-26 22:17:50.371 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: security-groups-default-rules 2026-02-26 22:17:50.371 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-26 22:17:50.372 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-26 22:17:50.372 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-26 22:17:50.373 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-26 22:17:50.373 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-26 22:17:50.377 8 WARNING keystonemiddleware._common.config [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-26 22:17:50.378 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: security-group 2026-02-26 22:17:50.379 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: segment 2026-02-26 22:17:50.379 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-26 22:17:50.380 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: service-type 2026-02-26 22:17:50.380 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: sorting 2026-02-26 22:17:50.381 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: standard-attr-segment 2026-02-26 22:17:50.382 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: standard-attr-description 2026-02-26 22:17:50.382 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: stateful-security-group 2026-02-26 22:17:50.383 7 WARNING neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-26 22:17:50.383 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-26 22:17:50.384 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: subnet-external-network 2026-02-26 22:17:50.384 8 WARNING oslo_config.cfg [None req-1cd840ee-1496-4c08-93cb-9c2617d2a461 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-02-26 22:17:50.384 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: subnet_onboard 2026-02-26 22:17:50.385 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-26 22:17:50.385 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: subnet-service-types 2026-02-26 22:17:50.386 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: subnet_allocation WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fbd76a08668 pid: 8 (default app) 2026-02-26 22:17:50.387 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-26 22:17:50.387 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: tag-creation 2026-02-26 22:17:50.388 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-26 22:17:50.392 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: standard-attr-tag 2026-02-26 22:17:50.393 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-26 22:17:50.393 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: trunk 2026-02-26 22:17:50.394 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: trunk-details 2026-02-26 22:17:50.394 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-26 22:17:50.395 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-26 22:17:50.396 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-26 22:17:50.396 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-26 22:17:50.398 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-26 22:17:50.399 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-26 22:17:50.400 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: vpn-flavors 2026-02-26 22:17:50.402 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: vpnaas 2026-02-26 22:17:50.403 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: taas 2026-02-26 22:17:50.404 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: tap-mirror 2026-02-26 22:17:50.404 7 INFO neutron.api.extensions [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Loaded extension: taas-vlan-filter 2026-02-26 22:17:50.408 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-26 22:17:50.409 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-26 22:17:50.409 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:17:50.409 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-26 22:17:50.413 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 22:17:50.413 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 22:17:50.418 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 22:17:50.418 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 22:17:50.419 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 22:17:50.420 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:17:50.420 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] subnetpool is already registered 2026-02-26 22:17:50.420 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:17:50.420 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] subnetpool is already registered 2026-02-26 22:17:50.421 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 22:17:50.421 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:17:50.422 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:17:50.422 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 22:17:50.423 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 22:17:50.423 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 22:17:50.423 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:17:50.424 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] ipsecpolicy is already registered 2026-02-26 22:17:50.424 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:17:50.424 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] ikepolicy is already registered 2026-02-26 22:17:50.428 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 22:17:50.429 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] router is already registered 2026-02-26 22:17:50.429 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 22:17:50.429 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] floatingip is already registered 2026-02-26 22:17:50.433 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 22:17:50.433 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] rbac_policy is already registered 2026-02-26 22:17:50.434 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 22:17:50.434 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] security_group is already registered 2026-02-26 22:17:50.434 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 22:17:50.434 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] security_group_rule is already registered 2026-02-26 22:17:50.435 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:17:50.435 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] subnetpool is already registered 2026-02-26 22:17:50.436 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:17:50.436 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] subnetpool is already registered 2026-02-26 22:17:50.437 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 22:17:50.437 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] trunk is already registered 2026-02-26 22:17:50.437 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:17:50.438 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] ikepolicy is already registered 2026-02-26 22:17:50.438 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:17:50.438 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] ipsecpolicy is already registered 2026-02-26 22:17:50.439 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 22:17:50.439 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] endpoint_group is already registered 2026-02-26 22:17:50.439 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 22:17:50.439 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] vpnservice is already registered 2026-02-26 22:17:50.440 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 22:17:50.440 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] ipsec_site_connection is already registered 2026-02-26 22:17:50.440 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:17:50.440 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] ipsecpolicy is already registered 2026-02-26 22:17:50.441 7 INFO neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:17:50.441 7 WARNING neutron.quota.resource_registry [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] ikepolicy is already registered 2026-02-26 22:17:50.484 7 WARNING keystonemiddleware._common.config [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-26 22:17:50.491 7 WARNING oslo_config.cfg [None req-132a75a1-a252-4e1b-bfd5-378731b937b6 - - - - - -] 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 0x7fbd76a08668 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-02-26 22:17:55.120 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6fb21430-9147-4373-9c0d-dd901c9bd940 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/3] 162.253.55.110 () {44 vars in 928 bytes} [Thu Feb 26 22:17:54 2026] GET /v2.0/networks/public => generated 108 bytes in 920 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: 2/4] 162.253.55.110 () {44 vars in 950 bytes} [Thu Feb 26 22:17:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:17:55.979 8 WARNING neutron.services.revisions.revision_plugin [None req-4c2a1b2b-93a6-49d3-98da-446fe77cb580 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Could not find related network for resource to bump revision. 2026-02-26 22:17:56.006 8 INFO neutron.db.segments_db [None req-4c2a1b2b-93a6-49d3-98da-446fe77cb580 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 901e46f7-b36f-477a-8025-c794a1112a6f of type flat for network 465a00c7-6c31-4511-b34b-0091f241ae8d 2026-02-26 22:17:56.062 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c2a1b2b-93a6-49d3-98da-446fe77cb580 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/5] 162.253.55.110 () {48 vars in 968 bytes} [Thu Feb 26 22:17:55 2026] POST /v2.0/networks => generated 124 bytes in 479 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:18:02.281 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9e9852e2-3e5e-4fcf-a418-156a7bfaed3f e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/6] 162.253.55.110 () {44 vars in 928 bytes} [Thu Feb 26 22:18:01 2026] GET /v2.0/networks/public => generated 108 bytes in 410 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/7] 162.253.55.110 () {44 vars in 950 bytes} [Thu Feb 26 22:18:02 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-02-26 22:18:02.559 7 WARNING neutron.services.revisions.revision_plugin [None req-28ba0ebc-9e75-4e8a-b15d-9ac120e89691 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Could not find related network for resource to bump revision. 2026-02-26 22:18:02.590 7 INFO neutron.db.segments_db [None req-28ba0ebc-9e75-4e8a-b15d-9ac120e89691 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment ebfc5f77-eb7b-45ab-b2a1-9c80e812a0d9 of type flat for network 0c7a085d-eecf-4535-ada4-b6dca951ae6d 2026-02-26 22:18:02.641 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28ba0ebc-9e75-4e8a-b15d-9ac120e89691 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/8] 162.253.55.110 () {48 vars in 968 bytes} [Thu Feb 26 22:18:02 2026] POST /v2.0/networks => generated 124 bytes in 349 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:18:08.582 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5a00318-967d-43bc-b179-abf10ecae726 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/10] 162.253.55.110 () {44 vars in 928 bytes} [Thu Feb 26 22:18:08 2026] GET /v2.0/networks/public => generated 108 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/11] 162.253.55.110 () {44 vars in 950 bytes} [Thu Feb 26 22:18:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:18:08.652 7 WARNING neutron.services.revisions.revision_plugin [None req-b3a3bacb-65b3-4d28-ac34-4218844a727f e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Could not find related network for resource to bump revision. 2026-02-26 22:18:08.667 7 INFO neutron.db.segments_db [None req-b3a3bacb-65b3-4d28-ac34-4218844a727f e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment ac832425-acc9-4106-9424-4ce8e9381241 of type flat for network c9630f1d-32e7-42e0-a9dd-487b4857177a 2026-02-26 22:18:08.692 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3a3bacb-65b3-4d28-ac34-4218844a727f e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/12] 162.253.55.110 () {48 vars in 968 bytes} [Thu Feb 26 22:18:08 2026] POST /v2.0/networks => generated 124 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:18:14.624 8 INFO neutron.pecan_wsgi.hooks.translation [None req-316c8b9a-3db1-4a07-b67e-f6d031b836ff e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/13] 162.253.55.110 () {44 vars in 928 bytes} [Thu Feb 26 22:18:14 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/14] 162.253.55.110 () {44 vars in 950 bytes} [Thu Feb 26 22:18:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:18:14.719 8 WARNING neutron.services.revisions.revision_plugin [None req-a88653c5-a2b3-4053-8667-f3852f384636 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Could not find related network for resource to bump revision. 2026-02-26 22:18:14.734 8 INFO neutron.db.segments_db [None req-a88653c5-a2b3-4053-8667-f3852f384636 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 83669674-9aba-465c-9418-436f14de660f of type flat for network ce7fccaa-43e9-471d-a341-53979eed6848 2026-02-26 22:18:14.755 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a88653c5-a2b3-4053-8667-f3852f384636 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/15] 162.253.55.110 () {48 vars in 968 bytes} [Thu Feb 26 22:18:14 2026] POST /v2.0/networks => generated 124 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:18:20.633 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12633760-6b98-409e-a545-676d69db1d0b e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/16] 162.253.55.110 () {44 vars in 928 bytes} [Thu Feb 26 22:18:20 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/17] 162.253.55.110 () {44 vars in 950 bytes} [Thu Feb 26 22:18:20 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-02-26 22:18:20.739 7 WARNING neutron.services.revisions.revision_plugin [None req-9e76ef72-c89c-4332-ba8d-3486034e35b8 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Could not find related network for resource to bump revision. 2026-02-26 22:18:20.795 7 INFO neutron.db.segments_db [None req-9e76ef72-c89c-4332-ba8d-3486034e35b8 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 261b5475-980f-44e3-aa22-49d1eed3b700 of type flat for network e9d77b90-2ccc-4484-9a89-2072e9bcb64f 2026-02-26 22:18:20.820 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9e76ef72-c89c-4332-ba8d-3486034e35b8 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/18] 162.253.55.110 () {48 vars in 968 bytes} [Thu Feb 26 22:18:20 2026] POST /v2.0/networks => generated 124 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:18:26.687 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c57bd11c-9a48-4d68-a1ab-8904f0f1b868 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/20] 162.253.55.110 () {44 vars in 928 bytes} [Thu Feb 26 22:18:26 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: 11/21] 162.253.55.110 () {44 vars in 950 bytes} [Thu Feb 26 22:18:26 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-02-26 22:18:26.757 7 WARNING neutron.services.revisions.revision_plugin [None req-ab386e9d-69b6-4a17-b4c1-747e3abe6724 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Could not find related network for resource to bump revision. 2026-02-26 22:18:26.780 7 INFO neutron.db.segments_db [None req-ab386e9d-69b6-4a17-b4c1-747e3abe6724 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment ca23fa41-cfdd-4a2e-8482-b5fb2a185e53 of type flat for network a210eb74-3445-4985-bdfc-5121e1174ea9 [pid: 7|app: 0|req: 11/22] 162.253.55.110 () {48 vars in 968 bytes} [Thu Feb 26 22:18:26 2026] POST /v2.0/networks => generated 706 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:18:28.124 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fde152f9-da6c-481b-93de-3d26990c3347 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/23] 162.253.55.110 () {44 vars in 928 bytes} [Thu Feb 26 22:18:28 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/24] 162.253.55.110 () {44 vars in 950 bytes} [Thu Feb 26 22:18:28 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:18:28.202 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a707e71-7d1d-44c2-a8c6-7e33e1ead68e e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/25] 162.253.55.110 () {44 vars in 1035 bytes} [Thu Feb 26 22:18:28 2026] GET /v2.0/subnets/public-subnet?network_id=a210eb74-3445-4985-bdfc-5121e1174ea9 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/26] 162.253.55.110 () {44 vars in 1058 bytes} [Thu Feb 26 22:18:28 2026] GET /v2.0/subnets?name=public-subnet&network_id=a210eb74-3445-4985-bdfc-5121e1174ea9 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/27] 162.253.55.110 () {48 vars in 966 bytes} [Thu Feb 26 22:18:28 2026] POST /v2.0/subnets => generated 664 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:23:25.672 8 INFO neutron.pecan_wsgi.hooks.translation [None req-43fc0a93-a395-462a-bbaa-a58007d53f19 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/67] 162.253.55.110 () {44 vars in 938 bytes} [Thu Feb 26 22:23:25 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/68] 162.253.55.110 () {44 vars in 960 bytes} [Thu Feb 26 22:23:25 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:23:25.770 8 INFO neutron.db.segments_db [None req-3664e5f4-e8b7-4032-bec7-1aba934ac4d8 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 333653e1-281f-49c4-851e-6d919138aaae of type vxlan for network f8f9873c-41a4-4ab5-a516-f0d3a5c17520 [pid: 8|app: 0|req: 35/69] 162.253.55.110 () {48 vars in 967 bytes} [Thu Feb 26 22:23:25 2026] POST /v2.0/networks => generated 688 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:23:26.782 7 INFO neutron.pecan_wsgi.hooks.translation [None req-436be257-1f3d-4e3b-b71d-d7955206b1ca e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/70] 162.253.55.110 () {44 vars in 938 bytes} [Thu Feb 26 22:23:26 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/71] 162.253.55.110 () {44 vars in 960 bytes} [Thu Feb 26 22:23:26 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:23:26.854 7 INFO neutron.pecan_wsgi.hooks.translation [None req-341e9783-497d-479c-aca6-2c5dbf616c3a e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/72] 162.253.55.110 () {44 vars in 1037 bytes} [Thu Feb 26 22:23:26 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520 => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/73] 162.253.55.110 () {44 vars in 1060 bytes} [Thu Feb 26 22:23:26 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/74] 162.253.55.110 () {48 vars in 966 bytes} [Thu Feb 26 22:23:26 2026] POST /v2.0/subnets => generated 651 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:23:28.341 8 INFO neutron.api.v2.resource [None req-fe126be4-08e9-467d-adc3-3a439ae827f7 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/75] 162.253.55.110 () {44 vars in 972 bytes} [Thu Feb 26 22:23:28 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 162.253.55.110 () {44 vars in 994 bytes} [Thu Feb 26 22:23:28 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 162.253.55.110 () {48 vars in 981 bytes} [Thu Feb 26 22:23:28 2026] POST /v2.0/security-groups => generated 1616 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:29 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 1616 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:29 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:29 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 162.253.55.110 () {48 vars in 992 bytes} [Thu Feb 26 22:23:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/82] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:30 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 2230 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:30 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => 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: 42/84] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:30 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 162.253.55.110 () {48 vars in 992 bytes} [Thu Feb 26 22:23:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:31 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:31 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:31 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 162.253.55.110 () {48 vars in 992 bytes} [Thu Feb 26 22:23:31 2026] POST /v2.0/security-group-rules => generated 603 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:32 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 3462 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:32 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:32 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 162.253.55.110 () {48 vars in 992 bytes} [Thu Feb 26 22:23:33 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:33 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4078 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:34 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:34 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4078 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 162.253.55.110 () {48 vars in 992 bytes} [Thu Feb 26 22:23:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 162.253.55.110 () {44 vars in 988 bytes} [Thu Feb 26 22:23:35 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520 => generated 732 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:23:35.570 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aeefa1d0-300e-458b-8c77-b6e12fe131d5 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/99] 162.253.55.110 () {44 vars in 1077 bytes} [Thu Feb 26 22:23:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520 => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 162.253.55.110 () {44 vars in 1100 bytes} [Thu Feb 26 22:23:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520 => 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: 51/101] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:35 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 162.253.55.110 () {48 vars in 962 bytes} [Thu Feb 26 22:23:35 2026] POST /v2.0/ports => generated 1100 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 22:23:43.490 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48f074d9-a6fe-417c-ab4a-0a0dfe9e433c e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/105] 162.253.55.110 () {44 vars in 980 bytes} [Thu Feb 26 22:23:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 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: 53/106] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 162.253.55.110 () {48 vars in 1032 bytes} [Thu Feb 26 22:23:43 2026] PUT /v2.0/ports/f5d1fd4c-9cbc-44d3-909b-6e666c2f9d94 => generated 1249 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 162.253.55.110 () {44 vars in 921 bytes} [Thu Feb 26 22:23:46 2026] GET /v2.0/ports => generated 3730 bytes in 97 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-02-26 22:23:47.367 8 INFO neutron.api.v2.resource [None req-7b8396e0-4d90-4431-b763-541f0d485e05 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/109] 162.253.55.110 () {44 vars in 960 bytes} [Thu Feb 26 22:23:47 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/110] 162.253.55.110 () {44 vars in 982 bytes} [Thu Feb 26 22:23:47 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 162.253.55.110 () {48 vars in 981 bytes} [Thu Feb 26 22:23:47 2026] POST /v2.0/security-groups => generated 1610 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:48 2026] GET /v2.0/security-groups/46970c28-e3e3-4cfa-aeb9-cab3e52884be => generated 1610 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:48 2026] GET /v2.0/security-groups/46970c28-e3e3-4cfa-aeb9-cab3e52884be => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:48 2026] GET /v2.0/security-groups/46970c28-e3e3-4cfa-aeb9-cab3e52884be => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 162.253.55.110 () {48 vars in 992 bytes} [Thu Feb 26 22:23:48 2026] POST /v2.0/security-group-rules => generated 623 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:49 2026] GET /v2.0/security-groups/46970c28-e3e3-4cfa-aeb9-cab3e52884be => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:49 2026] GET /v2.0/security-groups/46970c28-e3e3-4cfa-aeb9-cab3e52884be => generated 2246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:23:49 2026] GET /v2.0/security-groups/46970c28-e3e3-4cfa-aeb9-cab3e52884be => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 162.253.55.110 () {48 vars in 992 bytes} [Thu Feb 26 22:23:49 2026] POST /v2.0/security-group-rules => generated 627 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/130] 162.253.55.110 () {44 vars in 976 bytes} [Thu Feb 26 22:24:53 2026] GET /v2.0/quotas/ae5698641f0347c39165ed03a0f6421a => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/131] 162.253.55.110 () {48 vars in 1028 bytes} [Thu Feb 26 22:24:53 2026] PUT /v2.0/quotas/ae5698641f0347c39165ed03a0f6421a => generated 291 bytes in 33 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-02-26 22:27:14.141 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e12410c8-ec07-466b-91d6-e373cbb0a354 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/150] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:27:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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: 75/151] 162.253.55.110 () {30 vars in 763 bytes} [Thu Feb 26 22:27:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:27:16.389 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5fb4faa-718d-4e21-bd08-8196e2c50e2c e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/152] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:27:16 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/153] 162.253.55.110 () {30 vars in 763 bytes} [Thu Feb 26 22:27:16 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:33:20.712 8 INFO neutron.api.v2.resource [None req-39233f52-b2bc-4e34-8674-354a722570e8 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 102/202] 162.253.55.110 () {44 vars in 1075 bytes} [Thu Feb 26 22:33:20 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ceee567fea5c487283774f553313b658 => generated 139 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/203] 162.253.55.110 () {44 vars in 1098 bytes} [Thu Feb 26 22:33:20 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ceee567fea5c487283774f553313b658 => generated 23 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/204] 162.253.55.110 () {48 vars in 982 bytes} [Thu Feb 26 22:33:20 2026] POST /v2.0/security-groups => generated 1624 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 162.253.55.110 () {44 vars in 1089 bytes} [Thu Feb 26 22:33:22 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620?project_id=ceee567fea5c487283774f553313b658 => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/208] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:33:22 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 162.253.55.110 () {44 vars in 1089 bytes} [Thu Feb 26 22:33:22 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620?project_id=ceee567fea5c487283774f553313b658 => generated 1624 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 162.253.55.110 () {48 vars in 992 bytes} [Thu Feb 26 22:33:22 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: 7|app: 0|req: 105/211] 162.253.55.110 () {44 vars in 1089 bytes} [Thu Feb 26 22:33:23 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620?project_id=ceee567fea5c487283774f553313b658 => generated 2234 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:33:23 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620 => generated 2234 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 162.253.55.110 () {44 vars in 1089 bytes} [Thu Feb 26 22:33:23 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620?project_id=ceee567fea5c487283774f553313b658 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 162.253.55.110 () {48 vars in 992 bytes} [Thu Feb 26 22:33:23 2026] POST /v2.0/security-group-rules => generated 599 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 162.253.55.110 () {44 vars in 1089 bytes} [Thu Feb 26 22:33:24 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620?project_id=ceee567fea5c487283774f553313b658 => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:33:24 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 162.253.55.110 () {44 vars in 1089 bytes} [Thu Feb 26 22:33:24 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620?project_id=ceee567fea5c487283774f553313b658 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 162.253.55.110 () {48 vars in 992 bytes} [Thu Feb 26 22:33:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 162.253.55.110 () {44 vars in 1089 bytes} [Thu Feb 26 22:33:25 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620?project_id=ceee567fea5c487283774f553313b658 => generated 3460 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:33:26 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/221] 162.253.55.110 () {44 vars in 1089 bytes} [Thu Feb 26 22:33:26 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620?project_id=ceee567fea5c487283774f553313b658 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/222] 162.253.55.110 () {48 vars in 992 bytes} [Thu Feb 26 22:33:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/241] 162.253.55.110 () {30 vars in 740 bytes} [Thu Feb 26 22:35:51 2026] GET /v2.0/networks?tenant_id=ceee567fea5c487283774f553313b658&shared=False => generated 15 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:35:51.317 7 INFO neutron.db.segments_db [None req-69566337-1176-40cf-90cf-478f9d8ff5f3 3aa3dcda2eb54afeb0f3d927e2b4fae0 ceee567fea5c487283774f553313b658 - - 1121ce3566d04016b7a2a1c945cba5cf 1121ce3566d04016b7a2a1c945cba5cf] Added segment 09175ead-6a37-4156-a08d-a85e75f2f3e0 of type vxlan for network 330c53f2-f3e5-4c2f-ac70-51d62193e559 [pid: 7|app: 0|req: 120/242] 162.253.55.110 () {34 vars in 682 bytes} [Thu Feb 26 22:35:51 2026] POST /v2.0/networks => generated 699 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/243] 162.253.55.110 () {30 vars in 722 bytes} [Thu Feb 26 22:35:51 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/244] 162.253.55.110 () {30 vars in 633 bytes} [Thu Feb 26 22:35:51 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: 8|app: 0|req: 124/245] 162.253.55.110 () {34 vars in 677 bytes} [Thu Feb 26 22:35:51 2026] POST /v2.0/ports => generated 999 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/246] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:35:51 2026] GET /v2.0/networks/330c53f2-f3e5-4c2f-ac70-51d62193e559 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/249] 162.253.55.110 () {30 vars in 722 bytes} [Thu Feb 26 22:35:53 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/250] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:35:53 2026] GET /v2.0/networks/330c53f2-f3e5-4c2f-ac70-51d62193e559 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/253] 162.253.55.110 () {44 vars in 976 bytes} [Thu Feb 26 22:36:10 2026] GET /v2.0/quotas/ceee567fea5c487283774f553313b658 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/254] 162.253.55.110 () {48 vars in 1028 bytes} [Thu Feb 26 22:36:11 2026] PUT /v2.0/quotas/ceee567fea5c487283774f553313b658 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/269] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:37:54 2026] GET /v2.0/ports => generated 4725 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/270] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:37:54 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: 8|app: 0|req: 137/271] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:37:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/272] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:37:54 2026] GET /v2.0/agents => generated 3385 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/273] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:37:54 2026] GET /v2.0/subnets => generated 1308 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/274] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:37:54 2026] GET /v2.0/networks => generated 2168 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/275] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:37:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/276] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:37:54 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/277] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:37:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/278] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:37:55 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/279] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:37:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/288] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:38:54 2026] GET /v2.0/agents => generated 3385 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/289] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:38:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/290] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:38:54 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/291] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:38:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/292] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:38:54 2026] GET /v2.0/floatingips => 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: 148/293] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:38:54 2026] GET /v2.0/networks => generated 2168 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/294] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:38:54 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/295] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:38:54 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: 7|app: 0|req: 147/296] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:38:54 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: 8|app: 0|req: 150/297] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:38:54 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/298] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:38:54 2026] GET /v2.0/subnetpools => 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: 153/307] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:39:54 2026] GET /v2.0/ports => generated 4725 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/308] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:39:54 2026] GET /v2.0/agents => generated 3385 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/309] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:39:54 2026] GET /v2.0/networks => generated 2168 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/310] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:39:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/311] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:39:54 2026] GET /v2.0/floatingips => 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: 157/312] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:39:54 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/313] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:39:54 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/314] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:39:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/315] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:39:54 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/316] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:39:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/317] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:39:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/326] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:40:54 2026] GET /v2.0/networks => generated 2168 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/327] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:40:54 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/328] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:40:54 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/329] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:40:54 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: 166/330] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:40:54 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: 7|app: 0|req: 165/331] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:40:54 2026] GET /v2.0/routers => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/332] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:40:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/333] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:40:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/334] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:40:54 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/335] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:40:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/336] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:40:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/345] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:41:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/346] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:41:54 2026] GET /v2.0/subnets => generated 1308 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/347] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:41:54 2026] GET /v2.0/floatingips => 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: 175/348] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:41:54 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/349] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:41:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/350] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:41:54 2026] GET /v2.0/ports => generated 4725 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/351] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:41:54 2026] GET /v2.0/agents => generated 3385 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/352] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:41:54 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/353] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:41:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/354] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:41:54 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/355] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:41:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/364] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:42:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/365] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:42:54 2026] GET /v2.0/subnets => generated 1308 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/366] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:42:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:42:54 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: 184/368] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:42:54 2026] GET /v2.0/routers => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:42:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/370] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:42:54 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:42:54 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/372] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:42:54 2026] GET /v2.0/floatingips => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/373] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:42:54 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/374] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:42:54 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/383] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:43:54 2026] GET /v2.0/agents => generated 3385 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/384] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:43:54 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/385] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:43:54 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/386] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:43:54 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/387] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:43:54 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/388] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:43:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/389] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:43:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/390] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:43:54 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/391] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:43:54 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/392] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:43:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/393] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:43:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/402] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:44:54 2026] GET /v2.0/networks => generated 2168 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/403] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:44:54 2026] GET /v2.0/ports => generated 4725 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/404] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:44:54 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/405] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:44:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/406] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:44:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/407] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:44:54 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/408] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:44:54 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) [pid: 7|app: 0|req: 204/409] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:44:54 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: 8|app: 0|req: 206/410] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:44:54 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/411] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:44:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:44:54 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:45:54 2026] GET /v2.0/subnets => generated 1308 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/422] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:45:54 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) [pid: 8|app: 0|req: 213/423] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:45:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:45:54 2026] GET /v2.0/floatingips => 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: 214/425] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:45:54 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: 212/426] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:45:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:45:54 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/428] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:45:54 2026] GET /v2.0/agents => generated 3385 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/429] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:45:54 2026] GET /v2.0/networks => generated 2168 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/430] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:45:54 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/431] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:45:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/440] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:46:54 2026] GET /v2.0/subnets => generated 1308 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/441] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:46:54 2026] GET /v2.0/subnetpools => 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: 220/442] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:46:54 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/443] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:46:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/444] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:46:54 2026] GET /v2.0/networks => generated 2168 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/445] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:46:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/446] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:46:54 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/447] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:46:54 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: 7|app: 0|req: 223/448] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:46:55 2026] GET /v2.0/routers => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/449] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:46:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/450] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:46:55 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:47:29.238 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4206520a-a599-45d2-8ed9-eb35b5c6eec7 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 227/455] 162.253.55.110 () {44 vars in 928 bytes} [Thu Feb 26 22:47:29 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: 229/456] 162.253.55.110 () {44 vars in 950 bytes} [Thu Feb 26 22:47:29 2026] GET /v2.0/networks?name=public => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:47:30.540 7 INFO neutron.pecan_wsgi.hooks.translation [None req-745ac0f2-5085-4659-94b6-a433f5fc8643 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 228/457] 162.253.55.110 () {44 vars in 928 bytes} [Thu Feb 26 22:47:30 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/458] 162.253.55.110 () {44 vars in 950 bytes} [Thu Feb 26 22:47:30 2026] GET /v2.0/networks?name=public => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:47:30.627 7 INFO neutron.pecan_wsgi.hooks.translation [None req-14cfbe79-a725-4fdf-b2d0-421d34a575cc e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 229/459] 162.253.55.110 () {44 vars in 1035 bytes} [Thu Feb 26 22:47:30 2026] GET /v2.0/subnets/public-subnet?network_id=a210eb74-3445-4985-bdfc-5121e1174ea9 => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/460] 162.253.55.110 () {44 vars in 1058 bytes} [Thu Feb 26 22:47:30 2026] GET /v2.0/subnets?name=public-subnet&network_id=a210eb74-3445-4985-bdfc-5121e1174ea9 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:47:54 2026] GET /v2.0/agents => generated 3385 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/466] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:47:54 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/467] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:47:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/468] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:47:54 2026] GET /v2.0/floatingips => 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: 234/469] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:47:54 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/470] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:47:54 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/471] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:47:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/472] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:47:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/473] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:47:54 2026] GET /v2.0/networks => generated 2168 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/474] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:47:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/475] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:47:54 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:47:59.588 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3edc0206-e4b8-4f9b-845d-abcc9debf254 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 239/476] 162.253.55.110 () {44 vars in 938 bytes} [Thu Feb 26 22:47:59 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/477] 162.253.55.110 () {44 vars in 960 bytes} [Thu Feb 26 22:47:59 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:48:00.591 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a57e3e01-9ce5-4704-a347-0efe9f07c84b e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 240/478] 162.253.55.110 () {44 vars in 938 bytes} [Thu Feb 26 22:48:00 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/479] 162.253.55.110 () {44 vars in 960 bytes} [Thu Feb 26 22:48:00 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:48:00.667 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95d2d3cb-e673-4f5c-85a5-8447b7927a55 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 241/480] 162.253.55.110 () {44 vars in 1037 bytes} [Thu Feb 26 22:48:00 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/481] 162.253.55.110 () {44 vars in 1060 bytes} [Thu Feb 26 22:48:00 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:48:01.881 8 INFO neutron.api.v2.resource [None req-148fcfed-99ae-4ee8-9ade-327c176ff5ae e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 242/482] 162.253.55.110 () {44 vars in 972 bytes} [Thu Feb 26 22:48:01 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/483] 162.253.55.110 () {44 vars in 994 bytes} [Thu Feb 26 22:48:01 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/484] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:03 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/485] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:03 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/486] 162.253.55.110 () {44 vars in 1012 bytes} [Thu Feb 26 22:48:03 2026] GET /v2.0/security-group-rules/614805c4-5d99-4e5c-9dcd-b8e3c49b13ec => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/487] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:04 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/488] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:04 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/489] 162.253.55.110 () {44 vars in 1012 bytes} [Thu Feb 26 22:48:04 2026] GET /v2.0/security-group-rules/39ecb021-a557-43f2-a3e1-5f9c901227c8 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/490] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:05 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/491] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:05 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/492] 162.253.55.110 () {44 vars in 1012 bytes} [Thu Feb 26 22:48:05 2026] GET /v2.0/security-group-rules/57b9726d-af4d-4b48-8bed-d171a6daa4e4 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/493] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:06 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/494] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:06 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/495] 162.253.55.110 () {44 vars in 1012 bytes} [Thu Feb 26 22:48:06 2026] GET /v2.0/security-group-rules/da47dd0e-d715-4c00-a011-3195fdb5e7e1 => generated 603 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/498] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:07 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/499] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:07 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/500] 162.253.55.110 () {44 vars in 1012 bytes} [Thu Feb 26 22:48:07 2026] GET /v2.0/security-group-rules/82a39ea9-da93-4903-a39a-eab44286bbf0 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/501] 162.253.55.110 () {44 vars in 988 bytes} [Thu Feb 26 22:48:08 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:48:08.520 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5fa84d41-c366-42cd-86cf-80eb086a127d e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/502] 162.253.55.110 () {44 vars in 1077 bytes} [Thu Feb 26 22:48:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520 => 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: 252/503] 162.253.55.110 () {44 vars in 1100 bytes} [Thu Feb 26 22:48:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520 => generated 1254 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/504] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:08 2026] GET /v2.0/security-groups/ce441e91-6e10-48b5-aa60-5ee207ef816b => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:48:16.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec74f9d9-eff6-4ef3-9a51-f882a380d1b4 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/505] 162.253.55.110 () {44 vars in 980 bytes} [Thu Feb 26 22:48:16 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/506] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:16 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/507] 162.253.55.110 () {44 vars in 921 bytes} [Thu Feb 26 22:48:18 2026] GET /v2.0/ports => generated 4725 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:48:19.715 8 INFO neutron.api.v2.resource [None req-74397ed1-10dd-47f8-a95d-404fc82e741e e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 254/508] 162.253.55.110 () {44 vars in 960 bytes} [Thu Feb 26 22:48:19 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/509] 162.253.55.110 () {44 vars in 982 bytes} [Thu Feb 26 22:48:19 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/510] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:20 2026] GET /v2.0/security-groups/46970c28-e3e3-4cfa-aeb9-cab3e52884be => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/511] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:20 2026] GET /v2.0/security-groups/46970c28-e3e3-4cfa-aeb9-cab3e52884be => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/512] 162.253.55.110 () {44 vars in 1012 bytes} [Thu Feb 26 22:48:20 2026] GET /v2.0/security-group-rules/0991212b-24f7-4a07-b83b-26c703c5a173 => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/513] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:21 2026] GET /v2.0/security-groups/46970c28-e3e3-4cfa-aeb9-cab3e52884be => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/514] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:21 2026] GET /v2.0/security-groups/46970c28-e3e3-4cfa-aeb9-cab3e52884be => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/515] 162.253.55.110 () {44 vars in 1012 bytes} [Thu Feb 26 22:48:21 2026] GET /v2.0/security-group-rules/f35771c9-d8dc-4ba2-b60a-ea3f208bd1b3 => generated 627 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/518] 162.253.55.110 () {44 vars in 976 bytes} [Thu Feb 26 22:48:33 2026] GET /v2.0/quotas/ae5698641f0347c39165ed03a0f6421a => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/523] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:48:54 2026] GET /v2.0/networks => generated 2168 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/524] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:48:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/525] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:48:54 2026] GET /v2.0/ports => generated 4725 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/526] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:48:54 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/527] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:48:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/528] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:48:54 2026] GET /v2.0/floatingips => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/529] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:48:54 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/530] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:48:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/531] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:48:54 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/532] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:48:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/533] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:48:54 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:49:28.031 8 INFO neutron.api.v2.resource [None req-08515168-fef5-4425-b23a-5cced695e6f6 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/538] 162.253.55.110 () {44 vars in 1075 bytes} [Thu Feb 26 22:49:27 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ceee567fea5c487283774f553313b658 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/539] 162.253.55.110 () {44 vars in 1098 bytes} [Thu Feb 26 22:49:28 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ceee567fea5c487283774f553313b658 => generated 4072 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/540] 162.253.55.110 () {44 vars in 1089 bytes} [Thu Feb 26 22:49:29 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620?project_id=ceee567fea5c487283774f553313b658 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/541] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:49:29 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/542] 162.253.55.110 () {44 vars in 1012 bytes} [Thu Feb 26 22:49:29 2026] GET /v2.0/security-group-rules/17562a00-1617-4d1e-ace1-0133dd747068 => generated 597 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/543] 162.253.55.110 () {44 vars in 1089 bytes} [Thu Feb 26 22:49:30 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620?project_id=ceee567fea5c487283774f553313b658 => generated 4075 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/544] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:49:30 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620 => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/545] 162.253.55.110 () {44 vars in 1012 bytes} [Thu Feb 26 22:49:30 2026] GET /v2.0/security-group-rules/0188acc3-cc40-4996-9475-7bf51e084dbd => generated 599 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/546] 162.253.55.110 () {44 vars in 1089 bytes} [Thu Feb 26 22:49:31 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620?project_id=ceee567fea5c487283774f553313b658 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/547] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:49:31 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620 => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/548] 162.253.55.110 () {44 vars in 1012 bytes} [Thu Feb 26 22:49:31 2026] GET /v2.0/security-group-rules/bd57f7ce-fcb8-47c7-8931-8964ce26735a => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/549] 162.253.55.110 () {44 vars in 1089 bytes} [Thu Feb 26 22:49:32 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620?project_id=ceee567fea5c487283774f553313b658 => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/550] 162.253.55.110 () {44 vars in 1002 bytes} [Thu Feb 26 22:49:32 2026] GET /v2.0/security-groups/0ee9c078-5728-43c2-b479-4a38282b5620 => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/551] 162.253.55.110 () {44 vars in 1012 bytes} [Thu Feb 26 22:49:32 2026] GET /v2.0/security-group-rules/81f1f246-b66e-4f4f-b57b-45021a92e08a => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/554] 162.253.55.110 () {44 vars in 976 bytes} [Thu Feb 26 22:49:40 2026] GET /v2.0/quotas/ceee567fea5c487283774f553313b658 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/557] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:49:54 2026] GET /v2.0/subnets => generated 1308 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/558] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:49:54 2026] GET /v2.0/floatingips => 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: 280/559] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:49:54 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/560] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:49:54 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/561] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:49:54 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) [pid: 8|app: 0|req: 281/562] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:49:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/563] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:49:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/564] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:49:54 2026] GET /v2.0/ports => generated 4725 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/565] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:49:54 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/566] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:49:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/567] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:49:54 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/572] 162.253.55.110 () {44 vars in 950 bytes} [Thu Feb 26 22:50:26 2026] GET /v2.0/networks?name=public => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/577] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:50:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/578] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:50:54 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/579] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:50:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/580] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:50:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/581] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:50:54 2026] GET /v2.0/ports => generated 4725 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/582] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:50:54 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/583] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:50:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/584] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:50:54 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/585] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:50:54 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/586] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:50:54 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: 7|app: 0|req: 295/587] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:50:55 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/588] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 22:51:05 2026] GET /v2.0/networks => generated 2168 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/589] 10.0.0.96 () {32 vars in 654 bytes} [Thu Feb 26 22:51:06 2026] GET /v2.0/floatingips => 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: 294/590] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 22:51:06 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/591] 10.0.0.96 () {32 vars in 642 bytes} [Thu Feb 26 22:51:06 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: 295/592] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 22:51:07 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/595] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 22:51:07 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/596] 10.0.0.96 () {32 vars in 662 bytes} [Thu Feb 26 22:51:07 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/597] 10.0.0.96 () {32 vars in 654 bytes} [Thu Feb 26 22:51:07 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:51:18.579 7 INFO neutron.db.segments_db [None req-d33702a1-f50e-4158-a926-a6f90c62440f e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment dc82c7e3-5c41-4422-8ad4-a3578aa03dc8 of type vxlan for network 6a979025-0cfb-4335-be54-b77b05d1c20b 2026-02-26 22:51:18.629 8 INFO neutron.db.segments_db [None req-99bea733-879d-49e0-86a4-7e2f51bbefa8 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 2b0cde4d-ce5e-487c-957d-800d02cf0402 of type vxlan for network fdb0ac7d-1b40-42cf-bf54-484f65d57173 [pid: 7|app: 0|req: 300/598] 10.0.0.96 () {34 vars in 670 bytes} [Thu Feb 26 22:51:18 2026] POST /v2.0/networks => generated 729 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/599] 10.0.0.96 () {34 vars in 670 bytes} [Thu Feb 26 22:51:18 2026] POST /v2.0/networks => generated 718 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/600] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:51:18 2026] POST /v2.0/subnets => generated 695 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:51:19.005 7 INFO neutron.db.segments_db [None req-8ed0425a-c2f9-433a-a745-52b58f5243ac e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 0e950f67-52ea-480a-a00c-441e3092c6d9 of type vxlan for network 7dbf164e-d16d-4482-b1dd-2da01b24e6cd [pid: 8|app: 0|req: 301/601] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:51:18 2026] POST /v2.0/subnets => generated 684 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/602] 10.0.0.96 () {34 vars in 670 bytes} [Thu Feb 26 22:51:18 2026] POST /v2.0/networks => generated 732 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:51:19.114 8 INFO neutron.db.segments_db [None req-bb1ae2b1-37de-4ac8-b494-9a7b05c48358 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment f12664b9-57d0-45d9-bf04-fcf1b24d8bcc of type vxlan for network e3805d8e-ab68-4ee9-a7a7-09d2df525cbd [pid: 7|app: 0|req: 302/603] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:19 2026] GET /v2.0/security-groups?tenant_id=b673ac7ae4ef4a9b95478d7ccc1a5249&name=default => generated 2921 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:51:19.346 8 INFO neutron.db.l3_hamode_db [None req-bb1ae2b1-37de-4ac8-b494-9a7b05c48358 e382bf0d2a614ec28117704ace4a0c9e 38e8d2e56add40a2b82ab4a090314934 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:51:19.365 7 INFO neutron.db.segments_db [None req-91200f00-cbd6-4fea-a4c3-3aa472006197 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 939b1d68-fd6c-4693-9331-a9b919152002 of type vxlan for network 3331eff4-e495-4ccb-b374-27dd2dae84f0 2026-02-26 22:51:19.633 7 INFO neutron.db.l3_hamode_db [None req-91200f00-cbd6-4fea-a4c3-3aa472006197 e382bf0d2a614ec28117704ace4a0c9e 41e4dd9a88ee44328431b8a21331f46d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:51:20.552 8 INFO neutron.db.l3_hamode_db [None req-bb1ae2b1-37de-4ac8-b494-9a7b05c48358 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:51:20.857 7 INFO neutron.db.l3_hamode_db [None req-91200f00-cbd6-4fea-a4c3-3aa472006197 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 302/604] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:51:19 2026] POST /v2.0/routers => generated 735 bytes in 2488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/605] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:51:21 2026] POST /v2.0/subnets => generated 698 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/606] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:21 2026] DELETE /v2.0/security-groups/6d70cbe5-61a5-467b-b94f-cd09b3d28b95 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/607] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:51:19 2026] POST /v2.0/routers => generated 724 bytes in 2596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:51:21.968 7 INFO neutron.db.segments_db [None req-e712b8f1-3146-4171-acc9-bf5e236e820d e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 8d4f27de-8581-4e40-aeda-a7fca04f5240 of type vxlan for network 45c3e94e-b30a-4dce-929c-bcc56e597157 2026-02-26 22:51:22.256 7 INFO neutron.db.l3_hamode_db [None req-e712b8f1-3146-4171-acc9-bf5e236e820d e382bf0d2a614ec28117704ace4a0c9e 647ffbac39df466ebffa681f9306b1d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:51:23.114 7 INFO neutron.db.l3_hamode_db [None req-e712b8f1-3146-4171-acc9-bf5e236e820d e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 305/608] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:51:21 2026] PUT /v2.0/routers/1dd6bf92-193e-4edf-a695-4a2b244bf76f/add_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/609] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:51:21 2026] POST /v2.0/routers => generated 738 bytes in 2005 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/612] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:51:23 2026] PUT /v2.0/routers/8ccb6679-06ae-4d72-862f-12726ac77d47/add_router_interface => generated 309 bytes in 1208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/613] 10.0.0.106 () {38 vars in 971 bytes} [Thu Feb 26 22:51:24 2026] POST /v2.0/security-groups => generated 1685 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/614] 10.0.0.96 () {34 vars in 684 bytes} [Thu Feb 26 22:51:24 2026] POST /v2.0/security-groups => generated 1660 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/615] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:51:25 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: 307/616] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:51:23 2026] PUT /v2.0/routers/944c3f96-d47c-485a-995f-15f38d558e68/add_router_interface => generated 309 bytes in 1399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/617] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:51:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/618] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:25 2026] GET /v2.0/security-groups/c25e8b82-8033-40ba-8d34-d7cae1c130d8 => generated 1685 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/619] 10.0.0.106 () {38 vars in 981 bytes} [Thu Feb 26 22:51:25 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: 8|app: 0|req: 312/620] 10.0.0.106 () {38 vars in 971 bytes} [Thu Feb 26 22:51:25 2026] POST /v2.0/security-groups => generated 1686 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/621] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:25 2026] GET /v2.0/security-groups/e0e495dc-21b5-48e4-955e-cc59583dc9ec => generated 1686 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/622] 10.0.0.106 () {38 vars in 981 bytes} [Thu Feb 26 22:51:25 2026] POST /v2.0/security-group-rules => generated 614 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/623] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:51:25 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: 315/624] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:26 2026] GET /v2.0/security-groups/e0e495dc-21b5-48e4-955e-cc59583dc9ec => generated 2311 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/625] 10.0.0.96 () {34 vars in 684 bytes} [Thu Feb 26 22:51:26 2026] POST /v2.0/security-groups => generated 1658 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/626] 10.0.0.106 () {38 vars in 981 bytes} [Thu Feb 26 22:51:26 2026] POST /v2.0/security-group-rules => generated 619 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/627] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:26 2026] GET /v2.0/security-groups/e0e495dc-21b5-48e4-955e-cc59583dc9ec => generated 2941 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/628] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:51:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/629] 10.0.0.106 () {34 vars in 1001 bytes} [Thu Feb 26 22:51:26 2026] GET /v2.0/security-group-rules/aa374736-84d9-495c-92e9-a034fc8ab7a2 => generated 616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/630] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:26 2026] GET /v2.0/security-groups/e0e495dc-21b5-48e4-955e-cc59583dc9ec => generated 2941 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/631] 10.0.0.106 () {36 vars in 1023 bytes} [Thu Feb 26 22:51:26 2026] DELETE /v2.0/security-group-rules/aa374736-84d9-495c-92e9-a034fc8ab7a2 => 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: 312/632] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:51:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/633] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:26 2026] GET /v2.0/security-groups/e0e495dc-21b5-48e4-955e-cc59583dc9ec => generated 2311 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/634] 10.0.0.106 () {36 vars in 1013 bytes} [Thu Feb 26 22:51:26 2026] DELETE /v2.0/security-groups/e0e495dc-21b5-48e4-955e-cc59583dc9ec => 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: 315/635] 10.0.0.106 () {34 vars in 1100 bytes} [Thu Feb 26 22:51:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1964406925&fields=id&tenant_id=41e4dd9a88ee44328431b8a21331f46d => 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: 316/636] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:26 2026] GET /v2.0/security-groups/c25e8b82-8033-40ba-8d34-d7cae1c130d8 => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/637] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:51:26 2026] GET /v2.0/networks?id=fdb0ac7d-1b40-42cf-bf54-484f65d57173 => generated 669 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/638] 10.0.0.106 () {36 vars in 1013 bytes} [Thu Feb 26 22:51:26 2026] DELETE /v2.0/security-groups/c25e8b82-8033-40ba-8d34-d7cae1c130d8 => 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: 321/639] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:51:26 2026] POST /v2.0/floatingips => generated 552 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/640] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:51:27 2026] GET /v2.0/quotas/41e4dd9a88ee44328431b8a21331f46d => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/641] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:26 2026] GET /v2.0/security-groups?tenant_id=983bf953f1c94f46bfe3fb287d791d45&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/642] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:51:27 2026] GET /v2.0/ports?tenant_id=41e4dd9a88ee44328431b8a21331f46d&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/643] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:27 2026] DELETE /v2.0/security-groups/d9b13539-d992-4293-bd7b-7ff4d867a87f => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/644] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:27 2026] GET /v2.0/security-groups?tenant_id=7d39d1b0262b46f7995aa423e8bad7cb&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/645] 10.0.0.106 () {34 vars in 1098 bytes} [Thu Feb 26 22:51:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--901305279&fields=id&tenant_id=647ffbac39df466ebffa681f9306b1d6 => 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: 324/646] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:27 2026] DELETE /v2.0/security-groups/e11e5d79-7862-45d5-a9d9-2340b48d7400 => 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: 325/647] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:51:27 2026] GET /v2.0/networks?id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd => generated 683 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/648] 10.0.0.106 () {34 vars in 907 bytes} [Thu Feb 26 22:51:27 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/649] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:51:27 2026] GET /v2.0/quotas/647ffbac39df466ebffa681f9306b1d6 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/650] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:51:27 2026] GET /v2.0/networks/fdb0ac7d-1b40-42cf-bf54-484f65d57173?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: 329/651] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:51:27 2026] GET /v2.0/ports?tenant_id=647ffbac39df466ebffa681f9306b1d6&fields=id => generated 57 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/652] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:51:27 2026] GET /v2.0/networks/fdb0ac7d-1b40-42cf-bf54-484f65d57173?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:51:28.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-76def561-c54f-4af7-b70c-2807f4e6a84f e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 13f5b358-09d7-462c-9616-1f6e3f63be1d 2026-02-26 22:51:28.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76def561-c54f-4af7-b70c-2807f4e6a84f e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 13f5b358-09d7-462c-9616-1f6e3f63be1d [pid: 7|app: 0|req: 331/653] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:28 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/654] 10.0.0.106 () {34 vars in 907 bytes} [Thu Feb 26 22:51:28 2026] GET /v2.0/extensions => generated 21537 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/655] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:51:28 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/656] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:51:28 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/657] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:28 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/658] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:51:27 2026] PUT /v2.0/routers/1dd6bf92-193e-4edf-a695-4a2b244bf76f/remove_router_interface => generated 309 bytes in 1738 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:28.995 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee58df23-9066-4f21-bb6c-4a2d017490a3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: bb0ecd14-de2d-4f5e-91ed-139f49667b4e 2026-02-26 22:51:29.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee58df23-9066-4f21-bb6c-4a2d017490a3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: bb0ecd14-de2d-4f5e-91ed-139f49667b4e 2026-02-26 22:51:29.329 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee58df23-9066-4f21-bb6c-4a2d017490a3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 6bef6717-b123-4102-a965-9481755b9591 2026-02-26 22:51:29.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee58df23-9066-4f21-bb6c-4a2d017490a3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 6bef6717-b123-4102-a965-9481755b9591 [pid: 8|app: 0|req: 324/659] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:29 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:51:29.441 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-ee58df23-9066-4f21-bb6c-4a2d017490a3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-02-26 22:51:29.797 7 INFO neutron.db.l3_hamode_db [None req-ee58df23-9066-4f21-bb6c-4a2d017490a3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] HA network e3805d8e-ab68-4ee9-a7a7-09d2df525cbd was deleted as no HA routers are present in tenant 38e8d2e56add40a2b82ab4a090314934. [pid: 7|app: 0|req: 336/660] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:51:28 2026] DELETE /v2.0/routers/1dd6bf92-193e-4edf-a695-4a2b244bf76f => generated 0 bytes in 1044 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/661] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:29 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => 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: 337/662] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:51:29 2026] DELETE /v2.0/subnets/c5a2ee19-f420-4c3a-bfc2-249dd8838243 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:51:30.093 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1fb20b8-a914-424b-a77c-b1a2b7b9c0fb e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 102c877b-1092-40e6-a954-6466c2e4c69e 2026-02-26 22:51:30.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1fb20b8-a914-424b-a77c-b1a2b7b9c0fb e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 102c877b-1092-40e6-a954-6466c2e4c69e 2026-02-26 22:51:30.237 7 INFO neutron.services.segments.plugin [-] Segment f12664b9-57d0-45d9-bf04-fcf1b24d8bcc resource provider aggregate not found 2026-02-26 22:51:30.251 7 INFO neutron.services.segments.plugin [-] Segment f12664b9-57d0-45d9-bf04-fcf1b24d8bcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f12664b9-57d0-45d9-bf04-fcf1b24d8bcc found for delete ", "request_id": "req-112455c5-b5cd-49f4-9279-0df7304ccf82"}]} 2026-02-26 22:51:30.261 7 INFO neutron.services.segments.plugin [-] Segment f12664b9-57d0-45d9-bf04-fcf1b24d8bcc resource provider aggregate not found 2026-02-26 22:51:30.279 7 INFO neutron.services.segments.plugin [-] Segment f12664b9-57d0-45d9-bf04-fcf1b24d8bcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f12664b9-57d0-45d9-bf04-fcf1b24d8bcc found for delete ", "request_id": "req-60134916-8a21-4a14-bc4b-9772ace12401"}]} [pid: 8|app: 0|req: 326/663] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:51:29 2026] DELETE /v2.0/networks/6a979025-0cfb-4335-be54-b77b05d1c20b => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/664] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:30 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => 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: 327/665] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:30 2026] GET /v2.0/security-groups?tenant_id=38e8d2e56add40a2b82ab4a090314934&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/666] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:30 2026] DELETE /v2.0/security-groups/bb4d9690-8bfd-4bd7-814c-a8060a83eea1 => 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: 328/667] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:30 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:51:30.932 8 INFO neutron.services.segments.plugin [-] Segment dc82c7e3-5c41-4422-8ad4-a3578aa03dc8 resource provider aggregate not found 2026-02-26 22:51:30.947 8 INFO neutron.services.segments.plugin [-] Segment dc82c7e3-5c41-4422-8ad4-a3578aa03dc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc82c7e3-5c41-4422-8ad4-a3578aa03dc8 found for delete ", "request_id": "req-edceb48e-3fa1-46d2-bc54-7b6bfa466777"}]} 2026-02-26 22:51:30.997 8 INFO neutron.services.segments.plugin [-] Segment dc82c7e3-5c41-4422-8ad4-a3578aa03dc8 resource provider aggregate not found 2026-02-26 22:51:31.014 8 INFO neutron.services.segments.plugin [-] Segment dc82c7e3-5c41-4422-8ad4-a3578aa03dc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc82c7e3-5c41-4422-8ad4-a3578aa03dc8 found for delete ", "request_id": "req-fc0ff2c3-6dec-49d6-baf3-a7fe53bb8f4a"}]} [pid: 7|app: 0|req: 340/668] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:31 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => 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: 341/669] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:32 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => 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: 329/670] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:31 2026] GET /v2.0/security-groups?tenant_id=cdd730a0b23d4543b77db094665354c2&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/671] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:32 2026] DELETE /v2.0/security-groups/7c905b6f-9c18-43f3-b996-5e0ef52b3dad => 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: 343/672] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:32 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => 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: 344/673] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:32 2026] GET /v2.0/security-groups?tenant_id=97c1178eefd94b72a8375e2070ce5e57&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:51:32.828 8 INFO neutron.db.segments_db [None req-e0f8e03a-62d2-47a6-b821-e3c4f8d0c542 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 8a67093f-db41-4625-bfb3-ff4b48a7af6f of type vxlan for network bd9f8c6b-b0b7-4117-be0a-7d736f6a8388 [pid: 8|app: 0|req: 330/674] 10.0.0.96 () {34 vars in 670 bytes} [Thu Feb 26 22:51:32 2026] POST /v2.0/networks => generated 726 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/675] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:32 2026] DELETE /v2.0/security-groups/421bd51e-8fb8-4843-ba09-2da679b97491 => 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: 331/676] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:51:32 2026] POST /v2.0/subnets => generated 692 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:51:33.154 7 INFO neutron.db.segments_db [None req-f5c62aa7-9aa2-4f87-ae1c-738fda4867d3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment f474d10c-88f5-4ed3-879d-0e51733a03da of type vxlan for network d672ab38-c008-44ae-8816-c49b78654424 [pid: 8|app: 0|req: 332/677] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:51:33 2026] GET /v2.0/networks?id=fdb0ac7d-1b40-42cf-bf54-484f65d57173 => generated 669 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:33.497 7 INFO neutron.db.l3_hamode_db [None req-f5c62aa7-9aa2-4f87-ae1c-738fda4867d3 e382bf0d2a614ec28117704ace4a0c9e f6e53bd8f47b43bc810066795cf31851 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 333/678] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:33 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/679] 162.253.55.110 () {34 vars in 911 bytes} [Thu Feb 26 22:51:33 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/680] 162.253.55.110 () {34 vars in 1050 bytes} [Thu Feb 26 22:51:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=41e4dd9a88ee44328431b8a21331f46d => generated 181 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/681] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:51:33 2026] POST /v2.0/ports => generated 954 bytes in 487 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: 337/682] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:34 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 957 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/683] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:34 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:34.267 7 INFO neutron.db.l3_hamode_db [None req-f5c62aa7-9aa2-4f87-ae1c-738fda4867d3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 346/684] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:51:33 2026] POST /v2.0/routers => generated 732 bytes in 2052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/685] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:51:34 2026] PUT /v2.0/ports/73d921de-0293-43f1-a06f-b65cb894220c => generated 1235 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/686] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:35 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 12 bytes in 19 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: 340/687] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:51:35 2026] GET /v2.0/networks?id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd => generated 683 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/688] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:35 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/689] 162.253.55.110 () {34 vars in 1050 bytes} [Thu Feb 26 22:51:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=647ffbac39df466ebffa681f9306b1d6 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/690] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:35 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/691] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:51:35 2026] POST /v2.0/ports => generated 954 bytes in 419 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-02-26 22:51:35.892 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-52cc139c-17f9-4276-86df-2493616d0b88'] response: {'name': 'network-changed', 'server_uuid': 'bf1db8a4-3f1f-44b5-a627-e8a23a3460b6', 'tag': '73d921de-0293-43f1-a06f-b65cb894220c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 345/692] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:51:35 2026] PUT /v2.0/ports/fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => generated 1235 bytes in 433 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: 346/693] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:51:36 2026] GET /v2.0/ports?tenant_id=41e4dd9a88ee44328431b8a21331f46d&device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/694] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:36 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/695] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:51:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=73d921de-0293-43f1-a06f-b65cb894220c => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/696] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:36 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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: 350/697] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:51:36 2026] GET /v2.0/subnets?id=647d5b6a-d153-4f51-898a-75a6e5859f43 => generated 687 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/698] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:51:35 2026] PUT /v2.0/routers/d2b4b496-ee98-4a9f-ac18-2978e42f6e82/add_router_interface => generated 309 bytes in 1339 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/699] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:51:36 2026] GET /v2.0/ports?network_id=fdb0ac7d-1b40-42cf-bf54-484f65d57173&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/700] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:51:36 2026] GET /v2.0/networks/fdb0ac7d-1b40-42cf-bf54-484f65d57173?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: 349/701] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:36 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/702] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:51:36 2026] GET /v2.0/networks/fdb0ac7d-1b40-42cf-bf54-484f65d57173?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: 350/703] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:36 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/706] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/ports?tenant_id=647ffbac39df466ebffa681f9306b1d6&device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 1238 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/707] 10.0.0.106 () {38 vars in 971 bytes} [Thu Feb 26 22:51:37 2026] POST /v2.0/security-groups => generated 1682 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/708] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/709] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/subnets?id=e16f8d4d-1648-4764-8aaf-949bd0b81853 => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/710] 10.0.0.106 () {38 vars in 971 bytes} [Thu Feb 26 22:51:37 2026] POST /v2.0/security-groups => generated 1682 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/711] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/ports?network_id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd&device_owner=network%3Adhcp => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/712] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/713] 10.0.0.106 () {38 vars in 971 bytes} [Thu Feb 26 22:51:37 2026] POST /v2.0/security-groups => generated 1680 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/714] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?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: 361/715] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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: 355/716] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/security-groups?tenant_id=600c655bd53c47199d515993e96536f0&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/717] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/ports?tenant_id=41e4dd9a88ee44328431b8a21331f46d&device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/718] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?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: 363/719] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/720] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/security-groups?tenant_id=f6e53bd8f47b43bc810066795cf31851 => generated 7909 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/721] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:37 2026] DELETE /v2.0/security-groups/29e544ed-2f95-4acc-86e9-6e432527d358 => 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: 365/722] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/networks?id=fdb0ac7d-1b40-42cf-bf54-484f65d57173 => generated 765 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/723] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/724] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/security-groups/c35ce251-6cdb-4bca-b063-060d6ebeffef => generated 2922 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/725] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=73d921de-0293-43f1-a06f-b65cb894220c => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:51:38.018 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e08cbdf5-e90d-410c-8f2c-eda13523a38e'] response: {'name': 'network-changed', 'server_uuid': 'd884bd75-95e9-4a92-8a72-22e798cdd731', 'tag': 'fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 367/726] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:37 2026] GET /v2.0/security-groups/c35ce251-6cdb-4bca-b063-060d6ebeffef => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/727] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/subnets?id=647d5b6a-d153-4f51-898a-75a6e5859f43 => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/728] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/ports?network_id=fdb0ac7d-1b40-42cf-bf54-484f65d57173&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/729] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups/05dfc057-4553-4164-8047-eb57494e9036 => generated 1682 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/730] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/networks/fdb0ac7d-1b40-42cf-bf54-484f65d57173?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/731] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups?tenant_id=79ac37db2b204d0983d16968831633f3&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: 371/732] 10.0.0.106 () {36 vars in 1013 bytes} [Thu Feb 26 22:51:38 2026] DELETE /v2.0/security-groups/05dfc057-4553-4164-8047-eb57494e9036 => 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: 362/733] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/networks/fdb0ac7d-1b40-42cf-bf54-484f65d57173?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) 2026-02-26 22:51:38.286 7 INFO neutron.api.v2.resource [req-ec275a10-7254-4672-a3f5-f5f53506fb2a req-5cdba0a8-24c1-4f65-8710-0da702fd4c98 f5001cce42db4f9fbed32285bfbdfbfd f6e53bd8f47b43bc810066795cf31851 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 363/734] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups/05dfc057-4553-4164-8047-eb57494e9036 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/735] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups/6ffeb355-b072-4e63-915d-cf279265f1cd => generated 1682 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/736] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:38 2026] DELETE /v2.0/security-groups/4260a765-42d1-4b5b-996e-e6525ee113c0 => 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: 365/737] 10.0.0.106 () {36 vars in 1013 bytes} [Thu Feb 26 22:51:38 2026] DELETE /v2.0/security-groups/6ffeb355-b072-4e63-915d-cf279265f1cd => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:51:38.471 8 INFO neutron.api.v2.resource [req-17c4aaf2-ab38-4825-b660-aedd5d95fb7c req-b1603eb6-7f47-4264-b2df-89cdf1b7e0a9 f5001cce42db4f9fbed32285bfbdfbfd f6e53bd8f47b43bc810066795cf31851 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 373/738] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups/6ffeb355-b072-4e63-915d-cf279265f1cd => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/739] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups/7b1913f2-3730-439c-ba4d-ecc938e56e0a => generated 1680 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/740] 10.0.0.106 () {36 vars in 1013 bytes} [Thu Feb 26 22:51:38 2026] DELETE /v2.0/security-groups/7b1913f2-3730-439c-ba4d-ecc938e56e0a => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:51:38.671 7 INFO neutron.api.v2.resource [req-9738cf72-f82f-43a1-a77a-121dbbcac81f req-5c425995-677d-496c-8250-a3e9871e6bdc f5001cce42db4f9fbed32285bfbdfbfd f6e53bd8f47b43bc810066795cf31851 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 367/741] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups/7b1913f2-3730-439c-ba4d-ecc938e56e0a => 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: 375/742] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups?tenant_id=f6e53bd8f47b43bc810066795cf31851 => 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: 368/743] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups/c35ce251-6cdb-4bca-b063-060d6ebeffef => generated 2922 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/744] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups/c35ce251-6cdb-4bca-b063-060d6ebeffef => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:51:38.880 7 INFO neutron.api.v2.resource [req-b4b033b1-5dc6-430d-b87b-ecc151209719 req-f9ab9006-a9b5-49c7-a266-9e816639a7bf f5001cce42db4f9fbed32285bfbdfbfd f6e53bd8f47b43bc810066795cf31851 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 369/745] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups/7b1913f2-3730-439c-ba4d-ecc938e56e0a => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/746] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/ports?tenant_id=647ffbac39df466ebffa681f9306b1d6&device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:51:38.928 8 INFO neutron.api.v2.resource [req-ca2a7871-e2d7-4014-a108-23bd04246715 req-2f4a48f0-68d7-4a8d-84fa-a330e8ab95a5 f5001cce42db4f9fbed32285bfbdfbfd f6e53bd8f47b43bc810066795cf31851 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 378/747] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups/6ffeb355-b072-4e63-915d-cf279265f1cd => 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: 379/748] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/networks?id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd => generated 779 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:38.981 8 INFO neutron.api.v2.resource [req-59791920-8cff-4e5a-bc73-489b7c47546b req-48499726-513d-470c-b5af-09485a5a41f8 f5001cce42db4f9fbed32285bfbdfbfd f6e53bd8f47b43bc810066795cf31851 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 380/749] 10.0.0.106 () {34 vars in 991 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/security-groups/05dfc057-4553-4164-8047-eb57494e9036 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/750] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/751] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/752] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:51:39 2026] GET /v2.0/subnets?id=e16f8d4d-1648-4764-8aaf-949bd0b81853 => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/753] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:39 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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: 373/754] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:51:39 2026] GET /v2.0/ports?network_id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd&device_owner=network%3Adhcp => generated 1242 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/755] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:39 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/756] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:51:39 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/757] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:39 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/758] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:51:39 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?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) 2026-02-26 22:51:39.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ee1ff74-f597-40b1-ac55-1c00f22316c7 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: f8dd0c96-5b28-4f84-85ce-3ed683427a74 2026-02-26 22:51:39.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ee1ff74-f597-40b1-ac55-1c00f22316c7 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: f8dd0c96-5b28-4f84-85ce-3ed683427a74 [pid: 8|app: 0|req: 382/759] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:51:38 2026] PUT /v2.0/routers/d2b4b496-ee98-4a9f-ac18-2978e42f6e82/remove_router_interface => generated 309 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:40.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-19227182-44be-43ba-b44d-0af752662fc6 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 72c7aaa0-2744-490d-bf02-328824b44287 2026-02-26 22:51:40.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19227182-44be-43ba-b44d-0af752662fc6 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 72c7aaa0-2744-490d-bf02-328824b44287 [pid: 8|app: 0|req: 383/760] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:40 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/761] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:40 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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-02-26 22:51:40.436 7 INFO neutron_taas.services.taas.taas_plugin [None req-19227182-44be-43ba-b44d-0af752662fc6 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 63dae336-3587-4aba-b626-8e610ad94969 2026-02-26 22:51:40.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19227182-44be-43ba-b44d-0af752662fc6 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 63dae336-3587-4aba-b626-8e610ad94969 [pid: 8|app: 0|req: 385/762] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:40 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/763] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:40 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:41.172 7 INFO neutron.services.segments.plugin [-] Segment f474d10c-88f5-4ed3-879d-0e51733a03da resource provider aggregate not found 2026-02-26 22:51:41.180 7 INFO neutron.services.segments.plugin [-] Segment f474d10c-88f5-4ed3-879d-0e51733a03da resource provider aggregate not found 2026-02-26 22:51:41.196 7 INFO neutron.services.segments.plugin [-] Segment f474d10c-88f5-4ed3-879d-0e51733a03da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f474d10c-88f5-4ed3-879d-0e51733a03da found for delete ", "request_id": "req-6a54ac4c-1cce-4dab-92bc-9219f2c1028c"}]} 2026-02-26 22:51:41.198 7 INFO neutron.services.segments.plugin [-] Segment f474d10c-88f5-4ed3-879d-0e51733a03da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f474d10c-88f5-4ed3-879d-0e51733a03da found for delete ", "request_id": "req-6f518362-64ae-46c8-b0da-419ce4ccd75b"}]} 2026-02-26 22:51:41.203 7 INFO neutron.db.l3_hamode_db [None req-19227182-44be-43ba-b44d-0af752662fc6 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] HA network d672ab38-c008-44ae-8816-c49b78654424 was deleted as no HA routers are present in tenant f6e53bd8f47b43bc810066795cf31851. [pid: 7|app: 0|req: 378/764] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:51:39 2026] DELETE /v2.0/routers/d2b4b496-ee98-4a9f-ac18-2978e42f6e82 => generated 0 bytes in 1287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/765] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:41 2026] GET /v2.0/security-groups?tenant_id=d554db680ec3418992d85afc6a05ce6e&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/766] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:51:41 2026] DELETE /v2.0/subnets/5d3c5999-596e-478d-a608-b543c0f13ade => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/767] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:41 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/768] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:41 2026] DELETE /v2.0/security-groups/6640214a-1934-41de-b9dc-9495a96920e0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/769] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:41 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:41.569 8 INFO neutron.services.segments.plugin [-] Segment 8a67093f-db41-4625-bfb3-ff4b48a7af6f resource provider aggregate not found 2026-02-26 22:51:41.575 8 INFO neutron.services.segments.plugin [-] Segment 8a67093f-db41-4625-bfb3-ff4b48a7af6f resource provider aggregate not found 2026-02-26 22:51:41.591 8 INFO neutron.services.segments.plugin [-] Segment 8a67093f-db41-4625-bfb3-ff4b48a7af6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a67093f-db41-4625-bfb3-ff4b48a7af6f found for delete ", "request_id": "req-f522eba5-6340-4c1f-8413-e711e180196d"}]} 2026-02-26 22:51:41.610 8 INFO neutron.services.segments.plugin [-] Segment 8a67093f-db41-4625-bfb3-ff4b48a7af6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a67093f-db41-4625-bfb3-ff4b48a7af6f found for delete ", "request_id": "req-ffb0448b-9528-43be-ba51-c8b01f1329bc"}]} [pid: 8|app: 0|req: 389/770] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:51:41 2026] DELETE /v2.0/networks/bd9f8c6b-b0b7-4117-be0a-7d736f6a8388 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/771] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:41 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 969 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/772] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:41 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/773] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:41 2026] GET /v2.0/security-groups?tenant_id=f6e53bd8f47b43bc810066795cf31851&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/774] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:41 2026] DELETE /v2.0/security-groups/c35ce251-6cdb-4bca-b063-060d6ebeffef => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/775] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:42 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/776] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:42 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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: 7|app: 0|req: 385/777] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:42 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/778] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:42 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/779] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:43 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:43.824 7 INFO neutron.db.segments_db [None req-70c1fcaf-3aae-4642-93ad-0dea82dddafa f9305cf7271d462eb89d6b4f93a20def 334568c7bef24bf6820f87f75ed90461 - - default default] Added segment bbfedce8-56ab-4325-955b-901924cac6d7 of type vxlan for network c2e4a91d-d7b0-420d-b480-3f7cc00ec700 [pid: 7|app: 0|req: 386/780] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:51:43 2026] POST /v2.0/networks => generated 625 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/781] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:43 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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-02-26 22:51:44.020 8 INFO neutron.db.segments_db [None req-0e8a2a43-980e-4689-92ef-b94e5e860d4c e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 6617bcd2-8a47-4e11-b2e7-47f4e1dfc4d7 of type vxlan for network 3b526cbc-5e5c-4a7c-8baf-0271a91109bc [pid: 8|app: 0|req: 395/782] 10.0.0.96 () {34 vars in 670 bytes} [Thu Feb 26 22:51:43 2026] POST /v2.0/networks => generated 729 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/783] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:44 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/784] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:51:43 2026] POST /v2.0/subnets => generated 641 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/785] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:44 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:44.400 7 INFO neutron.db.segments_db [None req-aab6055a-e28b-4b29-9293-bdac41c2166f f9305cf7271d462eb89d6b4f93a20def 334568c7bef24bf6820f87f75ed90461 - - default default] Added segment afd34d2b-1402-4d56-9045-899a7ded5715 of type vxlan for network 6899e257-73ef-4093-8341-ca542a0ae789 [pid: 8|app: 0|req: 397/786] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:51:44 2026] POST /v2.0/subnets => generated 695 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:51:44.467 8 INFO neutron.db.segments_db [None req-d6750992-92d8-4615-8431-3b052d50e59e e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 58e4b2b3-4ded-43df-bdec-6ddeb3c15459 of type vxlan for network 11094076-08b9-4c94-9571-bbf193aa5057 [pid: 7|app: 0|req: 390/787] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:51:44 2026] POST /v2.0/networks => generated 624 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/788] 10.0.0.96 () {34 vars in 742 bytes} [Thu Feb 26 22:51:44 2026] PUT /v2.0/networks/6899e257-73ef-4093-8341-ca542a0ae789 => generated 592 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:44.735 8 INFO neutron.db.l3_hamode_db [None req-d6750992-92d8-4615-8431-3b052d50e59e e382bf0d2a614ec28117704ace4a0c9e f62013542d7b42eda0ca1ec3b3d1b78e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 392/789] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:51:44 2026] POST /v2.0/subnets => generated 626 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/790] 10.0.0.96 () {34 vars in 740 bytes} [Thu Feb 26 22:51:44 2026] PUT /v2.0/subnets/0ca1ace6-ef1c-4577-8d4c-896ed35801b5 => generated 636 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/791] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:45 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:45.344 7 INFO neutron.services.segments.plugin [-] Segment afd34d2b-1402-4d56-9045-899a7ded5715 resource provider aggregate not found 2026-02-26 22:51:45.354 7 INFO neutron.services.segments.plugin [-] Segment afd34d2b-1402-4d56-9045-899a7ded5715 resource provider aggregate not found 2026-02-26 22:51:45.367 7 INFO neutron.services.segments.plugin [-] Segment afd34d2b-1402-4d56-9045-899a7ded5715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afd34d2b-1402-4d56-9045-899a7ded5715 found for delete ", "request_id": "req-717381ac-00f1-4cf4-90c1-263e5a458a86"}]} 2026-02-26 22:51:45.377 7 INFO neutron.services.segments.plugin [-] Segment afd34d2b-1402-4d56-9045-899a7ded5715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afd34d2b-1402-4d56-9045-899a7ded5715 found for delete ", "request_id": "req-d15f1c6b-49be-4ee6-9c01-2af6e1fc178c"}]} [pid: 7|app: 0|req: 395/792] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:51:45 2026] DELETE /v2.0/networks/6899e257-73ef-4093-8341-ca542a0ae789 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/793] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:45 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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-02-26 22:51:45.454 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e2c1cf8-39d7-4226-a83b-32eea7c3b620 f9305cf7271d462eb89d6b4f93a20def 334568c7bef24bf6820f87f75ed90461 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 397/794] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:51:45 2026] DELETE /v2.0/networks/6899e257-73ef-4093-8341-ca542a0ae789 => generated 138 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/795] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:45 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/796] 10.0.0.96 () {32 vars in 693 bytes} [Thu Feb 26 22:51:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/797] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:45 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:45.662 8 INFO neutron.db.l3_hamode_db [None req-d6750992-92d8-4615-8431-3b052d50e59e e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 401/798] 10.0.0.96 () {32 vars in 741 bytes} [Thu Feb 26 22:51:45 2026] GET /v2.0/subnets?network_id=a210eb74-3445-4985-bdfc-5121e1174ea9 => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/799] 10.0.0.96 () {32 vars in 652 bytes} [Thu Feb 26 22:51:45 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/800] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 22:51:45 2026] GET /v2.0/networks => generated 1309 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/801] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 22:51:45 2026] GET /v2.0/subnets => generated 1280 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/802] 10.0.0.96 () {32 vars in 722 bytes} [Thu Feb 26 22:51:45 2026] GET /v2.0/networks/c2e4a91d-d7b0-420d-b480-3f7cc00ec700 => generated 669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/803] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:51:45 2026] GET /v2.0/subnets/150fbb54-c7ab-4f46-99c2-38f1b2bc557e => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:45.922 7 INFO neutron.pecan_wsgi.hooks.translation [None req-222870ee-4d4a-4f6b-bc18-49ef5fa05dd1 f9305cf7271d462eb89d6b4f93a20def 334568c7bef24bf6820f87f75ed90461 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 407/804] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:51:45 2026] DELETE /v2.0/subnets/0ca1ace6-ef1c-4577-8d4c-896ed35801b5 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:51:45.941 7 INFO neutron.pecan_wsgi.hooks.translation [None req-140fb3e4-4498-40d2-b08f-3c74749e156a f9305cf7271d462eb89d6b4f93a20def 334568c7bef24bf6820f87f75ed90461 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 408/805] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:51:45 2026] DELETE /v2.0/networks/6899e257-73ef-4093-8341-ca542a0ae789 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/806] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:51:45 2026] DELETE /v2.0/subnets/150fbb54-c7ab-4f46-99c2-38f1b2bc557e => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/807] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:51:46 2026] DELETE /v2.0/networks/c2e4a91d-d7b0-420d-b480-3f7cc00ec700 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/808] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:46 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/809] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:46 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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: 7|app: 0|req: 413/810] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:46 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/811] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:46 2026] GET /v2.0/security-groups?tenant_id=334568c7bef24bf6820f87f75ed90461&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: 415/812] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:46 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&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: 416/813] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:47 2026] DELETE /v2.0/security-groups/4b014407-52d9-4091-898b-3e68f71cadde => 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: 417/814] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:47 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/815] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:51:44 2026] POST /v2.0/routers => generated 735 bytes in 2743 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:51:47.420 7 INFO neutron.services.segments.plugin [-] Segment bbfedce8-56ab-4325-955b-901924cac6d7 resource provider aggregate not found 2026-02-26 22:51:47.420 7 INFO neutron.services.segments.plugin [-] Segment bbfedce8-56ab-4325-955b-901924cac6d7 resource provider aggregate not found 2026-02-26 22:51:47.468 7 INFO neutron.services.segments.plugin [-] Segment bbfedce8-56ab-4325-955b-901924cac6d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbfedce8-56ab-4325-955b-901924cac6d7 found for delete ", "request_id": "req-54f5a190-2a40-4b77-af83-6efab60f06d2"}]} 2026-02-26 22:51:47.480 7 INFO neutron.services.segments.plugin [-] Segment bbfedce8-56ab-4325-955b-901924cac6d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbfedce8-56ab-4325-955b-901924cac6d7 found for delete ", "request_id": "req-361b57f1-bf50-4cc6-847c-63fdeaa2bd8b"}]} 2026-02-26 22:51:47.759 7 INFO neutron.db.l3_db [None req-79bdc13d-41da-43c4-86de-8afa3cae50ba 8049802fce9745209ef69cfb06f1e24b 41e4dd9a88ee44328431b8a21331f46d - - default default] Floating IP 585d3698-7c45-4abc-abc0-c95f2d0a3cd8 associated. External IP: 10.96.250.209, port: 73d921de-0293-43f1-a06f-b65cb894220c. [pid: 7|app: 0|req: 418/816] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:51:47 2026] PUT /v2.0/floatingips/585d3698-7c45-4abc-abc0-c95f2d0a3cd8 => generated 855 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/817] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:48 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/818] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:48 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/819] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:48 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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: 399/820] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:51:47 2026] PUT /v2.0/routers/a6d31e4f-2880-45ab-927d-052a1e9303f5/add_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/821] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:48 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:48.657 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7251c82b-c296-4032-8015-d2f4c7b15ede'] response: {'name': 'network-changed', 'server_uuid': 'bf1db8a4-3f1f-44b5-a627-e8a23a3460b6', 'tag': '73d921de-0293-43f1-a06f-b65cb894220c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 400/822] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:48 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/823] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:48 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/824] 10.0.0.96 () {34 vars in 684 bytes} [Thu Feb 26 22:51:48 2026] POST /v2.0/security-groups => generated 1660 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/825] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:51:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/826] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:51:49 2026] GET /v2.0/ports?tenant_id=41e4dd9a88ee44328431b8a21331f46d&device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/827] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:51:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/828] 10.0.0.96 () {34 vars in 683 bytes} [Thu Feb 26 22:51:48 2026] POST /v2.0/security-groups => generated 1624 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/829] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:51:49 2026] GET /v2.0/networks?id=fdb0ac7d-1b40-42cf-bf54-484f65d57173 => generated 765 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/830] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:49 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/831] 10.0.0.96 () {32 vars in 662 bytes} [Thu Feb 26 22:51:49 2026] GET /v2.0/security-groups => generated 4529 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/832] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:51:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=73d921de-0293-43f1-a06f-b65cb894220c => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/833] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:49 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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: 7|app: 0|req: 429/834] 10.0.0.96 () {34 vars in 757 bytes} [Thu Feb 26 22:51:49 2026] PUT /v2.0/security-groups/a7c73d8a-5732-4d2b-aca1-8645edce9b79 => generated 1662 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/835] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:51:49 2026] GET /v2.0/subnets?id=647d5b6a-d153-4f51-898a-75a6e5859f43 => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/836] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:49 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/837] 10.0.0.96 () {32 vars in 736 bytes} [Thu Feb 26 22:51:49 2026] GET /v2.0/security-groups/a7c73d8a-5732-4d2b-aca1-8645edce9b79 => generated 1662 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/838] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:51:49 2026] GET /v2.0/ports?network_id=fdb0ac7d-1b40-42cf-bf54-484f65d57173&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:51:50.143 7 INFO neutron.db.l3_db [None req-79810414-f3ed-4865-8804-527fe8c533d0 a492f391fa8c4921b9c55fcebd315adf 647ffbac39df466ebffa681f9306b1d6 - - default default] Floating IP c111b7e4-4e78-4154-83df-0eefb22c0be6 associated. External IP: 10.96.250.217, port: fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610. [pid: 8|app: 0|req: 406/839] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:51:49 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) [pid: 8|app: 0|req: 407/840] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:50 2026] DELETE /v2.0/security-groups/a7c73d8a-5732-4d2b-aca1-8645edce9b79 => 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: 408/841] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:51:50 2026] GET /v2.0/networks/fdb0ac7d-1b40-42cf-bf54-484f65d57173?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: 409/842] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:50 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/843] 10.0.0.96 () {32 vars in 662 bytes} [Thu Feb 26 22:51:50 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: 8|app: 0|req: 411/844] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:51:50 2026] GET /v2.0/networks/fdb0ac7d-1b40-42cf-bf54-484f65d57173?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: 412/845] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:50 2026] GET /v2.0/security-groups?id=4ef5c299-0da2-4123-8343-89ad7e974fc0&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:50.443 8 INFO neutron.api.v2.resource [None req-4e3fda39-8c28-47d9-9530-79df6ac31190 112aff2c82534c569d4b8ecd6d824753 fc4d0693dee54208bc905a6ceb57c89a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 413/846] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:50 2026] DELETE /v2.0/security-groups/a7c73d8a-5732-4d2b-aca1-8645edce9b79 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/847] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:51:49 2026] PUT /v2.0/floatingips/c111b7e4-4e78-4154-83df-0eefb22c0be6 => generated 855 bytes in 671 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/848] 10.0.0.96 () {34 vars in 683 bytes} [Thu Feb 26 22:51:50 2026] POST /v2.0/security-groups => generated 1625 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/849] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:50 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/850] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:50 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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-02-26 22:51:50.727 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e15ecdc8-d7f4-4a49-9cce-e340ed15f631'] response: {'name': 'network-changed', 'server_uuid': 'd884bd75-95e9-4a92-8a72-22e798cdd731', 'tag': 'fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 415/851] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:51:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/852] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:51:50 2026] GET /v2.0/security-group-rules/44453c7f-38a3-4848-b30c-b34948e1dea2 => generated 601 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/853] 10.0.0.96 () {32 vars in 672 bytes} [Thu Feb 26 22:51:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/854] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:51:50 2026] DELETE /v2.0/security-group-rules/44453c7f-38a3-4848-b30c-b34948e1dea2 => 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: 417/855] 10.0.0.96 () {32 vars in 672 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/856] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/857] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:51:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/858] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/ports?tenant_id=647ffbac39df466ebffa681f9306b1d6&device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:51:51.330 7 INFO neutron_taas.services.taas.taas_plugin [req-451b0fb5-01f7-4074-848a-ae9092324fbe req-fbacb95a-5413-4a17-9833-a0b8657a163f 8049802fce9745209ef69cfb06f1e24b 41e4dd9a88ee44328431b8a21331f46d - - default default] TaaS: Handle Delete Port: 73d921de-0293-43f1-a06f-b65cb894220c 2026-02-26 22:51:51.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-451b0fb5-01f7-4074-848a-ae9092324fbe req-fbacb95a-5413-4a17-9833-a0b8657a163f 8049802fce9745209ef69cfb06f1e24b 41e4dd9a88ee44328431b8a21331f46d - - default default] Tap Mirror: Handle Delete Port: 73d921de-0293-43f1-a06f-b65cb894220c [pid: 8|app: 0|req: 420/859] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/security-group-rules/965500e6-6ebd-439f-ab4f-8e3be1e27d44 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/860] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/networks?id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/861] 10.0.0.96 () {32 vars in 672 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/862] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:51:51.544 7 INFO neutron.db.l3_db [req-451b0fb5-01f7-4074-848a-ae9092324fbe req-fbacb95a-5413-4a17-9833-a0b8657a163f 8049802fce9745209ef69cfb06f1e24b 41e4dd9a88ee44328431b8a21331f46d - - default default] Floating IP 585d3698-7c45-4abc-abc0-c95f2d0a3cd8 disassociated. External IP: 10.96.250.209, port: 73d921de-0293-43f1-a06f-b65cb894220c. [pid: 8|app: 0|req: 424/863] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:51:51 2026] DELETE /v2.0/security-group-rules/965500e6-6ebd-439f-ab4f-8e3be1e27d44 => 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: 425/864] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/subnets?id=e16f8d4d-1648-4764-8aaf-949bd0b81853 => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/865] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/866] 10.0.0.96 () {32 vars in 672 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/867] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/ports?network_id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:51:51.835 8 INFO neutron.db.securitygroups_db [None req-a43d2532-d98b-454d-a420-46268d0acfc6 112aff2c82534c569d4b8ecd6d824753 fc4d0693dee54208bc905a6ceb57c89a - - default default] Project fc4d0693dee54208bc905a6ceb57c89a 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: 429/868] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:51:51 2026] POST /v2.0/security-group-rules => generated 607 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/869] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?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: 431/870] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/security-group-rules/23366f2f-2e0e-4126-a3cc-25705f63dc6d => generated 607 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/871] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:51:51 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/872] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:51:51 2026] DELETE /v2.0/ports/73d921de-0293-43f1-a06f-b65cb894220c => generated 0 bytes in 907 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/875] 10.0.0.96 () {32 vars in 672 bytes} [Thu Feb 26 22:51:52 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/876] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:51:52 2026] DELETE /v2.0/security-group-rules/23366f2f-2e0e-4126-a3cc-25705f63dc6d => 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: 434/877] 10.0.0.96 () {32 vars in 672 bytes} [Thu Feb 26 22:51:52 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: 444/878] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:52 2026] DELETE /v2.0/security-groups/16c1b917-9d83-4e6c-8fc5-43d6a61959e2 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/879] 10.0.0.96 () {32 vars in 662 bytes} [Thu Feb 26 22:51:52 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: 7|app: 0|req: 445/880] 10.0.0.96 () {32 vars in 662 bytes} [Thu Feb 26 22:51:52 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-02-26 22:51:52.772 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e40c04d-d0c8-4cd5-a186-723394bcaf95'] response: {'server_uuid': 'bf1db8a4-3f1f-44b5-a627-e8a23a3460b6', 'name': 'network-vif-deleted', 'tag': '73d921de-0293-43f1-a06f-b65cb894220c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 436/881] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:52 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => 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: 446/882] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:52 2026] GET /v2.0/security-groups?tenant_id=fc4d0693dee54208bc905a6ceb57c89a&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/883] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:53 2026] DELETE /v2.0/security-groups/35ffd2b4-afaa-48b2-926b-09c156dd334f => 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: 447/884] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:53 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => 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: 448/885] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/ports?device_id=bf1db8a4-3f1f-44b5-a627-e8a23a3460b6 => 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: 438/886] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:51:54 2026] GET /v2.0/ports => generated 21226 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/887] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/subnets => generated 5221 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/888] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/security-groups => generated 34698 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/889] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/routers => generated 2198 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/890] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/891] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/routers/8ccb6679-06ae-4d72-862f-12726ac77d47/l3-agents => generated 682 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/892] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/routers/944c3f96-d47c-485a-995f-15f38d558e68/l3-agents => generated 682 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/893] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/routers/a6d31e4f-2880-45ab-927d-052a1e9303f5/l3-agents => generated 682 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/894] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/agents => generated 3386 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/895] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/subnets => generated 5221 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/896] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/897] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/network-ip-availabilities => generated 3827 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/898] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:55 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 1240 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/899] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:51:56 2026] GET /v2.0/floatingips => generated 1936 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/900] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:51:56 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&fields=id&fields=name => generated 113 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/901] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:51:56 2026] GET /v2.0/networks => generated 6532 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/902] 10.0.0.106 () {34 vars in 1098 bytes} [Thu Feb 26 22:51:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--315039805&fields=id&tenant_id=f62013542d7b42eda0ca1ec3b3d1b78e => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/903] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:51:56 2026] GET /v2.0/networks?id=3b526cbc-5e5c-4a7c-8baf-0271a91109bc => generated 680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/904] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:56 2026] DELETE /v2.0/security-groups/4ef5c299-0da2-4123-8343-89ad7e974fc0 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:51:56.340 8 INFO neutron.api.v2.resource [None req-754c0844-fcce-4f48-9e11-8f8de4094b4c 8049802fce9745209ef69cfb06f1e24b 41e4dd9a88ee44328431b8a21331f46d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 460/905] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:51:56 2026] GET /v2.0/quotas/f62013542d7b42eda0ca1ec3b3d1b78e => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/906] 10.0.0.96 () {32 vars in 736 bytes} [Thu Feb 26 22:51:56 2026] GET /v2.0/security-groups/4ef5c299-0da2-4123-8343-89ad7e974fc0 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:51:56.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a85459f-9f09-4e1c-a1d8-0d96d5b57445 8049802fce9745209ef69cfb06f1e24b 41e4dd9a88ee44328431b8a21331f46d - - default default] TaaS: Handle Delete Port: 193b6e9a-d1e2-488a-a8fc-3d1a5d1bfedd 2026-02-26 22:51:56.435 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a85459f-9f09-4e1c-a1d8-0d96d5b57445 8049802fce9745209ef69cfb06f1e24b 41e4dd9a88ee44328431b8a21331f46d - - default default] Tap Mirror: Handle Delete Port: 193b6e9a-d1e2-488a-a8fc-3d1a5d1bfedd [pid: 8|app: 0|req: 447/907] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:51:56 2026] GET /v2.0/ports?tenant_id=f62013542d7b42eda0ca1ec3b3d1b78e&fields=id => generated 57 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/908] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:51:56 2026] GET /v2.0/networks/3b526cbc-5e5c-4a7c-8baf-0271a91109bc?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/909] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:51:56 2026] GET /v2.0/networks/3b526cbc-5e5c-4a7c-8baf-0271a91109bc?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: 461/910] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:51:56 2026] DELETE /v2.0/floatingips/585d3698-7c45-4abc-abc0-c95f2d0a3cd8 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/911] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:56 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:51:57.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-fff1726a-e07b-485c-b839-78db3a8c5601 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: da2dd3f2-5cd0-46d1-9c6b-ae671b72a352 2026-02-26 22:51:57.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fff1726a-e07b-485c-b839-78db3a8c5601 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: da2dd3f2-5cd0-46d1-9c6b-ae671b72a352 [pid: 8|app: 0|req: 450/912] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:51:56 2026] PUT /v2.0/routers/8ccb6679-06ae-4d72-862f-12726ac77d47/remove_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/913] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:58 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:51:58.288 7 INFO neutron_taas.services.taas.taas_plugin [None req-73dd8574-b938-400b-9fea-a99e0ff63af1 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: cd8c6ec0-a5ab-4bad-8eb7-55e2ee9533f1 2026-02-26 22:51:58.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73dd8574-b938-400b-9fea-a99e0ff63af1 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: cd8c6ec0-a5ab-4bad-8eb7-55e2ee9533f1 2026-02-26 22:51:58.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-73dd8574-b938-400b-9fea-a99e0ff63af1 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 222fece0-0a8f-43ca-b34a-320c435de94f 2026-02-26 22:51:58.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73dd8574-b938-400b-9fea-a99e0ff63af1 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 222fece0-0a8f-43ca-b34a-320c435de94f [pid: 8|app: 0|req: 452/914] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:58 2026] GET /v2.0/security-groups?tenant_id=fb87b57aed9e4ee9b455598228d440d2&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/915] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:58 2026] DELETE /v2.0/security-groups/f0ee1c7e-d018-41b2-97ec-212b28d1edf5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:51:58.772 7 INFO neutron.services.segments.plugin [-] Segment 939b1d68-fd6c-4693-9331-a9b919152002 resource provider aggregate not found 2026-02-26 22:51:58.785 7 INFO neutron.services.segments.plugin [-] Segment 939b1d68-fd6c-4693-9331-a9b919152002 resource provider aggregate not found 2026-02-26 22:51:58.792 7 INFO neutron.services.segments.plugin [-] Segment 939b1d68-fd6c-4693-9331-a9b919152002 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939b1d68-fd6c-4693-9331-a9b919152002 found for delete ", "request_id": "req-d857a24e-b3b6-43a2-92b3-a5fdca4b5985"}]} 2026-02-26 22:51:58.805 7 INFO neutron.services.segments.plugin [-] Segment 939b1d68-fd6c-4693-9331-a9b919152002 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939b1d68-fd6c-4693-9331-a9b919152002 found for delete ", "request_id": "req-b840e568-9b58-4e5d-b7aa-bbde8c7d7406"}]} 2026-02-26 22:51:58.806 7 INFO neutron.db.l3_hamode_db [None req-73dd8574-b938-400b-9fea-a99e0ff63af1 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] HA network 3331eff4-e495-4ccb-b374-27dd2dae84f0 was deleted as no HA routers are present in tenant 41e4dd9a88ee44328431b8a21331f46d. [pid: 7|app: 0|req: 463/916] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:51:57 2026] DELETE /v2.0/routers/8ccb6679-06ae-4d72-862f-12726ac77d47 => generated 0 bytes in 1254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/917] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:58 2026] GET /v2.0/security-groups?tenant_id=f36f578632284dffabb1986a9f0c44d7&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/918] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:51:58 2026] DELETE /v2.0/subnets/647d5b6a-d153-4f51-898a-75a6e5859f43 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/919] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:59 2026] DELETE /v2.0/security-groups/a29d0cfa-0b66-4c45-b17b-442b97cf35dd => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/920] 10.0.0.63 () {34 vars in 989 bytes} [Thu Feb 26 22:51:58 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 1240 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/921] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:51:59 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/922] 10.0.0.63 () {34 vars in 1039 bytes} [Thu Feb 26 22:51:59 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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-02-26 22:51:59.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4fb8e18-936b-451b-84cf-4ebbe164773e e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: e51fc956-fa93-4fce-9300-0f644a90fee3 2026-02-26 22:51:59.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4fb8e18-936b-451b-84cf-4ebbe164773e e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: e51fc956-fa93-4fce-9300-0f644a90fee3 2026-02-26 22:51:59.483 8 INFO neutron.services.segments.plugin [-] Segment 2b0cde4d-ce5e-487c-957d-800d02cf0402 resource provider aggregate not found 2026-02-26 22:51:59.502 8 INFO neutron.services.segments.plugin [-] Segment 2b0cde4d-ce5e-487c-957d-800d02cf0402 resource provider aggregate not found 2026-02-26 22:51:59.506 8 INFO neutron.services.segments.plugin [-] Segment 2b0cde4d-ce5e-487c-957d-800d02cf0402 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b0cde4d-ce5e-487c-957d-800d02cf0402 found for delete ", "request_id": "req-fff1a7c3-0ed5-416e-aa0b-7e280e835b29"}]} [pid: 8|app: 0|req: 456/923] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:51:59 2026] DELETE /v2.0/networks/fdb0ac7d-1b40-42cf-bf54-484f65d57173 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:51:59.518 8 INFO neutron.services.segments.plugin [-] Segment 2b0cde4d-ce5e-487c-957d-800d02cf0402 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b0cde4d-ce5e-487c-957d-800d02cf0402 found for delete ", "request_id": "req-f816a8b8-d383-4be0-b6be-d477a8f91723"}]} [pid: 7|app: 0|req: 468/924] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:51:59 2026] GET /v2.0/security-groups?tenant_id=41e4dd9a88ee44328431b8a21331f46d&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/925] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:51:59 2026] DELETE /v2.0/security-groups/c7925a6c-7aa3-412d-94c2-1a119112e2f6 => 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: 469/926] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:00 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => 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: 458/927] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:01 2026] GET /v2.0/networks?id=3b526cbc-5e5c-4a7c-8baf-0271a91109bc => generated 680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/928] 162.253.55.110 () {34 vars in 1050 bytes} [Thu Feb 26 22:52:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f62013542d7b42eda0ca1ec3b3d1b78e => generated 180 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/929] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:01 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => 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: 471/930] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:52:01 2026] POST /v2.0/ports => generated 954 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 460/931] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:52:01 2026] PUT /v2.0/ports/c8501f2c-1f06-4add-b993-7161f0532603 => generated 1235 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:52:02.247 7 INFO neutron.db.segments_db [None req-6bcf59ba-03b4-4c3b-858c-ade23d3475f8 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 82367f66-d6c9-4506-a96a-2eabb53b7a8e of type vxlan for network d3619f74-dfea-4374-a4ef-ca88ae626ed7 2026-02-26 22:52:02.251 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5105d889-85af-4c59-8533-8efb33953843'] response: {'name': 'network-changed', 'server_uuid': 'bc2a0155-905a-4558-986d-e2fde9f2d9fb', 'tag': 'c8501f2c-1f06-4add-b993-7161f0532603', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 472/932] 10.0.0.96 () {34 vars in 670 bytes} [Thu Feb 26 22:52:01 2026] POST /v2.0/networks => generated 724 bytes in 455 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: 473/933] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:02 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => 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: 474/934] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:02 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&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: 461/935] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:52:02 2026] POST /v2.0/subnets => generated 690 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:52:02.661 7 INFO neutron.db.segments_db [None req-a8717b99-61b5-487c-9f2a-088758bdc2dc e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 70ec9dcd-a0b2-43bd-bb58-c8c35759c89e of type vxlan for network a1a3d42a-3471-4b3b-921e-f7eb8b12417e [pid: 8|app: 0|req: 462/936] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:02 2026] GET /v2.0/ports?tenant_id=f62013542d7b42eda0ca1ec3b3d1b78e&device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/937] 162.253.55.110 () {34 vars in 1018 bytes} [Thu Feb 26 22:52:02 2026] GET /v2.0/networks?tenant_id=f62013542d7b42eda0ca1ec3b3d1b78e&shared=False => generated 776 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:02.897 7 INFO neutron.db.l3_hamode_db [None req-a8717b99-61b5-487c-9f2a-088758bdc2dc e382bf0d2a614ec28117704ace4a0c9e dd1746977b254966b9eeb6f9c74bb167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 464/938] 162.253.55.110 () {34 vars in 930 bytes} [Thu Feb 26 22:52:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/939] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:03 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/940] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:03 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&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-02-26 22:52:03.825 7 INFO neutron.db.l3_hamode_db [None req-a8717b99-61b5-487c-9f2a-088758bdc2dc e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 467/941] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:03 2026] GET /v2.0/ports?tenant_id=f62013542d7b42eda0ca1ec3b3d1b78e&device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/942] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:52:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c8501f2c-1f06-4add-b993-7161f0532603 => 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: 469/943] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:04 2026] GET /v2.0/subnets?id=8a5bc643-f497-4f2c-8408-8d3ef7d02404 => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/944] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:04 2026] GET /v2.0/ports?network_id=3b526cbc-5e5c-4a7c-8baf-0271a91109bc&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/945] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:04 2026] GET /v2.0/networks/3b526cbc-5e5c-4a7c-8baf-0271a91109bc?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/946] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:04 2026] GET /v2.0/networks/3b526cbc-5e5c-4a7c-8baf-0271a91109bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/947] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:52:02 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: 8|app: 0|req: 473/948] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:52:04 2026] GET /v2.0/security-groups?tenant_id=dfeae239052b4f4c9603674a7aa01d6a&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/949] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:05 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/950] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:52:05 2026] DELETE /v2.0/security-groups/55d7a107-afdf-4e88-88df-44463119b155 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/951] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:05 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&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: 477/952] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:52:05 2026] GET /v2.0/security-groups?tenant_id=a4bf3c40c2194475b5495b116279d52a&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/953] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:52:05 2026] DELETE /v2.0/security-groups/79f3f242-7edb-48a3-8bc4-3ff22314a89c => 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: 476/954] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:52:04 2026] PUT /v2.0/routers/337937d1-8aa2-4793-90ba-51ebfac8f0af/add_router_interface => generated 309 bytes in 1355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/955] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:06 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => 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: 477/956] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:06 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&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: 481/959] 10.0.0.96 () {34 vars in 684 bytes} [Thu Feb 26 22:52:07 2026] POST /v2.0/security-groups => generated 1659 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/960] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:52:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/961] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:52:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/962] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:07 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/963] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:07 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/964] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:52:07 2026] POST /v2.0/floatingips => generated 552 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/965] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:08 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/966] 10.0.0.106 () {34 vars in 1098 bytes} [Thu Feb 26 22:52:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--221629178&fields=id&tenant_id=dd1746977b254966b9eeb6f9c74bb167 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/967] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:08 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/968] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:52:08 2026] GET /v2.0/networks?id=d3619f74-dfea-4374-a4ef-ca88ae626ed7 => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/969] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:52:08 2026] GET /v2.0/quotas/dd1746977b254966b9eeb6f9c74bb167 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/970] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:52:08 2026] GET /v2.0/ports?tenant_id=dd1746977b254966b9eeb6f9c74bb167&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/971] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:52:09 2026] GET /v2.0/networks/d3619f74-dfea-4374-a4ef-ca88ae626ed7?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: 487/972] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:52:09 2026] GET /v2.0/networks/d3619f74-dfea-4374-a4ef-ca88ae626ed7?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: 486/973] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:09 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/974] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:09 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/975] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:10 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&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: 8|app: 0|req: 489/976] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:10 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => 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: 488/977] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:11 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/978] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:11 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&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: 7|app: 0|req: 489/979] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:11 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/980] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:12 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/981] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:12 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&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: 492/982] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:12 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => 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: 491/983] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:13 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/984] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:13 2026] GET /v2.0/networks?id=d3619f74-dfea-4374-a4ef-ca88ae626ed7 => generated 675 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/985] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:13 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&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: 494/986] 162.253.55.110 () {34 vars in 1050 bytes} [Thu Feb 26 22:52:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dd1746977b254966b9eeb6f9c74bb167 => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/987] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:13 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/988] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:13 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/989] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:52:13 2026] POST /v2.0/ports => generated 958 bytes in 411 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-02-26 22:52:14.415 8 INFO neutron.db.l3_db [None req-ed16dfc3-62d7-4341-b283-2baf1ef6db1d 5e16cabc3f8e4082ad5bb6a62e7989fd f62013542d7b42eda0ca1ec3b3d1b78e - - default default] Floating IP d6093003-397d-406e-9f32-9afff18b2714 associated. External IP: 10.96.250.218, port: c8501f2c-1f06-4add-b993-7161f0532603. [pid: 7|app: 0|req: 494/990] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:52:14 2026] PUT /v2.0/ports/ae999e43-12ed-4d96-90bc-f4ddb2c7ca63 => generated 1239 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:52:14.672 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df67ced7-163e-429f-98b6-e464d1c78aea'] response: {'name': 'network-changed', 'server_uuid': 'b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9', 'tag': 'ae999e43-12ed-4d96-90bc-f4ddb2c7ca63', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 497/991] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:52:13 2026] PUT /v2.0/floatingips/d6093003-397d-406e-9f32-9afff18b2714 => generated 855 bytes in 973 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: 498/992] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:14 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/993] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:14 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/994] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:14 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&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: 496/995] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:14 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:15.007 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-284f2da3-b928-4608-bc42-e885ddbc633f'] response: {'name': 'network-changed', 'server_uuid': 'bc2a0155-905a-4558-986d-e2fde9f2d9fb', 'tag': 'c8501f2c-1f06-4add-b993-7161f0532603', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 500/996] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:15 2026] GET /v2.0/ports?tenant_id=dd1746977b254966b9eeb6f9c74bb167&device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => 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: 497/997] 162.253.55.110 () {34 vars in 1018 bytes} [Thu Feb 26 22:52:15 2026] GET /v2.0/networks?tenant_id=dd1746977b254966b9eeb6f9c74bb167&shared=False => generated 771 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/998] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:15 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/999] 162.253.55.110 () {34 vars in 930 bytes} [Thu Feb 26 22:52:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1000] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:15 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1001] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:15 2026] GET /v2.0/ports?tenant_id=f62013542d7b42eda0ca1ec3b3d1b78e&device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1002] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:15 2026] GET /v2.0/networks?id=3b526cbc-5e5c-4a7c-8baf-0271a91109bc => generated 776 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1003] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:52:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c8501f2c-1f06-4add-b993-7161f0532603 => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1004] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:15 2026] GET /v2.0/subnets?id=8a5bc643-f497-4f2c-8408-8d3ef7d02404 => generated 698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1005] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:15 2026] GET /v2.0/ports?network_id=3b526cbc-5e5c-4a7c-8baf-0271a91109bc&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: 505/1006] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:15 2026] GET /v2.0/networks/3b526cbc-5e5c-4a7c-8baf-0271a91109bc?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1007] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:15 2026] GET /v2.0/networks/3b526cbc-5e5c-4a7c-8baf-0271a91109bc?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: 506/1008] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:16 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1009] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:16 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 8|app: 0|req: 507/1010] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:16 2026] GET /v2.0/ports?tenant_id=dd1746977b254966b9eeb6f9c74bb167&device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1011] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:52:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ae999e43-12ed-4d96-90bc-f4ddb2c7ca63 => 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: 508/1012] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:16 2026] GET /v2.0/subnets?id=0c5098fd-2331-4c3d-871a-dc9e0c649b81 => generated 693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1013] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:16 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1014] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:16 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&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: 8|app: 0|req: 509/1015] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:16 2026] GET /v2.0/ports?network_id=d3619f74-dfea-4374-a4ef-ca88ae626ed7&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1016] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:16 2026] GET /v2.0/networks/d3619f74-dfea-4374-a4ef-ca88ae626ed7?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1017] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:16 2026] GET /v2.0/networks/d3619f74-dfea-4374-a4ef-ca88ae626ed7?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: 508/1018] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:17 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => 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: 511/1019] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:17 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 509/1020] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:17 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1021] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:52:17 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1022] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:17 2026] GET /v2.0/security-groups?id=10a6d181-37f9-4b18-8e74-a5cebfc53a9b&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-02-26 22:52:17.946 8 INFO neutron_taas.services.taas.taas_plugin [req-6e82e067-9586-4f88-be9d-7da0897243ea req-67e2d326-7c56-4efc-a514-0adaccf21b19 5e16cabc3f8e4082ad5bb6a62e7989fd f62013542d7b42eda0ca1ec3b3d1b78e - - default default] TaaS: Handle Delete Port: c8501f2c-1f06-4add-b993-7161f0532603 2026-02-26 22:52:17.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6e82e067-9586-4f88-be9d-7da0897243ea req-67e2d326-7c56-4efc-a514-0adaccf21b19 5e16cabc3f8e4082ad5bb6a62e7989fd f62013542d7b42eda0ca1ec3b3d1b78e - - default default] Tap Mirror: Handle Delete Port: c8501f2c-1f06-4add-b993-7161f0532603 2026-02-26 22:52:18.151 8 INFO neutron.db.l3_db [req-6e82e067-9586-4f88-be9d-7da0897243ea req-67e2d326-7c56-4efc-a514-0adaccf21b19 5e16cabc3f8e4082ad5bb6a62e7989fd f62013542d7b42eda0ca1ec3b3d1b78e - - default default] Floating IP d6093003-397d-406e-9f32-9afff18b2714 disassociated. External IP: 10.96.250.218, port: c8501f2c-1f06-4add-b993-7161f0532603. [pid: 7|app: 0|req: 511/1023] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:18 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => 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: 512/1024] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:18 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1025] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:18 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => 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: 513/1026] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:52:17 2026] DELETE /v2.0/ports/c8501f2c-1f06-4add-b993-7161f0532603 => generated 0 bytes in 1243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:52:19.097 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e74613f3-3891-4e0c-8b1b-de48fe2ea1dc'] response: {'server_uuid': 'bc2a0155-905a-4558-986d-e2fde9f2d9fb', 'name': 'network-vif-deleted', 'tag': 'c8501f2c-1f06-4add-b993-7161f0532603', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 514/1027] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:19 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 971 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1028] 10.0.0.106 () {34 vars in 971 bytes} [Thu Feb 26 22:52:19 2026] GET /v2.0/ports/fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => generated 968 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1029] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:19 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1030] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:19 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 517/1031] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:19 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => 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: 515/1032] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:52:19 2026] GET /v2.0/security-groups?tenant_id=f983b62964d4496b954f335134b6ca86&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1033] 162.253.55.110 () {34 vars in 1000 bytes} [Thu Feb 26 22:52:20 2026] GET /v2.0/subnets?network_id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd => generated 683 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1034] 162.253.55.110 () {34 vars in 1146 bytes} [Thu Feb 26 22:52:20 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731&device_owner=compute%3Anova&network_id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1035] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:52:20 2026] DELETE /v2.0/security-groups/4f81e624-1b6d-407d-a98f-ada442a2d35a => 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: 520/1036] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:52:20 2026] PUT /v2.0/ports/fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => generated 1149 bytes in 595 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:52:20.776 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0da71b05-3407-466a-aac2-2c62c8780092'] response: {'name': 'network-changed', 'server_uuid': 'd884bd75-95e9-4a92-8a72-22e798cdd731', 'tag': 'fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 517/1037] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:20 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 521/1038] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:20 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 518/1039] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:21 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1040] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:21 2026] GET /v2.0/ports?tenant_id=647ffbac39df466ebffa681f9306b1d6&device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 1421 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1041] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:21 2026] GET /v2.0/networks?id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd => generated 779 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1042] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:52:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => 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: 520/1043] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:52:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1044] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:21 2026] GET /v2.0/subnets?id=e16f8d4d-1648-4764-8aaf-949bd0b81853 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1045] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:21 2026] GET /v2.0/ports?network_id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1046] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:21 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1047] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:21 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?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: 526/1048] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:21 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1049] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:22 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 528/1052] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:22 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1053] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:22 2026] GET /v2.0/ports?device_id=bc2a0155-905a-4558-986d-e2fde9f2d9fb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:52:22.570 8 INFO neutron.db.l3_db [None req-e3980280-4844-4c4d-94ff-464430bf8273 1a73e5a7cdf342e9b69163c14e9ebef0 dd1746977b254966b9eeb6f9c74bb167 - - default default] Floating IP a2c9606d-8423-4863-a7a5-4d85a05c003d associated. External IP: 10.96.250.201, port: ae999e43-12ed-4d96-90bc-f4ddb2c7ca63. [pid: 7|app: 0|req: 530/1054] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:22 2026] GET /v2.0/ports?tenant_id=647ffbac39df466ebffa681f9306b1d6&device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 1421 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1055] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:22 2026] GET /v2.0/networks?id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1056] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:52:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => 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: 533/1057] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:22 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 1152 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1058] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:52:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1059] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:52:22 2026] PUT /v2.0/floatingips/a2c9606d-8423-4863-a7a5-4d85a05c003d => generated 856 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1060] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:22 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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: 526/1061] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:22 2026] GET /v2.0/subnets?id=e16f8d4d-1648-4764-8aaf-949bd0b81853 => generated 701 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:22.973 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b50c952a-f7f9-446f-9481-4e00259b63bc'] response: {'name': 'network-changed', 'server_uuid': 'b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9', 'tag': 'ae999e43-12ed-4d96-90bc-f4ddb2c7ca63', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 536/1062] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:22 2026] GET /v2.0/ports?network_id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1063] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:23 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1064] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:23 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?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: 528/1065] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:52:23 2026] DELETE /v2.0/security-groups/10a6d181-37f9-4b18-8e74-a5cebfc53a9b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:52:23.483 7 INFO neutron.api.v2.resource [None req-ba47d67f-b151-473f-af52-7f030719ead8 5e16cabc3f8e4082ad5bb6a62e7989fd f62013542d7b42eda0ca1ec3b3d1b78e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 538/1066] 10.0.0.96 () {32 vars in 736 bytes} [Thu Feb 26 22:52:23 2026] GET /v2.0/security-groups/10a6d181-37f9-4b18-8e74-a5cebfc53a9b => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1067] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:23 2026] GET /v2.0/ports?tenant_id=dd1746977b254966b9eeb6f9c74bb167&device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1068] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:23 2026] GET /v2.0/networks?id=d3619f74-dfea-4374-a4ef-ca88ae626ed7 => generated 771 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:23.647 7 INFO neutron_taas.services.taas.taas_plugin [None req-6348e6c0-015d-43df-aae7-199c012fd2bb 5e16cabc3f8e4082ad5bb6a62e7989fd f62013542d7b42eda0ca1ec3b3d1b78e - - default default] TaaS: Handle Delete Port: e308f63d-d22e-4917-a61b-c9261eb7ad81 2026-02-26 22:52:23.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6348e6c0-015d-43df-aae7-199c012fd2bb 5e16cabc3f8e4082ad5bb6a62e7989fd f62013542d7b42eda0ca1ec3b3d1b78e - - default default] Tap Mirror: Handle Delete Port: e308f63d-d22e-4917-a61b-c9261eb7ad81 [pid: 8|app: 0|req: 531/1069] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:52:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ae999e43-12ed-4d96-90bc-f4ddb2c7ca63 => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1070] 162.253.55.110 () {34 vars in 1120 bytes} [Thu Feb 26 22:52:23 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 => generated 1152 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1071] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:23 2026] GET /v2.0/subnets?id=0c5098fd-2331-4c3d-871a-dc9e0c649b81 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1072] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:52:23 2026] DELETE /v2.0/floatingips/d6093003-397d-406e-9f32-9afff18b2714 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1073] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:23 2026] GET /v2.0/ports?network_id=d3619f74-dfea-4374-a4ef-ca88ae626ed7&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: 8|app: 0|req: 534/1074] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:52:23 2026] PUT /v2.0/ports/fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => generated 968 bytes in 421 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: 535/1075] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:24 2026] GET /v2.0/networks/d3619f74-dfea-4374-a4ef-ca88ae626ed7?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: 536/1076] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:24 2026] GET /v2.0/networks/d3619f74-dfea-4374-a4ef-ca88ae626ed7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:52:24.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-54e53c26-e540-4035-9579-af722c4f0103 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 3aeaea12-b558-4f5d-b3e0-f878f827babd 2026-02-26 22:52:24.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54e53c26-e540-4035-9579-af722c4f0103 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 3aeaea12-b558-4f5d-b3e0-f878f827babd [pid: 8|app: 0|req: 537/1077] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:24 2026] GET /v2.0/ports?tenant_id=647ffbac39df466ebffa681f9306b1d6&device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1078] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:24 2026] GET /v2.0/networks?id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1079] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:52:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1080] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:24 2026] GET /v2.0/subnets?id=e16f8d4d-1648-4764-8aaf-949bd0b81853 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1081] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:52:23 2026] PUT /v2.0/routers/a6d31e4f-2880-45ab-927d-052a1e9303f5/remove_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1082] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:24 2026] GET /v2.0/ports?network_id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1083] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:24 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:52:25.016 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-69a7ff9c-cca2-41ab-aed4-ae8aa2ae63e4'] response: {'name': 'network-changed', 'server_uuid': 'd884bd75-95e9-4a92-8a72-22e798cdd731', 'tag': 'fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 543/1084] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:25 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:52:25.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-3488a937-213b-47f3-a06f-0aa5d34d25f3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 124fe346-71cb-4628-886c-5f4e4149c6c0 2026-02-26 22:52:25.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3488a937-213b-47f3-a06f-0aa5d34d25f3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 124fe346-71cb-4628-886c-5f4e4149c6c0 2026-02-26 22:52:25.461 7 INFO neutron_taas.services.taas.taas_plugin [None req-3488a937-213b-47f3-a06f-0aa5d34d25f3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: fa850e9e-7deb-4572-b872-01d3464bf094 2026-02-26 22:52:25.464 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3488a937-213b-47f3-a06f-0aa5d34d25f3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: fa850e9e-7deb-4572-b872-01d3464bf094 [pid: 8|app: 0|req: 544/1085] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:25 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1086] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:25 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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-02-26 22:52:25.813 7 INFO neutron.services.segments.plugin [-] Segment 58e4b2b3-4ded-43df-bdec-6ddeb3c15459 resource provider aggregate not found 2026-02-26 22:52:25.816 7 INFO neutron.services.segments.plugin [-] Segment 58e4b2b3-4ded-43df-bdec-6ddeb3c15459 resource provider aggregate not found 2026-02-26 22:52:25.832 7 INFO neutron.services.segments.plugin [-] Segment 58e4b2b3-4ded-43df-bdec-6ddeb3c15459 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58e4b2b3-4ded-43df-bdec-6ddeb3c15459 found for delete ", "request_id": "req-4dca530c-269e-4e5c-ab25-fc458c2ee77d"}]} 2026-02-26 22:52:25.838 7 INFO neutron.services.segments.plugin [-] Segment 58e4b2b3-4ded-43df-bdec-6ddeb3c15459 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58e4b2b3-4ded-43df-bdec-6ddeb3c15459 found for delete ", "request_id": "req-e78803f9-d07c-4e10-aa83-b3dab37110ec"}]} 2026-02-26 22:52:25.843 7 INFO neutron.db.l3_hamode_db [None req-3488a937-213b-47f3-a06f-0aa5d34d25f3 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] HA network 11094076-08b9-4c94-9571-bbf193aa5057 was deleted as no HA routers are present in tenant f62013542d7b42eda0ca1ec3b3d1b78e. [pid: 7|app: 0|req: 542/1087] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:52:24 2026] DELETE /v2.0/routers/a6d31e4f-2880-45ab-927d-052a1e9303f5 => generated 0 bytes in 931 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1088] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:52:25 2026] DELETE /v2.0/subnets/8a5bc643-f497-4f2c-8408-8d3ef7d02404 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1089] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:26 2026] GET /v2.0/ports?tenant_id=647ffbac39df466ebffa681f9306b1d6&device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:52:26.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3d301e0-4aaa-445d-90eb-423b0b86e23f e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 7240ff94-4fc3-4b54-84fb-3a488f8aaf44 2026-02-26 22:52:26.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3d301e0-4aaa-445d-90eb-423b0b86e23f e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 7240ff94-4fc3-4b54-84fb-3a488f8aaf44 [pid: 8|app: 0|req: 548/1090] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:26 2026] GET /v2.0/networks?id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd => generated 779 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1091] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:52:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => generated 860 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1092] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:26 2026] GET /v2.0/subnets?id=e16f8d4d-1648-4764-8aaf-949bd0b81853 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1093] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:52:26 2026] DELETE /v2.0/networks/3b526cbc-5e5c-4a7c-8baf-0271a91109bc => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1094] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:26 2026] GET /v2.0/ports?network_id=7dbf164e-d16d-4482-b1dd-2da01b24e6cd&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: 544/1095] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:26 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?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: 552/1096] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:26 2026] GET /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1097] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:52:26 2026] GET /v2.0/security-groups?tenant_id=f62013542d7b42eda0ca1ec3b3d1b78e&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1098] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:26 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1099] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:52:26 2026] DELETE /v2.0/security-groups/d4fc0245-2d5f-4fd4-9609-60ab1cbc2b55 => 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: 547/1100] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:26 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&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: 554/1101] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:27 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:27.875 7 INFO neutron.services.segments.plugin [-] Segment 6617bcd2-8a47-4e11-b2e7-47f4e1dfc4d7 resource provider aggregate not found 2026-02-26 22:52:27.879 7 INFO neutron.services.segments.plugin [-] Segment 6617bcd2-8a47-4e11-b2e7-47f4e1dfc4d7 resource provider aggregate not found [pid: 7|app: 0|req: 548/1102] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:52:27 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:27.894 7 INFO neutron.services.segments.plugin [-] Segment 6617bcd2-8a47-4e11-b2e7-47f4e1dfc4d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6617bcd2-8a47-4e11-b2e7-47f4e1dfc4d7 found for delete ", "request_id": "req-6a4c3c3e-cc03-4497-94ec-e06bd57f5bf4"}]} 2026-02-26 22:52:27.895 7 INFO neutron.services.segments.plugin [-] Segment 6617bcd2-8a47-4e11-b2e7-47f4e1dfc4d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6617bcd2-8a47-4e11-b2e7-47f4e1dfc4d7 found for delete ", "request_id": "req-db5485f7-b2e7-41aa-acd6-ca37e20d6189"}]} [pid: 8|app: 0|req: 555/1103] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:27 2026] GET /v2.0/security-groups?id=d2454457-68aa-482f-b324-79500e727538&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:28.041 7 INFO neutron_taas.services.taas.taas_plugin [req-f72ef7bc-05f7-4c16-850d-bebab868d249 req-4b0f15d8-526f-4e1b-8dcb-86daf0c06668 a492f391fa8c4921b9c55fcebd315adf 647ffbac39df466ebffa681f9306b1d6 - - default default] TaaS: Handle Delete Port: fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 2026-02-26 22:52:28.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f72ef7bc-05f7-4c16-850d-bebab868d249 req-4b0f15d8-526f-4e1b-8dcb-86daf0c06668 a492f391fa8c4921b9c55fcebd315adf 647ffbac39df466ebffa681f9306b1d6 - - default default] Tap Mirror: Handle Delete Port: fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 2026-02-26 22:52:28.173 7 INFO neutron.db.l3_db [req-f72ef7bc-05f7-4c16-850d-bebab868d249 req-4b0f15d8-526f-4e1b-8dcb-86daf0c06668 a492f391fa8c4921b9c55fcebd315adf 647ffbac39df466ebffa681f9306b1d6 - - default default] Floating IP c111b7e4-4e78-4154-83df-0eefb22c0be6 disassociated. External IP: 10.96.250.217, port: fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610. [pid: 7|app: 0|req: 549/1104] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:52:27 2026] DELETE /v2.0/ports/fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:52:28.593 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1d29959-643e-41ff-a7e6-b43dd000cbed'] response: {'server_uuid': 'd884bd75-95e9-4a92-8a72-22e798cdd731', 'name': 'network-vif-deleted', 'tag': 'fff8d180-a9e6-4ee7-a3ee-c7c9f5f68610', 'status': 'completed', 'code': 200} 2026-02-26 22:52:28.894 8 INFO neutron.db.segments_db [None req-2a73a59a-746c-4242-aafc-f0e472e92c12 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment b3f6b6db-efae-49cb-a8cb-3fc7b62393de of type vxlan for network 40576687-2e4a-4960-acdd-74ab68c77499 [pid: 8|app: 0|req: 556/1105] 10.0.0.96 () {34 vars in 670 bytes} [Thu Feb 26 22:52:28 2026] POST /v2.0/networks => generated 724 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1106] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:28 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => 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: 550/1107] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:52:28 2026] POST /v2.0/subnets => generated 690 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:52:29.254 8 INFO neutron.db.segments_db [None req-29db054b-90dd-4e19-801e-08a705f8d572 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment ed173b66-dcc1-4880-b5f7-0ddeee61ce6a of type vxlan for network 548efe27-49a4-4d39-8b8d-1b9c5b5d25e2 2026-02-26 22:52:29.488 8 INFO neutron.db.l3_hamode_db [None req-29db054b-90dd-4e19-801e-08a705f8d572 e382bf0d2a614ec28117704ace4a0c9e a1f47e251275463a92e0adfe0f8ce5fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 551/1108] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:30 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:52:30.373 8 INFO neutron.db.l3_hamode_db [None req-29db054b-90dd-4e19-801e-08a705f8d572 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 552/1109] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:52:30 2026] GET /v2.0/security-groups?tenant_id=ea2c89f7ffc5421d92a959ed20254cd0&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1110] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:52:30 2026] DELETE /v2.0/security-groups/f8f62ccd-e0f4-40a9-ae5e-48c75bf9f817 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1111] 10.0.0.63 () {34 vars in 989 bytes} [Thu Feb 26 22:52:30 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1112] 10.0.0.63 () {34 vars in 1039 bytes} [Thu Feb 26 22:52:30 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 556/1113] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:31 2026] GET /v2.0/ports?device_id=d884bd75-95e9-4a92-8a72-22e798cdd731 => 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: 558/1114] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:52:29 2026] POST /v2.0/routers => generated 730 bytes in 2248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1115] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:52:32 2026] DELETE /v2.0/security-groups/d2454457-68aa-482f-b324-79500e727538 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:52:32.561 8 INFO neutron.api.v2.resource [None req-92f47998-edcb-4ff6-963b-87da574b385e a492f391fa8c4921b9c55fcebd315adf 647ffbac39df466ebffa681f9306b1d6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 560/1116] 10.0.0.96 () {32 vars in 736 bytes} [Thu Feb 26 22:52:32 2026] GET /v2.0/security-groups/d2454457-68aa-482f-b324-79500e727538 => generated 146 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:52:32.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d6c6b87-5c67-4ef8-b33b-ff8cb89c71d5 a492f391fa8c4921b9c55fcebd315adf 647ffbac39df466ebffa681f9306b1d6 - - default default] TaaS: Handle Delete Port: f2b7fb6e-56ad-43e2-82e4-d788fd595739 2026-02-26 22:52:32.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d6c6b87-5c67-4ef8-b33b-ff8cb89c71d5 a492f391fa8c4921b9c55fcebd315adf 647ffbac39df466ebffa681f9306b1d6 - - default default] Tap Mirror: Handle Delete Port: f2b7fb6e-56ad-43e2-82e4-d788fd595739 [pid: 7|app: 0|req: 557/1117] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:52:31 2026] PUT /v2.0/routers/2694868e-829f-4bad-8b29-6ed7b73befb5/add_router_interface => generated 309 bytes in 1322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1118] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:52:32 2026] DELETE /v2.0/floatingips/c111b7e4-4e78-4154-83df-0eefb22c0be6 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:52:33.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-332d089f-7cfb-40c3-a79c-76659290c2ed e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 17f63c00-2f78-4b51-9305-870393daeee4 2026-02-26 22:52:33.449 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-332d089f-7cfb-40c3-a79c-76659290c2ed e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 17f63c00-2f78-4b51-9305-870393daeee4 [pid: 8|app: 0|req: 562/1119] 10.0.0.96 () {34 vars in 684 bytes} [Thu Feb 26 22:52:33 2026] POST /v2.0/security-groups => generated 1660 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1120] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:52:33 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: 7|app: 0|req: 558/1121] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:52:33 2026] PUT /v2.0/routers/944c3f96-d47c-485a-995f-15f38d558e68/remove_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:34.125 8 INFO neutron.db.segments_db [None req-da2d6898-80b0-4157-b955-7c8ca177886d e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Added segment fbd84331-ec48-4eac-94af-9b15b430e6c0 of type vxlan for network a8996735-9373-4fd9-ad5b-cf26e2f64508 [pid: 8|app: 0|req: 564/1122] 10.0.0.96 () {34 vars in 670 bytes} [Thu Feb 26 22:52:33 2026] POST /v2.0/networks => generated 614 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1123] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:52:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:52:34.304 7 INFO neutron.db.segments_db [None req-fe58b0e1-49df-4915-a068-7ed469ca16c5 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Added segment a738e4d7-9ce1-4224-8c41-9f4010cab5ee of type vxlan for network dd76912f-7275-4bd9-ab42-abd93d3b717e 2026-02-26 22:52:34.427 8 INFO neutron_taas.services.taas.taas_plugin [None req-099f77dc-ac16-4a82-9e5e-40996d61e3a9 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 161a84b1-5a68-4a38-b7f8-ffe6fb1ab41b 2026-02-26 22:52:34.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-099f77dc-ac16-4a82-9e5e-40996d61e3a9 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 161a84b1-5a68-4a38-b7f8-ffe6fb1ab41b 2026-02-26 22:52:34.553 7 INFO neutron.db.l3_hamode_db [None req-fe58b0e1-49df-4915-a068-7ed469ca16c5 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:52:34.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-099f77dc-ac16-4a82-9e5e-40996d61e3a9 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: f29f4af2-649b-4a69-a3c2-13c13c4c895d 2026-02-26 22:52:34.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-099f77dc-ac16-4a82-9e5e-40996d61e3a9 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: f29f4af2-649b-4a69-a3c2-13c13c4c895d 2026-02-26 22:52:34.778 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-099f77dc-ac16-4a82-9e5e-40996d61e3a9 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-02-26 22:52:35.098 8 INFO neutron.services.segments.plugin [-] Segment 8d4f27de-8581-4e40-aeda-a7fca04f5240 resource provider aggregate not found 2026-02-26 22:52:35.102 8 INFO neutron.services.segments.plugin [-] Segment 8d4f27de-8581-4e40-aeda-a7fca04f5240 resource provider aggregate not found 2026-02-26 22:52:35.120 8 INFO neutron.services.segments.plugin [-] Segment 8d4f27de-8581-4e40-aeda-a7fca04f5240 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d4f27de-8581-4e40-aeda-a7fca04f5240 found for delete ", "request_id": "req-d73c8c21-b92c-4549-8de9-ca44d2b53a24"}]} 2026-02-26 22:52:35.146 8 INFO neutron.services.segments.plugin [-] Segment 8d4f27de-8581-4e40-aeda-a7fca04f5240 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d4f27de-8581-4e40-aeda-a7fca04f5240 found for delete ", "request_id": "req-303acd25-3be9-4f16-b8c8-6c4eac3847d2"}]} 2026-02-26 22:52:35.146 8 INFO neutron.db.l3_hamode_db [None req-099f77dc-ac16-4a82-9e5e-40996d61e3a9 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] HA network 45c3e94e-b30a-4dce-929c-bcc56e597157 was deleted as no HA routers are present in tenant 647ffbac39df466ebffa681f9306b1d6. [pid: 8|app: 0|req: 565/1124] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:52:34 2026] DELETE /v2.0/routers/944c3f96-d47c-485a-995f-15f38d558e68 => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1125] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:52:35 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: 567/1126] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:52:35 2026] DELETE /v2.0/subnets/e16f8d4d-1648-4764-8aaf-949bd0b81853 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:52:35.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-63c24c99-5cbd-40de-9964-630dce20f1de e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 58ea5c4f-d4fc-4649-902e-e3f4e87e26a8 2026-02-26 22:52:35.932 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63c24c99-5cbd-40de-9964-630dce20f1de e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 58ea5c4f-d4fc-4649-902e-e3f4e87e26a8 2026-02-26 22:52:36.024 7 INFO neutron.db.l3_hamode_db [None req-fe58b0e1-49df-4915-a068-7ed469ca16c5 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 568/1127] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:52:35 2026] DELETE /v2.0/networks/7dbf164e-d16d-4482-b1dd-2da01b24e6cd => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1128] 10.0.0.106 () {34 vars in 1098 bytes} [Thu Feb 26 22:52:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--801993163&fields=id&tenant_id=a1f47e251275463a92e0adfe0f8ce5fe => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1129] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:52:36 2026] GET /v2.0/networks?id=40576687-2e4a-4960-acdd-74ab68c77499 => generated 675 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1130] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:52:36 2026] GET /v2.0/quotas/a1f47e251275463a92e0adfe0f8ce5fe => 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: 572/1131] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:52:36 2026] GET /v2.0/ports?tenant_id=a1f47e251275463a92e0adfe0f8ce5fe&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1132] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:52:36 2026] GET /v2.0/security-groups?tenant_id=647ffbac39df466ebffa681f9306b1d6&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1133] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:52:36 2026] GET /v2.0/networks/40576687-2e4a-4960-acdd-74ab68c77499?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: 575/1134] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:52:36 2026] DELETE /v2.0/security-groups/c7cf0fa4-20b8-4e48-b334-17a06cf8d665 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1135] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:52:36 2026] GET /v2.0/networks/40576687-2e4a-4960-acdd-74ab68c77499?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1136] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:36 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1139] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:52:34 2026] POST /v2.0/routers => generated 695 bytes in 2827 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:52:37.138 8 INFO neutron.services.segments.plugin [-] Segment 0e950f67-52ea-480a-a00c-441e3092c6d9 resource provider aggregate not found 2026-02-26 22:52:37.156 8 INFO neutron.services.segments.plugin [-] Segment 0e950f67-52ea-480a-a00c-441e3092c6d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e950f67-52ea-480a-a00c-441e3092c6d9 found for delete ", "request_id": "req-8e5c566c-ed14-4061-8f39-43939abb00a0"}]} 2026-02-26 22:52:37.171 8 INFO neutron.services.segments.plugin [-] Segment 0e950f67-52ea-480a-a00c-441e3092c6d9 resource provider aggregate not found 2026-02-26 22:52:37.191 8 INFO neutron.services.segments.plugin [-] Segment 0e950f67-52ea-480a-a00c-441e3092c6d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e950f67-52ea-480a-a00c-441e3092c6d9 found for delete ", "request_id": "req-ef48b9aa-fa0b-46d0-93b2-760b6cffcaf7"}]} [pid: 8|app: 0|req: 580/1140] 10.0.0.96 () {32 vars in 775 bytes} [Thu Feb 26 22:52:37 2026] GET /v2.0/subnets?project_id=315a1b68e8f846d1969e997fe1402d5b&cidr=10.100.0.0%2F28 => generated 14 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1141] 10.0.0.96 () {32 vars in 693 bytes} [Thu Feb 26 22:52:37 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1142] 10.0.0.96 () {32 vars in 783 bytes} [Thu Feb 26 22:52:37 2026] GET /v2.0/subnets?network_id=a210eb74-3445-4985-bdfc-5121e1174ea9&cidr=10.100.0.0%2F28 => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1143] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:52:37 2026] POST /v2.0/subnets => generated 656 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1144] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:37 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:52:38.854 7 INFO neutron.db.segments_db [None req-6799d995-ccc0-48a5-99af-6f38ebbd1d6e e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 760d043d-778e-4d4a-9b7c-219918b5371c of type vxlan for network 555105e0-de1a-4279-850c-bea996ccf0c6 [pid: 7|app: 0|req: 564/1145] 10.0.0.96 () {34 vars in 670 bytes} [Thu Feb 26 22:52:38 2026] POST /v2.0/networks => generated 726 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1146] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:52:38 2026] POST /v2.0/subnets => generated 692 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1147] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:39 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:52:39.244 7 INFO neutron.db.segments_db [None req-7c211db5-ab3a-4397-9e18-1529c09134ba e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment ea4d5dbb-7360-4332-954a-350fb7e8b018 of type vxlan for network 731902ba-b51a-4762-b13b-a58f3dde840e [pid: 8|app: 0|req: 582/1148] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:52:37 2026] PUT /v2.0/routers/920903b6-d675-4b4c-906b-94c7e7cb9852/add_router_interface => generated 309 bytes in 1578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1149] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 22:52:39 2026] GET /v2.0/networks => generated 7924 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1150] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 22:52:39 2026] GET /v2.0/subnets => generated 5880 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:52:39.543 7 INFO neutron.db.l3_hamode_db [None req-7c211db5-ab3a-4397-9e18-1529c09134ba e382bf0d2a614ec28117704ace4a0c9e 4c6e5c418d654dadbaabae04667c8fba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 585/1151] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 22:52:39 2026] GET /v2.0/routers => generated 2190 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1152] 10.0.0.96 () {34 vars in 684 bytes} [Thu Feb 26 22:52:39 2026] POST /v2.0/security-groups => generated 1675 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1153] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:52:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1154] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:52:39 2026] POST /v2.0/security-group-rules => generated 596 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1155] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:52:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:52:40.445 7 INFO neutron.db.l3_hamode_db [None req-7c211db5-ab3a-4397-9e18-1529c09134ba e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 590/1156] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:52:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1157] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:40 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:52:40.513 8 INFO neutron.db.securitygroups_db [None req-fa5cafa1-7cd0-4c1d-9dbd-0499af8c519b e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Project 315a1b68e8f846d1969e997fe1402d5b 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: 592/1158] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:52:40 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:52:40.648 8 INFO neutron.db.securitygroups_db [None req-dd2e82d7-fe68-4f9f-8df5-181d3b16c675 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Project 315a1b68e8f846d1969e997fe1402d5b 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: 593/1159] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:52:40 2026] POST /v2.0/security-group-rules => generated 606 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1160] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 22:52:41 2026] GET /v2.0/networks => generated 1298 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1161] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:41 2026] GET /v2.0/networks?id=40576687-2e4a-4960-acdd-74ab68c77499 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1162] 162.253.55.110 () {34 vars in 1050 bytes} [Thu Feb 26 22:52:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a1f47e251275463a92e0adfe0f8ce5fe => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1163] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:52:39 2026] POST /v2.0/routers => generated 732 bytes in 2186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1164] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:52:41 2026] POST /v2.0/ports => generated 954 bytes in 363 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: 598/1165] 10.0.0.106 () {34 vars in 1100 bytes} [Thu Feb 26 22:52:41 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1315803757&fields=id&tenant_id=315a1b68e8f846d1969e997fe1402d5b => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1166] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:41 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 957 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1167] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:52:41 2026] PUT /v2.0/ports/10a80128-a694-42e3-8748-7da93d5e9f44 => generated 1235 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: 601/1168] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:52:42 2026] GET /v2.0/networks?id=a8996735-9373-4fd9-ad5b-cf26e2f64508 => generated 661 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1169] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:42 2026] GET /v2.0/security-groups?id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&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: 603/1170] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:52:42 2026] GET /v2.0/quotas/315a1b68e8f846d1969e997fe1402d5b => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:42.412 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c65b7a1-99bb-4e7d-b878-5db48734c3ea'] response: {'name': 'network-changed', 'server_uuid': 'b89a3671-2bac-48b2-ba07-7c846aa0b279', 'tag': '10a80128-a694-42e3-8748-7da93d5e9f44', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 604/1171] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:52:42 2026] GET /v2.0/ports?tenant_id=315a1b68e8f846d1969e997fe1402d5b&fields=id => generated 103 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1172] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:52:42 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1173] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:52:42 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?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: 568/1174] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:52:41 2026] PUT /v2.0/routers/b33c89b5-da27-48a8-a056-1ec55eb4a02c/add_router_interface => generated 309 bytes in 1361 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1175] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:42 2026] GET /v2.0/ports?tenant_id=a1f47e251275463a92e0adfe0f8ce5fe&device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1176] 162.253.55.110 () {34 vars in 1018 bytes} [Thu Feb 26 22:52:42 2026] GET /v2.0/networks?tenant_id=a1f47e251275463a92e0adfe0f8ce5fe&shared=False => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1177] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1178] 162.253.55.110 () {34 vars in 930 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1179] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1180] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1181] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => 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: 572/1182] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 611/1183] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1184] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/security-groups?id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&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: 8|app: 0|req: 612/1185] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/networks?id=555105e0-de1a-4279-850c-bea996ccf0c6 => generated 677 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1186] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/quotas/4c6e5c418d654dadbaabae04667c8fba => 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: 613/1187] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/ports?tenant_id=4c6e5c418d654dadbaabae04667c8fba&fields=id => generated 57 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1188] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1189] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:52:43 2026] GET /v2.0/networks/555105e0-de1a-4279-850c-bea996ccf0c6?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1190] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:44 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1191] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:52:44 2026] GET /v2.0/networks/555105e0-de1a-4279-850c-bea996ccf0c6?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: 616/1192] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:44 2026] GET /v2.0/ports?tenant_id=a1f47e251275463a92e0adfe0f8ce5fe&device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1193] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:52:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=10a80128-a694-42e3-8748-7da93d5e9f44 => 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: 617/1194] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:44 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => 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: 578/1195] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:44 2026] GET /v2.0/subnets?id=4556a546-a101-4f0a-b365-8a304f16768a => generated 693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1196] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:44 2026] GET /v2.0/ports?network_id=40576687-2e4a-4960-acdd-74ab68c77499&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1197] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:44 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => 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: 619/1198] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:44 2026] GET /v2.0/networks/40576687-2e4a-4960-acdd-74ab68c77499?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: 580/1199] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:44 2026] GET /v2.0/networks/40576687-2e4a-4960-acdd-74ab68c77499?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1200] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:44 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => 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: 581/1201] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:44 2026] GET /v2.0/security-groups?id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&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: 8|app: 0|req: 621/1202] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => 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: 582/1203] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 622/1204] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1205] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => 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: 623/1206] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/ports?tenant_id=dd1746977b254966b9eeb6f9c74bb167&device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1207] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/networks?id=d3619f74-dfea-4374-a4ef-ca88ae626ed7 => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1208] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ae999e43-12ed-4d96-90bc-f4ddb2c7ca63 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1209] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/subnets?id=0c5098fd-2331-4c3d-871a-dc9e0c649b81 => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1210] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/ports?network_id=d3619f74-dfea-4374-a4ef-ca88ae626ed7&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1211] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/networks/d3619f74-dfea-4374-a4ef-ca88ae626ed7?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: 626/1212] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/networks/d3619f74-dfea-4374-a4ef-ca88ae626ed7?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: 587/1213] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1214] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:45 2026] GET /v2.0/security-groups?id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1215] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:46 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1216] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:46 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => 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: 589/1217] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:46 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 629/1218] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:46 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1219] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:47 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1220] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:47 2026] GET /v2.0/security-groups?id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1221] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:47 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => 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: 631/1222] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:47 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1223] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:47 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1224] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:47 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 7|app: 0|req: 593/1225] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:48 2026] GET /v2.0/networks?id=a8996735-9373-4fd9-ad5b-cf26e2f64508 => generated 661 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1226] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:48 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1227] 162.253.55.110 () {34 vars in 1050 bytes} [Thu Feb 26 22:52:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=315a1b68e8f846d1969e997fe1402d5b => generated 181 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1228] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:48 2026] GET /v2.0/security-groups?id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1229] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:48 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 961 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1230] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:48 2026] GET /v2.0/security-groups?id=11b05e94-5cc4-4a68-b1d8-17afd474db51&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1231] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:52:48 2026] POST /v2.0/ports => generated 958 bytes in 458 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: 637/1232] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:48 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => 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: 638/1233] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:48 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1234] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:48 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 7|app: 0|req: 596/1235] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:52:48 2026] PUT /v2.0/ports/b1177f65-8db6-46dd-8b63-09f9c67c5f77 => generated 1239 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:52:49.319 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-80e1cdee-7f09-4b13-a4f2-d1b70688dcdc'] response: {'name': 'network-changed', 'server_uuid': 'e4e7e79e-f822-4695-9aab-3d2d10fcbe16', 'tag': 'b1177f65-8db6-46dd-8b63-09f9c67c5f77', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 640/1236] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:49 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 971 bytes in 39 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: 597/1237] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:49 2026] GET /v2.0/security-groups?id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1238] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:49 2026] GET /v2.0/ports?tenant_id=315a1b68e8f846d1969e997fe1402d5b&device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1239] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:49 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1240] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:49 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => 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: 642/1241] 162.253.55.110 () {34 vars in 1018 bytes} [Thu Feb 26 22:52:49 2026] GET /v2.0/networks?tenant_id=315a1b68e8f846d1969e997fe1402d5b&shared=False => generated 757 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1242] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:49 2026] GET /v2.0/security-groups?id=11b05e94-5cc4-4a68-b1d8-17afd474db51&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1243] 162.253.55.110 () {34 vars in 930 bytes} [Thu Feb 26 22:52:49 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) [pid: 7|app: 0|req: 601/1244] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:50 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1245] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:50 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1246] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:50 2026] GET /v2.0/networks?id=555105e0-de1a-4279-850c-bea996ccf0c6 => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1247] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:50 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => 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: 604/1248] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:50 2026] GET /v2.0/security-groups?id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&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: 605/1249] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:50 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1250] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:52:50 2026] POST /v2.0/ports => generated 954 bytes in 457 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-02-26 22:52:51.207 7 INFO neutron.db.l3_db [None req-eb84ccc6-4e04-4e5f-a22a-122815d4ccbd e8a9cd28b5a44a27ba3d058f4db3aedb a1f47e251275463a92e0adfe0f8ce5fe - - default default] Floating IP c38edc94-c8cd-4984-af64-f839c80937f7 associated. External IP: 10.96.250.212, port: 10a80128-a694-42e3-8748-7da93d5e9f44. [pid: 8|app: 0|req: 646/1251] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:52:50 2026] PUT /v2.0/ports/eafca186-de37-4cd5-9e8c-7415404f2467 => generated 1235 bytes in 490 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: 647/1252] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1253] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/ports?tenant_id=315a1b68e8f846d1969e997fe1402d5b&device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1254] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => 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: 606/1255] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:52:50 2026] PUT /v2.0/floatingips/c38edc94-c8cd-4984-af64-f839c80937f7 => generated 855 bytes in 772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1256] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/security-groups?id=9b436bbc-ca1a-4ff2-904f-73ebced2a232&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1257] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/security-groups?id=11b05e94-5cc4-4a68-b1d8-17afd474db51&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1258] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b1177f65-8db6-46dd-8b63-09f9c67c5f77 => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1259] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/subnets?id=a1f7a302-4444-483a-ac41-23c2e5aca2bd => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1260] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:51.742 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5011662b-1549-4227-9ae9-684f78ed1f91'] response: {'name': 'network-changed', 'server_uuid': '9be9052e-cb9d-47c9-83ed-bf835e569713', 'tag': 'eafca186-de37-4cd5-9e8c-7415404f2467', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 653/1261] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/ports?network_id=a8996735-9373-4fd9-ad5b-cf26e2f64508&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:52:51.762 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d4f2000-1ab8-41f2-96c5-2cd3df9cdde6'] response: {'name': 'network-changed', 'server_uuid': 'b89a3671-2bac-48b2-ba07-7c846aa0b279', 'tag': '10a80128-a694-42e3-8748-7da93d5e9f44', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 609/1262] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 654/1263] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?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: 655/1264] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?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: 610/1265] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1266] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:51 2026] GET /v2.0/security-groups?id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&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: 658/1269] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1270] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/security-groups?id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1271] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/ports?tenant_id=4c6e5c418d654dadbaabae04667c8fba&device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1272] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/ports?tenant_id=a1f47e251275463a92e0adfe0f8ce5fe&device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 1240 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1273] 162.253.55.110 () {34 vars in 1018 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/networks?tenant_id=4c6e5c418d654dadbaabae04667c8fba&shared=False => generated 773 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1274] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/networks?id=40576687-2e4a-4960-acdd-74ab68c77499 => generated 771 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1275] 162.253.55.110 () {34 vars in 930 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1276] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=10a80128-a694-42e3-8748-7da93d5e9f44 => generated 858 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1277] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/subnets?id=4556a546-a101-4f0a-b365-8a304f16768a => generated 693 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1278] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/ports?network_id=40576687-2e4a-4960-acdd-74ab68c77499&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1279] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/networks/40576687-2e4a-4960-acdd-74ab68c77499?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: 664/1280] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => 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: 617/1281] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 969 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1282] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/networks/40576687-2e4a-4960-acdd-74ab68c77499?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1283] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/security-groups?id=11b05e94-5cc4-4a68-b1d8-17afd474db51&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: 666/1284] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/security-groups?id=9b436bbc-ca1a-4ff2-904f-73ebced2a232&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: 619/1285] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1286] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:53 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 620/1287] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:53 2026] GET /v2.0/ports?tenant_id=4c6e5c418d654dadbaabae04667c8fba&device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1288] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:52:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=eafca186-de37-4cd5-9e8c-7415404f2467 => 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: 621/1289] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:53 2026] GET /v2.0/subnets?id=8a6bde66-f98b-4c64-a7f6-a9abdaa44715 => generated 695 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1290] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:53 2026] GET /v2.0/ports?network_id=555105e0-de1a-4279-850c-bea996ccf0c6&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: 622/1291] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:53 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => 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: 670/1292] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:53 2026] GET /v2.0/networks/555105e0-de1a-4279-850c-bea996ccf0c6?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: 623/1293] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:53 2026] GET /v2.0/security-groups?id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&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: 671/1294] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:53 2026] GET /v2.0/networks/555105e0-de1a-4279-850c-bea996ccf0c6?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: 672/1295] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:53 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1296] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:53 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1297] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/security-groups?id=9b436bbc-ca1a-4ff2-904f-73ebced2a232&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1298] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/security-groups?id=11b05e94-5cc4-4a68-b1d8-17afd474db51&fields=id&fields=name => generated 114 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1299] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1300] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 627/1301] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/agents => generated 3386 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1302] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/network-ip-availabilities => generated 4690 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1303] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/subnets => generated 6502 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1304] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1305] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => 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: 629/1306] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/routers => generated 2918 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1307] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => 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: 679/1308] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1309] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/security-groups?id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1310] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:52:54 2026] GET /v2.0/routers/2694868e-829f-4bad-8b29-6ed7b73befb5/l3-agents => generated 681 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:55.073 8 INFO neutron_taas.services.taas.taas_plugin [req-02ce1e67-95b2-46a2-ab9f-13c8d94b745d req-888ff2e2-f7c3-43e5-9a97-f7330cc88e83 e8a9cd28b5a44a27ba3d058f4db3aedb a1f47e251275463a92e0adfe0f8ce5fe - - default default] TaaS: Handle Delete Port: 10a80128-a694-42e3-8748-7da93d5e9f44 2026-02-26 22:52:55.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-02ce1e67-95b2-46a2-ab9f-13c8d94b745d req-888ff2e2-f7c3-43e5-9a97-f7330cc88e83 e8a9cd28b5a44a27ba3d058f4db3aedb a1f47e251275463a92e0adfe0f8ce5fe - - default default] Tap Mirror: Handle Delete Port: 10a80128-a694-42e3-8748-7da93d5e9f44 [pid: 7|app: 0|req: 632/1311] 10.0.0.106 () {34 vars in 1272 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713&device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16&device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279&device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 4931 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1312] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/routers/337937d1-8aa2-4793-90ba-51ebfac8f0af/l3-agents => generated 681 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1313] 10.0.0.106 () {34 vars in 1280 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&id=9b436bbc-ca1a-4ff2-904f-73ebced2a232&id=4e0c2e22-a628-447e-93fb-5bb9eb48f14a&id=11b05e94-5cc4-4a68-b1d8-17afd474db51&fields=id&fields=name => generated 365 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:55.249 8 INFO neutron.db.l3_db [req-02ce1e67-95b2-46a2-ab9f-13c8d94b745d req-888ff2e2-f7c3-43e5-9a97-f7330cc88e83 e8a9cd28b5a44a27ba3d058f4db3aedb a1f47e251275463a92e0adfe0f8ce5fe - - default default] Floating IP c38edc94-c8cd-4984-af64-f839c80937f7 disassociated. External IP: 10.96.250.212, port: 10a80128-a694-42e3-8748-7da93d5e9f44. [pid: 7|app: 0|req: 635/1314] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/routers/920903b6-d675-4b4c-906b-94c7e7cb9852/l3-agents => generated 682 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1315] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1316] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => 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: 638/1317] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/routers/b33c89b5-da27-48a8-a056-1ec55eb4a02c/l3-agents => generated 682 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1318] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/security-groups?id=9b436bbc-ca1a-4ff2-904f-73ebced2a232&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1319] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/security-groups?id=11b05e94-5cc4-4a68-b1d8-17afd474db51&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1320] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/subnets => generated 6502 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1321] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/security-groups => generated 40088 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1322] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:52:54 2026] DELETE /v2.0/ports/10a80128-a694-42e3-8748-7da93d5e9f44 => generated 0 bytes in 780 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:52:55.769 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8e3797f-0131-4609-a2d5-e98989a440ea'] response: {'server_uuid': 'b89a3671-2bac-48b2-ba07-7c846aa0b279', 'name': 'network-vif-deleted', 'tag': '10a80128-a694-42e3-8748-7da93d5e9f44', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 643/1323] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/floatingips => generated 1401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1324] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/networks => generated 7968 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1325] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:52:55 2026] GET /v2.0/ports => generated 29042 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1326] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:56 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1327] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:56 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => 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: 646/1328] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:56 2026] GET /v2.0/security-groups?id=9b436bbc-ca1a-4ff2-904f-73ebced2a232&fields=id&fields=name => generated 88 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1329] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:56 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 975 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1330] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:56 2026] GET /v2.0/security-groups?id=11b05e94-5cc4-4a68-b1d8-17afd474db51&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1331] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:57 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1332] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:57 2026] GET /v2.0/security-groups?id=11b05e94-5cc4-4a68-b1d8-17afd474db51&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: 685/1333] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:57 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => 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: 649/1334] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:52:57 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1335] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:57 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:52:57.994 8 INFO neutron.db.l3_db [None req-64ddfa74-d8f0-45a5-804a-bb938f6a5e1c e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Floating IP d626ab37-f021-4940-86e5-9ae849199071 associated. External IP: 10.96.250.211, port: b1177f65-8db6-46dd-8b63-09f9c67c5f77. [pid: 7|app: 0|req: 651/1336] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:57 2026] GET /v2.0/security-groups?id=9b436bbc-ca1a-4ff2-904f-73ebced2a232&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: 7|app: 0|req: 652/1337] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:58 2026] GET /v2.0/ports?device_id=b89a3671-2bac-48b2-ba07-7c846aa0b279 => 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: 686/1338] 10.0.0.96 () {34 vars in 676 bytes} [Thu Feb 26 22:52:57 2026] POST /v2.0/floatingips => generated 856 bytes in 1153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:52:58.433 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-115a2efe-ddb5-4f09-aadd-fc2ce47b6ff1'] response: {'name': 'network-changed', 'server_uuid': 'e4e7e79e-f822-4695-9aab-3d2d10fcbe16', 'tag': 'b1177f65-8db6-46dd-8b63-09f9c67c5f77', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 653/1339] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:52:58 2026] GET /v2.0/floatingips/d626ab37-f021-4940-86e5-9ae849199071 => generated 856 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1340] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:52:58 2026] GET /v2.0/ports?tenant_id=315a1b68e8f846d1969e997fe1402d5b&device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => 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: 654/1341] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:52:58 2026] GET /v2.0/networks?id=a8996735-9373-4fd9-ad5b-cf26e2f64508 => generated 757 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1342] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:52:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b1177f65-8db6-46dd-8b63-09f9c67c5f77 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1343] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:52:59 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1344] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:52:59 2026] GET /v2.0/subnets?id=a1f7a302-4444-483a-ac41-23c2e5aca2bd => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1345] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:52:59 2026] GET /v2.0/security-groups?id=9b436bbc-ca1a-4ff2-904f-73ebced2a232&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: 8|app: 0|req: 690/1346] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:52:59 2026] GET /v2.0/ports?network_id=a8996735-9373-4fd9-ad5b-cf26e2f64508&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: 657/1347] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:52:59 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?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: 691/1348] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:52:59 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?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: 692/1349] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:52:59 2026] GET /v2.0/floatingips/d626ab37-f021-4940-86e5-9ae849199071 => generated 856 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1350] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:52:59 2026] DELETE /v2.0/security-groups/4e0c2e22-a628-447e-93fb-5bb9eb48f14a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:52:59.586 8 INFO neutron.api.v2.resource [None req-3b7f9f95-a393-45a5-9413-3dc68834fbc8 e8a9cd28b5a44a27ba3d058f4db3aedb a1f47e251275463a92e0adfe0f8ce5fe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 693/1351] 10.0.0.96 () {32 vars in 736 bytes} [Thu Feb 26 22:52:59 2026] GET /v2.0/security-groups/4e0c2e22-a628-447e-93fb-5bb9eb48f14a => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:52:59.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2bae311-5582-47fc-a459-a6f19bd21a79 e8a9cd28b5a44a27ba3d058f4db3aedb a1f47e251275463a92e0adfe0f8ce5fe - - default default] TaaS: Handle Delete Port: 590b3516-0374-437e-aaae-05783bd8d16f 2026-02-26 22:52:59.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2bae311-5582-47fc-a459-a6f19bd21a79 e8a9cd28b5a44a27ba3d058f4db3aedb a1f47e251275463a92e0adfe0f8ce5fe - - default default] Tap Mirror: Handle Delete Port: 590b3516-0374-437e-aaae-05783bd8d16f [pid: 7|app: 0|req: 659/1352] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:52:59 2026] DELETE /v2.0/floatingips/c38edc94-c8cd-4984-af64-f839c80937f7 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:53:00.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-396ad2d2-2760-4db5-b518-d96f3601a48e e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: c65220fd-f6d5-4e14-83a5-269f55b78574 2026-02-26 22:53:00.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-396ad2d2-2760-4db5-b518-d96f3601a48e e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: c65220fd-f6d5-4e14-83a5-269f55b78574 [pid: 7|app: 0|req: 660/1353] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:00 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1354] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:00 2026] GET /v2.0/security-groups?id=9b436bbc-ca1a-4ff2-904f-73ebced2a232&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1355] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:53:00 2026] GET /v2.0/floatingips/d626ab37-f021-4940-86e5-9ae849199071 => generated 858 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1356] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:00 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1357] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:00 2026] GET /v2.0/security-groups?id=9b436bbc-ca1a-4ff2-904f-73ebced2a232&fields=id&fields=name => generated 88 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1358] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:52:59 2026] PUT /v2.0/routers/2694868e-829f-4bad-8b29-6ed7b73befb5/remove_router_interface => generated 309 bytes in 1578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:01.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-43a85807-19d9-4620-bbe1-e3381fa5094a e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 6d092319-4741-45d4-9881-2941ac7384eb 2026-02-26 22:53:01.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43a85807-19d9-4620-bbe1-e3381fa5094a e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 6d092319-4741-45d4-9881-2941ac7384eb 2026-02-26 22:53:01.978 7 INFO neutron_taas.services.taas.taas_plugin [None req-43a85807-19d9-4620-bbe1-e3381fa5094a e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 5b266edc-dc65-482d-8479-e0ab7ef0f818 2026-02-26 22:53:01.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43a85807-19d9-4620-bbe1-e3381fa5094a e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 5b266edc-dc65-482d-8479-e0ab7ef0f818 [pid: 8|app: 0|req: 695/1359] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:01 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1360] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:02 2026] GET /v2.0/security-groups?id=9b436bbc-ca1a-4ff2-904f-73ebced2a232&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:53:02.367 7 INFO neutron.services.segments.plugin [-] Segment ed173b66-dcc1-4880-b5f7-0ddeee61ce6a resource provider aggregate not found 2026-02-26 22:53:02.378 7 INFO neutron.services.segments.plugin [-] Segment ed173b66-dcc1-4880-b5f7-0ddeee61ce6a resource provider aggregate not found 2026-02-26 22:53:02.390 7 INFO neutron.services.segments.plugin [-] Segment ed173b66-dcc1-4880-b5f7-0ddeee61ce6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed173b66-dcc1-4880-b5f7-0ddeee61ce6a found for delete ", "request_id": "req-73fc2497-f655-4214-8a46-8fc820e26e7e"}]} 2026-02-26 22:53:02.396 7 INFO neutron.services.segments.plugin [-] Segment ed173b66-dcc1-4880-b5f7-0ddeee61ce6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed173b66-dcc1-4880-b5f7-0ddeee61ce6a found for delete ", "request_id": "req-2d76f91c-15da-44af-9037-5224d0051232"}]} 2026-02-26 22:53:02.401 7 INFO neutron.db.l3_hamode_db [None req-43a85807-19d9-4620-bbe1-e3381fa5094a e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] HA network 548efe27-49a4-4d39-8b8d-1b9c5b5d25e2 was deleted as no HA routers are present in tenant a1f47e251275463a92e0adfe0f8ce5fe. [pid: 7|app: 0|req: 665/1361] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:01 2026] DELETE /v2.0/routers/2694868e-829f-4bad-8b29-6ed7b73befb5 => generated 0 bytes in 919 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1362] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:02 2026] DELETE /v2.0/subnets/4556a546-a101-4f0a-b365-8a304f16768a => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:02.720 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5178609-4e85-4ce1-ad2e-219fae969840 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 4da29b41-91fd-448c-b33d-559779ef8027 2026-02-26 22:53:02.723 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5178609-4e85-4ce1-ad2e-219fae969840 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 4da29b41-91fd-448c-b33d-559779ef8027 [pid: 7|app: 0|req: 666/1363] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:02 2026] DELETE /v2.0/networks/40576687-2e4a-4960-acdd-74ab68c77499 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1364] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:03 2026] GET /v2.0/security-groups?tenant_id=a1f47e251275463a92e0adfe0f8ce5fe&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1365] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:03 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1366] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:03 2026] DELETE /v2.0/security-groups/f1b3bbf4-b003-4019-ae4c-985ec2d0fcc6 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1367] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:53:03 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1368] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:03 2026] GET /v2.0/security-groups?id=9b436bbc-ca1a-4ff2-904f-73ebced2a232&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:53:03.354 8 INFO neutron_taas.services.taas.taas_plugin [req-5495dd33-95d6-4e6c-8fc8-fef186916e8c req-d0f1073f-58a1-4a4d-952e-96fc38ac2c86 f558dcc36fec460babc63d986fa7efcf 4c6e5c418d654dadbaabae04667c8fba - - default default] TaaS: Handle Delete Port: eafca186-de37-4cd5-9e8c-7415404f2467 2026-02-26 22:53:03.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5495dd33-95d6-4e6c-8fc8-fef186916e8c req-d0f1073f-58a1-4a4d-952e-96fc38ac2c86 f558dcc36fec460babc63d986fa7efcf 4c6e5c418d654dadbaabae04667c8fba - - default default] Tap Mirror: Handle Delete Port: eafca186-de37-4cd5-9e8c-7415404f2467 [pid: 8|app: 0|req: 701/1369] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:53:03 2026] DELETE /v2.0/ports/eafca186-de37-4cd5-9e8c-7415404f2467 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:03.560 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-076018c1-8d97-4aa0-81f2-1340e2a56fbb'] response: {'server_uuid': '9be9052e-cb9d-47c9-83ed-bf835e569713', 'name': 'network-vif-deleted', 'tag': 'eafca186-de37-4cd5-9e8c-7415404f2467', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 669/1370] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:04 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:53:04.417 7 INFO neutron.services.segments.plugin [-] Segment b3f6b6db-efae-49cb-a8cb-3fc7b62393de resource provider aggregate not found 2026-02-26 22:53:04.417 7 INFO neutron.services.segments.plugin [-] Segment b3f6b6db-efae-49cb-a8cb-3fc7b62393de resource provider aggregate not found 2026-02-26 22:53:04.435 7 INFO neutron.services.segments.plugin [-] Segment b3f6b6db-efae-49cb-a8cb-3fc7b62393de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3f6b6db-efae-49cb-a8cb-3fc7b62393de found for delete ", "request_id": "req-85ab9ff5-55da-4d81-93e1-871212284b67"}]} 2026-02-26 22:53:04.438 7 INFO neutron.services.segments.plugin [-] Segment b3f6b6db-efae-49cb-a8cb-3fc7b62393de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3f6b6db-efae-49cb-a8cb-3fc7b62393de found for delete ", "request_id": "req-78849500-15b8-4220-af3f-f363c361cbbe"}]} [pid: 8|app: 0|req: 702/1371] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:05 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1372] 10.0.0.63 () {34 vars in 989 bytes} [Thu Feb 26 22:53:06 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 1244 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1373] 10.0.0.63 () {34 vars in 1039 bytes} [Thu Feb 26 22:53:06 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 7|app: 0|req: 671/1374] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:06 2026] GET /v2.0/ports?device_id=9be9052e-cb9d-47c9-83ed-bf835e569713 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:53:08.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-527c21a0-a976-424c-af43-0fcc31c36957 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: d3181cfc-25d7-4ec5-ae5c-481e356cf530 2026-02-26 22:53:08.011 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-527c21a0-a976-424c-af43-0fcc31c36957 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: d3181cfc-25d7-4ec5-ae5c-481e356cf530 [pid: 7|app: 0|req: 673/1377] 10.0.0.63 () {34 vars in 989 bytes} [Thu Feb 26 22:53:08 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1378] 10.0.0.63 () {34 vars in 1039 bytes} [Thu Feb 26 22:53:08 2026] GET /v2.0/security-groups?id=11b05e94-5cc4-4a68-b1d8-17afd474db51&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: 705/1379] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:53:07 2026] PUT /v2.0/routers/b33c89b5-da27-48a8-a056-1ec55eb4a02c/remove_router_interface => generated 309 bytes in 1034 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1380] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:08 2026] GET /v2.0/security-groups?tenant_id=024af5bfbb314614b95ce99057b380ce&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1381] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:08 2026] DELETE /v2.0/security-groups/93a43d66-d8d0-48e0-92e9-50ff7866d8b0 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:53:08.899 8 INFO neutron_taas.services.taas.taas_plugin [None req-e53233f2-9d61-4592-a702-466af90a1123 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: aade825f-8c4d-4693-bb7b-8b02560780d3 2026-02-26 22:53:08.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e53233f2-9d61-4592-a702-466af90a1123 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: aade825f-8c4d-4693-bb7b-8b02560780d3 [pid: 7|app: 0|req: 677/1382] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:08 2026] GET /v2.0/security-groups?tenant_id=fedf217d3fcd43ef8292483d61fcb03f&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:53:09.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-e53233f2-9d61-4592-a702-466af90a1123 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: c8423874-715d-42be-a0d4-8d0190e8880c 2026-02-26 22:53:09.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e53233f2-9d61-4592-a702-466af90a1123 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: c8423874-715d-42be-a0d4-8d0190e8880c [pid: 7|app: 0|req: 678/1383] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:09 2026] DELETE /v2.0/security-groups/dc2dd553-e130-47fc-969c-f8b2703b57f7 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:53:09.477 8 INFO neutron.services.segments.plugin [-] Segment ea4d5dbb-7360-4332-954a-350fb7e8b018 resource provider aggregate not found 2026-02-26 22:53:09.486 8 INFO neutron.services.segments.plugin [-] Segment ea4d5dbb-7360-4332-954a-350fb7e8b018 resource provider aggregate not found 2026-02-26 22:53:09.508 8 INFO neutron.services.segments.plugin [-] Segment ea4d5dbb-7360-4332-954a-350fb7e8b018 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea4d5dbb-7360-4332-954a-350fb7e8b018 found for delete ", "request_id": "req-55f245cb-7df2-4cc0-a29e-f5c87687cdc1"}]} 2026-02-26 22:53:09.509 8 INFO neutron.services.segments.plugin [-] Segment ea4d5dbb-7360-4332-954a-350fb7e8b018 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea4d5dbb-7360-4332-954a-350fb7e8b018 found for delete ", "request_id": "req-b791c99e-e273-49fe-aac4-aa6f601af87c"}]} 2026-02-26 22:53:09.512 8 INFO neutron.db.l3_hamode_db [None req-e53233f2-9d61-4592-a702-466af90a1123 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] HA network 731902ba-b51a-4762-b13b-a58f3dde840e was deleted as no HA routers are present in tenant 4c6e5c418d654dadbaabae04667c8fba. [pid: 8|app: 0|req: 706/1384] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:08 2026] DELETE /v2.0/routers/b33c89b5-da27-48a8-a056-1ec55eb4a02c => generated 0 bytes in 862 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1385] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:09 2026] DELETE /v2.0/subnets/8a6bde66-f98b-4c64-a7f6-a9abdaa44715 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:09.799 8 INFO neutron_taas.services.taas.taas_plugin [None req-21b9324e-7fc7-40d4-b196-8665e7f960db e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: eb172970-3dd6-4648-a204-1ce20828aa08 2026-02-26 22:53:09.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21b9324e-7fc7-40d4-b196-8665e7f960db e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: eb172970-3dd6-4648-a204-1ce20828aa08 [pid: 8|app: 0|req: 707/1386] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:09 2026] DELETE /v2.0/networks/555105e0-de1a-4279-850c-bea996ccf0c6 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1387] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:10 2026] GET /v2.0/security-groups?tenant_id=4c6e5c418d654dadbaabae04667c8fba&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1388] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:10 2026] DELETE /v2.0/security-groups/9b436bbc-ca1a-4ff2-904f-73ebced2a232 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:53:11.534 8 INFO neutron.services.segments.plugin [-] Segment 760d043d-778e-4d4a-9b7c-219918b5371c resource provider aggregate not found 2026-02-26 22:53:11.541 8 INFO neutron.services.segments.plugin [-] Segment 760d043d-778e-4d4a-9b7c-219918b5371c resource provider aggregate not found 2026-02-26 22:53:11.555 8 INFO neutron.services.segments.plugin [-] Segment 760d043d-778e-4d4a-9b7c-219918b5371c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 760d043d-778e-4d4a-9b7c-219918b5371c found for delete ", "request_id": "req-2c168bb4-ebda-418b-8a51-285a4a2ed7a5"}]} 2026-02-26 22:53:11.568 8 INFO neutron.services.segments.plugin [-] Segment 760d043d-778e-4d4a-9b7c-219918b5371c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 760d043d-778e-4d4a-9b7c-219918b5371c found for delete ", "request_id": "req-199712a6-a035-46c2-b6cc-f15dd75a9b5a"}]} [pid: 7|app: 0|req: 681/1389] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:14 2026] GET /v2.0/security-groups?tenant_id=46c13679a7f84ec3bccc4ad55f174808&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1390] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:14 2026] DELETE /v2.0/security-groups/6a12dc94-976d-4b55-b7e0-16f19400a308 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1391] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:14 2026] GET /v2.0/security-groups?tenant_id=3837106f4d94407fbd3613265065b102&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1392] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:15 2026] DELETE /v2.0/security-groups/004f1803-165c-429a-9ba6-0912668c055d => 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: 683/1393] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:15 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1394] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:16 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 684/1395] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:16 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => 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: 712/1396] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:16 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 713/1397] 10.0.0.96 () {32 vars in 825 bytes} [Thu Feb 26 22:53:17 2026] GET /v2.0/ports?project_id=315a1b68e8f846d1969e997fe1402d5b&network_id=a8996735-9373-4fd9-ad5b-cf26e2f64508 => generated 3695 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1398] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:16 2026] GET /v2.0/security-groups?tenant_id=e12962dc8d344f0ea5535935d657fe6d&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1399] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:17 2026] DELETE /v2.0/security-groups/35b3e695-a143-460e-81be-7243138f288d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1400] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:17 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1401] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:17 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&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: 687/1402] 10.0.0.96 () {32 vars in 741 bytes} [Thu Feb 26 22:53:17 2026] GET /v2.0/subnets?network_id=a210eb74-3445-4985-bdfc-5121e1174ea9 => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1403] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:17 2026] GET /v2.0/security-groups?tenant_id=56a931eee6e94c18b71051565971f19f&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:53:17.784 7 INFO neutron.db.l3_db [None req-c1f1b8d2-3f58-4049-846b-f0cc9b829fef e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Floating IP d626ab37-f021-4940-86e5-9ae849199071 disassociated. External IP: 10.96.250.211, port: b1177f65-8db6-46dd-8b63-09f9c67c5f77. [pid: 8|app: 0|req: 717/1404] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:17 2026] DELETE /v2.0/security-groups/82c1aaec-03ea-4207-a1e3-12ce049a8104 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1405] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:53:17 2026] PUT /v2.0/floatingips/d626ab37-f021-4940-86e5-9ae849199071 => generated 554 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1406] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:53:18 2026] GET /v2.0/floatingips/d626ab37-f021-4940-86e5-9ae849199071 => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:18.121 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f80cee0c-9da4-47e4-bbcf-1720ba2d30f7'] response: {'name': 'network-changed', 'server_uuid': 'e4e7e79e-f822-4695-9aab-3d2d10fcbe16', 'tag': 'b1177f65-8db6-46dd-8b63-09f9c67c5f77', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 689/1407] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:18 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => 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: 719/1408] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:53:18 2026] GET /v2.0/ports?tenant_id=315a1b68e8f846d1969e997fe1402d5b&device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1409] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:18 2026] GET /v2.0/security-groups?id=daa1130c-447f-4696-b704-be4e11be81c3&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1410] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:53:18 2026] GET /v2.0/networks?id=a8996735-9373-4fd9-ad5b-cf26e2f64508 => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1411] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:53:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b1177f65-8db6-46dd-8b63-09f9c67c5f77 => 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: 721/1412] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:53:18 2026] GET /v2.0/subnets?id=a1f7a302-4444-483a-ac41-23c2e5aca2bd => 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: 692/1413] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:53:18 2026] GET /v2.0/ports?network_id=a8996735-9373-4fd9-ad5b-cf26e2f64508&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1414] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:53:18 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?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: 693/1415] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:53:18 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?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: 723/1416] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:53:18 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1417] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:53:19 2026] GET /v2.0/floatingips/d626ab37-f021-4940-86e5-9ae849199071 => generated 554 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:19.181 7 INFO neutron_taas.services.taas.taas_plugin [req-9d7f99ce-04e8-4fe5-8500-83d53645eb27 req-9a2067a6-fe49-4e2c-93a1-e6af16027df8 1a73e5a7cdf342e9b69163c14e9ebef0 dd1746977b254966b9eeb6f9c74bb167 - - default default] TaaS: Handle Delete Port: ae999e43-12ed-4d96-90bc-f4ddb2c7ca63 2026-02-26 22:53:19.189 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9d7f99ce-04e8-4fe5-8500-83d53645eb27 req-9a2067a6-fe49-4e2c-93a1-e6af16027df8 1a73e5a7cdf342e9b69163c14e9ebef0 dd1746977b254966b9eeb6f9c74bb167 - - default default] Tap Mirror: Handle Delete Port: ae999e43-12ed-4d96-90bc-f4ddb2c7ca63 2026-02-26 22:53:19.308 7 INFO neutron.db.l3_db [req-9d7f99ce-04e8-4fe5-8500-83d53645eb27 req-9a2067a6-fe49-4e2c-93a1-e6af16027df8 1a73e5a7cdf342e9b69163c14e9ebef0 dd1746977b254966b9eeb6f9c74bb167 - - default default] Floating IP a2c9606d-8423-4863-a7a5-4d85a05c003d disassociated. External IP: 10.96.250.201, port: ae999e43-12ed-4d96-90bc-f4ddb2c7ca63. [pid: 7|app: 0|req: 694/1418] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:53:19 2026] DELETE /v2.0/ports/ae999e43-12ed-4d96-90bc-f4ddb2c7ca63 => generated 0 bytes in 633 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1419] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:19 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:53:20.166 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-918daaaa-547b-4dcc-8644-b853ffd46008'] response: {'server_uuid': 'b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9', 'name': 'network-vif-deleted', 'tag': 'ae999e43-12ed-4d96-90bc-f4ddb2c7ca63', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 695/1420] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:53:20 2026] GET /v2.0/floatingips/d626ab37-f021-4940-86e5-9ae849199071 => generated 552 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1421] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:20 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => 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: 696/1422] 10.0.0.96 () {34 vars in 684 bytes} [Thu Feb 26 22:53:21 2026] POST /v2.0/security-groups => generated 1675 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1423] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:53:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1424] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:53:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1425] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:53:21 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: 729/1426] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:53:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1427] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:22 2026] GET /v2.0/ports?device_id=b9ce2ee0-f7a0-48fa-868b-47acfc0ff7c9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:53:22.140 8 INFO neutron.db.securitygroups_db [None req-cdfaa531-c483-44a6-a3c2-dd5805e2432a e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Project 315a1b68e8f846d1969e997fe1402d5b 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: 731/1428] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:53:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:53:22.260 8 INFO neutron.db.securitygroups_db [None req-7e1f3b3d-358a-4515-9d24-605cdcca6ccf e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Project 315a1b68e8f846d1969e997fe1402d5b 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: 698/1431] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:21 2026] GET /v2.0/security-groups?tenant_id=09590861e12e4f33960c84507a10a3ee&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1432] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:53:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1433] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:22 2026] DELETE /v2.0/security-groups/a87aa2b9-c5d6-4c78-ad65-c6862a2188da => 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: 699/1434] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:22 2026] GET /v2.0/security-groups?tenant_id=88e50a607ef2496f9301a2064368779f&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1435] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:22 2026] DELETE /v2.0/security-groups/eb067ec9-3794-46b2-9a50-e388e4919bb3 => 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: 700/1436] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:22 2026] GET /v2.0/security-groups?tenant_id=ba7be4c99e7f4abe8cc815ede001259e&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1437] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:22 2026] DELETE /v2.0/security-groups/a5d60c52-2d03-4233-b0c3-5b95c507df2e => 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: 701/1438] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 22:53:22 2026] GET /v2.0/networks => generated 1298 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1439] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:22 2026] GET /v2.0/security-groups?tenant_id=518bea9e02e84181b77e7e1000bfae03&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1440] 10.0.0.106 () {34 vars in 1100 bytes} [Thu Feb 26 22:53:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2040167653&fields=id&tenant_id=315a1b68e8f846d1969e997fe1402d5b => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1441] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:22 2026] DELETE /v2.0/security-groups/b8ce4574-7f71-4806-8599-63e5e992949d => 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: 740/1442] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:53:23 2026] GET /v2.0/networks?id=a8996735-9373-4fd9-ad5b-cf26e2f64508 => generated 661 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1443] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:53:23 2026] GET /v2.0/quotas/315a1b68e8f846d1969e997fe1402d5b => 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: 703/1444] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:23 2026] DELETE /v2.0/security-groups/daa1130c-447f-4696-b704-be4e11be81c3 => 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: 742/1445] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:53:23 2026] GET /v2.0/ports?tenant_id=315a1b68e8f846d1969e997fe1402d5b&fields=id => generated 149 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:23.292 7 INFO neutron.api.v2.resource [None req-1eb6b0ec-f534-489b-8caf-b1ef73ec7c29 1a73e5a7cdf342e9b69163c14e9ebef0 dd1746977b254966b9eeb6f9c74bb167 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 704/1446] 10.0.0.96 () {32 vars in 736 bytes} [Thu Feb 26 22:53:23 2026] GET /v2.0/security-groups/daa1130c-447f-4696-b704-be4e11be81c3 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1447] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:53:23 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?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: 706/1448] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:53:23 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:53:23.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f662580-bec7-4e03-90aa-c1172e13030a 1a73e5a7cdf342e9b69163c14e9ebef0 dd1746977b254966b9eeb6f9c74bb167 - - default default] TaaS: Handle Delete Port: 364d3bd9-eae7-4010-a3d6-781092cb00e0 2026-02-26 22:53:23.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f662580-bec7-4e03-90aa-c1172e13030a 1a73e5a7cdf342e9b69163c14e9ebef0 dd1746977b254966b9eeb6f9c74bb167 - - default default] Tap Mirror: Handle Delete Port: 364d3bd9-eae7-4010-a3d6-781092cb00e0 [pid: 7|app: 0|req: 707/1449] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:23 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => 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: 743/1450] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:53:23 2026] DELETE /v2.0/floatingips/a2c9606d-8423-4863-a7a5-4d85a05c003d => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:53:24.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c6c69be-ebaf-4d48-87dc-5fed2aa74bad e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 8c6f708a-5c4b-4b67-b47f-6b93c719b8ff 2026-02-26 22:53:24.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c6c69be-ebaf-4d48-87dc-5fed2aa74bad e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 8c6f708a-5c4b-4b67-b47f-6b93c719b8ff [pid: 8|app: 0|req: 744/1451] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:24 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => 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: 708/1452] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:53:23 2026] PUT /v2.0/routers/337937d1-8aa2-4793-90ba-51ebfac8f0af/remove_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:24.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2050278-9ca9-4499-a67c-366fde2b21f9 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 354ee070-69d6-48ec-966d-18910c882fe7 2026-02-26 22:53:24.922 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2050278-9ca9-4499-a67c-366fde2b21f9 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 354ee070-69d6-48ec-966d-18910c882fe7 [pid: 7|app: 0|req: 709/1453] 10.0.0.96 () {32 vars in 652 bytes} [Thu Feb 26 22:53:24 2026] GET /v2.0/extensions => generated 21537 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1454] 10.0.0.96 () {32 vars in 680 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:25.183 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2050278-9ca9-4499-a67c-366fde2b21f9 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 9d3b798d-bf1a-4441-9305-3b06a6fb0550 2026-02-26 22:53:25.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2050278-9ca9-4499-a67c-366fde2b21f9 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 9d3b798d-bf1a-4441-9305-3b06a6fb0550 [pid: 7|app: 0|req: 711/1455] 10.0.0.96 () {32 vars in 680 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1456] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1457] 10.0.0.96 () {32 vars in 664 bytes} [Thu Feb 26 22:53:25 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: 7|app: 0|req: 714/1458] 10.0.0.96 () {32 vars in 698 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1459] 10.0.0.96 () {32 vars in 696 bytes} [Thu Feb 26 22:53:25 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: 716/1460] 10.0.0.96 () {32 vars in 700 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1461] 10.0.0.96 () {32 vars in 688 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1462] 10.0.0.96 () {32 vars in 702 bytes} [Thu Feb 26 22:53:25 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: 719/1463] 10.0.0.96 () {32 vars in 692 bytes} [Thu Feb 26 22:53:25 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: 7|app: 0|req: 720/1464] 10.0.0.96 () {32 vars in 694 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1465] 10.0.0.96 () {32 vars in 684 bytes} [Thu Feb 26 22:53:25 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: 722/1466] 10.0.0.96 () {32 vars in 686 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1467] 10.0.0.96 () {32 vars in 660 bytes} [Thu Feb 26 22:53:25 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: 7|app: 0|req: 724/1468] 10.0.0.96 () {32 vars in 698 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1469] 10.0.0.96 () {32 vars in 678 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1470] 10.0.0.96 () {32 vars in 682 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1471] 10.0.0.96 () {32 vars in 674 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1472] 10.0.0.96 () {32 vars in 688 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1473] 10.0.0.96 () {32 vars in 722 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1474] 10.0.0.96 () {32 vars in 686 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/fip-port-details => 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: 731/1475] 10.0.0.96 () {32 vars in 668 bytes} [Thu Feb 26 22:53:25 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: 7|app: 0|req: 732/1476] 10.0.0.96 () {32 vars in 686 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1477] 10.0.0.96 () {32 vars in 680 bytes} [Thu Feb 26 22:53:25 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: 7|app: 0|req: 734/1478] 10.0.0.96 () {32 vars in 698 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1479] 10.0.0.96 () {32 vars in 678 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1480] 10.0.0.96 () {32 vars in 666 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1481] 10.0.0.96 () {32 vars in 676 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/ext-gw-mode => 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: 738/1482] 10.0.0.96 () {32 vars in 664 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1483] 10.0.0.96 () {32 vars in 674 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/l3-flavors => 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: 740/1484] 10.0.0.96 () {32 vars in 712 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1485] 10.0.0.96 () {32 vars in 690 bytes} [Thu Feb 26 22:53:25 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: 7|app: 0|req: 742/1486] 10.0.0.96 () {32 vars in 682 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1487] 10.0.0.96 () {32 vars in 668 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1488] 10.0.0.96 () {32 vars in 686 bytes} [Thu Feb 26 22:53:25 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: 745/1489] 10.0.0.96 () {32 vars in 704 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/network_availability_zone => 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: 746/1490] 10.0.0.96 () {32 vars in 674 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:25.629 8 INFO neutron.services.segments.plugin [-] Segment 70ec9dcd-a0b2-43bd-bb58-c8c35759c89e resource provider aggregate not found [pid: 7|app: 0|req: 747/1491] 10.0.0.96 () {32 vars in 700 bytes} [Thu Feb 26 22:53:25 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) 2026-02-26 22:53:25.638 8 INFO neutron.services.segments.plugin [-] Segment 70ec9dcd-a0b2-43bd-bb58-c8c35759c89e resource provider aggregate not found [pid: 7|app: 0|req: 748/1492] 10.0.0.96 () {32 vars in 674 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/pagination => 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: 749/1493] 10.0.0.96 () {32 vars in 692 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:25.656 8 INFO neutron.services.segments.plugin [-] Segment 70ec9dcd-a0b2-43bd-bb58-c8c35759c89e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70ec9dcd-a0b2-43bd-bb58-c8c35759c89e found for delete ", "request_id": "req-65ad177c-95d5-41dc-8a32-ecc5b9d84a6c"}]} [pid: 7|app: 0|req: 750/1494] 10.0.0.96 () {32 vars in 688 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:25.657 8 INFO neutron.services.segments.plugin [-] Segment 70ec9dcd-a0b2-43bd-bb58-c8c35759c89e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70ec9dcd-a0b2-43bd-bb58-c8c35759c89e found for delete ", "request_id": "req-e8188fee-5d30-4bc0-9870-4a2577f637a5"}]} [pid: 7|app: 0|req: 751/1495] 10.0.0.96 () {32 vars in 708 bytes} [Thu Feb 26 22:53:25 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) 2026-02-26 22:53:25.669 8 INFO neutron.db.l3_hamode_db [None req-f2050278-9ca9-4499-a67c-366fde2b21f9 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] HA network a1a3d42a-3471-4b3b-921e-f7eb8b12417e was deleted as no HA routers are present in tenant dd1746977b254966b9eeb6f9c74bb167. [pid: 7|app: 0|req: 752/1496] 10.0.0.96 () {32 vars in 704 bytes} [Thu Feb 26 22:53:25 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: 8|app: 0|req: 745/1497] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:24 2026] DELETE /v2.0/routers/337937d1-8aa2-4793-90ba-51ebfac8f0af => generated 0 bytes in 968 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1498] 10.0.0.96 () {32 vars in 718 bytes} [Thu Feb 26 22:53:25 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: 7|app: 0|req: 754/1499] 10.0.0.96 () {32 vars in 696 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1500] 10.0.0.96 () {32 vars in 710 bytes} [Thu Feb 26 22:53:25 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: 7|app: 0|req: 756/1501] 10.0.0.96 () {32 vars in 668 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1502] 10.0.0.96 () {32 vars in 686 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1503] 10.0.0.96 () {32 vars in 680 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1504] 10.0.0.96 () {32 vars in 674 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1505] 10.0.0.96 () {32 vars in 670 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1506] 10.0.0.96 () {32 vars in 660 bytes} [Thu Feb 26 22:53:25 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: 762/1507] 10.0.0.96 () {32 vars in 698 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1508] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => 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: 764/1509] 10.0.0.96 () {32 vars in 698 bytes} [Thu Feb 26 22:53:25 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: 765/1510] 10.0.0.96 () {32 vars in 676 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1511] 10.0.0.96 () {32 vars in 668 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1512] 10.0.0.96 () {32 vars in 682 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1513] 10.0.0.96 () {32 vars in 700 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1514] 10.0.0.96 () {32 vars in 684 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1515] 10.0.0.96 () {32 vars in 706 bytes} [Thu Feb 26 22:53:25 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: 771/1516] 10.0.0.96 () {32 vars in 668 bytes} [Thu Feb 26 22:53:25 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: 772/1517] 10.0.0.96 () {32 vars in 696 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1518] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:25 2026] DELETE /v2.0/subnets/0c5098fd-2331-4c3d-871a-dc9e0c649b81 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1519] 10.0.0.96 () {32 vars in 694 bytes} [Thu Feb 26 22:53:25 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: 8|app: 0|req: 747/1520] 10.0.0.96 () {32 vars in 684 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1521] 10.0.0.96 () {32 vars in 688 bytes} [Thu Feb 26 22:53:25 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: 8|app: 0|req: 748/1522] 10.0.0.96 () {32 vars in 704 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1523] 10.0.0.96 () {32 vars in 666 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1524] 10.0.0.96 () {32 vars in 680 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1525] 10.0.0.96 () {32 vars in 680 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1526] 10.0.0.96 () {32 vars in 690 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1527] 10.0.0.96 () {32 vars in 690 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1528] 10.0.0.96 () {32 vars in 694 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1529] 10.0.0.96 () {32 vars in 684 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1530] 10.0.0.96 () {32 vars in 688 bytes} [Thu Feb 26 22:53:25 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1531] 10.0.0.96 () {32 vars in 700 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1532] 10.0.0.96 () {32 vars in 702 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1533] 10.0.0.96 () {32 vars in 712 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1534] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1535] 10.0.0.96 () {32 vars in 714 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1536] 10.0.0.96 () {32 vars in 726 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1537] 10.0.0.96 () {32 vars in 740 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1538] 10.0.0.96 () {32 vars in 718 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1539] 10.0.0.96 () {32 vars in 682 bytes} [Thu Feb 26 22:53: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: 757/1540] 10.0.0.96 () {32 vars in 668 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1541] 10.0.0.96 () {32 vars in 718 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1542] 10.0.0.96 () {32 vars in 678 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1543] 10.0.0.96 () {32 vars in 668 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1544] 10.0.0.96 () {32 vars in 696 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1545] 10.0.0.96 () {32 vars in 704 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1546] 10.0.0.96 () {32 vars in 700 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1547] 10.0.0.96 () {32 vars in 700 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1548] 10.0.0.96 () {32 vars in 682 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1549] 10.0.0.96 () {32 vars in 704 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1550] 10.0.0.96 () {32 vars in 694 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1551] 10.0.0.96 () {32 vars in 688 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1552] 10.0.0.96 () {32 vars in 696 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1553] 10.0.0.96 () {32 vars in 678 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1554] 10.0.0.96 () {32 vars in 688 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1555] 10.0.0.96 () {32 vars in 700 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1556] 10.0.0.96 () {32 vars in 664 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1557] 10.0.0.96 () {32 vars in 680 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1558] 10.0.0.96 () {32 vars in 676 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1559] 10.0.0.96 () {32 vars in 692 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1560] 10.0.0.96 () {32 vars in 676 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1561] 10.0.0.96 () {32 vars in 666 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1562] 10.0.0.96 () {32 vars in 662 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1563] 10.0.0.96 () {32 vars in 674 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1564] 10.0.0.96 () {32 vars in 686 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:26.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba6d78b1-6645-42ea-acc6-2241499f11ff e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 859aa631-7d1d-482a-a580-b9732d001fb9 2026-02-26 22:53:26.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba6d78b1-6645-42ea-acc6-2241499f11ff e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 859aa631-7d1d-482a-a580-b9732d001fb9 2026-02-26 22:53:26.796 7 INFO neutron.services.segments.plugin [-] Segment 82367f66-d6c9-4506-a96a-2eabb53b7a8e resource provider aggregate not found 2026-02-26 22:53:26.801 7 INFO neutron.services.segments.plugin [-] Segment 82367f66-d6c9-4506-a96a-2eabb53b7a8e resource provider aggregate not found 2026-02-26 22:53:26.824 7 INFO neutron.services.segments.plugin [-] Segment 82367f66-d6c9-4506-a96a-2eabb53b7a8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82367f66-d6c9-4506-a96a-2eabb53b7a8e found for delete ", "request_id": "req-8b61f6f3-4e6c-4de9-b68a-528eeaf01bf2"}]} 2026-02-26 22:53:26.832 7 INFO neutron.services.segments.plugin [-] Segment 82367f66-d6c9-4506-a96a-2eabb53b7a8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82367f66-d6c9-4506-a96a-2eabb53b7a8e found for delete ", "request_id": "req-1a2af1cb-e329-45c9-9f82-1d00e0601e6d"}]} [pid: 7|app: 0|req: 796/1565] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:26 2026] DELETE /v2.0/networks/d3619f74-dfea-4374-a4ef-ca88ae626ed7 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1566] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1567] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:27 2026] GET /v2.0/security-groups?tenant_id=dd1746977b254966b9eeb6f9c74bb167&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: 772/1568] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:27 2026] DELETE /v2.0/security-groups/78d9f0a7-24d3-4f7f-a672-63ca3d1a2520 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1569] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:26 2026] GET /v2.0/security-groups?tenant_id=57501337303841009af6ae1e9a2517f1&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1570] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:27 2026] DELETE /v2.0/security-groups/9d4b0999-1d17-486a-bc73-b12d8229651d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1571] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:53:27 2026] GET /v2.0/networks?id=a8996735-9373-4fd9-ad5b-cf26e2f64508 => generated 661 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1572] 162.253.55.110 () {34 vars in 1050 bytes} [Thu Feb 26 22:53:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=315a1b68e8f846d1969e997fe1402d5b => generated 274 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1573] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:27 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => 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: 799/1574] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:53:27 2026] POST /v2.0/ports => generated 958 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1575] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:53:28 2026] PUT /v2.0/ports/7d399d4d-b189-4f63-b52e-53c9b703e60d => generated 1239 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:53:28.678 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-37a1d69d-4ea5-40ca-9990-af31da7e5a36'] response: {'name': 'network-changed', 'server_uuid': '34f660e4-e505-4c57-8c09-6507fea01ed7', 'tag': '7d399d4d-b189-4f63-b52e-53c9b703e60d', '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: 777/1576] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:29 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => 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: 778/1577] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:29 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1578] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:53:29 2026] GET /v2.0/ports?tenant_id=315a1b68e8f846d1969e997fe1402d5b&device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => 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: 780/1579] 162.253.55.110 () {34 vars in 1018 bytes} [Thu Feb 26 22:53:29 2026] GET /v2.0/networks?tenant_id=315a1b68e8f846d1969e997fe1402d5b&shared=False => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1580] 162.253.55.110 () {34 vars in 930 bytes} [Thu Feb 26 22:53:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 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: 800/1581] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:29 2026] GET /v2.0/security-groups?tenant_id=930b67d548d44afe9cdd2568bd21b989&name=default => generated 2925 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1582] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:29 2026] DELETE /v2.0/security-groups/b1ddc54b-e0b3-457c-b742-37fb288aa000 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:53:29.661 8 INFO neutron.db.segments_db [None req-0352cb49-7422-40eb-a026-58bc8d71ccf4 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] Added segment 7c3f19a2-2abb-4d4a-b0e6-0e864e9069cb of type vxlan for network a65df0d0-86b3-4203-864c-4ef124d6ebab [pid: 8|app: 0|req: 782/1583] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:53:29 2026] POST /v2.0/networks => generated 625 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1584] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:29 2026] GET /v2.0/security-groups?tenant_id=1cff79620707420dae0eb8c8f3452c2e&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1585] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:29 2026] DELETE /v2.0/security-groups/de8ca3e9-e856-4f63-b279-afb83eb73609 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1586] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:53:29 2026] POST /v2.0/ports => generated 774 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:53:30.201 8 INFO neutron.db.segments_db [None req-593dae1c-e09b-428b-99fd-2e803520235a 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] Added segment 4304fde6-e42c-4744-8550-ef8a64241458 of type vxlan for network 120a8a60-cd85-4229-95ea-daffe7a35e47 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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: 803/1587] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:30 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1588] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:53:30 2026] POST /v2.0/networks => generated 613 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1589] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:30 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&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: 787/1590] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:53:30 2026] GET /v2.0/ports?tenant_id=315a1b68e8f846d1969e997fe1402d5b&device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1591] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:30 2026] GET /v2.0/security-groups?tenant_id=4d6e1e576a39486eac38fe0a68d36202&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1592] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:53:30 2026] POST /v2.0/subnets => generated 626 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1593] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:53:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7d399d4d-b189-4f63-b52e-53c9b703e60d => 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: 789/1594] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:30 2026] DELETE /v2.0/security-groups/9004e739-9608-4200-bd8e-3a76d030c85e => 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: 790/1595] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:53:30 2026] GET /v2.0/subnets?id=a1f7a302-4444-483a-ac41-23c2e5aca2bd => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1596] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:53:30 2026] GET /v2.0/ports?network_id=a8996735-9373-4fd9-ad5b-cf26e2f64508&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: 8|app: 0|req: 792/1597] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:53:30 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1598] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:53:30 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1599] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:53:30 2026] POST /v2.0/ports => generated 948 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:53:31.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-464931f5-ca49-40b6-830a-91b230e835f0 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] TaaS: Handle Delete Port: c48f3ef5-08f1-4312-ad8c-5b450f47acf4 2026-02-26 22:53:31.214 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-464931f5-ca49-40b6-830a-91b230e835f0 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] Tap Mirror: Handle Delete Port: c48f3ef5-08f1-4312-ad8c-5b450f47acf4 [pid: 8|app: 0|req: 794/1600] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:53:31 2026] DELETE /v2.0/ports/c48f3ef5-08f1-4312-ad8c-5b450f47acf4 => generated 0 bytes in 282 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-02-26 22:53:31.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b03bc4df-c6da-4f82-a83c-09d15bffe044 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 807/1601] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:53:31 2026] DELETE /v2.0/ports/c48f3ef5-08f1-4312-ad8c-5b450f47acf4 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:53:31.437 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d4b6baac-ebec-449c-92c7-46539596d177 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 795/1602] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:53:31 2026] GET /v2.0/ports/c48f3ef5-08f1-4312-ad8c-5b450f47acf4 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1603] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:31 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => 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: 797/1604] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:31 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1605] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:31 2026] DELETE /v2.0/subnets/bae464c3-6785-49fe-a381-58de499987f2 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:31.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-1064bd66-9453-4644-838a-e9af1c0cb4d9 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] TaaS: Handle Delete Port: 63771f93-4530-40d3-a861-32f0d898b808 2026-02-26 22:53:31.738 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1064bd66-9453-4644-838a-e9af1c0cb4d9 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] Tap Mirror: Handle Delete Port: 63771f93-4530-40d3-a861-32f0d898b808 2026-02-26 22:53:31.937 8 INFO neutron.services.segments.plugin [-] Segment 4304fde6-e42c-4744-8550-ef8a64241458 resource provider aggregate not found 2026-02-26 22:53:31.944 8 INFO neutron.services.segments.plugin [-] Segment 4304fde6-e42c-4744-8550-ef8a64241458 resource provider aggregate not found 2026-02-26 22:53:31.954 8 INFO neutron.services.segments.plugin [-] Segment 4304fde6-e42c-4744-8550-ef8a64241458 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4304fde6-e42c-4744-8550-ef8a64241458 found for delete ", "request_id": "req-52fc482b-2bb2-46ff-a615-106c5b4235c8"}]} 2026-02-26 22:53:31.968 8 INFO neutron.services.segments.plugin [-] Segment 4304fde6-e42c-4744-8550-ef8a64241458 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4304fde6-e42c-4744-8550-ef8a64241458 found for delete ", "request_id": "req-2e11b62b-a6cb-44c7-94c4-3dcb57cc24cf"}]} [pid: 8|app: 0|req: 798/1606] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:31 2026] DELETE /v2.0/networks/120a8a60-cd85-4229-95ea-daffe7a35e47 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:32.036 7 INFO neutron.db.segments_db [None req-783d404b-a046-45a3-9c35-1c0dec71ffe0 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] Added segment 7823e184-2216-4b78-898c-f1285697a102 of type vxlan for network fb3ad42c-7403-4a5d-9d7e-012ff95470c5 [pid: 7|app: 0|req: 809/1607] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:53:31 2026] POST /v2.0/networks => generated 612 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1608] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:53:32 2026] POST /v2.0/subnets => generated 626 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1609] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:32 2026] GET /v2.0/security-groups?tenant_id=19e5fd3e91e24a03aa189d36eb14734d&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1610] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:32 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => 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: 810/1611] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:53:32 2026] POST /v2.0/ports => generated 915 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1612] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:32 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1613] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:32 2026] DELETE /v2.0/security-groups/bd3d50e6-1beb-46c7-81c7-db6ff0e731ad => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:53:32.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6ca5490-b26a-431b-a924-92b958d48fd4 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] TaaS: Handle Delete Port: 5e6bfad6-7dc7-40f8-a231-3abf16c83823 2026-02-26 22:53:32.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6ca5490-b26a-431b-a924-92b958d48fd4 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] Tap Mirror: Handle Delete Port: 5e6bfad6-7dc7-40f8-a231-3abf16c83823 [pid: 7|app: 0|req: 812/1614] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:53:32 2026] DELETE /v2.0/ports/5e6bfad6-7dc7-40f8-a231-3abf16c83823 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:33.140 7 INFO neutron.pecan_wsgi.hooks.translation [None req-252e0d01-e920-432f-9a16-8406c54fe3b0 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 813/1615] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:53:33 2026] GET /v2.0/ports/5e6bfad6-7dc7-40f8-a231-3abf16c83823 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1616] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:33 2026] DELETE /v2.0/subnets/0188e96f-496c-4baf-872f-8fe568563bdd => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:33.405 7 INFO neutron.services.segments.plugin [-] Segment 7823e184-2216-4b78-898c-f1285697a102 resource provider aggregate not found 2026-02-26 22:53:33.412 7 INFO neutron.services.segments.plugin [-] Segment 7823e184-2216-4b78-898c-f1285697a102 resource provider aggregate not found 2026-02-26 22:53:33.431 7 INFO neutron.services.segments.plugin [-] Segment 7823e184-2216-4b78-898c-f1285697a102 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7823e184-2216-4b78-898c-f1285697a102 found for delete ", "request_id": "req-a3445301-59e3-4a01-bf0a-084812ad2171"}]} [pid: 8|app: 0|req: 803/1617] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:33 2026] GET /v2.0/security-groups?tenant_id=0668a4c930e04e67accc22d5f4764616&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:53:33.435 7 INFO neutron.services.segments.plugin [-] Segment 7823e184-2216-4b78-898c-f1285697a102 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7823e184-2216-4b78-898c-f1285697a102 found for delete ", "request_id": "req-8e150a2d-d085-42e9-afe0-8e1c2f9855ba"}]} [pid: 7|app: 0|req: 815/1618] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:33 2026] DELETE /v2.0/networks/fb3ad42c-7403-4a5d-9d7e-012ff95470c5 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1619] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:33 2026] DELETE /v2.0/security-groups/fbd86104-287e-4f23-9bf9-089be01d8ef5 => 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: 816/1620] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:53:33 2026] POST /v2.0/ports => generated 774 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1621] 10.0.0.96 () {34 vars in 736 bytes} [Thu Feb 26 22:53:33 2026] PUT /v2.0/ports/af54ec64-05b2-46ac-8988-3e1b5d6ef7f0 => generated 752 bytes in 220 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/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: 806/1622] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:33 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:34.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6773e24-7c91-4c06-8bff-89db6f72d67a 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] TaaS: Handle Delete Port: af54ec64-05b2-46ac-8988-3e1b5d6ef7f0 2026-02-26 22:53:34.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6773e24-7c91-4c06-8bff-89db6f72d67a 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] Tap Mirror: Handle Delete Port: af54ec64-05b2-46ac-8988-3e1b5d6ef7f0 [pid: 8|app: 0|req: 807/1623] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:34 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1624] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:53:33 2026] DELETE /v2.0/ports/af54ec64-05b2-46ac-8988-3e1b5d6ef7f0 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1625] 10.0.0.96 () {32 vars in 642 bytes} [Thu Feb 26 22:53:34 2026] GET /v2.0/ports => generated 777 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:34.221 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5284344f-38a6-436c-9d49-705c0779dc63 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 818/1626] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:53:34 2026] GET /v2.0/ports/af54ec64-05b2-46ac-8988-3e1b5d6ef7f0 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1627] 10.0.0.96 () {32 vars in 642 bytes} [Thu Feb 26 22:53:34 2026] GET /v2.0/ports => generated 777 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1628] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:53:34 2026] GET /v2.0/ports/35386f2a-bbd9-413f-a944-7da3ec5ab39b => generated 774 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:34.342 8 INFO neutron.pecan_wsgi.hooks.translation [None req-59ea6279-72ba-4152-8033-63583b555f95 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 810/1629] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:53:34 2026] DELETE /v2.0/ports/5e6bfad6-7dc7-40f8-a231-3abf16c83823 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:53:34.364 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c28be5a-cb83-43e2-9abb-0cf62f136cb2 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 820/1630] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:34 2026] DELETE /v2.0/subnets/0188e96f-496c-4baf-872f-8fe568563bdd => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:53:34.385 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90b42f34-4108-416d-9ba6-7223f1443bae 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 811/1631] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:34 2026] DELETE /v2.0/subnets/bae464c3-6785-49fe-a381-58de499987f2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:53:34.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5d62140-e21b-4057-8628-95e38eefc41d 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] TaaS: Handle Delete Port: 35386f2a-bbd9-413f-a944-7da3ec5ab39b 2026-02-26 22:53:34.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5d62140-e21b-4057-8628-95e38eefc41d 2b0a390c1bb54d9b877e89f3401b21b5 1a404bb215fc44a9be84f117d5c043e5 - - default default] Tap Mirror: Handle Delete Port: 35386f2a-bbd9-413f-a944-7da3ec5ab39b [pid: 7|app: 0|req: 821/1632] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:53:34 2026] DELETE /v2.0/ports/35386f2a-bbd9-413f-a944-7da3ec5ab39b => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:34.715 8 INFO neutron.services.segments.plugin [-] Segment 7c3f19a2-2abb-4d4a-b0e6-0e864e9069cb resource provider aggregate not found 2026-02-26 22:53:34.733 8 INFO neutron.services.segments.plugin [-] Segment 7c3f19a2-2abb-4d4a-b0e6-0e864e9069cb resource provider aggregate not found 2026-02-26 22:53:34.734 8 INFO neutron.services.segments.plugin [-] Segment 7c3f19a2-2abb-4d4a-b0e6-0e864e9069cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c3f19a2-2abb-4d4a-b0e6-0e864e9069cb found for delete ", "request_id": "req-3135773d-bee0-465f-9c74-33cffddcca08"}]} 2026-02-26 22:53:34.756 8 INFO neutron.services.segments.plugin [-] Segment 7c3f19a2-2abb-4d4a-b0e6-0e864e9069cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c3f19a2-2abb-4d4a-b0e6-0e864e9069cb found for delete ", "request_id": "req-120d05c7-d8cd-4cc1-86fb-bfe199bf5d13"}]} [pid: 8|app: 0|req: 812/1633] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:34 2026] DELETE /v2.0/networks/a65df0d0-86b3-4203-864c-4ef124d6ebab => 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: 822/1634] 10.0.0.96 () {34 vars in 683 bytes} [Thu Feb 26 22:53:34 2026] POST /v2.0/security-groups => generated 1625 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1635] 10.0.0.96 () {32 vars in 662 bytes} [Thu Feb 26 22:53:35 2026] GET /v2.0/security-groups => generated 4530 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1636] 10.0.0.96 () {34 vars in 757 bytes} [Thu Feb 26 22:53:35 2026] PUT /v2.0/security-groups/5587ac83-344a-4087-bd5a-48835545640f => generated 1663 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1637] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:35 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 975 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1638] 10.0.0.96 () {32 vars in 736 bytes} [Thu Feb 26 22:53:35 2026] GET /v2.0/security-groups/5587ac83-344a-4087-bd5a-48835545640f => generated 1663 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1639] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:35 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1640] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:35 2026] DELETE /v2.0/security-groups/5587ac83-344a-4087-bd5a-48835545640f => 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: 827/1641] 10.0.0.96 () {32 vars in 662 bytes} [Thu Feb 26 22:53:35 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:53:35.463 7 INFO neutron.api.v2.resource [None req-e45876a4-5f77-47d0-94c4-238eb05b89b6 3d18a9ded2f34356b978c402e0d72403 e385864bde1e4d3186158b0c8a7e3487 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 828/1642] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:35 2026] DELETE /v2.0/security-groups/5587ac83-344a-4087-bd5a-48835545640f => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1643] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:35 2026] GET /v2.0/security-groups?tenant_id=1a404bb215fc44a9be84f117d5c043e5&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1644] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:35 2026] DELETE /v2.0/security-groups/fd4cd680-f536-4e90-bf40-c32fd703461e => 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: 829/1645] 10.0.0.96 () {34 vars in 683 bytes} [Thu Feb 26 22:53:35 2026] POST /v2.0/security-groups => generated 1624 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1646] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:53:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1647] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:53:35 2026] GET /v2.0/security-group-rules/71ef59f1-1cc4-485f-9695-d43299becf2e => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1648] 10.0.0.96 () {32 vars in 672 bytes} [Thu Feb 26 22:53:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1649] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:53:35 2026] DELETE /v2.0/security-group-rules/71ef59f1-1cc4-485f-9695-d43299becf2e => 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: 819/1650] 10.0.0.96 () {32 vars in 672 bytes} [Thu Feb 26 22:53:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1651] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:53:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1652] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:53:36 2026] GET /v2.0/security-group-rules/1f4a315f-dfc8-4e5e-b55f-f7e0f0f95b4e => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1653] 10.0.0.96 () {32 vars in 672 bytes} [Thu Feb 26 22:53:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1654] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:53:36 2026] DELETE /v2.0/security-group-rules/1f4a315f-dfc8-4e5e-b55f-f7e0f0f95b4e => 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: 834/1655] 10.0.0.96 () {32 vars in 672 bytes} [Thu Feb 26 22:53:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1656] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:36 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1657] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:53:36 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) [pid: 8|app: 0|req: 823/1658] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:53:36 2026] GET /v2.0/security-group-rules/062951cf-3beb-4572-be24-7996ccf1d23b => generated 602 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1659] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:36 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1660] 10.0.0.96 () {32 vars in 672 bytes} [Thu Feb 26 22:53:36 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: 8|app: 0|req: 825/1661] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:36 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => 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: 837/1662] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:53:36 2026] DELETE /v2.0/security-group-rules/062951cf-3beb-4572-be24-7996ccf1d23b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1663] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:36 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1664] 10.0.0.96 () {32 vars in 672 bytes} [Thu Feb 26 22:53:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1665] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:53:36 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1666] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:36 2026] DELETE /v2.0/security-groups/c5fcf082-57c4-4482-86e9-b9b39940a834 => 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: 840/1667] 10.0.0.96 () {32 vars in 662 bytes} [Thu Feb 26 22:53:36 2026] GET /v2.0/security-groups => 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: 841/1668] 10.0.0.96 () {32 vars in 662 bytes} [Thu Feb 26 22:53:36 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) 2026-02-26 22:53:37.198 8 INFO neutron.db.l3_db [None req-695fcfb0-16af-459b-86cb-fef1bbb79ecf e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Floating IP d626ab37-f021-4940-86e5-9ae849199071 associated. External IP: 10.96.250.211, port: 7d399d4d-b189-4f63-b52e-53c9b703e60d. [pid: 8|app: 0|req: 828/1671] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:53:36 2026] PUT /v2.0/floatingips/d626ab37-f021-4940-86e5-9ae849199071 => generated 856 bytes in 636 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:37.559 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf26f1ac-1561-48b7-ac10-2be9df85a60a'] response: {'name': 'network-changed', 'server_uuid': '34f660e4-e505-4c57-8c09-6507fea01ed7', 'tag': '7d399d4d-b189-4f63-b52e-53c9b703e60d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 844/1672] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:53:37 2026] GET /v2.0/floatingips/d626ab37-f021-4940-86e5-9ae849199071 => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1673] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:37 2026] GET /v2.0/security-groups?tenant_id=e385864bde1e4d3186158b0c8a7e3487&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1674] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:37 2026] DELETE /v2.0/security-groups/281d6203-763f-4118-ae17-f7e648a3b4c9 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:53:37.967 7 INFO neutron.db.segments_db [None req-d10034bb-532f-4b2e-8c8c-ae03a36db2b6 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Added segment 47727ee6-f7c6-40c1-8263-e8049cc7b69d of type vxlan for network 1951cc21-5536-48f7-aac4-f2cccfbbb16c [pid: 7|app: 0|req: 845/1675] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:53:37 2026] POST /v2.0/networks => generated 611 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1676] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:53:38 2026] GET /v2.0/ports?tenant_id=315a1b68e8f846d1969e997fe1402d5b&device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:53:38.174 7 INFO neutron.db.segments_db [None req-f8872f84-b34b-4f9b-8d77-f8a637390b75 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Added segment 03def1d5-6811-4e12-9402-d56eafc7acdb of type vxlan for network 09cf0b48-10f8-42a0-9825-fabf16280007 [pid: 8|app: 0|req: 832/1677] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:53:38 2026] GET /v2.0/networks?id=a8996735-9373-4fd9-ad5b-cf26e2f64508 => generated 757 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1678] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:53:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7d399d4d-b189-4f63-b52e-53c9b703e60d => generated 859 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1679] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:53:38 2026] POST /v2.0/networks => generated 611 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1680] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:53:38 2026] GET /v2.0/subnets?id=a1f7a302-4444-483a-ac41-23c2e5aca2bd => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1681] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:53:38 2026] GET /v2.0/ports?network_id=a8996735-9373-4fd9-ad5b-cf26e2f64508&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1682] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:53:38 2026] POST /v2.0/subnets => generated 626 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1683] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:53:38 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1684] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:53:38 2026] GET /v2.0/floatingips/d626ab37-f021-4940-86e5-9ae849199071 => generated 856 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1685] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:38 2026] GET /v2.0/security-groups?tenant_id=315fd9476ab24d60aa868f1886572c88&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: 837/1686] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:53:38 2026] GET /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508?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: 838/1687] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:38 2026] DELETE /v2.0/security-groups/8670e692-fb0d-4981-8042-79798a96f91c => 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: 850/1688] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:53:38 2026] POST /v2.0/subnets => generated 626 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:53:39.095 8 INFO neutron.db.segments_db [None req-49e38e88-f748-4755-a51c-07ea4001c444 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Added segment 950cc67c-894b-46c4-bd85-fc8e08fa1de3 of type vxlan for network 33ccc356-8a6f-4a0a-9b28-6f3859ac9d08 2026-02-26 22:53:39.318 8 INFO neutron.db.l3_hamode_db [None req-49e38e88-f748-4755-a51c-07ea4001c444 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:53:39.449 8 INFO neutron.db.l3_hamode_db [None req-49e38e88-f748-4755-a51c-07ea4001c444 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 851/1689] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:53:39 2026] GET /v2.0/floatingips/d626ab37-f021-4940-86e5-9ae849199071 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1690] 10.0.0.96 () {32 vars in 622 bytes} [Thu Feb 26 22:53:39 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1691] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:53:39 2026] POST /v2.0/routers => generated 506 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1692] 10.0.0.96 () {32 vars in 632 bytes} [Thu Feb 26 22:53:39 2026] GET /v2.0/ => generated 632 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1693] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:40 2026] GET /v2.0/security-groups?tenant_id=e655dbed74e44e78bc636bd6cfad81d2&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1694] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:53:40 2026] PUT /v2.0/routers/6fd18339-43c3-41bf-920f-a1b1f08632b6/add_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:41.138 7 INFO neutron.db.segments_db [None req-fb2ab677-defd-4dbb-97b6-91b51ad85543 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Added segment cc963042-caff-4da1-8f90-3f487cb2929a of type vxlan for network 9ea3f866-47d8-4e6a-b250-f682560e1d87 [pid: 8|app: 0|req: 841/1695] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:41 2026] DELETE /v2.0/security-groups/08e78d3e-cb0f-4a01-805f-b38f57d8c9b8 => 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: 855/1696] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:53:40 2026] POST /v2.0/networks => generated 631 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1697] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:53:41 2026] GET /v2.0/ports/a5258e1f-c373-45ff-ab2e-4252fa98562e => generated 955 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1698] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:53:41 2026] POST /v2.0/subnets => generated 627 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:53:41.627 7 INFO neutron.db.segments_db [None req-62b33ba0-bb8a-4afb-9760-fca7b3d8ef19 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Added segment 5ec12fda-2b3d-482c-ab1f-96c69ce0c999 of type vxlan for network aacf70f8-3e7b-4dbd-a1f5-cc4fe2df2093 2026-02-26 22:53:41.878 7 INFO neutron.db.l3_hamode_db [None req-62b33ba0-bb8a-4afb-9760-fca7b3d8ef19 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 843/1699] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:53:41 2026] PUT /v2.0/routers/6fd18339-43c3-41bf-920f-a1b1f08632b6/add_router_interface => generated 309 bytes in 1231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:42.642 7 INFO neutron.db.l3_hamode_db [None req-62b33ba0-bb8a-4afb-9760-fca7b3d8ef19 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 844/1700] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:53:42 2026] GET /v2.0/ports/875e004c-f30e-44e3-ba82-56cf02a9ecbc => generated 955 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:42.987 8 INFO neutron_taas.services.taas.taas_plugin [None req-83e42fb2-0347-471e-9c2c-99704caae1c5 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] TaaS: Handle Delete Port: 875e004c-f30e-44e3-ba82-56cf02a9ecbc 2026-02-26 22:53:42.989 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83e42fb2-0347-471e-9c2c-99704caae1c5 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Tap Mirror: Handle Delete Port: 875e004c-f30e-44e3-ba82-56cf02a9ecbc [pid: 8|app: 0|req: 845/1701] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:53:42 2026] PUT /v2.0/routers/6fd18339-43c3-41bf-920f-a1b1f08632b6/remove_router_interface => generated 309 bytes in 740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1702] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:53:41 2026] POST /v2.0/routers => generated 694 bytes in 2070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:53:43.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-e884fc53-c2b1-4bc1-9acb-c969d40b5c26 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] TaaS: Handle Delete Port: a5258e1f-c373-45ff-ab2e-4252fa98562e 2026-02-26 22:53:43.759 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e884fc53-c2b1-4bc1-9acb-c969d40b5c26 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Tap Mirror: Handle Delete Port: a5258e1f-c373-45ff-ab2e-4252fa98562e [pid: 7|app: 0|req: 858/1703] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:43 2026] GET /v2.0/security-groups?tenant_id=52ad31d0369c46fc9ddcd7d4fb3ccf39&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1704] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:53:43 2026] PUT /v2.0/routers/6fd18339-43c3-41bf-920f-a1b1f08632b6/remove_router_interface => generated 309 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1705] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:44 2026] DELETE /v2.0/security-groups/efc1f58e-36ab-44f2-a087-9fec84179e66 => 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: 848/1706] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:53:44 2026] GET /v2.0/ports?device_id=6fd18339-43c3-41bf-920f-a1b1f08632b6 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:53:44.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-38936f0f-c2e6-4c58-8ed7-0a6b385dba45 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] TaaS: Handle Delete Port: 3c92aa5c-29ef-4ce3-8886-ae079c827ac7 2026-02-26 22:53:44.506 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38936f0f-c2e6-4c58-8ed7-0a6b385dba45 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Tap Mirror: Handle Delete Port: 3c92aa5c-29ef-4ce3-8886-ae079c827ac7 2026-02-26 22:53:44.843 8 INFO neutron.services.segments.plugin [-] Segment 950cc67c-894b-46c4-bd85-fc8e08fa1de3 resource provider aggregate not found 2026-02-26 22:53:44.844 8 INFO neutron.services.segments.plugin [-] Segment 950cc67c-894b-46c4-bd85-fc8e08fa1de3 resource provider aggregate not found 2026-02-26 22:53:44.870 8 INFO neutron.services.segments.plugin [-] Segment 950cc67c-894b-46c4-bd85-fc8e08fa1de3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950cc67c-894b-46c4-bd85-fc8e08fa1de3 found for delete ", "request_id": "req-bc052ad9-a3b4-49a4-95b6-d26d47a51a1a"}]} 2026-02-26 22:53:44.871 8 INFO neutron.services.segments.plugin [-] Segment 950cc67c-894b-46c4-bd85-fc8e08fa1de3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950cc67c-894b-46c4-bd85-fc8e08fa1de3 found for delete ", "request_id": "req-f3f9f553-b17b-4860-ad49-ff43c9241a0f"}]} 2026-02-26 22:53:44.876 8 INFO neutron.db.l3_hamode_db [None req-38936f0f-c2e6-4c58-8ed7-0a6b385dba45 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] HA network 33ccc356-8a6f-4a0a-9b28-6f3859ac9d08 was deleted as no HA routers are present in tenant 88b197bbadc244c3b26da01f78477a0f. [pid: 8|app: 0|req: 849/1707] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:44 2026] DELETE /v2.0/routers/6fd18339-43c3-41bf-920f-a1b1f08632b6 => generated 0 bytes in 544 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1708] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:44 2026] DELETE /v2.0/subnets/b8b5a006-fd39-47e4-ab43-342bce05fc4e => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1709] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:45 2026] DELETE /v2.0/subnets/b3b219cd-8de1-4cce-8c41-4cf2b8aa1051 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:45.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4d397e3-d5a3-49b1-93cc-75369488cbf6 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] TaaS: Handle Delete Port: f2bb6d2c-b66d-4fb8-8627-7d7492a8e75d 2026-02-26 22:53:45.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4d397e3-d5a3-49b1-93cc-75369488cbf6 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Tap Mirror: Handle Delete Port: f2bb6d2c-b66d-4fb8-8627-7d7492a8e75d [pid: 8|app: 0|req: 852/1710] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:45 2026] DELETE /v2.0/networks/09cf0b48-10f8-42a0-9825-fabf16280007 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:45.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-3300d597-5bf9-4716-ac3d-481060de7a12 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] TaaS: Handle Delete Port: f04e9f8f-bd4d-4a64-a94e-a35f2a1aece6 2026-02-26 22:53:45.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3300d597-5bf9-4716-ac3d-481060de7a12 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Tap Mirror: Handle Delete Port: f04e9f8f-bd4d-4a64-a94e-a35f2a1aece6 [pid: 7|app: 0|req: 859/1711] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:53:43 2026] PUT /v2.0/routers/a603cef9-7ea0-4faf-8b6f-540a41880c78/add_router_interface => generated 309 bytes in 2003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1712] 10.0.0.63 () {34 vars in 989 bytes} [Thu Feb 26 22:53:45 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1713] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:45 2026] DELETE /v2.0/networks/1951cc21-5536-48f7-aac4-f2cccfbbb16c => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1714] 10.0.0.63 () {34 vars in 1039 bytes} [Thu Feb 26 22:53:46 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:46.103 8 INFO neutron.db.segments_db [None req-c23b26d9-6e99-434f-be46-88b46ef3e8a9 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Added segment d7ff1aec-70c6-4208-adf5-558ef3b7a407 of type vxlan for network f2ea5e7f-6681-485b-bc41-983eca98dd9c [pid: 8|app: 0|req: 855/1715] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:53:46 2026] POST /v2.0/networks => generated 611 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1716] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:53:45 2026] POST /v2.0/ports => generated 955 bytes in 415 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: 856/1717] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:53:46 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:53:46.498 8 INFO neutron.db.segments_db [None req-bdb9955c-b9cf-4aa6-9466-51f3c62f2cb6 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Added segment 60827b55-9ed8-4d35-8a38-8eb0c6bb7c82 of type vxlan for network 807635ed-ae55-42c4-85c2-67518c6bbc31 [pid: 7|app: 0|req: 862/1718] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:53:46 2026] POST /v2.0/ports => generated 958 bytes in 346 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-02-26 22:53:46.816 8 INFO neutron.db.l3_hamode_db [None req-bdb9955c-b9cf-4aa6-9466-51f3c62f2cb6 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:53:46.905 8 INFO neutron.services.segments.plugin [-] Segment 03def1d5-6811-4e12-9402-d56eafc7acdb resource provider aggregate not found 2026-02-26 22:53:46.913 8 INFO neutron.services.segments.plugin [-] Segment 03def1d5-6811-4e12-9402-d56eafc7acdb resource provider aggregate not found 2026-02-26 22:53:46.940 8 INFO neutron.services.segments.plugin [-] Segment 03def1d5-6811-4e12-9402-d56eafc7acdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03def1d5-6811-4e12-9402-d56eafc7acdb found for delete ", "request_id": "req-8a59549b-a712-45c1-aad6-ddaa0ed60e54"}]} 2026-02-26 22:53:46.943 8 INFO neutron.services.segments.plugin [-] Segment 03def1d5-6811-4e12-9402-d56eafc7acdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03def1d5-6811-4e12-9402-d56eafc7acdb found for delete ", "request_id": "req-9160fb1d-e5c8-4c9f-b345-6711b24b56a1"}]} 2026-02-26 22:53:46.968 8 INFO neutron.services.segments.plugin [-] Segment 47727ee6-f7c6-40c1-8263-e8049cc7b69d resource provider aggregate not found 2026-02-26 22:53:46.982 8 INFO neutron.services.segments.plugin [-] Segment 47727ee6-f7c6-40c1-8263-e8049cc7b69d resource provider aggregate not found 2026-02-26 22:53:46.996 8 INFO neutron.services.segments.plugin [-] Segment 47727ee6-f7c6-40c1-8263-e8049cc7b69d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47727ee6-f7c6-40c1-8263-e8049cc7b69d found for delete ", "request_id": "req-c39dd50c-762d-4d15-b468-c90503044179"}]} 2026-02-26 22:53:46.997 8 INFO neutron.services.segments.plugin [-] Segment 47727ee6-f7c6-40c1-8263-e8049cc7b69d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47727ee6-f7c6-40c1-8263-e8049cc7b69d found for delete ", "request_id": "req-a0a71bab-e961-484d-b613-6dafe0f45081"}]} 2026-02-26 22:53:47.001 8 INFO neutron.db.l3_hamode_db [None req-bdb9955c-b9cf-4aa6-9466-51f3c62f2cb6 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:53:47.535 7 INFO neutron.db.l3_db [None req-78fd5b5f-69cd-4053-8eaa-ce787de9524f efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Floating IP f2da9156-b2c8-44a8-a6c5-b508c295ddd5 associated. External IP: 10.96.250.214, port: e2417bfa-7414-46bb-b47b-4571293c1ec2. [pid: 8|app: 0|req: 857/1719] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:53:46 2026] POST /v2.0/routers => generated 507 bytes in 1178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1720] 10.0.0.120 () {32 vars in 801 bytes} [Thu Feb 26 22:53:47 2026] GET /v2.0/extensions => generated 21537 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1721] 10.0.0.96 () {34 vars in 676 bytes} [Thu Feb 26 22:53:46 2026] POST /v2.0/floatingips => generated 842 bytes in 1089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:53:47.978 7 INFO neutron.db.l3_db [None req-3afa033a-3f12-412a-81fd-7cef01ee4f62 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Floating IP f2da9156-b2c8-44a8-a6c5-b508c295ddd5 disassociated. External IP: 10.96.250.214, port: e2417bfa-7414-46bb-b47b-4571293c1ec2. [pid: 8|app: 0|req: 859/1722] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:53:47 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: 8|app: 0|req: 860/1723] 10.0.0.120 () {30 vars in 724 bytes} [Thu Feb 26 22:53:48 2026] GET /v2.0/quotas/ef2836c982c34699b719982e979ff08e/details => generated 847 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1724] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:53:47 2026] PUT /v2.0/floatingips/f2da9156-b2c8-44a8-a6c5-b508c295ddd5 => generated 552 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:48.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d161458-189a-4710-9019-5b56edefd7a4 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] TaaS: Handle Delete Port: bfc2e728-813a-4817-8cd8-36b6e38d1f99 2026-02-26 22:53:48.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d161458-189a-4710-9019-5b56edefd7a4 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Tap Mirror: Handle Delete Port: bfc2e728-813a-4817-8cd8-36b6e38d1f99 [pid: 7|app: 0|req: 865/1725] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:53:48 2026] DELETE /v2.0/floatingips/f2da9156-b2c8-44a8-a6c5-b508c295ddd5 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:53:49.458 7 INFO neutron.db.l3_db [None req-1d8b7c46-8a1e-40ed-9efa-962c1902ee84 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Floating IP ec9878f1-a0a2-4a01-89ba-be8143b5876b associated. External IP: 10.96.250.218, port: 0a83f431-dbf0-4f3d-8a78-d7da704de938. [pid: 7|app: 0|req: 866/1726] 10.0.0.96 () {34 vars in 676 bytes} [Thu Feb 26 22:53:48 2026] POST /v2.0/floatingips => generated 842 bytes in 1065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1727] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:53:49 2026] GET /v2.0/floatingips/ec9878f1-a0a2-4a01-89ba-be8143b5876b => generated 842 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1728] 10.0.0.96 () {32 vars in 654 bytes} [Thu Feb 26 22:53:49 2026] GET /v2.0/floatingips => generated 845 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1729] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:53:48 2026] PUT /v2.0/routers/00ae1d15-b4fd-4f9c-b2b5-00bbe452bf6f/add_router_interface => generated 309 bytes in 1732 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: 862/1730] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:53:49 2026] GET /v2.0/ports/d109ac98-eb67-4c47-8901-7f8a37406406 => generated 1025 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:53:50.267 7 INFO neutron.db.l3_db [None req-3a206dea-842e-47f8-89bc-5b2e186dfd76 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Floating IP ec9878f1-a0a2-4a01-89ba-be8143b5876b associated. External IP: 10.96.250.218, port: 0a83f431-dbf0-4f3d-8a78-d7da704de938. 2026-02-26 22:53:50.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-909bb683-5ebe-4f9d-845c-e0812fc17d52 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] TaaS: Handle Delete Port: d109ac98-eb67-4c47-8901-7f8a37406406 2026-02-26 22:53:50.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-909bb683-5ebe-4f9d-845c-e0812fc17d52 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Tap Mirror: Handle Delete Port: d109ac98-eb67-4c47-8901-7f8a37406406 [pid: 7|app: 0|req: 869/1731] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:53:49 2026] PUT /v2.0/floatingips/ec9878f1-a0a2-4a01-89ba-be8143b5876b => generated 842 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:50.979 7 INFO neutron.db.l3_db [None req-e6cc8b22-02ab-463e-92ea-435d1946abde efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Floating IP ec9878f1-a0a2-4a01-89ba-be8143b5876b disassociated. External IP: 10.96.250.218, port: e2417bfa-7414-46bb-b47b-4571293c1ec2. [pid: 8|app: 0|req: 863/1732] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:53:50 2026] PUT /v2.0/routers/00ae1d15-b4fd-4f9c-b2b5-00bbe452bf6f/remove_router_interface => generated 309 bytes in 975 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-02-26 22:53:51.124 8 INFO neutron.api.v2.resource [None req-e9a0751d-1d70-479d-85ea-da2f0970baea 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 864/1733] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:53:51 2026] PUT /v2.0/routers/00ae1d15-b4fd-4f9c-b2b5-00bbe452bf6f/remove_router_interface => generated 197 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1734] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:53:51 2026] GET /v2.0/ports?device_id=00ae1d15-b4fd-4f9c-b2b5-00bbe452bf6f => 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: 870/1735] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:53:50 2026] PUT /v2.0/floatingips/ec9878f1-a0a2-4a01-89ba-be8143b5876b => generated 552 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1736] 10.0.0.120 () {32 vars in 801 bytes} [Thu Feb 26 22:53:51 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-26 22:53:51.316 8 INFO neutron_taas.services.taas.taas_plugin [None req-68e36fe2-27b6-4832-883a-8565b0f94495 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] TaaS: Handle Delete Port: 8b9240b4-8ebc-4712-9401-a74a198b813d 2026-02-26 22:53:51.319 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68e36fe2-27b6-4832-883a-8565b0f94495 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Tap Mirror: Handle Delete Port: 8b9240b4-8ebc-4712-9401-a74a198b813d 2026-02-26 22:53:51.402 7 INFO neutron_taas.services.taas.taas_plugin [None req-182f20c3-25eb-44ac-9bdb-f5afaa2cf95a efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] TaaS: Handle Delete Port: d9665c74-e6c4-4fe8-9f41-655312ddad97 2026-02-26 22:53:51.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-182f20c3-25eb-44ac-9bdb-f5afaa2cf95a efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Tap Mirror: Handle Delete Port: d9665c74-e6c4-4fe8-9f41-655312ddad97 [pid: 7|app: 0|req: 872/1737] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:53:51 2026] DELETE /v2.0/floatingips/ec9878f1-a0a2-4a01-89ba-be8143b5876b => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:53:51.677 8 INFO neutron.services.segments.plugin [-] Segment 60827b55-9ed8-4d35-8a38-8eb0c6bb7c82 resource provider aggregate not found 2026-02-26 22:53:51.689 8 INFO neutron.services.segments.plugin [-] Segment 60827b55-9ed8-4d35-8a38-8eb0c6bb7c82 resource provider aggregate not found 2026-02-26 22:53:51.704 8 INFO neutron.services.segments.plugin [-] Segment 60827b55-9ed8-4d35-8a38-8eb0c6bb7c82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60827b55-9ed8-4d35-8a38-8eb0c6bb7c82 found for delete ", "request_id": "req-5e24c6ea-be73-44c5-868d-8a08ce11baed"}]} [pid: 7|app: 0|req: 873/1738] 10.0.0.120 () {30 vars in 724 bytes} [Thu Feb 26 22:53:51 2026] GET /v2.0/quotas/ef2836c982c34699b719982e979ff08e/details => generated 847 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:51.710 8 INFO neutron.services.segments.plugin [-] Segment 60827b55-9ed8-4d35-8a38-8eb0c6bb7c82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60827b55-9ed8-4d35-8a38-8eb0c6bb7c82 found for delete ", "request_id": "req-e1846d16-e104-42a3-878d-450fccb47306"}]} 2026-02-26 22:53:51.713 8 INFO neutron.db.l3_hamode_db [None req-68e36fe2-27b6-4832-883a-8565b0f94495 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] HA network 807635ed-ae55-42c4-85c2-67518c6bbc31 was deleted as no HA routers are present in tenant 88b197bbadc244c3b26da01f78477a0f. [pid: 8|app: 0|req: 866/1739] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:51 2026] DELETE /v2.0/routers/00ae1d15-b4fd-4f9c-b2b5-00bbe452bf6f => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:53:51.723 7 INFO neutron.api.v2.resource [None req-2290e735-d947-4cfc-a9bb-c7cc08626b84 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 874/1740] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:53:51 2026] DELETE /v2.0/floatingips/ec9878f1-a0a2-4a01-89ba-be8143b5876b => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:53:51.855 7 INFO neutron_taas.services.taas.taas_plugin [None req-97c3f771-ae74-4550-be28-c78b9b28e5e9 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] TaaS: Handle Delete Port: e2417bfa-7414-46bb-b47b-4571293c1ec2 2026-02-26 22:53:51.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97c3f771-ae74-4550-be28-c78b9b28e5e9 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Tap Mirror: Handle Delete Port: e2417bfa-7414-46bb-b47b-4571293c1ec2 [pid: 8|app: 0|req: 867/1741] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:51 2026] DELETE /v2.0/subnets/90c15fb1-be71-4989-9674-7a03fdf7e3a9 => 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: 868/1742] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:51 2026] DELETE /v2.0/networks/f2ea5e7f-6681-485b-bc41-983eca98dd9c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1743] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:53:51 2026] DELETE /v2.0/ports/e2417bfa-7414-46bb-b47b-4571293c1ec2 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:52.070 8 INFO neutron.db.segments_db [None req-a5670f87-44d4-458b-9e59-26ea07ff0b34 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Added segment 30ac888c-7aca-4109-855f-b344200267b3 of type vxlan for network d2bc9dc7-b62f-4887-b241-3c27f990e124 2026-02-26 22:53:52.142 7 INFO neutron_taas.services.taas.taas_plugin [None req-63757e94-033c-4521-9a62-ade387a79c7b efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] TaaS: Handle Delete Port: 0a83f431-dbf0-4f3d-8a78-d7da704de938 2026-02-26 22:53:52.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63757e94-033c-4521-9a62-ade387a79c7b efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Tap Mirror: Handle Delete Port: 0a83f431-dbf0-4f3d-8a78-d7da704de938 [pid: 8|app: 0|req: 869/1744] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:53:52 2026] POST /v2.0/networks => generated 610 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1747] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:53:52 2026] DELETE /v2.0/ports/0a83f431-dbf0-4f3d-8a78-d7da704de938 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1748] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:53:52 2026] GET /v2.0/ports?device_id=a603cef9-7ea0-4faf-8b6f-540a41880c78 => generated 958 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1749] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:53:52 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:53:52.450 8 INFO neutron.db.segments_db [None req-35db9329-2161-4a1f-9483-c4455c3ba46a 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Added segment 661102c0-e58e-40e3-b99b-fabda62ca21f of type vxlan for network f03a8d3a-0b55-4bd5-9ab9-6409a9e90d92 2026-02-26 22:53:52.735 8 INFO neutron.db.l3_hamode_db [None req-35db9329-2161-4a1f-9483-c4455c3ba46a 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:53:52.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-25e3d50d-a997-4151-bd05-cb37c724915c efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] TaaS: Handle Delete Port: 50ab9814-6908-48fa-8f4a-c1a0076b8313 2026-02-26 22:53:52.789 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25e3d50d-a997-4151-bd05-cb37c724915c efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Tap Mirror: Handle Delete Port: 50ab9814-6908-48fa-8f4a-c1a0076b8313 2026-02-26 22:53:52.862 8 INFO neutron.db.l3_hamode_db [None req-35db9329-2161-4a1f-9483-c4455c3ba46a 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 878/1750] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:53:52 2026] PUT /v2.0/routers/a603cef9-7ea0-4faf-8b6f-540a41880c78/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:53.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-664da21e-9f09-4822-8ff1-dca7dd5bf5b8 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] TaaS: Handle Delete Port: 243b6692-afd2-4247-94a6-753abb10e1e8 2026-02-26 22:53:53.554 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-664da21e-9f09-4822-8ff1-dca7dd5bf5b8 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Tap Mirror: Handle Delete Port: 243b6692-afd2-4247-94a6-753abb10e1e8 [pid: 8|app: 0|req: 873/1751] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:53:52 2026] POST /v2.0/routers => generated 507 bytes in 1160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:53:53.740 8 INFO neutron.services.segments.plugin [-] Segment d7ff1aec-70c6-4208-adf5-558ef3b7a407 resource provider aggregate not found 2026-02-26 22:53:53.748 8 INFO neutron.services.segments.plugin [-] Segment d7ff1aec-70c6-4208-adf5-558ef3b7a407 resource provider aggregate not found 2026-02-26 22:53:53.766 8 INFO neutron.services.segments.plugin [-] Segment d7ff1aec-70c6-4208-adf5-558ef3b7a407 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7ff1aec-70c6-4208-adf5-558ef3b7a407 found for delete ", "request_id": "req-6ccefb6d-a229-4e96-8113-a65257657642"}]} 2026-02-26 22:53:53.773 8 INFO neutron.services.segments.plugin [-] Segment d7ff1aec-70c6-4208-adf5-558ef3b7a407 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7ff1aec-70c6-4208-adf5-558ef3b7a407 found for delete ", "request_id": "req-70a8e06b-cf05-4efd-84ea-9cc52e4d9de0"}]} 2026-02-26 22:53:53.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-664da21e-9f09-4822-8ff1-dca7dd5bf5b8 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] TaaS: Handle Delete Port: e09b2aaa-9305-479b-b4e0-6da8d203a058 2026-02-26 22:53:53.848 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-664da21e-9f09-4822-8ff1-dca7dd5bf5b8 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] Tap Mirror: Handle Delete Port: e09b2aaa-9305-479b-b4e0-6da8d203a058 2026-02-26 22:53:54.230 7 INFO neutron.services.segments.plugin [-] Segment 5ec12fda-2b3d-482c-ab1f-96c69ce0c999 resource provider aggregate not found 2026-02-26 22:53:54.257 7 INFO neutron.services.segments.plugin [-] Segment 5ec12fda-2b3d-482c-ab1f-96c69ce0c999 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ec12fda-2b3d-482c-ab1f-96c69ce0c999 found for delete ", "request_id": "req-dd352f25-43a4-4e0e-bc0d-889022749d22"}]} 2026-02-26 22:53:54.257 7 INFO neutron.services.segments.plugin [-] Segment 5ec12fda-2b3d-482c-ab1f-96c69ce0c999 resource provider aggregate not found 2026-02-26 22:53:54.277 7 INFO neutron.services.segments.plugin [-] Segment 5ec12fda-2b3d-482c-ab1f-96c69ce0c999 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ec12fda-2b3d-482c-ab1f-96c69ce0c999 found for delete ", "request_id": "req-6c0163fe-5c7b-4222-ab7b-66af8f5040ae"}]} 2026-02-26 22:53:54.278 7 INFO neutron.db.l3_hamode_db [None req-664da21e-9f09-4822-8ff1-dca7dd5bf5b8 efbe08ffbdfb4406bc98d4082ae0447a b56ff96117df484caafa895799de638b - - default default] HA network aacf70f8-3e7b-4dbd-a1f5-cc4fe2df2093 was deleted as no HA routers are present in tenant b56ff96117df484caafa895799de638b. [pid: 7|app: 0|req: 879/1752] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:53 2026] DELETE /v2.0/routers/a603cef9-7ea0-4faf-8b6f-540a41880c78 => generated 0 bytes in 957 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1753] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:54 2026] DELETE /v2.0/subnets/378832a9-384a-44dd-9623-dc226990ec7a => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1754] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:54 2026] DELETE /v2.0/networks/9ea3f866-47d8-4e6a-b250-f682560e1d87 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1755] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:53:53 2026] PUT /v2.0/routers/d634cc69-088d-406f-bad1-fba86d772f74/add_router_interface => generated 309 bytes in 1260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1756] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:53:54 2026] GET /v2.0/networks => generated 5042 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1757] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:54 2026] GET /v2.0/security-groups?tenant_id=ef2836c982c34699b719982e979ff08e&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1758] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:53:55 2026] GET /v2.0/ports/0dc10fc7-0a2e-4ab8-9cd3-178a4b6affbb => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1759] 10.0.0.106 () {34 vars in 1084 bytes} [Thu Feb 26 22:53:55 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7&device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 2477 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1760] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:53:55 2026] GET /v2.0/ports => generated 16353 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1761] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:55 2026] DELETE /v2.0/security-groups/873490a6-46da-4700-a533-03b1cdba3877 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1762] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:53:55 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&id=11b05e94-5cc4-4a68-b1d8-17afd474db51&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1763] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:53:55 2026] GET /v2.0/routers => generated 1275 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1764] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:53:55 2026] GET /v2.0/security-groups?tenant_id=b56ff96117df484caafa895799de638b&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1765] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:53:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:53:55.683 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae19c6ee-d6eb-48ab-84b2-52a422ce193d 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] TaaS: Handle Delete Port: 0dc10fc7-0a2e-4ab8-9cd3-178a4b6affbb 2026-02-26 22:53:55.686 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae19c6ee-d6eb-48ab-84b2-52a422ce193d 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Tap Mirror: Handle Delete Port: 0dc10fc7-0a2e-4ab8-9cd3-178a4b6affbb [pid: 8|app: 0|req: 882/1766] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:53:55 2026] DELETE /v2.0/security-groups/0ca65496-d50d-430d-aae6-692cb1658b25 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1767] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:53:55 2026] GET /v2.0/routers/920903b6-d675-4b4c-906b-94c7e7cb9852/l3-agents => generated 681 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1768] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:53:55 2026] GET /v2.0/routers/d634cc69-088d-406f-bad1-fba86d772f74/l3-agents => generated 682 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1769] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:53:55 2026] GET /v2.0/network-ip-availabilities => generated 2816 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1770] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:53:55 2026] GET /v2.0/floatingips => generated 861 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1771] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:53:56 2026] GET /v2.0/security-groups => generated 33893 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1772] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:53:55 2026] PUT /v2.0/routers/d634cc69-088d-406f-bad1-fba86d772f74/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1773] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:53:56 2026] GET /v2.0/subnets => generated 3850 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1774] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:53:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1775] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:53:56 2026] GET /v2.0/ports?device_id=d634cc69-088d-406f-bad1-fba86d772f74 => 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/1776] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:53:56 2026] GET /v2.0/subnets => generated 3850 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1777] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:53:56 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:53:56.287 7 INFO neutron.services.segments.plugin [-] Segment cc963042-caff-4da1-8f90-3f487cb2929a resource provider aggregate not found 2026-02-26 22:53:56.311 7 INFO neutron.services.segments.plugin [-] Segment cc963042-caff-4da1-8f90-3f487cb2929a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc963042-caff-4da1-8f90-3f487cb2929a found for delete ", "request_id": "req-1234949d-0545-4f66-a8ce-ea5241481afa"}]} 2026-02-26 22:53:56.312 7 INFO neutron.services.segments.plugin [-] Segment cc963042-caff-4da1-8f90-3f487cb2929a resource provider aggregate not found 2026-02-26 22:53:56.334 7 INFO neutron.services.segments.plugin [-] Segment cc963042-caff-4da1-8f90-3f487cb2929a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc963042-caff-4da1-8f90-3f487cb2929a found for delete ", "request_id": "req-470745a8-9489-4f21-8c62-3d6aca6193d9"}]} 2026-02-26 22:53:56.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5cd1b20-95bb-40d7-b916-0f3d76d6944e 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] TaaS: Handle Delete Port: d2969b6c-90a3-46ec-9eb6-ecf4fe7a62b7 2026-02-26 22:53:56.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5cd1b20-95bb-40d7-b916-0f3d76d6944e 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Tap Mirror: Handle Delete Port: d2969b6c-90a3-46ec-9eb6-ecf4fe7a62b7 2026-02-26 22:53:56.712 7 INFO neutron.db.l3_hamode_db [None req-b5cd1b20-95bb-40d7-b916-0f3d76d6944e 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] HA network f03a8d3a-0b55-4bd5-9ab9-6409a9e90d92 was deleted as no HA routers are present in tenant 88b197bbadc244c3b26da01f78477a0f. [pid: 7|app: 0|req: 887/1778] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:56 2026] DELETE /v2.0/routers/d634cc69-088d-406f-bad1-fba86d772f74 => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1779] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:53:56 2026] DELETE /v2.0/subnets/826e6fc9-772d-43b9-bfff-cb651de8eab7 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:57.010 7 INFO neutron_taas.services.taas.taas_plugin [None req-73628069-fcb9-4090-bc89-20b5152ed202 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] TaaS: Handle Delete Port: ebbccf24-7eb4-4ec5-85dd-09fcb37d6904 2026-02-26 22:53:57.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73628069-fcb9-4090-bc89-20b5152ed202 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Tap Mirror: Handle Delete Port: ebbccf24-7eb4-4ec5-85dd-09fcb37d6904 [pid: 8|app: 0|req: 893/1780] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:57 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1781] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:57 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1782] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:56 2026] DELETE /v2.0/networks/d2bc9dc7-b62f-4887-b241-3c27f990e124 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:57.250 8 INFO neutron.db.segments_db [None req-77ef7b36-44fb-42a1-8281-1fdb337eb6ee 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Added segment 878b9fdf-6aee-4805-bfb2-fa5e42872cc7 of type vxlan for network 85c9cd53-0a14-47ed-8fbe-cc4b7bd41fa3 2026-02-26 22:53:57.489 8 INFO neutron.db.l3_hamode_db [None req-77ef7b36-44fb-42a1-8281-1fdb337eb6ee 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:53:57.918 7 INFO neutron.db.segments_db [None req-b3894ee9-83db-449c-a4eb-7ba9508f5e42 e78a2122dbf64c1597de5a36df350de5 d8358a8c92e74df0896d7e36d3f07b94 - - default default] Added segment ddbe31d7-9dc3-4af5-acc1-425eb927f503 of type vxlan for network 47d860a8-7817-4d75-8d8a-60f7f489f997 2026-02-26 22:53:57.963 7 INFO neutron.db.segments_db [None req-b3894ee9-83db-449c-a4eb-7ba9508f5e42 e78a2122dbf64c1597de5a36df350de5 d8358a8c92e74df0896d7e36d3f07b94 - - default default] Added segment 0b222d15-ea84-4758-a468-e57e6a72c977 of type vxlan for network 5c0f49c1-3fcd-4ebd-ace1-97a3f9efce34 [pid: 7|app: 0|req: 889/1783] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:53:57 2026] POST /v2.0/networks => generated 1205 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1784] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 22:53:58 2026] GET /v2.0/networks => generated 1842 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1785] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:58 2026] DELETE /v2.0/networks/47d860a8-7817-4d75-8d8a-60f7f489f997 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:53:58.308 8 INFO neutron.db.l3_hamode_db [None req-77ef7b36-44fb-42a1-8281-1fdb337eb6ee 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:53:58.335 7 INFO neutron.services.segments.plugin [-] Segment 661102c0-e58e-40e3-b99b-fabda62ca21f resource provider aggregate not found 2026-02-26 22:53:58.361 7 INFO neutron.services.segments.plugin [-] Segment 661102c0-e58e-40e3-b99b-fabda62ca21f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 661102c0-e58e-40e3-b99b-fabda62ca21f found for delete ", "request_id": "req-013f4724-ebaa-4313-b222-67ca6eddc9b4"}]} 2026-02-26 22:53:58.368 7 INFO neutron.services.segments.plugin [-] Segment 661102c0-e58e-40e3-b99b-fabda62ca21f resource provider aggregate not found 2026-02-26 22:53:58.386 7 INFO neutron.services.segments.plugin [-] Segment 30ac888c-7aca-4109-855f-b344200267b3 resource provider aggregate not found 2026-02-26 22:53:58.399 7 INFO neutron.services.segments.plugin [-] Segment 661102c0-e58e-40e3-b99b-fabda62ca21f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 661102c0-e58e-40e3-b99b-fabda62ca21f found for delete ", "request_id": "req-8e7d9e3e-cf74-4aa7-8723-ab8ef6c5c9fb"}]} [pid: 7|app: 0|req: 892/1786] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:53:58 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 975 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:58.422 7 INFO neutron.services.segments.plugin [-] Segment 30ac888c-7aca-4109-855f-b344200267b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30ac888c-7aca-4109-855f-b344200267b3 found for delete ", "request_id": "req-183e91ad-23ea-40f6-828f-0b23a525b2ab"}]} 2026-02-26 22:53:58.433 7 INFO neutron.services.segments.plugin [-] Segment 30ac888c-7aca-4109-855f-b344200267b3 resource provider aggregate not found 2026-02-26 22:53:58.453 7 INFO neutron.services.segments.plugin [-] Segment ddbe31d7-9dc3-4af5-acc1-425eb927f503 resource provider aggregate not found 2026-02-26 22:53:58.463 7 INFO neutron.services.segments.plugin [-] Segment 30ac888c-7aca-4109-855f-b344200267b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30ac888c-7aca-4109-855f-b344200267b3 found for delete ", "request_id": "req-54114329-d7b8-4922-a0b9-d98991132d18"}]} 2026-02-26 22:53:58.474 7 INFO neutron.services.segments.plugin [-] Segment ddbe31d7-9dc3-4af5-acc1-425eb927f503 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddbe31d7-9dc3-4af5-acc1-425eb927f503 found for delete ", "request_id": "req-060379aa-68c2-40d7-9d67-e76939eb054e"}]} 2026-02-26 22:53:58.486 7 INFO neutron.services.segments.plugin [-] Segment ddbe31d7-9dc3-4af5-acc1-425eb927f503 resource provider aggregate not found 2026-02-26 22:53:58.504 7 INFO neutron.services.segments.plugin [-] Segment ddbe31d7-9dc3-4af5-acc1-425eb927f503 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddbe31d7-9dc3-4af5-acc1-425eb927f503 found for delete ", "request_id": "req-67fa383a-30eb-4737-8b8f-a619ca1caeee"}]} [pid: 7|app: 0|req: 893/1787] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:53:58 2026] DELETE /v2.0/networks/5c0f49c1-3fcd-4ebd-ace1-97a3f9efce34 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1788] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:53:58 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1789] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 22:53:58 2026] GET /v2.0/networks => generated 651 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:58.718 7 INFO neutron.db.segments_db [None req-e57d1ba6-22ba-4bae-853c-fe9581849a9b e78a2122dbf64c1597de5a36df350de5 d8358a8c92e74df0896d7e36d3f07b94 - - default default] Added segment 0f00ebe2-553d-44d8-92b4-c98e42d8e443 of type vxlan for network ce053ee9-7c88-4717-9d2d-e0573db254cc [pid: 7|app: 0|req: 896/1790] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:53:58 2026] POST /v2.0/networks => generated 634 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:53:58.860 7 INFO neutron.db.segments_db [None req-66785a23-dd0f-44bd-8e8c-f88b1a10f6d3 e78a2122dbf64c1597de5a36df350de5 d8358a8c92e74df0896d7e36d3f07b94 - - default default] Added segment 99d56c88-8872-46b6-9b14-43b5f1845ef0 of type vxlan for network bf90125d-b9c1-4dcf-9018-4d0c2c93b321 [pid: 7|app: 0|req: 897/1791] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:53:58 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: 895/1792] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:53:57 2026] POST /v2.0/routers => generated 688 bytes in 2051 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1793] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:53:59 2026] GET /v2.0/routers/e4805cad-021a-4b08-83b5-070906a43de2 => generated 694 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1794] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 22:53:59 2026] GET /v2.0/routers => generated 697 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1795] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:53:58 2026] POST /v2.0/ports => generated 1506 bytes in 619 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: 899/1796] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:53:59 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => 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: 898/1797] 10.0.0.96 () {34 vars in 740 bytes} [Thu Feb 26 22:53:59 2026] PUT /v2.0/routers/e4805cad-021a-4b08-83b5-070906a43de2 => generated 701 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:53:59.962 7 INFO neutron.db.segments_db [None req-f201acd3-0abf-460e-8be0-926c7573d91a d4e74c86364740a082336c34af8051d5 9e80aa87a5594e8eac928654bb92db1e - - default default] Added segment c972d8f4-8034-4d76-bbc3-4f7071921738 of type vxlan for network 147c6246-1cd9-482d-8daf-8760cb68b048 [pid: 7|app: 0|req: 900/1798] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:53:59 2026] POST /v2.0/networks => generated 612 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1799] 10.0.0.96 () {32 vars in 642 bytes} [Thu Feb 26 22:53:59 2026] GET /v2.0/ports => generated 1506 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1800] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:00 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:00.139 7 INFO neutron_taas.services.taas.taas_plugin [req-21396a75-eece-45d1-93f5-ac24303d5ed0 req-beae6d4e-baa7-4acc-ada3-2cb63585fc77 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] TaaS: Handle Delete Port: 7d399d4d-b189-4f63-b52e-53c9b703e60d 2026-02-26 22:54:00.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-21396a75-eece-45d1-93f5-ac24303d5ed0 req-beae6d4e-baa7-4acc-ada3-2cb63585fc77 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Tap Mirror: Handle Delete Port: 7d399d4d-b189-4f63-b52e-53c9b703e60d [pid: 8|app: 0|req: 901/1801] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:54:00 2026] GET /v2.0/routers/e4805cad-021a-4b08-83b5-070906a43de2 => generated 701 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:00.240 8 INFO neutron.db.segments_db [None req-c45c1a36-9283-43bc-a7e1-0fdd8aa4994c d4e74c86364740a082336c34af8051d5 9e80aa87a5594e8eac928654bb92db1e - - default default] Added segment 22093530-deba-4a47-afbe-15d673b708fd of type vxlan for network 847aa050-742c-4bf8-b18a-978e2825129d 2026-02-26 22:54:00.262 7 INFO neutron.db.l3_db [req-21396a75-eece-45d1-93f5-ac24303d5ed0 req-beae6d4e-baa7-4acc-ada3-2cb63585fc77 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Floating IP d626ab37-f021-4940-86e5-9ae849199071 disassociated. External IP: 10.96.250.211, port: 7d399d4d-b189-4f63-b52e-53c9b703e60d. [pid: 8|app: 0|req: 902/1802] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:00 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:00.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-2567c7b5-c2d0-45e4-bd56-b72312633566 e78a2122dbf64c1597de5a36df350de5 d8358a8c92e74df0896d7e36d3f07b94 - - default default] TaaS: Handle Delete Port: f50e3a6f-9976-402e-9fbe-73d26963c333 2026-02-26 22:54:00.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2567c7b5-c2d0-45e4-bd56-b72312633566 e78a2122dbf64c1597de5a36df350de5 d8358a8c92e74df0896d7e36d3f07b94 - - default default] Tap Mirror: Handle Delete Port: f50e3a6f-9976-402e-9fbe-73d26963c333 2026-02-26 22:54:00.506 7 INFO neutron.services.segments.plugin [-] Segment 0b222d15-ea84-4758-a468-e57e6a72c977 resource provider aggregate not found 2026-02-26 22:54:00.530 7 INFO neutron.services.segments.plugin [-] Segment 0b222d15-ea84-4758-a468-e57e6a72c977 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b222d15-ea84-4758-a468-e57e6a72c977 found for delete ", "request_id": "req-50b5a725-ee39-4ab5-b5fb-7e81b59a5a27"}]} 2026-02-26 22:54:00.536 7 INFO neutron.services.segments.plugin [-] Segment 0b222d15-ea84-4758-a468-e57e6a72c977 resource provider aggregate not found [pid: 8|app: 0|req: 903/1803] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:00 2026] DELETE /v2.0/ports/f50e3a6f-9976-402e-9fbe-73d26963c333 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:00.554 7 INFO neutron.services.segments.plugin [-] Segment 0b222d15-ea84-4758-a468-e57e6a72c977 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b222d15-ea84-4758-a468-e57e6a72c977 found for delete ", "request_id": "req-1b35bdad-a256-418e-a553-7fe2dda151d6"}]} [pid: 8|app: 0|req: 904/1804] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:54:00 2026] GET /v2.0/security-groups?id=0520f8d9-f670-48c1-9174-2bbb40ae785a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1805] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:00 2026] GET /v2.0/ports?device_id=e4805cad-021a-4b08-83b5-070906a43de2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:00.634 8 INFO neutron.db.segments_db [None req-bf173d99-cb37-43b7-bfda-92916961e3d5 d4e74c86364740a082336c34af8051d5 9e80aa87a5594e8eac928654bb92db1e - - default default] Added segment 0b52e4b9-05bc-4eab-b50e-a689dc29b83d of type vxlan for network 8800eb76-a557-4482-93e2-4f034e633f41 [pid: 7|app: 0|req: 901/1806] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:54:00 2026] DELETE /v2.0/ports/7d399d4d-b189-4f63-b52e-53c9b703e60d => generated 0 bytes in 633 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1807] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:00 2026] POST /v2.0/networks => generated 612 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:00.730 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a9ad2bb-16f9-429e-9a2d-c2fa8e0fa69c'] response: {'server_uuid': '34f660e4-e505-4c57-8c09-6507fea01ed7', 'name': 'network-vif-deleted', 'tag': '7d399d4d-b189-4f63-b52e-53c9b703e60d', 'status': 'completed', 'code': 200} 2026-02-26 22:54:00.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f8e89e0-a8f5-49d0-9df0-40de319cd749 e78a2122dbf64c1597de5a36df350de5 d8358a8c92e74df0896d7e36d3f07b94 - - default default] TaaS: Handle Delete Port: 095ac35a-b066-4933-ba99-475364cb799f 2026-02-26 22:54:00.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f8e89e0-a8f5-49d0-9df0-40de319cd749 e78a2122dbf64c1597de5a36df350de5 d8358a8c92e74df0896d7e36d3f07b94 - - default default] Tap Mirror: Handle Delete Port: 095ac35a-b066-4933-ba99-475364cb799f [pid: 7|app: 0|req: 902/1808] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:00 2026] DELETE /v2.0/ports/095ac35a-b066-4933-ba99-475364cb799f => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:00.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d6d8dce-9fa2-4c09-998d-f78fb710665f 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] TaaS: Handle Delete Port: e1d2d7ae-51e0-47f1-afe3-c2bdc5aea332 2026-02-26 22:54:00.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d6d8dce-9fa2-4c09-998d-f78fb710665f 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Tap Mirror: Handle Delete Port: e1d2d7ae-51e0-47f1-afe3-c2bdc5aea332 2026-02-26 22:54:00.969 7 INFO neutron.db.segments_db [None req-21243193-683e-4885-8845-3e30c642303c d4e74c86364740a082336c34af8051d5 9e80aa87a5594e8eac928654bb92db1e - - default default] Added segment 76dc4a52-6488-41d0-94f1-de1c63372dcd of type vxlan for network 792dd47b-8d06-40eb-8544-bbc1e2ab9b6a [pid: 7|app: 0|req: 903/1809] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:00 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1810] 10.0.0.96 () {32 vars in 642 bytes} [Thu Feb 26 22:54:01 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:01.161 7 INFO neutron.db.segments_db [None req-23cd2e4d-a411-4cf1-9456-84d44f2300e1 d4e74c86364740a082336c34af8051d5 9e80aa87a5594e8eac928654bb92db1e - - default default] Added segment 2acd91f9-1f5b-4b2c-8284-2d4ae6545fec of type vxlan for network 4a455eea-d4e1-4ca3-bb6d-bcbf8183336b 2026-02-26 22:54:01.224 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d6d8dce-9fa2-4c09-998d-f78fb710665f 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] TaaS: Handle Delete Port: 62a0455c-4ac3-4fbb-9f19-e1486961c9f0 2026-02-26 22:54:01.227 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d6d8dce-9fa2-4c09-998d-f78fb710665f 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] Tap Mirror: Handle Delete Port: 62a0455c-4ac3-4fbb-9f19-e1486961c9f0 [pid: 7|app: 0|req: 905/1811] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:01 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:01.321 7 INFO neutron.db.segments_db [None req-22a43303-1537-4910-b65e-b93af87b70be e78a2122dbf64c1597de5a36df350de5 d8358a8c92e74df0896d7e36d3f07b94 - - default default] Added segment 32165c55-94de-4d2c-9ee1-f8670576c1d7 of type vxlan for network d97931b3-7418-4ab1-b099-c9d8e63f0839 [pid: 7|app: 0|req: 906/1812] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:01 2026] POST /v2.0/networks => generated 634 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1813] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 22:54:01 2026] PUT /v2.0/networks/147c6246-1cd9-482d-8daf-8760cb68b048/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:01.524 7 INFO neutron.db.segments_db [None req-810db198-393c-4a46-aa5f-d64ea579a939 e78a2122dbf64c1597de5a36df350de5 d8358a8c92e74df0896d7e36d3f07b94 - - default default] Added segment 5128a98d-ab81-4c63-b6dd-8a51765af8f5 of type vxlan for network 0a35cbd4-af1b-4abf-9158-f836ca71c6f5 2026-02-26 22:54:01.573 8 INFO neutron.services.segments.plugin [-] Segment 878b9fdf-6aee-4805-bfb2-fa5e42872cc7 resource provider aggregate not found 2026-02-26 22:54:01.575 8 INFO neutron.services.segments.plugin [-] Segment 878b9fdf-6aee-4805-bfb2-fa5e42872cc7 resource provider aggregate not found 2026-02-26 22:54:01.598 8 INFO neutron.services.segments.plugin [-] Segment 878b9fdf-6aee-4805-bfb2-fa5e42872cc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 878b9fdf-6aee-4805-bfb2-fa5e42872cc7 found for delete ", "request_id": "req-4aa25f01-66e4-424a-8876-dfd1194cc490"}]} 2026-02-26 22:54:01.605 8 INFO neutron.services.segments.plugin [-] Segment 878b9fdf-6aee-4805-bfb2-fa5e42872cc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 878b9fdf-6aee-4805-bfb2-fa5e42872cc7 found for delete ", "request_id": "req-4211b1e6-925b-4d67-b7e3-3feb29aadd06"}]} 2026-02-26 22:54:01.613 8 INFO neutron.db.l3_hamode_db [None req-5d6d8dce-9fa2-4c09-998d-f78fb710665f 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] HA network 85c9cd53-0a14-47ed-8fbe-cc4b7bd41fa3 was deleted as no HA routers are present in tenant 88b197bbadc244c3b26da01f78477a0f. [pid: 8|app: 0|req: 907/1814] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:00 2026] DELETE /v2.0/routers/e4805cad-021a-4b08-83b5-070906a43de2 => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1815] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:01 2026] POST /v2.0/networks => generated 635 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1816] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:01 2026] GET /v2.0/ports?device_id=e4805cad-021a-4b08-83b5-070906a43de2 => 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: 910/1817] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:01 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1818] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 22:54:01 2026] PUT /v2.0/networks/847aa050-742c-4bf8-b18a-978e2825129d/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:01.686 7 INFO neutron.api.v2.resource [None req-a33cc5d9-0ebf-4fc7-99da-1e3ecb687454 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 911/1819] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:01 2026] DELETE /v2.0/routers/e4805cad-021a-4b08-83b5-070906a43de2 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1820] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:01 2026] GET /v2.0/ports?device_id=d634cc69-088d-406f-bad1-fba86d772f74 => 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: 909/1821] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 22:54:01 2026] PUT /v2.0/networks/8800eb76-a557-4482-93e2-4f034e633f41/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:01.743 7 INFO neutron.api.v2.resource [None req-1ee0dfa0-d71c-4787-a8a3-61bf906d21df 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 913/1822] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:01 2026] DELETE /v2.0/routers/d634cc69-088d-406f-bad1-fba86d772f74 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:54:01.762 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39eabda7-a2f7-4c17-8675-5eed4c4fd46b 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 910/1823] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:01 2026] DELETE /v2.0/subnets/826e6fc9-772d-43b9-bfff-cb651de8eab7 => 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: 911/1824] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:01 2026] GET /v2.0/ports?device_id=00ae1d15-b4fd-4f9c-b2b5-00bbe452bf6f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:01.820 8 INFO neutron.api.v2.resource [None req-51df0dac-615f-4098-a95e-a52d7eeca6ec 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1825] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:01 2026] DELETE /v2.0/routers/00ae1d15-b4fd-4f9c-b2b5-00bbe452bf6f => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1826] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 22:54:01 2026] PUT /v2.0/networks/792dd47b-8d06-40eb-8544-bbc1e2ab9b6a/tags => generated 19 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:01.844 8 INFO neutron.pecan_wsgi.hooks.translation [None req-741384b3-0919-482f-8656-6876f8fc91fc 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 913/1827] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:01 2026] DELETE /v2.0/subnets/90c15fb1-be71-4989-9674-7a03fdf7e3a9 => 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: 914/1828] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:01 2026] GET /v2.0/ports?device_id=6fd18339-43c3-41bf-920f-a1b1f08632b6 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:01.888 8 INFO neutron.api.v2.resource [None req-ffe5c35a-cdea-4042-b8c3-82417e231b23 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 915/1829] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:01 2026] DELETE /v2.0/routers/6fd18339-43c3-41bf-920f-a1b1f08632b6 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1830] 10.0.0.96 () {32 vars in 665 bytes} [Thu Feb 26 22:54:01 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:01.907 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e1afce2-336c-488b-9dbb-c8f512e4c120 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 916/1831] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:01 2026] DELETE /v2.0/subnets/b8b5a006-fd39-47e4-ab43-342bce05fc4e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:54:01.923 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5fd8f466-05e4-481e-9691-18012dfb89c9 958172d502954a278d9e19d58533e364 88b197bbadc244c3b26da01f78477a0f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 916/1832] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:01 2026] DELETE /v2.0/subnets/b3b219cd-8de1-4cce-8c41-4cf2b8aa1051 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1833] 10.0.0.96 () {32 vars in 679 bytes} [Thu Feb 26 22:54:01 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1834] 10.0.0.96 () {32 vars in 675 bytes} [Thu Feb 26 22:54:01 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1835] 10.0.0.96 () {32 vars in 687 bytes} [Thu Feb 26 22:54:02 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1836] 10.0.0.96 () {32 vars in 673 bytes} [Thu Feb 26 22:54:02 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1837] 10.0.0.96 () {32 vars in 687 bytes} [Thu Feb 26 22:54:02 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1838] 10.0.0.96 () {32 vars in 683 bytes} [Thu Feb 26 22:54:02 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: 7|app: 0|req: 921/1839] 10.0.0.96 () {32 vars in 695 bytes} [Thu Feb 26 22:54:02 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1840] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:02 2026] DELETE /v2.0/networks/147c6246-1cd9-482d-8daf-8760cb68b048 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:02.552 7 INFO neutron.services.segments.plugin [-] Segment c972d8f4-8034-4d76-bbc3-4f7071921738 resource provider aggregate not found 2026-02-26 22:54:02.572 7 INFO neutron.services.segments.plugin [-] Segment c972d8f4-8034-4d76-bbc3-4f7071921738 resource provider aggregate not found 2026-02-26 22:54:02.577 7 INFO neutron.services.segments.plugin [-] Segment c972d8f4-8034-4d76-bbc3-4f7071921738 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c972d8f4-8034-4d76-bbc3-4f7071921738 found for delete ", "request_id": "req-95cf1308-b678-420f-890b-355265023122"}]} [pid: 8|app: 0|req: 919/1841] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:02 2026] POST /v2.0/subnets => generated 1324 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 22:54:02.592 7 INFO neutron.services.segments.plugin [-] Segment c972d8f4-8034-4d76-bbc3-4f7071921738 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c972d8f4-8034-4d76-bbc3-4f7071921738 found for delete ", "request_id": "req-f5fc1d11-a825-4d0e-ab17-7d6a7af41a26"}]} 2026-02-26 22:54:02.599 7 INFO neutron.services.segments.plugin [-] Segment 22093530-deba-4a47-afbe-15d673b708fd resource provider aggregate not found [pid: 7|app: 0|req: 923/1842] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:02 2026] DELETE /v2.0/networks/847aa050-742c-4bf8-b18a-978e2825129d => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:02.619 7 INFO neutron.services.segments.plugin [-] Segment 22093530-deba-4a47-afbe-15d673b708fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22093530-deba-4a47-afbe-15d673b708fd found for delete ", "request_id": "req-dfd58689-91f6-4322-b74e-e066328b43c8"}]} 2026-02-26 22:54:02.621 7 INFO neutron.services.segments.plugin [-] Segment 22093530-deba-4a47-afbe-15d673b708fd resource provider aggregate not found 2026-02-26 22:54:02.642 7 INFO neutron.services.segments.plugin [-] Segment 22093530-deba-4a47-afbe-15d673b708fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22093530-deba-4a47-afbe-15d673b708fd found for delete ", "request_id": "req-82c1d66a-59c2-4020-aac8-16104570fd44"}]} [pid: 7|app: 0|req: 924/1843] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 22:54:02 2026] GET /v2.0/subnets => generated 1960 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1844] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:02 2026] GET /v2.0/security-groups?tenant_id=88b197bbadc244c3b26da01f78477a0f&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1845] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:02 2026] DELETE /v2.0/networks/8800eb76-a557-4482-93e2-4f034e633f41 => 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: 921/1846] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:02 2026] DELETE /v2.0/subnets/6ab633ac-134b-4a33-8216-f28a2f750f36 => 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: 926/1847] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:02 2026] DELETE /v2.0/security-groups/55be4fb2-3427-43dc-941b-fba9cc5253a8 => 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: 922/1848] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:02 2026] GET /v2.0/ports?device_id=34f660e4-e505-4c57-8c09-6507fea01ed7 => 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: 927/1849] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:02 2026] DELETE /v2.0/networks/792dd47b-8d06-40eb-8544-bbc1e2ab9b6a => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1850] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:02 2026] DELETE /v2.0/subnets/c5274bad-9f02-4a63-b527-04e9ef50f1c8 => 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: 924/1851] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 22:54:03 2026] GET /v2.0/subnets => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1852] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:03 2026] DELETE /v2.0/networks/4a455eea-d4e1-4ca3-bb6d-bcbf8183336b => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1853] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:03 2026] DELETE /v2.0/networks/0a35cbd4-af1b-4abf-9158-f836ca71c6f5 => 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: 929/1854] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:03 2026] DELETE /v2.0/networks/d97931b3-7418-4ab1-b099-c9d8e63f0839 => 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: 926/1855] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:03 2026] DELETE /v2.0/networks/bf90125d-b9c1-4dcf-9018-4d0c2c93b321 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:03.623 8 INFO neutron.services.segments.plugin [-] Segment 5128a98d-ab81-4c63-b6dd-8a51765af8f5 resource provider aggregate not found 2026-02-26 22:54:03.632 8 INFO neutron.services.segments.plugin [-] Segment 5128a98d-ab81-4c63-b6dd-8a51765af8f5 resource provider aggregate not found 2026-02-26 22:54:03.640 8 INFO neutron.services.segments.plugin [-] Segment 5128a98d-ab81-4c63-b6dd-8a51765af8f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5128a98d-ab81-4c63-b6dd-8a51765af8f5 found for delete ", "request_id": "req-bb722fee-a769-4a7f-85a1-eb0337714dc6"}]} [pid: 7|app: 0|req: 930/1856] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:03 2026] DELETE /v2.0/networks/ce053ee9-7c88-4717-9d2d-e0573db254cc => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:03.658 8 INFO neutron.services.segments.plugin [-] Segment 99d56c88-8872-46b6-9b14-43b5f1845ef0 resource provider aggregate not found 2026-02-26 22:54:03.664 8 INFO neutron.services.segments.plugin [-] Segment 5128a98d-ab81-4c63-b6dd-8a51765af8f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5128a98d-ab81-4c63-b6dd-8a51765af8f5 found for delete ", "request_id": "req-c5b2db39-d8b2-49fe-9f2a-daf461114ac2"}]} 2026-02-26 22:54:03.683 8 INFO neutron.services.segments.plugin [-] Segment 99d56c88-8872-46b6-9b14-43b5f1845ef0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99d56c88-8872-46b6-9b14-43b5f1845ef0 found for delete ", "request_id": "req-26cd2f89-110e-455d-9bfe-3381d5909b94"}]} 2026-02-26 22:54:03.684 8 INFO neutron.services.segments.plugin [-] Segment 99d56c88-8872-46b6-9b14-43b5f1845ef0 resource provider aggregate not found 2026-02-26 22:54:03.700 8 INFO neutron.services.segments.plugin [-] Segment 99d56c88-8872-46b6-9b14-43b5f1845ef0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99d56c88-8872-46b6-9b14-43b5f1845ef0 found for delete ", "request_id": "req-23f1ed48-604b-4862-96ae-ba41ae7f4587"}]} [pid: 8|app: 0|req: 927/1857] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:03 2026] DELETE /v2.0/security-groups/0520f8d9-f670-48c1-9174-2bbb40ae785a => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1858] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:04 2026] GET /v2.0/security-groups?tenant_id=9e80aa87a5594e8eac928654bb92db1e&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1859] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:04 2026] GET /v2.0/security-groups?tenant_id=d8358a8c92e74df0896d7e36d3f07b94&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:04.302 7 INFO neutron_taas.services.taas.taas_plugin [None req-94e19ebb-8642-49e8-b6f9-ee8dc028b31d e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] TaaS: Handle Delete Port: 2ccb1afb-7739-42c9-adfd-9a17a7d57180 2026-02-26 22:54:04.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94e19ebb-8642-49e8-b6f9-ee8dc028b31d e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Tap Mirror: Handle Delete Port: 2ccb1afb-7739-42c9-adfd-9a17a7d57180 [pid: 8|app: 0|req: 929/1860] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:04 2026] DELETE /v2.0/security-groups/078b84ea-f693-4efe-b2ad-c2a525aca851 => 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: 930/1861] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:04 2026] DELETE /v2.0/security-groups/386653c7-bcbd-4ea0-bf79-6c3e32c8f77e => 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: 932/1862] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:54:04 2026] DELETE /v2.0/floatingips/d626ab37-f021-4940-86e5-9ae849199071 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1863] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:04 2026] GET /v2.0/security-groups?tenant_id=ea179ec34a7e4597a6352b42e4f84177&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:04.665 7 INFO neutron.services.segments.plugin [-] Segment 0b52e4b9-05bc-4eab-b50e-a689dc29b83d resource provider aggregate not found 2026-02-26 22:54:04.678 7 INFO neutron.services.segments.plugin [-] Segment 0b52e4b9-05bc-4eab-b50e-a689dc29b83d resource provider aggregate not found 2026-02-26 22:54:04.686 7 INFO neutron.services.segments.plugin [-] Segment 0b52e4b9-05bc-4eab-b50e-a689dc29b83d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b52e4b9-05bc-4eab-b50e-a689dc29b83d found for delete ", "request_id": "req-6a224c9f-64de-4e81-a120-1c8f36f47dfc"}]} 2026-02-26 22:54:04.702 7 INFO neutron.services.segments.plugin [-] Segment 0b52e4b9-05bc-4eab-b50e-a689dc29b83d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b52e4b9-05bc-4eab-b50e-a689dc29b83d found for delete ", "request_id": "req-2985c240-3e5b-4213-b9b9-3325cc6c7802"}]} 2026-02-26 22:54:04.709 7 INFO neutron.services.segments.plugin [-] Segment 76dc4a52-6488-41d0-94f1-de1c63372dcd resource provider aggregate not found 2026-02-26 22:54:04.729 7 INFO neutron.services.segments.plugin [-] Segment 76dc4a52-6488-41d0-94f1-de1c63372dcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76dc4a52-6488-41d0-94f1-de1c63372dcd found for delete ", "request_id": "req-05cc951d-d383-40e8-8362-dda567110b1c"}]} 2026-02-26 22:54:04.735 7 INFO neutron.services.segments.plugin [-] Segment 76dc4a52-6488-41d0-94f1-de1c63372dcd resource provider aggregate not found 2026-02-26 22:54:04.750 7 INFO neutron.services.segments.plugin [-] Segment 2acd91f9-1f5b-4b2c-8284-2d4ae6545fec resource provider aggregate not found 2026-02-26 22:54:04.759 7 INFO neutron.services.segments.plugin [-] Segment 76dc4a52-6488-41d0-94f1-de1c63372dcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76dc4a52-6488-41d0-94f1-de1c63372dcd found for delete ", "request_id": "req-88f56a0a-c1f0-4dc7-9e03-808be2a0c186"}]} [pid: 8|app: 0|req: 932/1864] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:04 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:04.769 7 INFO neutron.services.segments.plugin [-] Segment 2acd91f9-1f5b-4b2c-8284-2d4ae6545fec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2acd91f9-1f5b-4b2c-8284-2d4ae6545fec found for delete ", "request_id": "req-e30890eb-489a-4328-9efe-fd03e7f703fa"}]} 2026-02-26 22:54:04.781 7 INFO neutron.services.segments.plugin [-] Segment 2acd91f9-1f5b-4b2c-8284-2d4ae6545fec resource provider aggregate not found 2026-02-26 22:54:04.788 7 INFO neutron.services.segments.plugin [-] Segment 32165c55-94de-4d2c-9ee1-f8670576c1d7 resource provider aggregate not found [pid: 7|app: 0|req: 933/1865] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:04 2026] DELETE /v2.0/security-groups/ff9cbe5c-7e47-40b9-adfd-b13818d9cca0 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:54:04.805 7 INFO neutron.services.segments.plugin [-] Segment 2acd91f9-1f5b-4b2c-8284-2d4ae6545fec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2acd91f9-1f5b-4b2c-8284-2d4ae6545fec found for delete ", "request_id": "req-c72adbb1-06b1-4598-a419-cd1e5d940628"}]} [pid: 8|app: 0|req: 933/1866] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:54:04 2026] GET /v2.0/security-groups?id=11b05e94-5cc4-4a68-b1d8-17afd474db51&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:04.811 7 INFO neutron.services.segments.plugin [-] Segment 32165c55-94de-4d2c-9ee1-f8670576c1d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32165c55-94de-4d2c-9ee1-f8670576c1d7 found for delete ", "request_id": "req-5faf6a11-0d66-4794-8ac7-94edd87ccd16"}]} 2026-02-26 22:54:04.831 7 INFO neutron.services.segments.plugin [-] Segment 0f00ebe2-553d-44d8-92b4-c98e42d8e443 resource provider aggregate not found 2026-02-26 22:54:04.834 7 INFO neutron.services.segments.plugin [-] Segment 32165c55-94de-4d2c-9ee1-f8670576c1d7 resource provider aggregate not found 2026-02-26 22:54:04.853 7 INFO neutron.services.segments.plugin [-] Segment 0f00ebe2-553d-44d8-92b4-c98e42d8e443 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f00ebe2-553d-44d8-92b4-c98e42d8e443 found for delete ", "request_id": "req-ea93c5e6-fdaa-4385-b73f-4f7a99cca436"}]} 2026-02-26 22:54:04.855 7 INFO neutron.services.segments.plugin [-] Segment 32165c55-94de-4d2c-9ee1-f8670576c1d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32165c55-94de-4d2c-9ee1-f8670576c1d7 found for delete ", "request_id": "req-5aeb9a6a-089c-4d2a-8bc2-a466ae86af27"}]} 2026-02-26 22:54:04.877 7 INFO neutron.services.segments.plugin [-] Segment 0f00ebe2-553d-44d8-92b4-c98e42d8e443 resource provider aggregate not found 2026-02-26 22:54:04.897 7 INFO neutron.services.segments.plugin [-] Segment 0f00ebe2-553d-44d8-92b4-c98e42d8e443 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f00ebe2-553d-44d8-92b4-c98e42d8e443 found for delete ", "request_id": "req-aeb1da2a-92b4-47c0-9492-580fc4f27e7d"}]} [pid: 8|app: 0|req: 934/1867] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:05 2026] GET /v2.0/security-groups?tenant_id=86008157b8e6489e8dda72af5041dd6f&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1868] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:05 2026] DELETE /v2.0/security-groups/859ec2e1-16f4-4935-9038-dac630397303 => 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: 934/1869] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:54:04 2026] POST /v2.0/subnetpools => generated 548 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1870] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:54:05 2026] GET /v2.0/subnetpools/e50a8984-71a4-42aa-bdb1-173f3fab7143 => generated 548 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1871] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:54:05 2026] PUT /v2.0/subnetpools/e50a8984-71a4-42aa-bdb1-173f3fab7143 => generated 500 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1872] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:54:05 2026] DELETE /v2.0/subnetpools/e50a8984-71a4-42aa-bdb1-173f3fab7143 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:54:05.434 7 INFO neutron.api.v2.resource [None req-84917b79-3948-43a7-bc43-3bf4c5bb9d22 7bf83865af4245a1aa07cb2cfc165616 473bda0bc9cd482e9dcf5c379b5460d0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1873] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:54:05 2026] GET /v2.0/subnetpools/e50a8984-71a4-42aa-bdb1-173f3fab7143 => generated 145 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:54:05.454 8 INFO neutron.api.v2.resource [None req-72c9171a-b7c9-4686-b7fd-a1e750b9a94b 7bf83865af4245a1aa07cb2cfc165616 473bda0bc9cd482e9dcf5c379b5460d0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 938/1874] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:54:05 2026] DELETE /v2.0/subnetpools/e50a8984-71a4-42aa-bdb1-173f3fab7143 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1875] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:05 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1876] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:54:05 2026] GET /v2.0/security-groups?id=11b05e94-5cc4-4a68-b1d8-17afd474db51&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1877] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:05 2026] GET /v2.0/security-groups?tenant_id=473bda0bc9cd482e9dcf5c379b5460d0&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1878] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:06 2026] DELETE /v2.0/security-groups/fdea8ff2-5413-4984-ad89-cdebf7529d09 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:54:06.890 8 INFO neutron.db.segments_db [None req-75164c27-e6c7-45f4-893a-2768a59aa54d 02c1a9408ccd46ab8da1b4e40fc4b625 f425c91de55c4189a896b5ab20153b34 - - default default] Added segment 1b000e4e-3903-40bd-a107-4b786d6aaf9d of type vxlan for network a967e4a6-8757-41f8-9512-17fe01e99ccd 2026-02-26 22:54:06.928 8 INFO neutron.db.segments_db [None req-75164c27-e6c7-45f4-893a-2768a59aa54d 02c1a9408ccd46ab8da1b4e40fc4b625 f425c91de55c4189a896b5ab20153b34 - - default default] Added segment a1ee3c61-4faa-4712-a212-a1187e2a6af3 of type vxlan for network fd52e1c5-19ee-480c-8e78-7c3e1b869f93 [pid: 8|app: 0|req: 940/1879] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:06 2026] POST /v2.0/networks => generated 1207 bytes in 646 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1882] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 22:54:07 2026] GET /v2.0/networks => generated 1844 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1883] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:07 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => 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: 944/1884] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:54:07 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1885] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:54:07 2026] GET /v2.0/security-groups?id=11b05e94-5cc4-4a68-b1d8-17afd474db51&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:07.309 7 INFO neutron.services.segments.plugin [-] Segment 1b000e4e-3903-40bd-a107-4b786d6aaf9d resource provider aggregate not found 2026-02-26 22:54:07.316 7 INFO neutron.services.segments.plugin [-] Segment 1b000e4e-3903-40bd-a107-4b786d6aaf9d resource provider aggregate not found 2026-02-26 22:54:07.325 7 INFO neutron.services.segments.plugin [-] Segment 1b000e4e-3903-40bd-a107-4b786d6aaf9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b000e4e-3903-40bd-a107-4b786d6aaf9d found for delete ", "request_id": "req-01382178-1885-47ec-996e-c7a93ead9c2c"}]} 2026-02-26 22:54:07.346 7 INFO neutron.services.segments.plugin [-] Segment 1b000e4e-3903-40bd-a107-4b786d6aaf9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b000e4e-3903-40bd-a107-4b786d6aaf9d found for delete ", "request_id": "req-13d8256d-5557-415d-ba74-97da5bedd17d"}]} [pid: 7|app: 0|req: 941/1886] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:07 2026] DELETE /v2.0/networks/a967e4a6-8757-41f8-9512-17fe01e99ccd => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:07.397 8 INFO neutron_taas.services.taas.taas_plugin [req-089afc8c-d623-4da3-be81-42b3f084eb83 req-30a765c9-6da3-455c-8e9d-a6a39ab6e2d6 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] TaaS: Handle Delete Port: b1177f65-8db6-46dd-8b63-09f9c67c5f77 2026-02-26 22:54:07.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-089afc8c-d623-4da3-be81-42b3f084eb83 req-30a765c9-6da3-455c-8e9d-a6a39ab6e2d6 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Tap Mirror: Handle Delete Port: b1177f65-8db6-46dd-8b63-09f9c67c5f77 [pid: 7|app: 0|req: 942/1887] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:07 2026] DELETE /v2.0/networks/fd52e1c5-19ee-480c-8e78-7c3e1b869f93 => 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: 946/1888] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:54:07 2026] DELETE /v2.0/ports/b1177f65-8db6-46dd-8b63-09f9c67c5f77 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1889] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 22:54:07 2026] GET /v2.0/networks => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:07.588 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfac20d9-9dda-400f-a450-d61fdf55fbc0'] response: {'server_uuid': 'e4e7e79e-f822-4695-9aab-3d2d10fcbe16', 'name': 'network-vif-deleted', 'tag': 'b1177f65-8db6-46dd-8b63-09f9c67c5f77', 'status': 'completed', 'code': 200} 2026-02-26 22:54:07.630 8 INFO neutron.db.segments_db [None req-cfa8188d-e999-462b-ad7b-b1c90d90054e 02c1a9408ccd46ab8da1b4e40fc4b625 f425c91de55c4189a896b5ab20153b34 - - default default] Added segment 73ff7a5c-071c-4437-8571-c22d19bc76bd of type vxlan for network 2d72f6b2-1a59-4514-85ec-91fe477438dc [pid: 8|app: 0|req: 947/1890] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:07 2026] POST /v2.0/networks => generated 631 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:07.770 7 INFO neutron.db.segments_db [None req-926a72f8-2b61-4a1f-97cb-7737f23d0af3 02c1a9408ccd46ab8da1b4e40fc4b625 f425c91de55c4189a896b5ab20153b34 - - default default] Added segment 971fe4b7-182e-4f09-9cfa-5030c4acda37 of type vxlan for network dea53266-9e61-4992-8a27-6a6f634cadab [pid: 7|app: 0|req: 944/1891] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:07 2026] POST /v2.0/networks => generated 630 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1892] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:54:07 2026] POST /v2.0/ports => generated 1505 bytes in 507 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: 949/1893] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:08 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1894] 10.0.0.96 () {32 vars in 642 bytes} [Thu Feb 26 22:54:08 2026] GET /v2.0/ports => generated 1505 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:08.496 7 INFO neutron.db.segments_db [None req-a6fbb104-430d-4ca6-84eb-43f60ecf993e e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 3b0c25ea-443c-4d1e-8475-ac22c07a4c01 of type vxlan for network dce0bb27-621b-4a8b-b1e4-96657356c190 2026-02-26 22:54:08.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-25a19e18-6912-47ad-8755-8a38a7b34216 02c1a9408ccd46ab8da1b4e40fc4b625 f425c91de55c4189a896b5ab20153b34 - - default default] TaaS: Handle Delete Port: e7d821ed-0b7d-42c8-af83-6064046d9fed 2026-02-26 22:54:08.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25a19e18-6912-47ad-8755-8a38a7b34216 02c1a9408ccd46ab8da1b4e40fc4b625 f425c91de55c4189a896b5ab20153b34 - - default default] Tap Mirror: Handle Delete Port: e7d821ed-0b7d-42c8-af83-6064046d9fed [pid: 8|app: 0|req: 951/1895] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:08 2026] DELETE /v2.0/ports/e7d821ed-0b7d-42c8-af83-6064046d9fed => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1896] 10.0.0.96 () {34 vars in 670 bytes} [Thu Feb 26 22:54:08 2026] POST /v2.0/networks => generated 722 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:08.717 8 INFO neutron_taas.services.taas.taas_plugin [None req-65dc20bd-9ab6-406f-be87-e1c250c5ca77 02c1a9408ccd46ab8da1b4e40fc4b625 f425c91de55c4189a896b5ab20153b34 - - default default] TaaS: Handle Delete Port: 588a10a1-a662-4a68-bf95-4f0a337b324d 2026-02-26 22:54:08.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65dc20bd-9ab6-406f-be87-e1c250c5ca77 02c1a9408ccd46ab8da1b4e40fc4b625 f425c91de55c4189a896b5ab20153b34 - - default default] Tap Mirror: Handle Delete Port: 588a10a1-a662-4a68-bf95-4f0a337b324d [pid: 8|app: 0|req: 952/1897] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:08 2026] DELETE /v2.0/ports/588a10a1-a662-4a68-bf95-4f0a337b324d => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1898] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:08 2026] POST /v2.0/subnets => generated 688 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:08.892 7 INFO neutron.db.segments_db [None req-ab6e54a8-27b9-431f-9494-f0397728c3ca e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment df0184d1-05fa-4bf5-b8c6-a0f1557fa3e5 of type vxlan for network 4a5e6569-6cb3-4bb8-a11d-618c7b7b79c1 2026-02-26 22:54:09.028 8 INFO neutron.db.segments_db [None req-011d0c3d-8daa-44e3-b573-cbbf9b77d654 92155df226644f158481fd29c5596af7 174c5941307f403094dbf551d44b252f - - default default] Added segment 6cc1f413-57cc-40f3-8f1c-758b863f5e27 of type vxlan for network 51a0c58f-cd7b-4587-93b7-cea377324e91 [pid: 8|app: 0|req: 953/1899] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:08 2026] POST /v2.0/networks => generated 613 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:09.138 7 INFO neutron.db.l3_hamode_db [None req-ab6e54a8-27b9-431f-9494-f0397728c3ca e382bf0d2a614ec28117704ace4a0c9e ca51f3108d594428a309a0803a7c6cc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 954/1900] 10.0.0.96 () {32 vars in 642 bytes} [Thu Feb 26 22:54:09 2026] GET /v2.0/ports => 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: 955/1901] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 22:54:09 2026] PUT /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:09.251 8 INFO neutron.db.segments_db [None req-0c91483a-f3a5-4561-913a-13c39cfea082 02c1a9408ccd46ab8da1b4e40fc4b625 f425c91de55c4189a896b5ab20153b34 - - default default] Added segment 265cb102-87a5-4bfa-93c3-b64cd7b1e79c of type vxlan for network a0a28c93-cff5-4bc7-92c7-17930a26f747 [pid: 8|app: 0|req: 956/1902] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:09 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:09.355 7 INFO neutron.services.segments.plugin [-] Segment a1ee3c61-4faa-4712-a212-a1187e2a6af3 resource provider aggregate not found 2026-02-26 22:54:09.377 7 INFO neutron.services.segments.plugin [-] Segment a1ee3c61-4faa-4712-a212-a1187e2a6af3 resource provider aggregate not found 2026-02-26 22:54:09.381 7 INFO neutron.services.segments.plugin [-] Segment a1ee3c61-4faa-4712-a212-a1187e2a6af3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1ee3c61-4faa-4712-a212-a1187e2a6af3 found for delete ", "request_id": "req-d41e97e0-b934-49af-b1d7-657287cd2203"}]} 2026-02-26 22:54:09.403 7 INFO neutron.services.segments.plugin [-] Segment a1ee3c61-4faa-4712-a212-a1187e2a6af3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1ee3c61-4faa-4712-a212-a1187e2a6af3 found for delete ", "request_id": "req-e8d32b70-7b47-4de7-b5e6-08561c85c0a0"}]} [pid: 8|app: 0|req: 957/1903] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:54:09 2026] GET /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:09.484 8 INFO neutron.db.segments_db [None req-a111af70-f5b3-43dd-b0d1-617ef6ea5551 02c1a9408ccd46ab8da1b4e40fc4b625 f425c91de55c4189a896b5ab20153b34 - - default default] Added segment 4cbd4f3b-9dd4-4549-8ed7-2ad6da860d48 of type vxlan for network adaa0cba-faf1-4a20-a225-e31b69a64aa5 [pid: 8|app: 0|req: 958/1904] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:09 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) [pid: 8|app: 0|req: 959/1905] 10.0.0.96 () {34 vars in 763 bytes} [Thu Feb 26 22:54:09 2026] PUT /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1906] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:09 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => 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: 961/1907] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:09 2026] POST /v2.0/subnets => generated 1273 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1908] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:54:10 2026] GET /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1909] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 22:54:10 2026] GET /v2.0/subnets => generated 1909 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1910] 10.0.0.96 () {34 vars in 759 bytes} [Thu Feb 26 22:54:10 2026] PUT /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags/red => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1911] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:10 2026] DELETE /v2.0/subnets/090a858a-cb15-44a5-ae5f-8f0ea169cc18 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1912] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:54:10 2026] GET /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:10.647 7 INFO neutron.db.l3_hamode_db [None req-ab6e54a8-27b9-431f-9494-f0397728c3ca e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 967/1913] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:10 2026] DELETE /v2.0/subnets/5d862117-f391-46f8-9bcb-e6fa1566892e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1914] 10.0.0.96 () {34 vars in 781 bytes} [Thu Feb 26 22:54:10 2026] PUT /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1915] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 22:54:10 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1916] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:10 2026] GET /v2.0/ports?device_id=e4e7e79e-f822-4695-9aab-3d2d10fcbe16 => 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: 971/1917] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:54:10 2026] GET /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags => generated 52 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:10.974 8 INFO neutron.services.segments.plugin [-] Segment 4cbd4f3b-9dd4-4549-8ed7-2ad6da860d48 resource provider aggregate not found 2026-02-26 22:54:10.980 8 INFO neutron.services.segments.plugin [-] Segment 4cbd4f3b-9dd4-4549-8ed7-2ad6da860d48 resource provider aggregate not found [pid: 8|app: 0|req: 972/1918] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:10 2026] DELETE /v2.0/networks/adaa0cba-faf1-4a20-a225-e31b69a64aa5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:10.998 8 INFO neutron.services.segments.plugin [-] Segment 4cbd4f3b-9dd4-4549-8ed7-2ad6da860d48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cbd4f3b-9dd4-4549-8ed7-2ad6da860d48 found for delete ", "request_id": "req-1c678b0d-161a-4f27-9be6-656b237bf157"}]} 2026-02-26 22:54:11.003 8 INFO neutron.services.segments.plugin [-] Segment 4cbd4f3b-9dd4-4549-8ed7-2ad6da860d48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cbd4f3b-9dd4-4549-8ed7-2ad6da860d48 found for delete ", "request_id": "req-28cb3733-813b-41b9-93af-610580d15d05"}]} [pid: 8|app: 0|req: 973/1919] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 22:54:10 2026] PUT /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1920] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:11 2026] DELETE /v2.0/networks/a0a28c93-cff5-4bc7-92c7-17930a26f747 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1921] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:54:11 2026] GET /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/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: 976/1922] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:11 2026] DELETE /v2.0/networks/dea53266-9e61-4992-8a27-6a6f634cadab => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1923] 10.0.0.96 () {32 vars in 740 bytes} [Thu Feb 26 22:54:11 2026] GET /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1924] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:11 2026] DELETE /v2.0/networks/2d72f6b2-1a59-4514-85ec-91fe477438dc => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:11.553 8 INFO neutron.api.v2.resource [None req-b9e98407-6f53-4a2c-9fed-c36a3733101d 92155df226644f158481fd29c5596af7 174c5941307f403094dbf551d44b252f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 979/1925] 10.0.0.96 () {32 vars in 744 bytes} [Thu Feb 26 22:54:11 2026] GET /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1926] 10.0.0.96 () {32 vars in 743 bytes} [Thu Feb 26 22:54:11 2026] DELETE /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1927] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:08 2026] POST /v2.0/routers => generated 728 bytes in 2803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1928] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:54:11 2026] GET /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:11.729 8 INFO neutron.api.v2.resource [None req-6b58213c-3ebb-4478-8637-96dc5c99e3eb 92155df226644f158481fd29c5596af7 174c5941307f403094dbf551d44b252f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 982/1929] 10.0.0.96 () {32 vars in 747 bytes} [Thu Feb 26 22:54:11 2026] DELETE /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1930] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:11 2026] DELETE /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1931] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:54:11 2026] GET /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1932] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:11 2026] DELETE /v2.0/networks/51a0c58f-cd7b-4587-93b7-cea377324e91 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1933] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:11 2026] DELETE /v2.0/security-groups/11b05e94-5cc4-4a68-b1d8-17afd474db51 => 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: 987/1934] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:12 2026] GET /v2.0/security-groups?tenant_id=f425c91de55c4189a896b5ab20153b34&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:12.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fe45251-7514-4f44-9bc0-06572239a0ae e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] TaaS: Handle Delete Port: d8affd91-8a3b-4888-b66e-b24ec2bc45e4 2026-02-26 22:54:12.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fe45251-7514-4f44-9bc0-06572239a0ae e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Tap Mirror: Handle Delete Port: d8affd91-8a3b-4888-b66e-b24ec2bc45e4 [pid: 7|app: 0|req: 948/1935] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:54:11 2026] PUT /v2.0/routers/061922cc-35f4-4f43-9377-2e85f5564175/add_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1936] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:12 2026] DELETE /v2.0/security-groups/051f88d7-b5f1-4290-9ad4-86b4a1429716 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:54:13.029 8 INFO neutron.services.segments.plugin [-] Segment 265cb102-87a5-4bfa-93c3-b64cd7b1e79c resource provider aggregate not found 2026-02-26 22:54:13.034 8 INFO neutron.services.segments.plugin [-] Segment 265cb102-87a5-4bfa-93c3-b64cd7b1e79c resource provider aggregate not found 2026-02-26 22:54:13.049 8 INFO neutron.services.segments.plugin [-] Segment 265cb102-87a5-4bfa-93c3-b64cd7b1e79c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 265cb102-87a5-4bfa-93c3-b64cd7b1e79c found for delete ", "request_id": "req-ab16dc5d-b255-4123-9255-ee2525617cc6"}]} 2026-02-26 22:54:13.055 8 INFO neutron.services.segments.plugin [-] Segment 265cb102-87a5-4bfa-93c3-b64cd7b1e79c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 265cb102-87a5-4bfa-93c3-b64cd7b1e79c found for delete ", "request_id": "req-41efd04f-f82d-4d31-ad2d-45720faae0e7"}]} 2026-02-26 22:54:13.071 8 INFO neutron.services.segments.plugin [-] Segment 971fe4b7-182e-4f09-9cfa-5030c4acda37 resource provider aggregate not found 2026-02-26 22:54:13.087 8 INFO neutron.services.segments.plugin [-] Segment 971fe4b7-182e-4f09-9cfa-5030c4acda37 resource provider aggregate not found 2026-02-26 22:54:13.092 8 INFO neutron.services.segments.plugin [-] Segment 971fe4b7-182e-4f09-9cfa-5030c4acda37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 971fe4b7-182e-4f09-9cfa-5030c4acda37 found for delete ", "request_id": "req-48c7cdf9-67c1-4935-835c-05be50686a18"}]} 2026-02-26 22:54:13.118 8 INFO neutron.services.segments.plugin [-] Segment 73ff7a5c-071c-4437-8571-c22d19bc76bd resource provider aggregate not found 2026-02-26 22:54:13.122 8 INFO neutron.services.segments.plugin [-] Segment 971fe4b7-182e-4f09-9cfa-5030c4acda37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 971fe4b7-182e-4f09-9cfa-5030c4acda37 found for delete ", "request_id": "req-4c1373dc-bb83-476f-94b3-38359a01cb8b"}]} [pid: 7|app: 0|req: 950/1937] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:12 2026] GET /v2.0/security-groups?tenant_id=174c5941307f403094dbf551d44b252f&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:13.139 8 INFO neutron.services.segments.plugin [-] Segment 73ff7a5c-071c-4437-8571-c22d19bc76bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73ff7a5c-071c-4437-8571-c22d19bc76bd found for delete ", "request_id": "req-f06bf5cc-1995-4e1e-acba-89f2894d96da"}]} 2026-02-26 22:54:13.146 8 INFO neutron.services.segments.plugin [-] Segment 73ff7a5c-071c-4437-8571-c22d19bc76bd resource provider aggregate not found 2026-02-26 22:54:13.158 8 INFO neutron.services.segments.plugin [-] Segment 6cc1f413-57cc-40f3-8f1c-758b863f5e27 resource provider aggregate not found 2026-02-26 22:54:13.166 8 INFO neutron.services.segments.plugin [-] Segment 73ff7a5c-071c-4437-8571-c22d19bc76bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73ff7a5c-071c-4437-8571-c22d19bc76bd found for delete ", "request_id": "req-375e6003-bb88-4a9b-87e4-4f6fefa66edc"}]} 2026-02-26 22:54:13.174 8 INFO neutron.services.segments.plugin [-] Segment 6cc1f413-57cc-40f3-8f1c-758b863f5e27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cc1f413-57cc-40f3-8f1c-758b863f5e27 found for delete ", "request_id": "req-dec046a2-2c74-4d9f-8557-6ed73f3cb27c"}]} 2026-02-26 22:54:13.188 8 INFO neutron.services.segments.plugin [-] Segment 6cc1f413-57cc-40f3-8f1c-758b863f5e27 resource provider aggregate not found 2026-02-26 22:54:13.220 8 INFO neutron.services.segments.plugin [-] Segment 6cc1f413-57cc-40f3-8f1c-758b863f5e27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cc1f413-57cc-40f3-8f1c-758b863f5e27 found for delete ", "request_id": "req-b15a604a-6ce3-43b9-9562-ea26dc2df295"}]} [pid: 7|app: 0|req: 951/1938] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:13 2026] DELETE /v2.0/security-groups/adbb3f8b-ea24-4220-81bd-6550082ea3a2 => 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: 988/1939] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:54:12 2026] PUT /v2.0/routers/920903b6-d675-4b4c-906b-94c7e7cb9852/remove_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1940] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:13 2026] GET /v2.0/security-groups?tenant_id=f43c85e3d051489982fcbddc7b1dfc56&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1941] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:13 2026] DELETE /v2.0/subnets/a1f7a302-4444-483a-ac41-23c2e5aca2bd => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1942] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:13 2026] DELETE /v2.0/security-groups/f8d77471-e961-43d0-8283-4ec1d0572453 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:54:13.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb56964e-27a2-4b82-9220-bcdf2d12abd0 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] TaaS: Handle Delete Port: 126b28ef-6503-44e2-806c-fd1de20692ba 2026-02-26 22:54:13.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb56964e-27a2-4b82-9220-bcdf2d12abd0 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Tap Mirror: Handle Delete Port: 126b28ef-6503-44e2-806c-fd1de20692ba 2026-02-26 22:54:14.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb56964e-27a2-4b82-9220-bcdf2d12abd0 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] TaaS: Handle Delete Port: f89fbcbf-e521-4dce-844a-24c0294d581d 2026-02-26 22:54:14.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb56964e-27a2-4b82-9220-bcdf2d12abd0 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Tap Mirror: Handle Delete Port: f89fbcbf-e521-4dce-844a-24c0294d581d 2026-02-26 22:54:14.327 7 INFO neutron.db.segments_db [None req-9ea1a169-1e8e-428c-8cd8-afab27705025 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 276c61bf-65b7-402d-b897-299b35479af2 of type vxlan for network 144616c3-c0f4-4a2c-a16c-15f6581a0a75 [pid: 7|app: 0|req: 954/1943] 10.0.0.96 () {34 vars in 670 bytes} [Thu Feb 26 22:54:14 2026] POST /v2.0/networks => generated 721 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:14.505 8 INFO neutron.db.l3_hamode_db [None req-fb56964e-27a2-4b82-9220-bcdf2d12abd0 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] HA network dd76912f-7275-4bd9-ab42-abd93d3b717e was deleted as no HA routers are present in tenant 315a1b68e8f846d1969e997fe1402d5b. [pid: 8|app: 0|req: 990/1944] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:13 2026] DELETE /v2.0/routers/920903b6-d675-4b4c-906b-94c7e7cb9852 => generated 0 bytes in 921 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1945] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:14 2026] POST /v2.0/subnets => generated 688 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:14.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-40f4f7ab-7c7a-49e9-9859-5e5f8d760532 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] TaaS: Handle Delete Port: e5a7e737-55e1-4b1c-881a-ac4849e2c638 2026-02-26 22:54:14.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40f4f7ab-7c7a-49e9-9859-5e5f8d760532 e135dfc64f154c379427e32aa031ea3a 315a1b68e8f846d1969e997fe1402d5b - - default default] Tap Mirror: Handle Delete Port: e5a7e737-55e1-4b1c-881a-ac4849e2c638 2026-02-26 22:54:14.693 7 INFO neutron.db.segments_db [None req-2b640fff-1e0d-4acd-8a1b-ef96699669ae e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment 2f33c64d-db84-464a-978d-289a588b9d9b of type vxlan for network 2c45faa7-2b48-4659-9613-d9006aef3b2a [pid: 8|app: 0|req: 991/1946] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:14 2026] DELETE /v2.0/networks/a8996735-9373-4fd9-ad5b-cf26e2f64508 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:14.943 7 INFO neutron.db.l3_hamode_db [None req-2b640fff-1e0d-4acd-8a1b-ef96699669ae e382bf0d2a614ec28117704ace4a0c9e 17551ef4442a4e91865793030301d740 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:54:15.214 8 INFO neutron.services.segments.plugin [-] Segment a738e4d7-9ce1-4224-8c41-9f4010cab5ee resource provider aggregate not found 2026-02-26 22:54:15.245 8 INFO neutron.services.segments.plugin [-] Segment a738e4d7-9ce1-4224-8c41-9f4010cab5ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a738e4d7-9ce1-4224-8c41-9f4010cab5ee found for delete ", "request_id": "req-49cbb13b-8a40-4693-8465-97e372ab4c23"}]} 2026-02-26 22:54:15.251 8 INFO neutron.services.segments.plugin [-] Segment a738e4d7-9ce1-4224-8c41-9f4010cab5ee resource provider aggregate not found 2026-02-26 22:54:15.272 8 INFO neutron.services.segments.plugin [-] Segment fbd84331-ec48-4eac-94af-9b15b430e6c0 resource provider aggregate not found 2026-02-26 22:54:15.279 8 INFO neutron.services.segments.plugin [-] Segment a738e4d7-9ce1-4224-8c41-9f4010cab5ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a738e4d7-9ce1-4224-8c41-9f4010cab5ee found for delete ", "request_id": "req-7ad1617c-83e7-4a99-8d1e-7250be7a0122"}]} 2026-02-26 22:54:15.301 8 INFO neutron.services.segments.plugin [-] Segment fbd84331-ec48-4eac-94af-9b15b430e6c0 resource provider aggregate not found 2026-02-26 22:54:15.319 8 INFO neutron.services.segments.plugin [-] Segment fbd84331-ec48-4eac-94af-9b15b430e6c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbd84331-ec48-4eac-94af-9b15b430e6c0 found for delete ", "request_id": "req-9803504b-b186-42ee-9457-75d2902700b7"}]} 2026-02-26 22:54:15.330 8 INFO neutron.services.segments.plugin [-] Segment fbd84331-ec48-4eac-94af-9b15b430e6c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbd84331-ec48-4eac-94af-9b15b430e6c0 found for delete ", "request_id": "req-63349abf-1159-4cad-8187-8b485221d66d"}]} 2026-02-26 22:54:15.402 8 INFO neutron.db.segments_db [None req-e73a31da-8466-4b00-b1d8-de7f52d4628f 3add127e6b3b44de9bf459496547db5c 4ab84b919ea542f5a68f05d2188d5e82 - - default default] Added segment cf421cf5-75e4-410e-9ddb-84a0c88ab670 of type vxlan for network 1c449d6e-6b08-46e6-9329-08f6bced73a3 [pid: 8|app: 0|req: 992/1947] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:14 2026] POST /v2.0/networks => generated 628 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:15.770 7 INFO neutron.db.l3_hamode_db [None req-2b640fff-1e0d-4acd-8a1b-ef96699669ae e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 993/1948] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:15 2026] GET /v2.0/security-groups?tenant_id=0b2e31e7369e49fc8a69fa17e2f9a63a&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1949] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:15 2026] DELETE /v2.0/security-groups/322ca3c2-6558-4e20-8619-6f3412e52385 => 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: 995/1950] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:16 2026] POST /v2.0/subnets => generated 673 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1951] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:16 2026] GET /v2.0/security-groups?tenant_id=315a1b68e8f846d1969e997fe1402d5b&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:16.375 8 INFO neutron.db.segments_db [None req-4c2563fd-880e-4274-a62c-ede5f0213734 3add127e6b3b44de9bf459496547db5c 4ab84b919ea542f5a68f05d2188d5e82 - - default default] Added segment 52d52b38-fd35-4539-8e5f-a890a4f022f6 of type vxlan for network 9d03e95f-ca78-4a33-bc66-14918f791ce2 [pid: 8|app: 0|req: 997/1952] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:16 2026] POST /v2.0/networks => generated 628 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1953] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:16 2026] DELETE /v2.0/security-groups/19f36106-3190-43d7-847b-5d8544430f9a => 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: 999/1954] 10.0.0.96 () {34 vars in 742 bytes} [Thu Feb 26 22:54:16 2026] PUT /v2.0/networks/9d03e95f-ca78-4a33-bc66-14918f791ce2 => generated 592 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1955] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:14 2026] POST /v2.0/routers => generated 728 bytes in 2125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1956] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:16 2026] POST /v2.0/subnets => generated 646 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1957] 10.0.0.96 () {34 vars in 740 bytes} [Thu Feb 26 22:54:16 2026] PUT /v2.0/subnets/b28acb27-44eb-416d-abfa-7ebe86ab23a1 => generated 656 bytes in 676 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1958] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:54:16 2026] PUT /v2.0/routers/80f752a8-d412-4bd5-9739-4f02643e3027/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1959] 10.0.0.96 () {34 vars in 683 bytes} [Thu Feb 26 22:54:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 22:54:18.216 7 INFO neutron.services.segments.plugin [-] Segment 52d52b38-fd35-4539-8e5f-a890a4f022f6 resource provider aggregate not found 2026-02-26 22:54:18.222 7 INFO neutron.services.segments.plugin [-] Segment 52d52b38-fd35-4539-8e5f-a890a4f022f6 resource provider aggregate not found 2026-02-26 22:54:18.245 7 INFO neutron.services.segments.plugin [-] Segment 52d52b38-fd35-4539-8e5f-a890a4f022f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52d52b38-fd35-4539-8e5f-a890a4f022f6 found for delete ", "request_id": "req-28bc9eb2-db42-4b76-a13b-283fe937a798"}]} 2026-02-26 22:54:18.248 7 INFO neutron.services.segments.plugin [-] Segment 52d52b38-fd35-4539-8e5f-a890a4f022f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52d52b38-fd35-4539-8e5f-a890a4f022f6 found for delete ", "request_id": "req-6a527fec-5100-4c78-a982-e57cb587c914"}]} [pid: 8|app: 0|req: 1003/1960] 10.0.0.96 () {34 vars in 766 bytes} [Thu Feb 26 22:54:18 2026] PUT /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags => generated 25 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1961] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:17 2026] DELETE /v2.0/networks/9d03e95f-ca78-4a33-bc66-14918f791ce2 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:18.277 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0fd53350-a995-4227-9194-3e03b1dac5e8 3add127e6b3b44de9bf459496547db5c 4ab84b919ea542f5a68f05d2188d5e82 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 959/1962] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:18 2026] DELETE /v2.0/networks/9d03e95f-ca78-4a33-bc66-14918f791ce2 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1963] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1964] 10.0.0.96 () {32 vars in 693 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1965] 10.0.0.96 () {34 vars in 777 bytes} [Thu Feb 26 22:54:18 2026] PUT /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1966] 10.0.0.96 () {32 vars in 741 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/subnets?network_id=a210eb74-3445-4985-bdfc-5121e1174ea9 => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1967] 10.0.0.96 () {32 vars in 652 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1968] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1969] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/networks => generated 1312 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1970] 10.0.0.96 () {34 vars in 773 bytes} [Thu Feb 26 22:54:18 2026] PUT /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1971] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/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: 964/1972] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/subnets => generated 1312 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1973] 10.0.0.96 () {34 vars in 795 bytes} [Thu Feb 26 22:54:18 2026] PUT /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1974] 10.0.0.96 () {32 vars in 722 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/networks/1c449d6e-6b08-46e6-9329-08f6bced73a3 => 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: 1010/1975] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1976] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/subnets/d8784c4a-ca6e-4849-8e94-d24f3a54de94 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1977] 10.0.0.96 () {34 vars in 766 bytes} [Thu Feb 26 22:54:18 2026] PUT /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:18.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9653ed5-62d0-4daa-9841-e057ccecee57 3add127e6b3b44de9bf459496547db5c 4ab84b919ea542f5a68f05d2188d5e82 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 967/1978] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:18 2026] DELETE /v2.0/subnets/b28acb27-44eb-416d-abfa-7ebe86ab23a1 => 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: 1012/1979] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:18.702 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a885a3a3-4309-4b3f-92eb-0fea90859296 3add127e6b3b44de9bf459496547db5c 4ab84b919ea542f5a68f05d2188d5e82 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 968/1980] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:18 2026] DELETE /v2.0/networks/9d03e95f-ca78-4a33-bc66-14918f791ce2 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1981] 10.0.0.96 () {32 vars in 754 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1982] 10.0.0.96 () {34 vars in 684 bytes} [Thu Feb 26 22:54:18 2026] POST /v2.0/security-groups => generated 1675 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 22:54:18.847 8 INFO neutron.api.v2.resource [None req-35d6299a-10f1-4b89-8494-2bcb2e2b094e d30320bc73824dbebb43de8ffa05f237 6f7d18a7b4c8448c98aa0a449fe44340 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1014/1983] 10.0.0.96 () {32 vars in 758 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1984] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:18 2026] DELETE /v2.0/subnets/d8784c4a-ca6e-4849-8e94-d24f3a54de94 => 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: 971/1985] 10.0.0.96 () {32 vars in 757 bytes} [Thu Feb 26 22:54:18 2026] DELETE /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1986] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:54:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1987] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:54:18 2026] GET /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1988] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:18 2026] DELETE /v2.0/networks/1c449d6e-6b08-46e6-9329-08f6bced73a3 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:19.117 7 INFO neutron.api.v2.resource [None req-463e7323-75d6-45d1-9972-1a4d3c20d0e9 d30320bc73824dbebb43de8ffa05f237 6f7d18a7b4c8448c98aa0a449fe44340 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 973/1989] 10.0.0.96 () {32 vars in 761 bytes} [Thu Feb 26 22:54:19 2026] DELETE /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1990] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:54:19 2026] POST /v2.0/security-group-rules => generated 596 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1991] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:54:19 2026] DELETE /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1992] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:54:19 2026] GET /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1993] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:54:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1994] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:19 2026] DELETE /v2.0/security-groups/5678c842-9577-4c34-8679-717aac64a404 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1995] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:54:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:19.479 7 INFO neutron.db.securitygroups_db [None req-080cbf47-7fe1-42f7-9da5-13fdcdf336ca 779ac6893e6a4922a2a4213b586eb5f6 ca51f3108d594428a309a0803a7c6cc0 - - default default] Project ca51f3108d594428a309a0803a7c6cc0 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: 977/1996] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:54:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:19.622 8 INFO neutron.db.securitygroups_db [None req-256e4fc2-fb63-4d49-9cec-b0cdfcb82eba 779ac6893e6a4922a2a4213b586eb5f6 ca51f3108d594428a309a0803a7c6cc0 - - default default] Project ca51f3108d594428a309a0803a7c6cc0 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: 1020/1997] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:54:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1998] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:19 2026] GET /v2.0/security-groups?tenant_id=4ab84b919ea542f5a68f05d2188d5e82&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1999] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:19 2026] DELETE /v2.0/security-groups/0b639f3b-9154-44e4-b103-950793b9f64e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:54:20.285 7 INFO neutron.services.segments.plugin [-] Segment cf421cf5-75e4-410e-9ddb-84a0c88ab670 resource provider aggregate not found 2026-02-26 22:54:20.302 7 INFO neutron.services.segments.plugin [-] Segment cf421cf5-75e4-410e-9ddb-84a0c88ab670 resource provider aggregate not found 2026-02-26 22:54:20.316 7 INFO neutron.services.segments.plugin [-] Segment cf421cf5-75e4-410e-9ddb-84a0c88ab670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf421cf5-75e4-410e-9ddb-84a0c88ab670 found for delete ", "request_id": "req-52382150-10c4-4f86-bc62-870cfc5d8e8f"}]} 2026-02-26 22:54:20.323 7 INFO neutron.services.segments.plugin [-] Segment cf421cf5-75e4-410e-9ddb-84a0c88ab670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf421cf5-75e4-410e-9ddb-84a0c88ab670 found for delete ", "request_id": "req-b422ffda-264b-42d8-ac3e-23cae60da6d0"}]} [pid: 7|app: 0|req: 979/2000] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:20 2026] GET /v2.0/security-groups?tenant_id=fe989b88384c479db57bd12386a42414&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2001] 10.0.0.96 () {34 vars in 684 bytes} [Thu Feb 26 22:54:20 2026] POST /v2.0/security-groups => generated 1661 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2002] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:20 2026] DELETE /v2.0/security-groups/820a84c6-4091-4d80-afd9-66faa749a333 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2003] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:54:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2004] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:54:20 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: 982/2005] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:20 2026] GET /v2.0/security-groups?tenant_id=6f7d18a7b4c8448c98aa0a449fe44340&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2006] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:20 2026] DELETE /v2.0/security-groups/65944789-02f1-4ecc-96a6-3bf799950d4f => 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: 1024/2007] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:54:20 2026] POST /v2.0/floatingips => generated 552 bytes in 629 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2008] 10.0.0.106 () {34 vars in 1100 bytes} [Thu Feb 26 22:54:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1876772310&fields=id&tenant_id=ca51f3108d594428a309a0803a7c6cc0 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2009] 10.0.0.106 () {34 vars in 1100 bytes} [Thu Feb 26 22:54:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1640400451&fields=id&tenant_id=ca51f3108d594428a309a0803a7c6cc0 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2010] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:54:21 2026] GET /v2.0/networks?id=dce0bb27-621b-4a8b-b1e4-96657356c190 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2011] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:54:21 2026] GET /v2.0/quotas/ca51f3108d594428a309a0803a7c6cc0 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:21.634 7 INFO neutron.db.segments_db [None req-b0b34dd7-88ec-4a86-beee-a88f53e55e24 d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] Added segment 4e9edff2-1ea6-43ae-a063-8664d4eb2642 of type vxlan for network e5b7b2fb-3693-4ea6-a53e-4d6d0bebdf6d [pid: 7|app: 0|req: 984/2012] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:21 2026] POST /v2.0/networks => generated 613 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2013] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:54:21 2026] GET /v2.0/ports?tenant_id=ca51f3108d594428a309a0803a7c6cc0&fields=id => generated 103 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2014] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:54:21 2026] GET /v2.0/networks/dce0bb27-621b-4a8b-b1e4-96657356c190?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: 1031/2015] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:54:21 2026] GET /v2.0/networks/dce0bb27-621b-4a8b-b1e4-96657356c190?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: 1032/2016] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:22 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => 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: 985/2017] 10.0.0.96 () {34 vars in 663 bytes} [Thu Feb 26 22:54:21 2026] POST /v2.0/ports => generated 743 bytes in 305 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-02-26 22:54:22.109 7 INFO neutron.db.segments_db [None req-3b7b3161-2856-4a3c-807c-0b0dc99d7d99 d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] Added segment f06c012c-999d-4dd7-8cad-3a21d2f21f25 of type vxlan for network cdf12697-af45-4de7-b66b-cfa375bf942c [pid: 7|app: 0|req: 986/2018] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:22 2026] POST /v2.0/networks => generated 612 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:22.360 8 INFO neutron.db.segments_db [None req-db6668cc-9d1e-472f-951c-1c397d6ee7b4 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] Added segment fdaf875e-f773-477f-a2b2-d295aca5aa39 of type vxlan for network df4d94de-a795-418c-92c4-c32b36b22737 [pid: 8|app: 0|req: 1033/2021] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:22 2026] POST /v2.0/networks => generated 629 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2022] 10.0.0.96 () {34 vars in 663 bytes} [Thu Feb 26 22:54:22 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-02-26 22:54:22.628 7 INFO neutron.db.segments_db [None req-21a3c0d0-5953-4f97-b17c-bbeeed4108d8 d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] Added segment 2af5b14c-96e5-4865-a141-5875fb13d6cd of type vxlan for network c78c2c04-ce34-421b-b504-fdf21654ec4e [pid: 7|app: 0|req: 990/2023] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:22 2026] POST /v2.0/networks => generated 612 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2024] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:54:22 2026] POST /v2.0/ports => generated 778 bytes in 347 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-02-26 22:54:22.882 8 INFO neutron.db.segments_db [None req-c2801ae4-b510-4b7f-bbf3-b8240fc353d4 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] Added segment c09d3897-8978-49b7-a8f5-790e9c068ac1 of type vxlan for network f505c07c-d5d9-449f-a21e-0f63dabdaa6a [pid: 8|app: 0|req: 1035/2025] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:22 2026] POST /v2.0/networks => generated 617 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2026] 10.0.0.96 () {34 vars in 663 bytes} [Thu Feb 26 22:54:22 2026] POST /v2.0/ports => generated 743 bytes in 305 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-02-26 22:54:23.104 7 INFO neutron.db.segments_db [None req-6db3d898-fd88-4f78-8674-fa52a84b7665 d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] Added segment c6efe1a6-ee7a-465a-9095-3838a7dd02dd of type vxlan for network 234a0f41-c32f-4f96-9222-d5f136c102bf [pid: 7|app: 0|req: 992/2027] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:23 2026] POST /v2.0/networks => generated 613 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2028] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:23 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => 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: 1036/2029] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:22 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: 7|app: 0|req: 994/2030] 10.0.0.96 () {34 vars in 663 bytes} [Thu Feb 26 22:54:23 2026] POST /v2.0/ports => generated 743 bytes in 319 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-02-26 22:54:23.595 7 INFO neutron.db.segments_db [None req-e85e8922-0397-4134-be15-3fedddd10f90 d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] Added segment 29ce8243-689f-4418-95b5-7337833a457f of type vxlan for network 23d23f43-1096-4c31-897b-81d659bfdb9a [pid: 8|app: 0|req: 1037/2031] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:54:23 2026] POST /v2.0/ports => generated 966 bytes in 391 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: 995/2032] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:23 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:23.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ef21ff6-8eae-4bba-a2aa-842755e1be1f 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] TaaS: Handle Delete Port: 668a94a9-e494-4fa0-857a-9b1cf6206eda 2026-02-26 22:54:23.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ef21ff6-8eae-4bba-a2aa-842755e1be1f 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] Tap Mirror: Handle Delete Port: 668a94a9-e494-4fa0-857a-9b1cf6206eda [pid: 8|app: 0|req: 1038/2033] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:23 2026] DELETE /v2.0/ports/668a94a9-e494-4fa0-857a-9b1cf6206eda => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:23.938 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a36cf403-eaf6-4d85-8ad4-157e52c35d80 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1039/2034] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:23 2026] DELETE /v2.0/ports/668a94a9-e494-4fa0-857a-9b1cf6206eda => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:54:23.962 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21133e8d-4d56-4d6e-bc69-74aac5c8d728 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1040/2035] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:54:23 2026] GET /v2.0/ports/668a94a9-e494-4fa0-857a-9b1cf6206eda => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2036] 10.0.0.96 () {34 vars in 663 bytes} [Thu Feb 26 22:54:23 2026] POST /v2.0/ports => generated 743 bytes in 369 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: 1041/2037] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:23 2026] DELETE /v2.0/subnets/03bcea64-fde0-40a2-a3ff-c85bc0c3aa93 => 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: 997/2038] 10.0.0.96 () {34 vars in 746 bytes} [Thu Feb 26 22:54:24 2026] PUT /v2.0/ports/4cf70bbe-eb39-4c06-9472-0bcd7a7f69f8/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 22:54:24.226 8 INFO neutron.services.segments.plugin [-] Segment c09d3897-8978-49b7-a8f5-790e9c068ac1 resource provider aggregate not found 2026-02-26 22:54:24.232 8 INFO neutron.services.segments.plugin [-] Segment c09d3897-8978-49b7-a8f5-790e9c068ac1 resource provider aggregate not found 2026-02-26 22:54:24.253 8 INFO neutron.services.segments.plugin [-] Segment c09d3897-8978-49b7-a8f5-790e9c068ac1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c09d3897-8978-49b7-a8f5-790e9c068ac1 found for delete ", "request_id": "req-9aed28b0-d1e6-4cc7-a53a-cb16c9337ea3"}]} 2026-02-26 22:54:24.256 8 INFO neutron.services.segments.plugin [-] Segment c09d3897-8978-49b7-a8f5-790e9c068ac1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c09d3897-8978-49b7-a8f5-790e9c068ac1 found for delete ", "request_id": "req-5e187b73-040b-4779-b4f1-a98a7fd21eac"}]} [pid: 7|app: 0|req: 998/2039] 10.0.0.96 () {34 vars in 746 bytes} [Thu Feb 26 22:54:24 2026] PUT /v2.0/ports/356821c5-d56a-4029-b6e1-45d1d2cb0e7d/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2040] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:24 2026] DELETE /v2.0/networks/f505c07c-d5d9-449f-a21e-0f63dabdaa6a => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2041] 10.0.0.96 () {34 vars in 746 bytes} [Thu Feb 26 22:54:24 2026] PUT /v2.0/ports/9f30f181-689d-4b3e-a499-46555d83a653/tags => generated 34 bytes in 72 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-02-26 22:54:24.405 8 INFO neutron.db.segments_db [None req-7d6b8f7a-007f-4457-8eb4-95d3b9487d03 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] Added segment 8454d373-c295-41b8-aed3-ca43a35a3f76 of type vxlan for network 9a544138-b5d1-4cae-b086-d8a7f48a0c5e /var/lib/openstack/lib/python3.12/site-packages/pycadf/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: 999/2042] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:54:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2043] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:24 2026] POST /v2.0/networks => generated 616 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2044] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:24 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => 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: 1045/2045] 10.0.0.96 () {34 vars in 746 bytes} [Thu Feb 26 22:54:24 2026] PUT /v2.0/ports/8fb34b49-4df4-44bf-8c1a-a9802f7557ad/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1001/2046] 10.0.0.96 () {34 vars in 758 bytes} [Thu Feb 26 22:54:24 2026] PUT /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/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: 1002/2047] 10.0.0.96 () {32 vars in 659 bytes} [Thu Feb 26 22:54:24 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2048] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 22:54:24 2026] GET /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2049] 10.0.0.96 () {32 vars in 673 bytes} [Thu Feb 26 22:54:24 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2050] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:24 2026] POST /v2.0/subnets => generated 646 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2051] 10.0.0.96 () {34 vars in 769 bytes} [Thu Feb 26 22:54:24 2026] PUT /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2052] 10.0.0.96 () {32 vars in 669 bytes} [Thu Feb 26 22:54:24 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2053] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 22:54:24 2026] GET /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2054] 10.0.0.96 () {32 vars in 681 bytes} [Thu Feb 26 22:54:24 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2055] 10.0.0.96 () {34 vars in 765 bytes} [Thu Feb 26 22:54:25 2026] PUT /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/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: 1006/2056] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:54:24 2026] POST /v2.0/ports => generated 924 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2057] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 22:54:25 2026] GET /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2058] 10.0.0.96 () {32 vars in 667 bytes} [Thu Feb 26 22:54:25 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2059] 10.0.0.96 () {34 vars in 787 bytes} [Thu Feb 26 22:54:25 2026] PUT /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags/black.or.white => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-02-26 22:54:25.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-af839824-6e10-4b27-a35f-e37f365c9ede 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] TaaS: Handle Delete Port: 560667a6-b019-4932-9a25-c49e5ef7f5b3 2026-02-26 22:54:25.296 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af839824-6e10-4b27-a35f-e37f365c9ede 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] Tap Mirror: Handle Delete Port: 560667a6-b019-4932-9a25-c49e5ef7f5b3 [pid: 8|app: 0|req: 1053/2060] 10.0.0.96 () {32 vars in 681 bytes} [Thu Feb 26 22:54:25 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2061] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 22:54:25 2026] GET /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2062] 10.0.0.96 () {32 vars in 677 bytes} [Thu Feb 26 22:54:25 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2063] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:25 2026] DELETE /v2.0/ports/560667a6-b019-4932-9a25-c49e5ef7f5b3 => 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: 1056/2064] 10.0.0.96 () {34 vars in 758 bytes} [Thu Feb 26 22:54:25 2026] PUT /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:25.460 8 INFO neutron.pecan_wsgi.hooks.translation [None req-68e00bcc-7ce1-4f49-908f-8d06108d6d64 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1057/2065] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:54:25 2026] GET /v2.0/ports/560667a6-b019-4932-9a25-c49e5ef7f5b3 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2066] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 22:54:25 2026] GET /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2067] 10.0.0.96 () {32 vars in 689 bytes} [Thu Feb 26 22:54:25 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2068] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:54:25 2026] GET /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2069] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:25 2026] DELETE /v2.0/subnets/942867dd-c011-40ab-aad2-f30e00fa939a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:25.646 7 INFO neutron_taas.services.taas.taas_plugin [None req-b961378e-79ff-47f5-bf5f-744866e2d84b d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] TaaS: Handle Delete Port: 4cf70bbe-eb39-4c06-9472-0bcd7a7f69f8 2026-02-26 22:54:25.649 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b961378e-79ff-47f5-bf5f-744866e2d84b d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] Tap Mirror: Handle Delete Port: 4cf70bbe-eb39-4c06-9472-0bcd7a7f69f8 2026-02-26 22:54:25.666 8 INFO neutron.api.v2.resource [None req-c108cfb8-f9aa-492c-a93a-1c95c10154ca 4797ded263db4c55948471d4ca02603b 2a7aa060ec97427a902ac125fce28ec2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1060/2070] 10.0.0.96 () {32 vars in 750 bytes} [Thu Feb 26 22:54:25 2026] GET /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2071] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:25 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => 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: 1011/2072] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:25 2026] DELETE /v2.0/ports/4cf70bbe-eb39-4c06-9472-0bcd7a7f69f8 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2073] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:54:25 2026] DELETE /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2074] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:25 2026] DELETE /v2.0/networks/9a544138-b5d1-4cae-b086-d8a7f48a0c5e => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2075] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 22:54:25 2026] GET /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:25.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-b522ad0b-b3be-4b86-8e82-60d5b09af344 d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] TaaS: Handle Delete Port: 356821c5-d56a-4029-b6e1-45d1d2cb0e7d 2026-02-26 22:54:25.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b522ad0b-b3be-4b86-8e82-60d5b09af344 d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] Tap Mirror: Handle Delete Port: 356821c5-d56a-4029-b6e1-45d1d2cb0e7d [pid: 7|app: 0|req: 1013/2076] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:25 2026] DELETE /v2.0/ports/356821c5-d56a-4029-b6e1-45d1d2cb0e7d => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:25.983 7 INFO neutron.api.v2.resource [None req-6d6ec9de-ea77-4147-9e77-074d0601478c 4797ded263db4c55948471d4ca02603b 2a7aa060ec97427a902ac125fce28ec2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1014/2077] 10.0.0.96 () {32 vars in 753 bytes} [Thu Feb 26 22:54:25 2026] DELETE /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 22:54:26.085 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae62e510-4c11-49e0-8893-42b3667cb936 d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] TaaS: Handle Delete Port: 9f30f181-689d-4b3e-a499-46555d83a653 2026-02-26 22:54:26.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae62e510-4c11-49e0-8893-42b3667cb936 d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] Tap Mirror: Handle Delete Port: 9f30f181-689d-4b3e-a499-46555d83a653 [pid: 8|app: 0|req: 1064/2078] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:54:25 2026] POST /v2.0/ports => generated 779 bytes in 267 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: 1065/2079] 10.0.0.96 () {32 vars in 741 bytes} [Thu Feb 26 22:54:26 2026] DELETE /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2080] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:25 2026] DELETE /v2.0/ports/9f30f181-689d-4b3e-a499-46555d83a653 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2081] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 22:54:26 2026] GET /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:26.276 8 INFO neutron.services.segments.plugin [-] Segment 8454d373-c295-41b8-aed3-ca43a35a3f76 resource provider aggregate not found 2026-02-26 22:54:26.287 8 INFO neutron.services.segments.plugin [-] Segment 8454d373-c295-41b8-aed3-ca43a35a3f76 resource provider aggregate not found 2026-02-26 22:54:26.309 8 INFO neutron.services.segments.plugin [-] Segment 8454d373-c295-41b8-aed3-ca43a35a3f76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8454d373-c295-41b8-aed3-ca43a35a3f76 found for delete ", "request_id": "req-91dad878-6f06-411e-bc64-28013b01b59a"}]} 2026-02-26 22:54:26.313 8 INFO neutron.services.segments.plugin [-] Segment 8454d373-c295-41b8-aed3-ca43a35a3f76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8454d373-c295-41b8-aed3-ca43a35a3f76 found for delete ", "request_id": "req-593f47ff-3eda-453c-906d-5049dd6ed9ef"}]} 2026-02-26 22:54:26.329 7 INFO neutron_taas.services.taas.taas_plugin [None req-d545e8ab-1644-4f42-b5af-ee8ed1f1ffab d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] TaaS: Handle Delete Port: 8fb34b49-4df4-44bf-8c1a-a9802f7557ad 2026-02-26 22:54:26.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d545e8ab-1644-4f42-b5af-ee8ed1f1ffab d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] Tap Mirror: Handle Delete Port: 8fb34b49-4df4-44bf-8c1a-a9802f7557ad [pid: 8|app: 0|req: 1066/2082] 10.0.0.96 () {34 vars in 736 bytes} [Thu Feb 26 22:54:26 2026] PUT /v2.0/ports/cfc55376-cdac-41fc-b1dc-def34a64d1a7 => generated 752 bytes in 230 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: 1017/2083] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:26 2026] DELETE /v2.0/ports/8fb34b49-4df4-44bf-8c1a-a9802f7557ad => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2084] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:54:26 2026] DELETE /v2.0/subnetpools/3f465c7b-b458-4cc6-a295-a47e4f630f02 => 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: 1018/2085] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:54:26 2026] GET /v2.0/networks?id=dce0bb27-621b-4a8b-b1e4-96657356c190 => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:26.543 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f8874e7-ed29-42f6-a16e-aef60cfd915e 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] TaaS: Handle Delete Port: cfc55376-cdac-41fc-b1dc-def34a64d1a7 2026-02-26 22:54:26.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f8874e7-ed29-42f6-a16e-aef60cfd915e 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] Tap Mirror: Handle Delete Port: cfc55376-cdac-41fc-b1dc-def34a64d1a7 2026-02-26 22:54:26.581 7 INFO neutron_taas.services.taas.taas_plugin [None req-b122f277-3d10-49cc-9db2-ec47693bd569 d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] TaaS: Handle Delete Port: 58fa1efc-dbb0-4d97-978b-c7b73285af49 2026-02-26 22:54:26.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b122f277-3d10-49cc-9db2-ec47693bd569 d2e9740e76084281afe2c72a59a2a90e e7028b1419b047779013f3d6db1ead86 - - default default] Tap Mirror: Handle Delete Port: 58fa1efc-dbb0-4d97-978b-c7b73285af49 [pid: 8|app: 0|req: 1068/2086] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:26 2026] DELETE /v2.0/ports/cfc55376-cdac-41fc-b1dc-def34a64d1a7 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2087] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:26 2026] DELETE /v2.0/ports/58fa1efc-dbb0-4d97-978b-c7b73285af49 => 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: 1069/2088] 162.253.55.110 () {34 vars in 1050 bytes} [Thu Feb 26 22:54:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ca51f3108d594428a309a0803a7c6cc0 => generated 274 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2089] 10.0.0.96 () {32 vars in 642 bytes} [Thu Feb 26 22:54:26 2026] GET /v2.0/ports => generated 781 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2090] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:26 2026] DELETE /v2.0/networks/e5b7b2fb-3693-4ea6-a53e-4d6d0bebdf6d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:26.839 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d518210-1e84-4870-94cd-fd08bb85e3a1 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1071/2091] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:54:26 2026] GET /v2.0/ports/cfc55376-cdac-41fc-b1dc-def34a64d1a7 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2092] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:26 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2093] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:26 2026] DELETE /v2.0/networks/cdf12697-af45-4de7-b66b-cfa375bf942c => 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: 1074/2094] 10.0.0.96 () {32 vars in 642 bytes} [Thu Feb 26 22:54:27 2026] GET /v2.0/ports => generated 781 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2095] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:54:26 2026] POST /v2.0/ports => generated 993 bytes in 364 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: 1022/2096] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:54:27 2026] GET /v2.0/ports/b9a2415a-9a7f-4736-8b5f-1ea8fb4b8c06 => generated 778 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2097] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:27 2026] DELETE /v2.0/networks/c78c2c04-ce34-421b-b504-fdf21654ec4e => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2098] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:27 2026] GET /v2.0/security-groups?tenant_id=2a7aa060ec97427a902ac125fce28ec2&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:27.521 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eef34e43-54c7-496d-a509-373c6d636765 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1077/2099] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:27 2026] DELETE /v2.0/ports/560667a6-b019-4932-9a25-c49e5ef7f5b3 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2100] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:54:27 2026] PUT /v2.0/ports/780cb4b7-7881-4da9-a1e2-043d64b69005 => generated 1274 bytes in 454 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-02-26 22:54:27.641 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd39bac8-a96e-4740-af2b-7f5ed125ccce'] response: {'name': 'network-changed', 'server_uuid': '80798954-da3d-461f-813e-05a2dc124251', 'tag': '780cb4b7-7881-4da9-a1e2-043d64b69005', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1078/2101] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:27 2026] DELETE /v2.0/networks/234a0f41-c32f-4f96-9222-d5f136c102bf => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:27.677 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a552d36c-53b3-4b5b-b759-314210930f85 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1079/2102] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:27 2026] DELETE /v2.0/subnets/942867dd-c011-40ab-aad2-f30e00fa939a => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2103] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:27 2026] DELETE /v2.0/security-groups/b1ec01ac-7ab1-4c19-b247-701084f84154 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:54:27.732 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd0baaa0-e907-4eed-8f5b-e3d5302a30dc 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1025/2104] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:27 2026] DELETE /v2.0/subnets/03bcea64-fde0-40a2-a3ff-c85bc0c3aa93 => 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: 1080/2105] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:27 2026] DELETE /v2.0/networks/23d23f43-1096-4c31-897b-81d659bfdb9a => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:27.837 7 INFO neutron_taas.services.taas.taas_plugin [None req-8daa1a18-db64-4d1c-b6f6-343e097082a8 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] TaaS: Handle Delete Port: b9a2415a-9a7f-4736-8b5f-1ea8fb4b8c06 2026-02-26 22:54:27.840 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8daa1a18-db64-4d1c-b6f6-343e097082a8 9bb114c770f34e749ea5bf070bdf09d5 08c0e0bc306e4f87a351b07f4c027a5c - - default default] Tap Mirror: Handle Delete Port: b9a2415a-9a7f-4736-8b5f-1ea8fb4b8c06 [pid: 8|app: 0|req: 1081/2106] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:27 2026] GET /v2.0/security-groups?tenant_id=3999ae3f87df4b4581e942694d00551f&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2107] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:54:27 2026] DELETE /v2.0/ports/b9a2415a-9a7f-4736-8b5f-1ea8fb4b8c06 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2108] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:27 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2109] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:27 2026] DELETE /v2.0/security-groups/13abbfd5-837b-4972-8a61-c656d8f4da3a => 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: 1083/2110] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:54:28 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:28.127 7 INFO neutron.services.segments.plugin [-] Segment fdaf875e-f773-477f-a2b2-d295aca5aa39 resource provider aggregate not found 2026-02-26 22:54:28.134 7 INFO neutron.services.segments.plugin [-] Segment fdaf875e-f773-477f-a2b2-d295aca5aa39 resource provider aggregate not found 2026-02-26 22:54:28.148 7 INFO neutron.services.segments.plugin [-] Segment fdaf875e-f773-477f-a2b2-d295aca5aa39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdaf875e-f773-477f-a2b2-d295aca5aa39 found for delete ", "request_id": "req-6273e2d0-6ec9-4ded-b7eb-63e3b265e13e"}]} 2026-02-26 22:54:28.153 7 INFO neutron.services.segments.plugin [-] Segment fdaf875e-f773-477f-a2b2-d295aca5aa39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdaf875e-f773-477f-a2b2-d295aca5aa39 found for delete ", "request_id": "req-06b3646e-918b-4a15-a3eb-71a640920854"}]} [pid: 7|app: 0|req: 1028/2111] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:28 2026] DELETE /v2.0/networks/df4d94de-a795-418c-92c4-c32b36b22737 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2112] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:54:28 2026] GET /v2.0/ports?tenant_id=ca51f3108d594428a309a0803a7c6cc0&device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2113] 162.253.55.110 () {34 vars in 1018 bytes} [Thu Feb 26 22:54:28 2026] GET /v2.0/networks?tenant_id=ca51f3108d594428a309a0803a7c6cc0&shared=False => generated 769 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2114] 162.253.55.110 () {34 vars in 930 bytes} [Thu Feb 26 22:54:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:28.332 8 INFO neutron.services.segments.plugin [-] Segment 4e9edff2-1ea6-43ae-a063-8664d4eb2642 resource provider aggregate not found 2026-02-26 22:54:28.354 8 INFO neutron.services.segments.plugin [-] Segment 4e9edff2-1ea6-43ae-a063-8664d4eb2642 resource provider aggregate not found 2026-02-26 22:54:28.369 8 INFO neutron.services.segments.plugin [-] Segment 4e9edff2-1ea6-43ae-a063-8664d4eb2642 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e9edff2-1ea6-43ae-a063-8664d4eb2642 found for delete ", "request_id": "req-03f1340e-16c2-422e-8954-29c267453b24"}]} 2026-02-26 22:54:28.373 8 INFO neutron.services.segments.plugin [-] Segment 4e9edff2-1ea6-43ae-a063-8664d4eb2642 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e9edff2-1ea6-43ae-a063-8664d4eb2642 found for delete ", "request_id": "req-a9f97347-90e7-4793-b6d7-c99e01b60fd4"}]} 2026-02-26 22:54:28.387 8 INFO neutron.services.segments.plugin [-] Segment f06c012c-999d-4dd7-8cad-3a21d2f21f25 resource provider aggregate not found 2026-02-26 22:54:28.396 8 INFO neutron.services.segments.plugin [-] Segment f06c012c-999d-4dd7-8cad-3a21d2f21f25 resource provider aggregate not found 2026-02-26 22:54:28.402 8 INFO neutron.services.segments.plugin [-] Segment f06c012c-999d-4dd7-8cad-3a21d2f21f25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f06c012c-999d-4dd7-8cad-3a21d2f21f25 found for delete ", "request_id": "req-9cf254bf-5028-43a7-98f6-a2f5b4b97503"}]} 2026-02-26 22:54:28.413 8 INFO neutron.services.segments.plugin [-] Segment 2af5b14c-96e5-4865-a141-5875fb13d6cd resource provider aggregate not found 2026-02-26 22:54:28.414 8 INFO neutron.services.segments.plugin [-] Segment f06c012c-999d-4dd7-8cad-3a21d2f21f25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f06c012c-999d-4dd7-8cad-3a21d2f21f25 found for delete ", "request_id": "req-0c5dff92-aba3-4103-95e6-747b4cca65f6"}]} 2026-02-26 22:54:28.430 8 INFO neutron.services.segments.plugin [-] Segment 2af5b14c-96e5-4865-a141-5875fb13d6cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2af5b14c-96e5-4865-a141-5875fb13d6cd found for delete ", "request_id": "req-45e8328f-f0f1-4d9c-a401-cd2d98f1e4f2"}]} 2026-02-26 22:54:28.431 8 INFO neutron.services.segments.plugin [-] Segment 2af5b14c-96e5-4865-a141-5875fb13d6cd resource provider aggregate not found 2026-02-26 22:54:28.448 8 INFO neutron.services.segments.plugin [-] Segment c6efe1a6-ee7a-465a-9095-3838a7dd02dd resource provider aggregate not found 2026-02-26 22:54:28.452 8 INFO neutron.services.segments.plugin [-] Segment 2af5b14c-96e5-4865-a141-5875fb13d6cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2af5b14c-96e5-4865-a141-5875fb13d6cd found for delete ", "request_id": "req-d88f4677-c455-4729-bc96-f696fd3c8bf6"}]} 2026-02-26 22:54:28.464 8 INFO neutron.services.segments.plugin [-] Segment c6efe1a6-ee7a-465a-9095-3838a7dd02dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6efe1a6-ee7a-465a-9095-3838a7dd02dd found for delete ", "request_id": "req-a3634bf3-9566-440a-84db-33f6a39ef9df"}]} 2026-02-26 22:54:28.471 8 INFO neutron.services.segments.plugin [-] Segment c6efe1a6-ee7a-465a-9095-3838a7dd02dd resource provider aggregate not found 2026-02-26 22:54:28.482 8 INFO neutron.services.segments.plugin [-] Segment 29ce8243-689f-4418-95b5-7337833a457f resource provider aggregate not found 2026-02-26 22:54:28.487 8 INFO neutron.services.segments.plugin [-] Segment c6efe1a6-ee7a-465a-9095-3838a7dd02dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6efe1a6-ee7a-465a-9095-3838a7dd02dd found for delete ", "request_id": "req-9163ffd1-1725-4256-b32d-c92986f7a835"}]} 2026-02-26 22:54:28.497 8 INFO neutron.services.segments.plugin [-] Segment 29ce8243-689f-4418-95b5-7337833a457f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29ce8243-689f-4418-95b5-7337833a457f found for delete ", "request_id": "req-49bc592d-ff85-4b38-bbd6-49db355a6179"}]} 2026-02-26 22:54:28.498 8 INFO neutron.services.segments.plugin [-] Segment 29ce8243-689f-4418-95b5-7337833a457f resource provider aggregate not found 2026-02-26 22:54:28.510 8 INFO neutron.services.segments.plugin [-] Segment 29ce8243-689f-4418-95b5-7337833a457f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29ce8243-689f-4418-95b5-7337833a457f found for delete ", "request_id": "req-c0a4ef91-89da-4046-952c-ea7aeb1162a2"}]} [pid: 7|app: 0|req: 1030/2115] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:28 2026] GET /v2.0/security-groups?tenant_id=e7028b1419b047779013f3d6db1ead86&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2116] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:28 2026] GET /v2.0/security-groups?tenant_id=08c0e0bc306e4f87a351b07f4c027a5c&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2117] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:28 2026] DELETE /v2.0/security-groups/a688bf85-6f86-470a-b0ab-c2a17ce48ca6 => 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: 1087/2118] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:28 2026] DELETE /v2.0/security-groups/ddc19414-5151-4f73-810f-3d192cdb76b9 => 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: 1032/2119] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:28 2026] GET /v2.0/security-groups?tenant_id=be7d0b553f724ad1a3e916d41bf207f9&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2120] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:29 2026] DELETE /v2.0/security-groups/872375fd-09a8-4096-b43b-e62b58b345de => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2121] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:29 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2122] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:54:29 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2123] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:54:29 2026] GET /v2.0/ports?tenant_id=ca51f3108d594428a309a0803a7c6cc0&device_id=80798954-da3d-461f-813e-05a2dc124251 => 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: 1090/2124] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:54:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=780cb4b7-7881-4da9-a1e2-043d64b69005 => 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: 1091/2125] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:54:29 2026] GET /v2.0/subnets?id=f6f591fd-d5a4-40c1-ab62-0646bb270b80 => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2126] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:54:29 2026] GET /v2.0/ports?network_id=dce0bb27-621b-4a8b-b1e4-96657356c190&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2127] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:29 2026] GET /v2.0/security-groups?tenant_id=a74ed36209584309b7c9ff59e49f4d51&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2128] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:54:29 2026] GET /v2.0/networks/dce0bb27-621b-4a8b-b1e4-96657356c190?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: 1094/2129] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:54:29 2026] GET /v2.0/networks/dce0bb27-621b-4a8b-b1e4-96657356c190?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2130] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:29 2026] DELETE /v2.0/security-groups/10130f62-4737-4387-868c-dc7ff9ebf24d => 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: 1095/2131] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:30 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1008 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2132] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:54:30 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:31.140 8 INFO neutron.db.segments_db [None req-a134afba-9ab6-4642-95b5-c9c0bed3de05 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Added segment ba76ed40-7f3f-4526-897f-2e4212a7c7c7 of type vxlan for network 354d661c-213a-416c-aa50-d2ee1120247c [pid: 8|app: 0|req: 1096/2133] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:30 2026] POST /v2.0/networks => generated 614 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:31.290 7 INFO neutron.db.segments_db [None req-dfa9276e-fbab-49a0-acb4-19d22528df11 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Added segment 3433a94b-0d7a-4938-8993-2400dae43a10 of type vxlan for network 87dec451-0453-4711-9d1d-845de15c0601 [pid: 7|app: 0|req: 1038/2134] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:31 2026] POST /v2.0/networks => generated 615 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2135] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:31 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2136] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:31 2026] POST /v2.0/subnets => generated 646 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2137] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:54:31 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:31.952 7 INFO neutron.db.segments_db [None req-7930d152-5758-439f-8b3c-1d751e3259d1 b304e8d2ee614369b1f7886aa6d404c7 9062aafbb17a419da503beed61618204 - - default default] Added segment 751e79dd-bfad-4cee-8c64-a515441c90d9 of type vxlan for network cf4c3800-467d-4c43-bb06-5987ba394226 [pid: 8|app: 0|req: 1099/2138] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:31 2026] POST /v2.0/subnets => generated 655 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:32.010 8 INFO neutron.db.segments_db [None req-968b145a-1197-4ecd-9000-ff3c4fcf804b 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Added segment e33cae8f-0748-4a36-9a34-171261e9c604 of type vxlan for network 2165ddb2-a6e4-47b9-b811-60026e4d684c [pid: 7|app: 0|req: 1040/2139] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:31 2026] POST /v2.0/networks => generated 613 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2140] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:32 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:32.300 8 INFO neutron.db.l3_hamode_db [None req-968b145a-1197-4ecd-9000-ff3c4fcf804b 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1042/2141] 10.0.0.96 () {34 vars in 750 bytes} [Thu Feb 26 22:54:32 2026] PUT /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/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: 1043/2142] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:54:32 2026] GET /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:32.426 8 INFO neutron.db.l3_hamode_db [None req-968b145a-1197-4ecd-9000-ff3c4fcf804b 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1044/2143] 10.0.0.96 () {34 vars in 761 bytes} [Thu Feb 26 22:54:32 2026] PUT /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2144] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:54:32 2026] GET /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2145] 10.0.0.96 () {34 vars in 757 bytes} [Thu Feb 26 22:54:32 2026] PUT /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2146] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:54:32 2026] GET /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/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: 1048/2147] 10.0.0.96 () {34 vars in 779 bytes} [Thu Feb 26 22:54:32 2026] PUT /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/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: 1049/2148] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:54:32 2026] GET /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2149] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:54:32 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1277 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2150] 10.0.0.96 () {34 vars in 750 bytes} [Thu Feb 26 22:54:32 2026] PUT /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2151] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:32 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1008 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2152] 162.253.55.110 () {34 vars in 1124 bytes} [Thu Feb 26 22:54:32 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2153] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:54:32 2026] GET /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2154] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:54:33 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2155] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 22:54:33 2026] GET /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2156] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:31 2026] POST /v2.0/routers => generated 510 bytes in 1138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:33.153 7 INFO neutron.api.v2.resource [None req-6c5140a9-55cc-4a6a-a7d7-bf5005f25a88 b304e8d2ee614369b1f7886aa6d404c7 9062aafbb17a419da503beed61618204 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1057/2157] 10.0.0.96 () {32 vars in 742 bytes} [Thu Feb 26 22:54:33 2026] GET /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2158] 10.0.0.96 () {32 vars in 741 bytes} [Thu Feb 26 22:54:33 2026] DELETE /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/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: 1059/2159] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:54:33 2026] GET /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:33.337 7 INFO neutron.api.v2.resource [None req-1477bd9c-75bd-49cc-b1e5-260c1fc26494 b304e8d2ee614369b1f7886aa6d404c7 9062aafbb17a419da503beed61618204 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1060/2160] 10.0.0.96 () {32 vars in 745 bytes} [Thu Feb 26 22:54:33 2026] DELETE /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2161] 10.0.0.96 () {32 vars in 733 bytes} [Thu Feb 26 22:54:33 2026] DELETE /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags => 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: 1062/2162] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:54:33 2026] GET /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2163] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:33 2026] DELETE /v2.0/subnets/ec2d4cc8-8792-41eb-8666-d118ca94203a => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:33.761 7 INFO neutron.services.segments.plugin [-] Segment 751e79dd-bfad-4cee-8c64-a515441c90d9 resource provider aggregate not found 2026-02-26 22:54:33.767 7 INFO neutron.services.segments.plugin [-] Segment 751e79dd-bfad-4cee-8c64-a515441c90d9 resource provider aggregate not found [pid: 7|app: 0|req: 1064/2164] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:33 2026] DELETE /v2.0/networks/cf4c3800-467d-4c43-bb06-5987ba394226 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:33.785 7 INFO neutron.services.segments.plugin [-] Segment 751e79dd-bfad-4cee-8c64-a515441c90d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 751e79dd-bfad-4cee-8c64-a515441c90d9 found for delete ", "request_id": "req-3c23bc8a-bfaf-449c-b76d-bb697d78110b"}]} 2026-02-26 22:54:33.792 7 INFO neutron.services.segments.plugin [-] Segment 751e79dd-bfad-4cee-8c64-a515441c90d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 751e79dd-bfad-4cee-8c64-a515441c90d9 found for delete ", "request_id": "req-2e281e0e-6919-4a8a-ad4e-c830f0011e1a"}]} 2026-02-26 22:54:34.171 7 INFO neutron.db.segments_db [None req-913d1755-df10-46b9-bd43-e60b021fcb96 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Added segment c5338dbb-b1bf-426d-a5cf-f6baf22ab54d of type vxlan for network b7dbef43-144d-437e-9e7c-4f6f0cf076f5 [pid: 8|app: 0|req: 1101/2165] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:54:33 2026] PUT /v2.0/routers/68c7ad0f-bfaa-4a0b-8d37-ca3629b80ff5/add_router_interface => generated 309 bytes in 1172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2166] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:34 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2167] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:54:34 2026] GET /v2.0/ports/e10e8cd8-b45a-454c-8824-b2dd9ee754da => generated 959 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2168] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:54:34 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:34.442 7 INFO neutron.db.l3_hamode_db [None req-913d1755-df10-46b9-bd43-e60b021fcb96 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:54:34.573 7 INFO neutron.db.l3_hamode_db [None req-913d1755-df10-46b9-bd43-e60b021fcb96 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1065/2169] 10.0.0.96 () {34 vars in 667 bytes} [Thu Feb 26 22:54:33 2026] POST /v2.0/routers => generated 474 bytes in 1314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2170] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:35 2026] GET /v2.0/security-groups?tenant_id=9062aafbb17a419da503beed61618204&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:35.403 7 INFO neutron.db.l3_hamode_db [None req-2ddda56b-09d2-41f9-9434-295fc7bb71f5 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:54:35.524 7 INFO neutron.db.l3_hamode_db [None req-2ddda56b-09d2-41f9-9434-295fc7bb71f5 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1105/2171] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:54:34 2026] PUT /v2.0/routers/68c7ad0f-bfaa-4a0b-8d37-ca3629b80ff5/add_router_interface => generated 309 bytes in 1277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2172] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:35 2026] DELETE /v2.0/security-groups/bd5ea12d-20d3-4e90-ae25-6a970a85f130 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2173] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:35 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1010 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2174] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:54:35 2026] GET /v2.0/ports/8997ce67-7379-40f4-83c6-f56cf4d00b15 => generated 967 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2175] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:54:35 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2176] 10.0.0.96 () {34 vars in 667 bytes} [Thu Feb 26 22:54:35 2026] POST /v2.0/routers => generated 474 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2177] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:36 2026] GET /v2.0/security-groups?tenant_id=8e83db21ab2f46eea1620282c962bc74&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:36.210 8 INFO neutron.db.l3_hamode_db [None req-dd0e87c5-1496-48a7-9843-3a0902207750 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:54:36.323 8 INFO neutron.db.l3_hamode_db [None req-dd0e87c5-1496-48a7-9843-3a0902207750 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:54:36.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fcb778b-1697-4a25-98c9-052654cef08c 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] TaaS: Handle Delete Port: 8997ce67-7379-40f4-83c6-f56cf4d00b15 2026-02-26 22:54:36.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fcb778b-1697-4a25-98c9-052654cef08c 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Tap Mirror: Handle Delete Port: 8997ce67-7379-40f4-83c6-f56cf4d00b15 [pid: 7|app: 0|req: 1068/2178] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:54:36 2026] PUT /v2.0/routers/68c7ad0f-bfaa-4a0b-8d37-ca3629b80ff5/remove_router_interface => generated 309 bytes in 830 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2179] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:36 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2180] 10.0.0.96 () {34 vars in 667 bytes} [Thu Feb 26 22:54:36 2026] POST /v2.0/routers => generated 474 bytes in 868 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2181] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:36 2026] DELETE /v2.0/security-groups/7f05f17e-ab6c-4628-84b8-0fbe08f0202a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:54:37.397 7 INFO neutron.db.l3_db [None req-0272e3ab-063f-4dff-b092-03a3ac667164 779ac6893e6a4922a2a4213b586eb5f6 ca51f3108d594428a309a0803a7c6cc0 - - default default] Floating IP 17891235-932e-4475-a7ab-659200bbd896 associated. External IP: 10.96.250.203, port: 780cb4b7-7881-4da9-a1e2-043d64b69005. 2026-02-26 22:54:37.410 8 INFO neutron_taas.services.taas.taas_plugin [None req-eddf78c7-b801-439a-919c-2a4cc2e1bc0c 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] TaaS: Handle Delete Port: e10e8cd8-b45a-454c-8824-b2dd9ee754da 2026-02-26 22:54:37.414 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eddf78c7-b801-439a-919c-2a4cc2e1bc0c 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Tap Mirror: Handle Delete Port: e10e8cd8-b45a-454c-8824-b2dd9ee754da [pid: 7|app: 0|req: 1071/2182] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:54:37 2026] PUT /v2.0/floatingips/17891235-932e-4475-a7ab-659200bbd896 => generated 855 bytes in 746 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:37.834 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-52800569-1fec-467e-b3d3-fc39f6e1af19'] response: {'name': 'network-changed', 'server_uuid': '80798954-da3d-461f-813e-05a2dc124251', 'tag': '780cb4b7-7881-4da9-a1e2-043d64b69005', 'status': 'completed', 'code': 200} 2026-02-26 22:54:37.842 7 INFO neutron.db.l3_hamode_db [None req-426774da-9ac3-4a93-94ad-9851f270756d 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1112/2183] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:54:37 2026] PUT /v2.0/routers/68c7ad0f-bfaa-4a0b-8d37-ca3629b80ff5/remove_router_interface => generated 309 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2186] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:37 2026] GET /v2.0/ports?device_id=68c7ad0f-bfaa-4a0b-8d37-ca3629b80ff5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:37.969 7 INFO neutron.db.l3_hamode_db [None req-426774da-9ac3-4a93-94ad-9851f270756d 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:54:38.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-d51b29dc-ee66-4181-9fd6-f1e7c67947b4 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] TaaS: Handle Delete Port: 41f552e3-3e21-4652-9f50-92daf99b5be2 2026-02-26 22:54:38.133 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d51b29dc-ee66-4181-9fd6-f1e7c67947b4 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Tap Mirror: Handle Delete Port: 41f552e3-3e21-4652-9f50-92daf99b5be2 2026-02-26 22:54:38.516 8 INFO neutron.services.segments.plugin [-] Segment e33cae8f-0748-4a36-9a34-171261e9c604 resource provider aggregate not found 2026-02-26 22:54:38.521 8 INFO neutron.services.segments.plugin [-] Segment e33cae8f-0748-4a36-9a34-171261e9c604 resource provider aggregate not found 2026-02-26 22:54:38.541 8 INFO neutron.services.segments.plugin [-] Segment e33cae8f-0748-4a36-9a34-171261e9c604 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e33cae8f-0748-4a36-9a34-171261e9c604 found for delete ", "request_id": "req-e3de9343-1676-427d-ae68-2bd3ed7356a7"}]} 2026-02-26 22:54:38.544 8 INFO neutron.services.segments.plugin [-] Segment e33cae8f-0748-4a36-9a34-171261e9c604 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e33cae8f-0748-4a36-9a34-171261e9c604 found for delete ", "request_id": "req-166b0fd2-a7d0-40b0-abee-6200e3000b5c"}]} 2026-02-26 22:54:38.548 8 INFO neutron.db.l3_hamode_db [None req-d51b29dc-ee66-4181-9fd6-f1e7c67947b4 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] HA network 2165ddb2-a6e4-47b9-b811-60026e4d684c was deleted as no HA routers are present in tenant de4baea49e514822a721740e5e32821c. [pid: 8|app: 0|req: 1116/2187] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:37 2026] DELETE /v2.0/routers/68c7ad0f-bfaa-4a0b-8d37-ca3629b80ff5 => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2188] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:54:38 2026] GET /v2.0/ports?tenant_id=ca51f3108d594428a309a0803a7c6cc0&device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2189] 10.0.0.96 () {34 vars in 667 bytes} [Thu Feb 26 22:54:37 2026] POST /v2.0/routers => generated 474 bytes in 823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2190] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:54:38 2026] GET /v2.0/networks?id=dce0bb27-621b-4a8b-b1e4-96657356c190 => generated 769 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:38.698 7 INFO neutron.db.l3_hamode_db [None req-5cff6786-e858-4ea3-985b-995000890ab3 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1118/2191] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:38 2026] DELETE /v2.0/subnets/ad610f91-c2ae-493d-b0ad-874e84cfcc83 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:38.819 7 INFO neutron.db.l3_hamode_db [None req-5cff6786-e858-4ea3-985b-995000890ab3 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1119/2192] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:54:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=780cb4b7-7881-4da9-a1e2-043d64b69005 => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2193] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:38 2026] DELETE /v2.0/subnets/e38ce2a5-9f8f-434e-a3f6-d868eaf13bb2 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2194] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:54:38 2026] GET /v2.0/subnets?id=f6f591fd-d5a4-40c1-ab62-0646bb270b80 => generated 691 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:39.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-12edfe1b-a11f-4ea8-9d51-61fa1c9f2bf5 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] TaaS: Handle Delete Port: 367ef760-b282-45c0-84f6-30189fda9aaa 2026-02-26 22:54:39.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12edfe1b-a11f-4ea8-9d51-61fa1c9f2bf5 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Tap Mirror: Handle Delete Port: 367ef760-b282-45c0-84f6-30189fda9aaa [pid: 8|app: 0|req: 1122/2195] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:39 2026] DELETE /v2.0/networks/87dec451-0453-4711-9d1d-845de15c0601 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2196] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:54:39 2026] GET /v2.0/ports?network_id=dce0bb27-621b-4a8b-b1e4-96657356c190&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: 8|app: 0|req: 1124/2197] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:39 2026] DELETE /v2.0/networks/354d661c-213a-416c-aa50-d2ee1120247c => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2198] 10.0.0.96 () {34 vars in 667 bytes} [Thu Feb 26 22:54:38 2026] POST /v2.0/routers => generated 474 bytes in 929 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2199] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:54:39 2026] GET /v2.0/networks/dce0bb27-621b-4a8b-b1e4-96657356c190?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:39.638 7 INFO neutron.db.segments_db [None req-fb0cff85-f4b0-4c35-a170-6990ae64c10a 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Added segment f792cb42-74d4-4d08-981c-f9af7cab5e79 of type vxlan for network 963d59f8-ec0a-46d6-b3c0-7dd30f6baed8 [pid: 8|app: 0|req: 1126/2200] 10.0.0.96 () {34 vars in 750 bytes} [Thu Feb 26 22:54:39 2026] PUT /v2.0/routers/12dfb23a-3f0c-42e7-bb1c-d68aac404204/tags => generated 17 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2201] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:39 2026] POST /v2.0/networks => generated 615 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2202] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:54:39 2026] GET /v2.0/networks/dce0bb27-621b-4a8b-b1e4-96657356c190?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: 1076/2203] 10.0.0.96 () {34 vars in 750 bytes} [Thu Feb 26 22:54:39 2026] PUT /v2.0/routers/a2351cf8-dfbf-4b28-8cef-3709de57aa87/tags => generated 25 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2204] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:39 2026] POST /v2.0/subnets => generated 646 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:40.093 8 INFO neutron.db.segments_db [None req-077278c8-d27a-472b-919c-853b0253edcb 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Added segment 595e3d61-51df-42bf-a6bd-ff4bc7ded763 of type vxlan for network 226a3275-7df7-45f9-952f-d13a214b7f51 2026-02-26 22:54:40.312 8 INFO neutron.db.l3_hamode_db [None req-077278c8-d27a-472b-919c-853b0253edcb 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:54:40.427 8 INFO neutron.db.l3_hamode_db [None req-077278c8-d27a-472b-919c-853b0253edcb 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:54:40.570 8 INFO neutron.services.segments.plugin [-] Segment 3433a94b-0d7a-4938-8993-2400dae43a10 resource provider aggregate not found 2026-02-26 22:54:40.577 8 INFO neutron.services.segments.plugin [-] Segment 3433a94b-0d7a-4938-8993-2400dae43a10 resource provider aggregate not found 2026-02-26 22:54:40.596 8 INFO neutron.services.segments.plugin [-] Segment 3433a94b-0d7a-4938-8993-2400dae43a10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3433a94b-0d7a-4938-8993-2400dae43a10 found for delete ", "request_id": "req-c8bb4693-9d12-4394-b9a2-cb90d397599c"}]} 2026-02-26 22:54:40.603 8 INFO neutron.services.segments.plugin [-] Segment 3433a94b-0d7a-4938-8993-2400dae43a10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3433a94b-0d7a-4938-8993-2400dae43a10 found for delete ", "request_id": "req-bf2c8177-71e3-44f9-8381-a432570cce89"}]} [pid: 7|app: 0|req: 1077/2205] 10.0.0.96 () {34 vars in 750 bytes} [Thu Feb 26 22:54:39 2026] PUT /v2.0/routers/62844a71-dae1-4151-ab0c-5d252c79af17/tags => generated 34 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:40.633 8 INFO neutron.services.segments.plugin [-] Segment ba76ed40-7f3f-4526-897f-2e4212a7c7c7 resource provider aggregate not found 2026-02-26 22:54:40.643 8 INFO neutron.services.segments.plugin [-] Segment ba76ed40-7f3f-4526-897f-2e4212a7c7c7 resource provider aggregate not found 2026-02-26 22:54:40.657 8 INFO neutron.services.segments.plugin [-] Segment ba76ed40-7f3f-4526-897f-2e4212a7c7c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba76ed40-7f3f-4526-897f-2e4212a7c7c7 found for delete ", "request_id": "req-9e165bcd-34fa-456f-8b3d-0e5082a25950"}]} 2026-02-26 22:54:40.661 8 INFO neutron.services.segments.plugin [-] Segment ba76ed40-7f3f-4526-897f-2e4212a7c7c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba76ed40-7f3f-4526-897f-2e4212a7c7c7 found for delete ", "request_id": "req-8be84f42-79da-489a-8eef-c2e7173905c2"}]} [pid: 7|app: 0|req: 1078/2206] 10.0.0.96 () {34 vars in 750 bytes} [Thu Feb 26 22:54:40 2026] PUT /v2.0/routers/690643df-471d-4105-8e92-b50c52669ee0/tags => generated 19 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2207] 10.0.0.96 () {32 vars in 663 bytes} [Thu Feb 26 22:54:40 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2208] 10.0.0.96 () {32 vars in 677 bytes} [Thu Feb 26 22:54:40 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2209] 10.0.0.96 () {32 vars in 673 bytes} [Thu Feb 26 22:54:40 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2210] 10.0.0.96 () {32 vars in 685 bytes} [Thu Feb 26 22:54:40 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2211] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:40 2026] POST /v2.0/routers => generated 511 bytes in 1047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2212] 10.0.0.96 () {32 vars in 671 bytes} [Thu Feb 26 22:54:41 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2213] 10.0.0.96 () {32 vars in 685 bytes} [Thu Feb 26 22:54:41 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2214] 10.0.0.96 () {32 vars in 681 bytes} [Thu Feb 26 22:54:41 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2215] 10.0.0.96 () {32 vars in 693 bytes} [Thu Feb 26 22:54:41 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2216] 10.0.0.96 () {34 vars in 664 bytes} [Thu Feb 26 22:54:41 2026] POST /v2.0/ports => generated 963 bytes in 333 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: 1087/2217] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:54:41 2026] GET /v2.0/routers/12dfb23a-3f0c-42e7-bb1c-d68aac404204 => generated 485 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2218] 10.0.0.96 () {34 vars in 741 bytes} [Thu Feb 26 22:54:41 2026] PUT /v2.0/routers/12dfb23a-3f0c-42e7-bb1c-d68aac404204 => generated 485 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2219] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:42 2026] GET /v2.0/ports?device_id=12dfb23a-3f0c-42e7-bb1c-d68aac404204 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:42.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-459c9253-70fb-457d-8c3f-8b7a66d084e2 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] TaaS: Handle Delete Port: a1bfd93b-6b4e-49a0-bcee-727067ef4f4d 2026-02-26 22:54:42.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-459c9253-70fb-457d-8c3f-8b7a66d084e2 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Tap Mirror: Handle Delete Port: a1bfd93b-6b4e-49a0-bcee-727067ef4f4d [pid: 8|app: 0|req: 1131/2220] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:54:41 2026] PUT /v2.0/routers/e72cffcb-e98f-4d7d-86c1-2e71e573c37e/add_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2221] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:42 2026] DELETE /v2.0/routers/12dfb23a-3f0c-42e7-bb1c-d68aac404204 => generated 0 bytes in 369 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: 1132/2222] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:54:42 2026] GET /v2.0/ports/b0c50c3e-ccdf-4c7e-8c36-32273eb3d998 => generated 1037 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2223] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:54:42 2026] GET /v2.0/routers/a2351cf8-dfbf-4b28-8cef-3709de57aa87 => generated 493 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:42.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d446a8b-21c3-46cd-8583-a618961c783a 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] TaaS: Handle Delete Port: b0c50c3e-ccdf-4c7e-8c36-32273eb3d998 2026-02-26 22:54:42.752 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d446a8b-21c3-46cd-8583-a618961c783a 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Tap Mirror: Handle Delete Port: b0c50c3e-ccdf-4c7e-8c36-32273eb3d998 [pid: 8|app: 0|req: 1133/2224] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:54:42 2026] PUT /v2.0/routers/e72cffcb-e98f-4d7d-86c1-2e71e573c37e/remove_router_interface => generated 309 bytes in 592 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: 1092/2225] 10.0.0.96 () {34 vars in 741 bytes} [Thu Feb 26 22:54:42 2026] PUT /v2.0/routers/a2351cf8-dfbf-4b28-8cef-3709de57aa87 => generated 493 bytes in 576 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2226] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:43 2026] GET /v2.0/ports?device_id=a2351cf8-dfbf-4b28-8cef-3709de57aa87 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:43.198 8 INFO neutron.api.v2.resource [None req-c552b5e0-24a8-454a-b96c-16a6394b50b1 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1134/2227] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:54:43 2026] PUT /v2.0/routers/e72cffcb-e98f-4d7d-86c1-2e71e573c37e/remove_router_interface => generated 197 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2228] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:43 2026] GET /v2.0/ports?device_id=e72cffcb-e98f-4d7d-86c1-2e71e573c37e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:43.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-2bbdd5cd-9790-4d9b-8d98-b53f628c92c4 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] TaaS: Handle Delete Port: 368b7957-d92a-44ed-898e-94031df213c7 2026-02-26 22:54:43.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bbdd5cd-9790-4d9b-8d98-b53f628c92c4 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Tap Mirror: Handle Delete Port: 368b7957-d92a-44ed-898e-94031df213c7 2026-02-26 22:54:43.399 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a55b8fc-b8cd-4096-b695-4cc53365f5e5 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] TaaS: Handle Delete Port: 5810af72-3e4f-4c13-8cac-47700dab15d8 2026-02-26 22:54:43.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a55b8fc-b8cd-4096-b695-4cc53365f5e5 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Tap Mirror: Handle Delete Port: 5810af72-3e4f-4c13-8cac-47700dab15d8 [pid: 7|app: 0|req: 1094/2229] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:43 2026] DELETE /v2.0/routers/a2351cf8-dfbf-4b28-8cef-3709de57aa87 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2230] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:54:43 2026] GET /v2.0/routers/62844a71-dae1-4151-ab0c-5d252c79af17 => generated 502 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:43.787 8 INFO neutron.services.segments.plugin [-] Segment 595e3d61-51df-42bf-a6bd-ff4bc7ded763 resource provider aggregate not found 2026-02-26 22:54:43.800 8 INFO neutron.services.segments.plugin [-] Segment 595e3d61-51df-42bf-a6bd-ff4bc7ded763 resource provider aggregate not found 2026-02-26 22:54:43.817 8 INFO neutron.services.segments.plugin [-] Segment 595e3d61-51df-42bf-a6bd-ff4bc7ded763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 595e3d61-51df-42bf-a6bd-ff4bc7ded763 found for delete ", "request_id": "req-c01aafb2-8b34-46f0-bfde-36cf87fe4f04"}]} 2026-02-26 22:54:43.819 8 INFO neutron.services.segments.plugin [-] Segment 595e3d61-51df-42bf-a6bd-ff4bc7ded763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 595e3d61-51df-42bf-a6bd-ff4bc7ded763 found for delete ", "request_id": "req-5a86b2c4-b1e8-4901-97fb-5e27a18fe078"}]} 2026-02-26 22:54:43.828 8 INFO neutron.db.l3_hamode_db [None req-5a55b8fc-b8cd-4096-b695-4cc53365f5e5 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] HA network 226a3275-7df7-45f9-952f-d13a214b7f51 was deleted as no HA routers are present in tenant de4baea49e514822a721740e5e32821c. [pid: 8|app: 0|req: 1136/2231] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:43 2026] DELETE /v2.0/routers/e72cffcb-e98f-4d7d-86c1-2e71e573c37e => generated 0 bytes in 605 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2232] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:43 2026] DELETE /v2.0/subnets/dc779868-1b59-4744-b97d-4445d1f1ee36 => 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: 1096/2233] 10.0.0.96 () {34 vars in 741 bytes} [Thu Feb 26 22:54:43 2026] PUT /v2.0/routers/62844a71-dae1-4151-ab0c-5d252c79af17 => generated 502 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2234] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:44 2026] GET /v2.0/ports?device_id=62844a71-dae1-4151-ab0c-5d252c79af17 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2235] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:43 2026] DELETE /v2.0/networks/963d59f8-ec0a-46d6-b3c0-7dd30f6baed8 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:44.225 8 INFO neutron.db.segments_db [None req-66cd6ed9-0154-4d94-bbf5-bce7eabd00b8 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Added segment d35f55fc-7c68-42db-b8c9-27c81624999e of type vxlan for network 5fb56ea6-294c-4f33-9672-d4192d3f1c26 2026-02-26 22:54:44.300 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5d5b655-f079-43f2-891e-7746a61da1cd 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] TaaS: Handle Delete Port: 4b03e105-e9d9-4f46-9cd7-34d15d629f4d 2026-02-26 22:54:44.304 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5d5b655-f079-43f2-891e-7746a61da1cd 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Tap Mirror: Handle Delete Port: 4b03e105-e9d9-4f46-9cd7-34d15d629f4d [pid: 8|app: 0|req: 1139/2236] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:44 2026] POST /v2.0/networks => generated 615 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2237] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:44 2026] DELETE /v2.0/routers/62844a71-dae1-4151-ab0c-5d252c79af17 => generated 0 bytes in 439 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2238] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:44 2026] POST /v2.0/subnets => generated 646 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2239] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:54:44 2026] GET /v2.0/routers/690643df-471d-4105-8e92-b50c52669ee0 => generated 487 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:44.603 8 INFO neutron.db.segments_db [None req-e4dc0131-425f-4479-9307-864428561fde 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Added segment 02f483f4-21e3-4a49-9414-4ecb6f80ba66 of type vxlan for network 32764518-911e-4edb-9bc4-f71725b4254b 2026-02-26 22:54:44.853 8 INFO neutron.db.l3_hamode_db [None req-e4dc0131-425f-4479-9307-864428561fde 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:54:44.960 8 INFO neutron.db.l3_hamode_db [None req-e4dc0131-425f-4479-9307-864428561fde 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1100/2240] 10.0.0.96 () {34 vars in 741 bytes} [Thu Feb 26 22:54:44 2026] PUT /v2.0/routers/690643df-471d-4105-8e92-b50c52669ee0 => generated 487 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2241] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:45 2026] GET /v2.0/ports?device_id=690643df-471d-4105-8e92-b50c52669ee0 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:45.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-98975ad5-a2b4-4e6a-934f-3750e7bf7160 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] TaaS: Handle Delete Port: f4ce6199-2802-480a-9f7d-c76d4d30b192 2026-02-26 22:54:45.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98975ad5-a2b4-4e6a-934f-3750e7bf7160 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Tap Mirror: Handle Delete Port: f4ce6199-2802-480a-9f7d-c76d4d30b192 [pid: 7|app: 0|req: 1102/2242] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:45 2026] DELETE /v2.0/routers/690643df-471d-4105-8e92-b50c52669ee0 => generated 0 bytes in 421 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2243] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:44 2026] POST /v2.0/routers => generated 510 bytes in 1055 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2244] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:54:45 2026] GET /v2.0/routers/c7ef59e2-92c3-4313-ae2e-ac7c8c72cc38 => generated 480 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2245] 10.0.0.96 () {34 vars in 741 bytes} [Thu Feb 26 22:54:45 2026] PUT /v2.0/routers/c7ef59e2-92c3-4313-ae2e-ac7c8c72cc38 => generated 480 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2246] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:46 2026] GET /v2.0/ports?device_id=c7ef59e2-92c3-4313-ae2e-ac7c8c72cc38 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:46.303 8 INFO neutron.services.segments.plugin [-] Segment f792cb42-74d4-4d08-981c-f9af7cab5e79 resource provider aggregate not found 2026-02-26 22:54:46.308 8 INFO neutron.services.segments.plugin [-] Segment f792cb42-74d4-4d08-981c-f9af7cab5e79 resource provider aggregate not found 2026-02-26 22:54:46.325 8 INFO neutron.services.segments.plugin [-] Segment f792cb42-74d4-4d08-981c-f9af7cab5e79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f792cb42-74d4-4d08-981c-f9af7cab5e79 found for delete ", "request_id": "req-5b3d99b7-2e66-441c-bd42-7010a9970e69"}]} 2026-02-26 22:54:46.328 8 INFO neutron.services.segments.plugin [-] Segment f792cb42-74d4-4d08-981c-f9af7cab5e79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f792cb42-74d4-4d08-981c-f9af7cab5e79 found for delete ", "request_id": "req-877367ac-fa3a-4a58-a0ae-8a1ac8a64a95"}]} 2026-02-26 22:54:46.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-12ec4896-2312-411d-96d8-5b880c1a1cfa 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] TaaS: Handle Delete Port: df519901-f37a-4bd4-a1ec-bbec4323b89e 2026-02-26 22:54:46.335 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12ec4896-2312-411d-96d8-5b880c1a1cfa 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] Tap Mirror: Handle Delete Port: df519901-f37a-4bd4-a1ec-bbec4323b89e 2026-02-26 22:54:46.697 7 INFO neutron.services.segments.plugin [-] Segment c5338dbb-b1bf-426d-a5cf-f6baf22ab54d resource provider aggregate not found 2026-02-26 22:54:46.701 7 INFO neutron.services.segments.plugin [-] Segment c5338dbb-b1bf-426d-a5cf-f6baf22ab54d resource provider aggregate not found 2026-02-26 22:54:46.722 7 INFO neutron.services.segments.plugin [-] Segment c5338dbb-b1bf-426d-a5cf-f6baf22ab54d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5338dbb-b1bf-426d-a5cf-f6baf22ab54d found for delete ", "request_id": "req-d68b451a-2d5f-4dd9-b393-b90cca999fb6"}]} 2026-02-26 22:54:46.726 7 INFO neutron.services.segments.plugin [-] Segment c5338dbb-b1bf-426d-a5cf-f6baf22ab54d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5338dbb-b1bf-426d-a5cf-f6baf22ab54d found for delete ", "request_id": "req-4551ce95-e916-4aff-bd74-7bb932601b50"}]} 2026-02-26 22:54:46.750 7 INFO neutron.db.l3_hamode_db [None req-12ec4896-2312-411d-96d8-5b880c1a1cfa 2505189cd84a4fc29ac91387328be52e 2348d483e9c541c1842c88fc7b04579e - - default default] HA network b7dbef43-144d-437e-9e7c-4f6f0cf076f5 was deleted as no HA routers are present in tenant 2348d483e9c541c1842c88fc7b04579e. [pid: 7|app: 0|req: 1106/2247] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:46 2026] DELETE /v2.0/routers/c7ef59e2-92c3-4313-ae2e-ac7c8c72cc38 => generated 0 bytes in 595 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2248] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:54:45 2026] PUT /v2.0/routers/db593079-6dba-4eed-ade2-fb41e33f5061/add_router_interface => generated 309 bytes in 1696 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2249] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:54:47 2026] GET /v2.0/ports/19966fda-c569-489f-b27d-ea6be57ce469 => generated 959 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:54:47.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ef21bc0-21cb-4e4b-8884-0e61e6af4590 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] TaaS: Handle Delete Port: 19966fda-c569-489f-b27d-ea6be57ce469 2026-02-26 22:54:47.760 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ef21bc0-21cb-4e4b-8884-0e61e6af4590 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Tap Mirror: Handle Delete Port: 19966fda-c569-489f-b27d-ea6be57ce469 [pid: 7|app: 0|req: 1108/2250] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:47 2026] GET /v2.0/security-groups?tenant_id=2348d483e9c541c1842c88fc7b04579e&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2251] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:47 2026] DELETE /v2.0/security-groups/55f3cd09-394b-4078-8e5c-e3852a9f97bb => 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: 1143/2252] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:54:47 2026] PUT /v2.0/routers/db593079-6dba-4eed-ade2-fb41e33f5061/remove_router_interface => generated 309 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2253] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:48 2026] GET /v2.0/ports?device_id=db593079-6dba-4eed-ade2-fb41e33f5061 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2254] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:48 2026] GET /v2.0/security-groups?tenant_id=88e32768013346adb8d773bfe7d33de8&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:48.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1052605-f34e-4a30-8550-80dd03401d58 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] TaaS: Handle Delete Port: db3be398-51c7-440c-8179-bd08d61dc179 2026-02-26 22:54:48.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1052605-f34e-4a30-8550-80dd03401d58 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Tap Mirror: Handle Delete Port: db3be398-51c7-440c-8179-bd08d61dc179 [pid: 7|app: 0|req: 1112/2255] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:48 2026] DELETE /v2.0/security-groups/bf270591-0a08-401e-a606-a692727d975d => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:54:48.670 8 INFO neutron.services.segments.plugin [-] Segment 02f483f4-21e3-4a49-9414-4ecb6f80ba66 resource provider aggregate not found 2026-02-26 22:54:48.677 8 INFO neutron.services.segments.plugin [-] Segment 02f483f4-21e3-4a49-9414-4ecb6f80ba66 resource provider aggregate not found 2026-02-26 22:54:48.696 8 INFO neutron.services.segments.plugin [-] Segment 02f483f4-21e3-4a49-9414-4ecb6f80ba66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02f483f4-21e3-4a49-9414-4ecb6f80ba66 found for delete ", "request_id": "req-b3ed7984-f75c-4428-91d3-5227fcf46e82"}]} 2026-02-26 22:54:48.697 8 INFO neutron.services.segments.plugin [-] Segment 02f483f4-21e3-4a49-9414-4ecb6f80ba66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02f483f4-21e3-4a49-9414-4ecb6f80ba66 found for delete ", "request_id": "req-4cd6c6b9-5a1b-457b-824f-9b8aecd639a7"}]} [pid: 7|app: 0|req: 1113/2256] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:48 2026] GET /v2.0/security-groups?tenant_id=d572c6e196a8456a9899fc199e541632&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:48.715 8 INFO neutron.db.l3_hamode_db [None req-e1052605-f34e-4a30-8550-80dd03401d58 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] HA network 32764518-911e-4edb-9bc4-f71725b4254b was deleted as no HA routers are present in tenant de4baea49e514822a721740e5e32821c. [pid: 8|app: 0|req: 1144/2257] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:48 2026] DELETE /v2.0/routers/db593079-6dba-4eed-ade2-fb41e33f5061 => generated 0 bytes in 562 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2258] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:48 2026] DELETE /v2.0/security-groups/c2430ee2-08dc-42be-8254-9a6f7d733554 => 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: 1145/2259] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:48 2026] DELETE /v2.0/subnets/0647b0c0-5671-4906-8a0e-38e2d052da84 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:49.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b95e810-2c62-4d55-b2bd-face90c22343 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] TaaS: Handle Delete Port: 9b747cdd-4c51-48f2-9628-287941d0ba42 2026-02-26 22:54:49.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b95e810-2c62-4d55-b2bd-face90c22343 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Tap Mirror: Handle Delete Port: 9b747cdd-4c51-48f2-9628-287941d0ba42 2026-02-26 22:54:49.274 7 INFO neutron.services.segments.plugin [-] Segment d35f55fc-7c68-42db-b8c9-27c81624999e resource provider aggregate not found 2026-02-26 22:54:49.283 7 INFO neutron.services.segments.plugin [-] Segment d35f55fc-7c68-42db-b8c9-27c81624999e resource provider aggregate not found 2026-02-26 22:54:49.300 7 INFO neutron.services.segments.plugin [-] Segment d35f55fc-7c68-42db-b8c9-27c81624999e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d35f55fc-7c68-42db-b8c9-27c81624999e found for delete ", "request_id": "req-b7298303-b55c-47df-9d24-dad12b7e8b4e"}]} 2026-02-26 22:54:49.306 7 INFO neutron.services.segments.plugin [-] Segment d35f55fc-7c68-42db-b8c9-27c81624999e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d35f55fc-7c68-42db-b8c9-27c81624999e found for delete ", "request_id": "req-eacc7bd9-96c5-443d-8ff7-94c2558594d2"}]} [pid: 7|app: 0|req: 1115/2260] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:48 2026] DELETE /v2.0/networks/5fb56ea6-294c-4f33-9672-d4192d3f1c26 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:49.379 8 INFO neutron.db.segments_db [None req-bbeb9783-42c3-4e3f-8667-e976b55f0039 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Added segment a9093f54-a470-4b09-8797-42dd0d630b8a of type vxlan for network 5857d7a7-4dd4-486a-b74b-7dd7deb9a0a9 2026-02-26 22:54:49.614 8 INFO neutron.db.l3_hamode_db [None req-bbeb9783-42c3-4e3f-8667-e976b55f0039 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:54:50.471 8 INFO neutron.db.l3_hamode_db [None req-bbeb9783-42c3-4e3f-8667-e976b55f0039 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1146/2261] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:49 2026] POST /v2.0/routers => generated 690 bytes in 2152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2262] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:54:51 2026] GET /v2.0/routers/3273ed90-fc9b-4a88-9274-4b0dca8e015e => generated 696 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2263] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 22:54:51 2026] GET /v2.0/routers => generated 699 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2266] 10.0.0.96 () {34 vars in 740 bytes} [Thu Feb 26 22:54:51 2026] PUT /v2.0/routers/3273ed90-fc9b-4a88-9274-4b0dca8e015e => generated 703 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2267] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:54:52 2026] GET /v2.0/routers/3273ed90-fc9b-4a88-9274-4b0dca8e015e => generated 703 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2268] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:52 2026] GET /v2.0/ports?device_id=3273ed90-fc9b-4a88-9274-4b0dca8e015e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:52.410 8 INFO neutron_taas.services.taas.taas_plugin [None req-52876237-1cc4-45d4-80ec-b4605630b85a 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] TaaS: Handle Delete Port: 61b8674c-242e-4621-b0da-7c6a75088e4a 2026-02-26 22:54:52.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52876237-1cc4-45d4-80ec-b4605630b85a 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Tap Mirror: Handle Delete Port: 61b8674c-242e-4621-b0da-7c6a75088e4a 2026-02-26 22:54:52.673 8 INFO neutron_taas.services.taas.taas_plugin [None req-52876237-1cc4-45d4-80ec-b4605630b85a 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] TaaS: Handle Delete Port: e8831fd5-23a6-413b-8adb-c5a02aea08ad 2026-02-26 22:54:52.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52876237-1cc4-45d4-80ec-b4605630b85a 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] Tap Mirror: Handle Delete Port: e8831fd5-23a6-413b-8adb-c5a02aea08ad 2026-02-26 22:54:53.033 8 INFO neutron.services.segments.plugin [-] Segment a9093f54-a470-4b09-8797-42dd0d630b8a resource provider aggregate not found 2026-02-26 22:54:53.035 8 INFO neutron.services.segments.plugin [-] Segment a9093f54-a470-4b09-8797-42dd0d630b8a resource provider aggregate not found 2026-02-26 22:54:53.048 8 INFO neutron.services.segments.plugin [-] Segment a9093f54-a470-4b09-8797-42dd0d630b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9093f54-a470-4b09-8797-42dd0d630b8a found for delete ", "request_id": "req-cdc4913d-e606-4452-b19d-833850659f45"}]} 2026-02-26 22:54:53.059 8 INFO neutron.services.segments.plugin [-] Segment a9093f54-a470-4b09-8797-42dd0d630b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9093f54-a470-4b09-8797-42dd0d630b8a found for delete ", "request_id": "req-03cb059b-19b2-45af-8c8e-9712bbee9d64"}]} 2026-02-26 22:54:53.063 8 INFO neutron.db.l3_hamode_db [None req-52876237-1cc4-45d4-80ec-b4605630b85a 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] HA network 5857d7a7-4dd4-486a-b74b-7dd7deb9a0a9 was deleted as no HA routers are present in tenant de4baea49e514822a721740e5e32821c. [pid: 8|app: 0|req: 1151/2269] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:52 2026] DELETE /v2.0/routers/3273ed90-fc9b-4a88-9274-4b0dca8e015e => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2270] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:53 2026] GET /v2.0/ports?device_id=3273ed90-fc9b-4a88-9274-4b0dca8e015e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:53.133 8 INFO neutron.api.v2.resource [None req-5cf6ccec-7370-4d70-879b-c4bcb9c61529 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1152/2271] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:53 2026] DELETE /v2.0/routers/3273ed90-fc9b-4a88-9274-4b0dca8e015e => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2272] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:53 2026] GET /v2.0/ports?device_id=db593079-6dba-4eed-ade2-fb41e33f5061 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:53.181 8 INFO neutron.api.v2.resource [None req-77319e7e-7b08-4ae8-995b-6d54c02992b6 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1154/2273] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:53 2026] DELETE /v2.0/routers/db593079-6dba-4eed-ade2-fb41e33f5061 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:54:53.197 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a77fe4a-4aad-4309-af25-bbd70da5e0a7 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1155/2274] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:53 2026] DELETE /v2.0/subnets/0647b0c0-5671-4906-8a0e-38e2d052da84 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2275] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:53 2026] GET /v2.0/ports?device_id=e72cffcb-e98f-4d7d-86c1-2e71e573c37e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:53.247 8 INFO neutron.api.v2.resource [None req-c0b90385-40fa-4228-aa5e-47d9b3416ed5 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1157/2276] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:53 2026] DELETE /v2.0/routers/e72cffcb-e98f-4d7d-86c1-2e71e573c37e => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:54:53.264 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d3dcb012-ef86-4c74-be8e-df0c8c413ee2 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1158/2277] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:53 2026] DELETE /v2.0/subnets/dc779868-1b59-4744-b97d-4445d1f1ee36 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2278] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:53 2026] GET /v2.0/ports?device_id=68c7ad0f-bfaa-4a0b-8d37-ca3629b80ff5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:54:53.319 8 INFO neutron.api.v2.resource [None req-4cc3f5aa-ac26-42c9-a1da-2b9cc4349923 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1160/2279] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:53 2026] DELETE /v2.0/routers/68c7ad0f-bfaa-4a0b-8d37-ca3629b80ff5 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:54:53.345 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4d84c5d-dff4-4645-9bda-1e71e7fa04e6 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1161/2280] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:53 2026] DELETE /v2.0/subnets/ad610f91-c2ae-493d-b0ad-874e84cfcc83 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:54:53.366 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a986a42-76b8-41dc-b2af-881f938c3538 5f63cd6604ed4524b70dbf071d33856c de4baea49e514822a721740e5e32821c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1162/2281] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:53 2026] DELETE /v2.0/subnets/e38ce2a5-9f8f-434e-a3f6-d868eaf13bb2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:54:53.389 7 INFO neutron.db.segments_db [None req-986cb7b8-bdb5-4c7b-a3d3-643cc86a48bf 7814a4dbc048401b8f44db16a5feab14 840e861c6f1f4118b35273e6c16be4de - - default default] Added segment 4692fda6-8f41-4256-9e50-106c433cdb17 of type vxlan for network 56e871a1-781f-4c50-9d7e-9b4406bc89d8 [pid: 7|app: 0|req: 1120/2282] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:53 2026] POST /v2.0/networks => generated 613 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2283] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:53 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:53.841 7 INFO neutron.db.segments_db [None req-c2a3a23a-4c9a-4796-9a4a-767d1fc75cdf 7814a4dbc048401b8f44db16a5feab14 840e861c6f1f4118b35273e6c16be4de - - default default] Added segment fa5b9d28-29b7-4b80-bc4d-3dee9b055055 of type vxlan for network af5a6659-10ee-44fb-b9d1-f8d14706d6a4 [pid: 7|app: 0|req: 1121/2284] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:53 2026] POST /v2.0/networks => generated 613 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2285] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:53 2026] GET /v2.0/security-groups?tenant_id=de4baea49e514822a721740e5e32821c&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: 1165/2286] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:53 2026] DELETE /v2.0/security-groups/6594a631-d282-4506-98eb-6e6f2d578181 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2287] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:53 2026] POST /v2.0/subnets => generated 629 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:54.253 8 INFO neutron.db.segments_db [None req-7a2370b0-033d-4eca-8825-40ad1c04cf8a 7814a4dbc048401b8f44db16a5feab14 840e861c6f1f4118b35273e6c16be4de - - default default] Added segment aa0aa8d3-95ba-414c-b796-5b58d6ad10ea of type vxlan for network c5f922a0-1b62-4574-9ab2-b2dd89a47cdf [pid: 8|app: 0|req: 1166/2288] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:54 2026] POST /v2.0/networks => generated 613 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2289] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:54 2026] POST /v2.0/subnets => generated 629 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:54:54.655 8 INFO neutron.db.segments_db [None req-05468e48-e38f-41d8-8321-e5e93145a5de 7814a4dbc048401b8f44db16a5feab14 840e861c6f1f4118b35273e6c16be4de - - default default] Added segment 464c276a-ced6-42bf-af72-1292e54e1bad of type vxlan for network 7d05c205-66a2-4f22-9193-78689320f240 [pid: 8|app: 0|req: 1167/2290] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:54 2026] POST /v2.0/networks => generated 613 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2291] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:54 2026] POST /v2.0/subnets => generated 629 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2292] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:54:54 2026] GET /v2.0/networks => generated 8028 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2293] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/security-groups => generated 34321 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-26 22:54:55.106 7 INFO neutron.db.segments_db [None req-48ba4d64-4ec4-4910-8d00-f827515faf0b 7814a4dbc048401b8f44db16a5feab14 840e861c6f1f4118b35273e6c16be4de - - default default] Added segment b3bc0c53-12de-42fb-9e59-83d8fe8d822b of type vxlan for network 6a4eed12-20aa-4a45-8b1a-677c30c820af [pid: 8|app: 0|req: 1170/2294] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1279 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2295] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/subnets => generated 6453 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2296] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:54:55 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2297] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2298] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/network-ip-availabilities => generated 4833 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2299] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/subnets => generated 6453 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2300] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2301] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/routers => generated 1461 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2302] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2303] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:54:55 2026] POST /v2.0/subnets => generated 629 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2304] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/routers/061922cc-35f4-4f43-9377-2e85f5564175/l3-agents => generated 681 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2305] 10.0.0.96 () {34 vars in 750 bytes} [Thu Feb 26 22:54:55 2026] PUT /v2.0/subnets/9e6d9a42-e4af-43a2-96ae-5cad2336db54/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2306] 10.0.0.96 () {34 vars in 750 bytes} [Thu Feb 26 22:54:55 2026] PUT /v2.0/subnets/d1a67f7a-30b3-4e44-b0d2-b8a70082b315/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: 1132/2307] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/routers/80f752a8-d412-4bd5-9739-4f02643e3027/l3-agents => generated 681 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2308] 10.0.0.96 () {34 vars in 750 bytes} [Thu Feb 26 22:54:55 2026] PUT /v2.0/subnets/814d6a56-6404-47bf-afd4-f0449fa131cf/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2309] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/ports => generated 16605 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2310] 10.0.0.96 () {34 vars in 750 bytes} [Thu Feb 26 22:54:55 2026] PUT /v2.0/subnets/3694f706-ec85-40dd-ae5a-a6c8b4d8a01c/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2311] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/floatingips => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2312] 10.0.0.96 () {32 vars in 663 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2313] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/agents => generated 3386 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2314] 10.0.0.96 () {32 vars in 677 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2315] 10.0.0.96 () {32 vars in 673 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2316] 10.0.0.96 () {32 vars in 685 bytes} [Thu Feb 26 22:54:55 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: 1181/2317] 10.0.0.96 () {32 vars in 671 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2318] 10.0.0.96 () {32 vars in 685 bytes} [Thu Feb 26 22:54:55 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2319] 10.0.0.96 () {32 vars in 681 bytes} [Thu Feb 26 22:54:56 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: 1138/2320] 10.0.0.96 () {32 vars in 693 bytes} [Thu Feb 26 22:54:56 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2321] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:56 2026] DELETE /v2.0/subnets/9e6d9a42-e4af-43a2-96ae-5cad2336db54 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2322] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:56 2026] DELETE /v2.0/subnets/d1a67f7a-30b3-4e44-b0d2-b8a70082b315 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2323] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:56 2026] DELETE /v2.0/subnets/814d6a56-6404-47bf-afd4-f0449fa131cf => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2324] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:56 2026] DELETE /v2.0/subnets/3694f706-ec85-40dd-ae5a-a6c8b4d8a01c => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2325] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:54:56 2026] DELETE /v2.0/subnets/2b99b183-a398-40ab-9e8f-dcad0fc7b3b1 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:56.946 7 INFO neutron.services.segments.plugin [-] Segment 4692fda6-8f41-4256-9e50-106c433cdb17 resource provider aggregate not found 2026-02-26 22:54:56.954 7 INFO neutron.services.segments.plugin [-] Segment 4692fda6-8f41-4256-9e50-106c433cdb17 resource provider aggregate not found 2026-02-26 22:54:56.971 7 INFO neutron.services.segments.plugin [-] Segment 4692fda6-8f41-4256-9e50-106c433cdb17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4692fda6-8f41-4256-9e50-106c433cdb17 found for delete ", "request_id": "req-8ef86df7-75f1-4cfe-9d06-8b0aba2f6e43"}]} 2026-02-26 22:54:56.981 7 INFO neutron.services.segments.plugin [-] Segment 4692fda6-8f41-4256-9e50-106c433cdb17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4692fda6-8f41-4256-9e50-106c433cdb17 found for delete ", "request_id": "req-fc58569d-0413-4ee9-9465-8e817e48511a"}]} [pid: 7|app: 0|req: 1141/2326] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:56 2026] DELETE /v2.0/networks/56e871a1-781f-4c50-9d7e-9b4406bc89d8 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:54:57.135 8 INFO neutron.services.segments.plugin [-] Segment fa5b9d28-29b7-4b80-bc4d-3dee9b055055 resource provider aggregate not found 2026-02-26 22:54:57.140 8 INFO neutron.services.segments.plugin [-] Segment fa5b9d28-29b7-4b80-bc4d-3dee9b055055 resource provider aggregate not found 2026-02-26 22:54:57.160 8 INFO neutron.services.segments.plugin [-] Segment fa5b9d28-29b7-4b80-bc4d-3dee9b055055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa5b9d28-29b7-4b80-bc4d-3dee9b055055 found for delete ", "request_id": "req-20a542fd-fcaf-4edd-87d2-5675913024f7"}]} 2026-02-26 22:54:57.163 8 INFO neutron.services.segments.plugin [-] Segment fa5b9d28-29b7-4b80-bc4d-3dee9b055055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa5b9d28-29b7-4b80-bc4d-3dee9b055055 found for delete ", "request_id": "req-35b96c70-aa38-4005-9c54-c76bbe2bce1c"}]} [pid: 8|app: 0|req: 1186/2327] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:57 2026] DELETE /v2.0/networks/af5a6659-10ee-44fb-b9d1-f8d14706d6a4 => 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: 1142/2328] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:57 2026] DELETE /v2.0/networks/c5f922a0-1b62-4574-9ab2-b2dd89a47cdf => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2329] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:57 2026] DELETE /v2.0/networks/7d05c205-66a2-4f22-9193-78689320f240 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2330] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:54:57 2026] DELETE /v2.0/networks/6a4eed12-20aa-4a45-8b1a-677c30c820af => 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: 1188/2331] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:57 2026] GET /v2.0/security-groups?tenant_id=21788ccde1084d309859ce0af79b7e89&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2332] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:57 2026] DELETE /v2.0/security-groups/e67c0439-80ab-451e-b693-b5bdf586109f => 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: 1189/2333] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:58 2026] GET /v2.0/security-groups?tenant_id=db247569e506466f83ea47abcb93426f&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2334] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:58 2026] DELETE /v2.0/security-groups/d4da3adc-c622-4c12-b0e8-b88b90f07bce => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:54:58.992 7 INFO neutron.services.segments.plugin [-] Segment aa0aa8d3-95ba-414c-b796-5b58d6ad10ea resource provider aggregate not found 2026-02-26 22:54:59.008 7 INFO neutron.services.segments.plugin [-] Segment aa0aa8d3-95ba-414c-b796-5b58d6ad10ea resource provider aggregate not found 2026-02-26 22:54:59.012 7 INFO neutron.services.segments.plugin [-] Segment aa0aa8d3-95ba-414c-b796-5b58d6ad10ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa0aa8d3-95ba-414c-b796-5b58d6ad10ea found for delete ", "request_id": "req-d5e51a1c-1337-41f6-b09c-4b5fc711162b"}]} 2026-02-26 22:54:59.030 7 INFO neutron.services.segments.plugin [-] Segment b3bc0c53-12de-42fb-9e59-83d8fe8d822b resource provider aggregate not found [pid: 8|app: 0|req: 1190/2335] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:58 2026] GET /v2.0/security-groups?tenant_id=0e19e9e2bfa54f83aa8ce83a7ea6bd54&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:54:59.035 7 INFO neutron.services.segments.plugin [-] Segment aa0aa8d3-95ba-414c-b796-5b58d6ad10ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa0aa8d3-95ba-414c-b796-5b58d6ad10ea found for delete ", "request_id": "req-d0649fd0-d0a3-4c01-91af-53ff9ca6f511"}]} 2026-02-26 22:54:59.053 7 INFO neutron.services.segments.plugin [-] Segment b3bc0c53-12de-42fb-9e59-83d8fe8d822b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3bc0c53-12de-42fb-9e59-83d8fe8d822b found for delete ", "request_id": "req-4223961c-7db4-4033-a1ca-856851bbca86"}]} 2026-02-26 22:54:59.060 7 INFO neutron.services.segments.plugin [-] Segment b3bc0c53-12de-42fb-9e59-83d8fe8d822b resource provider aggregate not found 2026-02-26 22:54:59.090 7 INFO neutron.services.segments.plugin [-] Segment b3bc0c53-12de-42fb-9e59-83d8fe8d822b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3bc0c53-12de-42fb-9e59-83d8fe8d822b found for delete ", "request_id": "req-094fca4e-5151-434f-8b2c-a6f9eb7e20d0"}]} [pid: 7|app: 0|req: 1146/2336] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:59 2026] DELETE /v2.0/security-groups/ddea83bd-2372-483d-8715-992a041f7f1d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:54:59.185 8 INFO neutron.services.segments.plugin [-] Segment 464c276a-ced6-42bf-af72-1292e54e1bad resource provider aggregate not found 2026-02-26 22:54:59.192 8 INFO neutron.services.segments.plugin [-] Segment 464c276a-ced6-42bf-af72-1292e54e1bad resource provider aggregate not found 2026-02-26 22:54:59.207 8 INFO neutron.services.segments.plugin [-] Segment 464c276a-ced6-42bf-af72-1292e54e1bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 464c276a-ced6-42bf-af72-1292e54e1bad found for delete ", "request_id": "req-bff005b1-af90-41e8-a173-e602f4d08b41"}]} 2026-02-26 22:54:59.211 8 INFO neutron.services.segments.plugin [-] Segment 464c276a-ced6-42bf-af72-1292e54e1bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 464c276a-ced6-42bf-af72-1292e54e1bad found for delete ", "request_id": "req-ad2c0984-cc75-42bd-a41c-e8b7fd6f91b2"}]} [pid: 8|app: 0|req: 1191/2337] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:54:59 2026] GET /v2.0/security-groups?tenant_id=840e861c6f1f4118b35273e6c16be4de&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2338] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:54:59 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1010 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2339] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:54:59 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2340] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:54:59 2026] DELETE /v2.0/security-groups/25979e6e-810c-4a0e-aa2b-7d52c044c2c6 => 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: 1149/2341] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:54:59 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1279 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2342] 10.0.0.96 () {32 vars in 857 bytes} [Thu Feb 26 22:54:59 2026] GET /v2.0/floatingips?floating_network_id=a210eb74-3445-4985-bdfc-5121e1174ea9&port_id=780cb4b7-7881-4da9-a1e2-043d64b69005 => generated 860 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2343] 10.0.0.63 () {34 vars in 989 bytes} [Thu Feb 26 22:55:00 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1279 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2344] 10.0.0.63 () {34 vars in 1119 bytes} [Thu Feb 26 22:55:00 2026] GET /v2.0/security-groups?id=bf54bac1-65c8-4dbb-87c7-038896b6120d&id=68f17175-7ff1-4410-a8c1-c7989f007419&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2345] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:01 2026] GET /v2.0/security-groups?tenant_id=d84184f3a1d141cc9d37997fdbebbdad&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2346] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:02 2026] DELETE /v2.0/security-groups/2a89e94f-e3b0-4d32-831c-15a11e45e538 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2347] 10.0.0.96 () {34 vars in 677 bytes} [Thu Feb 26 22:55:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2348] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 22:55:02 2026] PUT /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2349] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:55:02 2026] GET /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2350] 10.0.0.96 () {34 vars in 763 bytes} [Thu Feb 26 22:55:03 2026] PUT /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags/green => 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: 1154/2351] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:55:03 2026] GET /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2352] 10.0.0.96 () {34 vars in 759 bytes} [Thu Feb 26 22:55:03 2026] PUT /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2353] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:03 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2354] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:55:03 2026] GET /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/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: 1156/2355] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:55:03 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2356] 10.0.0.96 () {34 vars in 781 bytes} [Thu Feb 26 22:55:03 2026] PUT /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2357] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:55:03 2026] GET /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2358] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 22:55:03 2026] PUT /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2359] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:55:03 2026] GET /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2360] 10.0.0.96 () {32 vars in 740 bytes} [Thu Feb 26 22:55:03 2026] GET /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:55:03.546 7 INFO neutron.api.v2.resource [None req-a50edf94-ae18-4b39-afcd-ef3374790cf7 c8187317c51e42e99a049b99a0a9d43a 9dd522a8d044404ab6bb0d1b407ec026 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1159/2361] 10.0.0.96 () {32 vars in 744 bytes} [Thu Feb 26 22:55:03 2026] GET /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2362] 10.0.0.96 () {32 vars in 743 bytes} [Thu Feb 26 22:55:03 2026] DELETE /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2363] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:55:03 2026] GET /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:03.709 8 INFO neutron.api.v2.resource [None req-d8f2085c-cbef-4bfb-a3b6-95a362cd036b c8187317c51e42e99a049b99a0a9d43a 9dd522a8d044404ab6bb0d1b407ec026 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1204/2364] 10.0.0.96 () {32 vars in 747 bytes} [Thu Feb 26 22:55:03 2026] DELETE /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2365] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:55:03 2026] DELETE /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2366] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 22:55:03 2026] GET /v2.0/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2367] 10.0.0.96 () {32 vars in 733 bytes} [Thu Feb 26 22:55:03 2026] DELETE /v2.0/qos/policies/d73f7a03-0119-4dc6-99b7-a62e735a93f6 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2368] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:04 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1010 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2369] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:55:04 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2370] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:04 2026] GET /v2.0/security-groups?tenant_id=9dd522a8d044404ab6bb0d1b407ec026&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2371] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:04 2026] DELETE /v2.0/security-groups/9d650498-d080-48cb-bc6a-4ba9684d80c0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2372] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:05 2026] GET /v2.0/security-groups?tenant_id=914fa49616b04d94a34a3b0a81aedf66&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2373] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:05 2026] DELETE /v2.0/security-groups/0dacf855-5ae4-4df5-925d-f5c6189745e3 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2374] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:05 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2375] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:55:05 2026] GET /v2.0/security-groups?id=68f17175-7ff1-4410-a8c1-c7989f007419&id=bf54bac1-65c8-4dbb-87c7-038896b6120d&fields=id&fields=name => generated 207 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2376] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:55:05 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 1010 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:55:05.849 7 INFO neutron_taas.services.taas.taas_plugin [req-70bf1f42-8c9b-48fb-a970-a46aeb36b077 req-287cf4a8-bef8-4c24-94f6-81ae74e944d7 779ac6893e6a4922a2a4213b586eb5f6 ca51f3108d594428a309a0803a7c6cc0 - - default default] TaaS: Handle Delete Port: 780cb4b7-7881-4da9-a1e2-043d64b69005 2026-02-26 22:55:05.852 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-70bf1f42-8c9b-48fb-a970-a46aeb36b077 req-287cf4a8-bef8-4c24-94f6-81ae74e944d7 779ac6893e6a4922a2a4213b586eb5f6 ca51f3108d594428a309a0803a7c6cc0 - - default default] Tap Mirror: Handle Delete Port: 780cb4b7-7881-4da9-a1e2-043d64b69005 2026-02-26 22:55:05.957 7 INFO neutron.db.l3_db [req-70bf1f42-8c9b-48fb-a970-a46aeb36b077 req-287cf4a8-bef8-4c24-94f6-81ae74e944d7 779ac6893e6a4922a2a4213b586eb5f6 ca51f3108d594428a309a0803a7c6cc0 - - default default] Floating IP 17891235-932e-4475-a7ab-659200bbd896 disassociated. External IP: 10.96.250.203, port: 780cb4b7-7881-4da9-a1e2-043d64b69005. [pid: 8|app: 0|req: 1211/2377] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:05 2026] GET /v2.0/security-groups?tenant_id=a77631d8fba245398c10adb57a68fe51&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2378] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:06 2026] DELETE /v2.0/security-groups/e138bf1b-c2d4-4530-a72d-6267d2cbf573 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2379] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:55:05 2026] DELETE /v2.0/ports/780cb4b7-7881-4da9-a1e2-043d64b69005 => generated 0 bytes in 667 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:55:06.401 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-18cbee51-3933-47a7-92f1-de466516e1ec'] response: {'server_uuid': '80798954-da3d-461f-813e-05a2dc124251', 'name': 'network-vif-deleted', 'tag': '780cb4b7-7881-4da9-a1e2-043d64b69005', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1213/2380] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:06 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => 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: 1215/2383] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:07 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:08.595 7 INFO neutron.db.segments_db [None req-8299cfa9-9cc5-480d-92a7-84a9475a9fcd e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment c66626db-428f-4338-b4bb-46d8b67c7efb of type vxlan for network 035ea67a-30b8-4339-9503-858677128bfe [pid: 7|app: 0|req: 1169/2384] 10.0.0.96 () {34 vars in 670 bytes} [Thu Feb 26 22:55:08 2026] POST /v2.0/networks => generated 722 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2385] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:08 2026] GET /v2.0/ports?device_id=80798954-da3d-461f-813e-05a2dc124251 => 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: 1216/2386] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:55:08 2026] POST /v2.0/subnets => generated 688 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:55:09.052 7 INFO neutron.db.segments_db [None req-5154ee5e-4949-4183-8132-494f5e38af9c e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Added segment f0ac679b-8073-4f2a-b804-b6ef8f38cc99 of type vxlan for network 4bd9d78b-c4af-46be-8429-9baa48a3e4a7 2026-02-26 22:55:09.154 8 INFO neutron.db.segments_db [None req-a35f555f-80f4-4f58-99c6-63afc8499794 4eeb6eb4d88b47d9b15264b113caff96 45d0f39e8f9647e6a4e345e2a6175088 - - default default] Added segment 4825e50e-1596-498c-abe1-8c521857702f of type vxlan for network 6ac5230a-b454-460c-b17f-0e2e371af193 2026-02-26 22:55:09.317 7 INFO neutron.db.l3_hamode_db [None req-5154ee5e-4949-4183-8132-494f5e38af9c e382bf0d2a614ec28117704ace4a0c9e 35d8e8de369840c28f014b7aed5c9f37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:55:09.427 8 INFO neutron.db.l3_hamode_db [None req-a35f555f-80f4-4f58-99c6-63afc8499794 4eeb6eb4d88b47d9b15264b113caff96 45d0f39e8f9647e6a4e345e2a6175088 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 22:55:09.559 8 INFO neutron.db.l3_hamode_db [None req-a35f555f-80f4-4f58-99c6-63afc8499794 4eeb6eb4d88b47d9b15264b113caff96 45d0f39e8f9647e6a4e345e2a6175088 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1217/2387] 10.0.0.96 () {34 vars in 667 bytes} [Thu Feb 26 22:55:09 2026] POST /v2.0/routers => generated 474 bytes in 1188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2388] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:10 2026] DELETE /v2.0/security-groups/bf54bac1-65c8-4dbb-87c7-038896b6120d => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2389] 10.0.0.96 () {34 vars in 750 bytes} [Thu Feb 26 22:55:10 2026] PUT /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags => generated 25 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:10.540 8 INFO neutron.api.v2.resource [None req-87545065-31c8-42a4-a75d-5f77770555b8 779ac6893e6a4922a2a4213b586eb5f6 ca51f3108d594428a309a0803a7c6cc0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2390] 10.0.0.96 () {32 vars in 736 bytes} [Thu Feb 26 22:55:10 2026] GET /v2.0/security-groups/bf54bac1-65c8-4dbb-87c7-038896b6120d => 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: 1221/2391] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:55:10 2026] GET /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:10.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-e32b25fc-6a9a-4e6b-9270-11d0ebcacc16 779ac6893e6a4922a2a4213b586eb5f6 ca51f3108d594428a309a0803a7c6cc0 - - default default] TaaS: Handle Delete Port: 651b0e8b-9bda-4c6c-b64c-063804540c7b 2026-02-26 22:55:10.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e32b25fc-6a9a-4e6b-9270-11d0ebcacc16 779ac6893e6a4922a2a4213b586eb5f6 ca51f3108d594428a309a0803a7c6cc0 - - default default] Tap Mirror: Handle Delete Port: 651b0e8b-9bda-4c6c-b64c-063804540c7b [pid: 8|app: 0|req: 1222/2392] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:55:10 2026] DELETE /v2.0/floatingips/17891235-932e-4475-a7ab-659200bbd896 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:55:11.073 7 INFO neutron.db.l3_hamode_db [None req-5154ee5e-4949-4183-8132-494f5e38af9c e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1223/2393] 10.0.0.96 () {34 vars in 761 bytes} [Thu Feb 26 22:55:10 2026] PUT /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags/green => generated 4 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2394] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:11 2026] DELETE /v2.0/security-groups/68f17175-7ff1-4410-a8c1-c7989f007419 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2395] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:55:11 2026] GET /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:11.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e36283d-2f7b-4341-b55a-5355565e9120 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 66516196-a440-444e-830f-316f6c43cd18 2026-02-26 22:55:11.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e36283d-2f7b-4341-b55a-5355565e9120 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 66516196-a440-444e-830f-316f6c43cd18 [pid: 7|app: 0|req: 1171/2396] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:55:08 2026] POST /v2.0/routers => generated 728 bytes in 2936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2397] 10.0.0.96 () {34 vars in 757 bytes} [Thu Feb 26 22:55:11 2026] PUT /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags/red => generated 4 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2398] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:55:11 2026] PUT /v2.0/routers/061922cc-35f4-4f43-9377-2e85f5564175/remove_router_interface => generated 309 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2399] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:55:12 2026] GET /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:12.613 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a1ef370-7054-442a-acea-049ef50449a2 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: e298eeb7-b8a2-4955-88ac-97d792d1f3ad 2026-02-26 22:55:12.616 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a1ef370-7054-442a-acea-049ef50449a2 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: e298eeb7-b8a2-4955-88ac-97d792d1f3ad 2026-02-26 22:55:12.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a1ef370-7054-442a-acea-049ef50449a2 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 6779aaa8-58dc-49b1-8b69-7ab15598b19e 2026-02-26 22:55:12.895 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a1ef370-7054-442a-acea-049ef50449a2 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 6779aaa8-58dc-49b1-8b69-7ab15598b19e [pid: 7|app: 0|req: 1173/2400] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:55:12 2026] PUT /v2.0/routers/75ef0bb8-f2e5-4e31-8ed5-a8b6cc4839bb/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:55:13.310 8 INFO neutron.services.segments.plugin [-] Segment df0184d1-05fa-4bf5-b8c6-a0f1557fa3e5 resource provider aggregate not found 2026-02-26 22:55:13.321 8 INFO neutron.services.segments.plugin [-] Segment df0184d1-05fa-4bf5-b8c6-a0f1557fa3e5 resource provider aggregate not found 2026-02-26 22:55:13.347 8 INFO neutron.services.segments.plugin [-] Segment df0184d1-05fa-4bf5-b8c6-a0f1557fa3e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df0184d1-05fa-4bf5-b8c6-a0f1557fa3e5 found for delete ", "request_id": "req-eb6952cc-e103-4cca-9e30-d85463da644d"}]} 2026-02-26 22:55:13.348 8 INFO neutron.services.segments.plugin [-] Segment df0184d1-05fa-4bf5-b8c6-a0f1557fa3e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df0184d1-05fa-4bf5-b8c6-a0f1557fa3e5 found for delete ", "request_id": "req-7915fb39-f95c-4764-b700-8c1a6ff53c16"}]} 2026-02-26 22:55:13.356 8 INFO neutron.db.l3_hamode_db [None req-5a1ef370-7054-442a-acea-049ef50449a2 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] HA network 4a5e6569-6cb3-4bb8-a11d-618c7b7b79c1 was deleted as no HA routers are present in tenant ca51f3108d594428a309a0803a7c6cc0. [pid: 8|app: 0|req: 1228/2401] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:55:12 2026] DELETE /v2.0/routers/061922cc-35f4-4f43-9377-2e85f5564175 => generated 0 bytes in 990 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2402] 10.0.0.96 () {34 vars in 779 bytes} [Thu Feb 26 22:55:13 2026] PUT /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags/black.or.white => generated 4 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2403] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:55:13 2026] GET /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags => generated 52 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2404] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:55:13 2026] DELETE /v2.0/subnets/f6f591fd-d5a4-40c1-ab62-0646bb270b80 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2405] 10.0.0.96 () {34 vars in 750 bytes} [Thu Feb 26 22:55:13 2026] PUT /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags => generated 37 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:13.633 8 INFO neutron_taas.services.taas.taas_plugin [None req-007b101d-1bd8-471c-9154-faf1fa3b73ed e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: d636ea72-eccc-477d-9e08-1a526c6ad4f6 2026-02-26 22:55:13.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-007b101d-1bd8-471c-9154-faf1fa3b73ed e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: d636ea72-eccc-477d-9e08-1a526c6ad4f6 [pid: 7|app: 0|req: 1177/2406] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:55:13 2026] GET /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags => generated 37 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2407] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 22:55:13 2026] GET /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags/red => 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: 1230/2408] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:55:13 2026] DELETE /v2.0/networks/dce0bb27-621b-4a8b-b1e4-96657356c190 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:55:13.897 7 INFO neutron.api.v2.resource [None req-c20a3357-f0b7-4998-be52-bec9b8e3937d 4eeb6eb4d88b47d9b15264b113caff96 45d0f39e8f9647e6a4e345e2a6175088 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1179/2409] 10.0.0.96 () {32 vars in 742 bytes} [Thu Feb 26 22:55:13 2026] GET /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags/green => generated 99 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2410] 10.0.0.96 () {32 vars in 741 bytes} [Thu Feb 26 22:55:13 2026] DELETE /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags/red => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2411] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:55:14 2026] GET /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags => generated 30 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:14.261 7 INFO neutron.api.v2.resource [None req-d34ebb7a-c841-4e81-aea3-206812667b9d 4eeb6eb4d88b47d9b15264b113caff96 45d0f39e8f9647e6a4e345e2a6175088 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1182/2412] 10.0.0.96 () {32 vars in 745 bytes} [Thu Feb 26 22:55:14 2026] DELETE /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags/green => generated 99 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 22:55:14.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-cad007e2-5b4a-4128-92c3-003d9313a5ad e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: c544ab0d-4fe5-42af-a517-5b0bf3c7e41a 2026-02-26 22:55:14.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cad007e2-5b4a-4128-92c3-003d9313a5ad e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: c544ab0d-4fe5-42af-a517-5b0bf3c7e41a [pid: 7|app: 0|req: 1183/2413] 10.0.0.96 () {32 vars in 733 bytes} [Thu Feb 26 22:55:14 2026] DELETE /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/tags => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2414] 10.0.0.96 () {32 vars in 730 bytes} [Thu Feb 26 22:55:14 2026] GET /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141/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: 1185/2415] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:55:14 2026] GET /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141 => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2416] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:55:13 2026] PUT /v2.0/routers/80f752a8-d412-4bd5-9739-4f02643e3027/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:55:14.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c3bc6f7-f868-4aaa-bfaa-d79261b44be0 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: d4260579-9922-47d7-9269-871d43eecacf 2026-02-26 22:55:14.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c3bc6f7-f868-4aaa-bfaa-d79261b44be0 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: d4260579-9922-47d7-9269-871d43eecacf [pid: 7|app: 0|req: 1186/2417] 10.0.0.96 () {34 vars in 741 bytes} [Thu Feb 26 22:55:14 2026] PUT /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141 => generated 480 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2418] 10.0.0.96 () {32 vars in 735 bytes} [Thu Feb 26 22:55:15 2026] GET /v2.0/ports?device_id=a4b27cb0-acbf-4bb7-8f3e-10d218cdd141 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:15.279 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c3bc6f7-f868-4aaa-bfaa-d79261b44be0 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: f92be5dc-22c6-4c1d-8eb3-ef6955e9d651 2026-02-26 22:55:15.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c3bc6f7-f868-4aaa-bfaa-d79261b44be0 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: f92be5dc-22c6-4c1d-8eb3-ef6955e9d651 2026-02-26 22:55:15.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-57bf0947-6ae0-446b-ad72-9f7e18d5ce8c 4eeb6eb4d88b47d9b15264b113caff96 45d0f39e8f9647e6a4e345e2a6175088 - - default default] TaaS: Handle Delete Port: fc038a47-b3ad-42d2-bded-3bd68e0ac410 2026-02-26 22:55:15.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57bf0947-6ae0-446b-ad72-9f7e18d5ce8c 4eeb6eb4d88b47d9b15264b113caff96 45d0f39e8f9647e6a4e345e2a6175088 - - default default] Tap Mirror: Handle Delete Port: fc038a47-b3ad-42d2-bded-3bd68e0ac410 2026-02-26 22:55:15.371 8 INFO neutron.services.segments.plugin [-] Segment 3b0c25ea-443c-4d1e-8475-ac22c07a4c01 resource provider aggregate not found 2026-02-26 22:55:15.374 8 INFO neutron.services.segments.plugin [-] Segment 3b0c25ea-443c-4d1e-8475-ac22c07a4c01 resource provider aggregate not found 2026-02-26 22:55:15.402 8 INFO neutron.services.segments.plugin [-] Segment 3b0c25ea-443c-4d1e-8475-ac22c07a4c01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b0c25ea-443c-4d1e-8475-ac22c07a4c01 found for delete ", "request_id": "req-70dc26d8-7092-4186-bbd0-d81de093df36"}]} 2026-02-26 22:55:15.403 8 INFO neutron.services.segments.plugin [-] Segment 3b0c25ea-443c-4d1e-8475-ac22c07a4c01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b0c25ea-443c-4d1e-8475-ac22c07a4c01 found for delete ", "request_id": "req-0d7a89c7-45f7-451b-a1c9-1a0443a89162"}]} 2026-02-26 22:55:15.664 8 INFO neutron.db.l3_hamode_db [None req-1c3bc6f7-f868-4aaa-bfaa-d79261b44be0 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] HA network 2c45faa7-2b48-4659-9613-d9006aef3b2a was deleted as no HA routers are present in tenant 17551ef4442a4e91865793030301d740. [pid: 8|app: 0|req: 1232/2419] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:55:14 2026] DELETE /v2.0/routers/80f752a8-d412-4bd5-9739-4f02643e3027 => generated 0 bytes in 907 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:55:15.692 7 INFO neutron.services.segments.plugin [-] Segment 4825e50e-1596-498c-abe1-8c521857702f resource provider aggregate not found 2026-02-26 22:55:15.709 7 INFO neutron.services.segments.plugin [-] Segment 4825e50e-1596-498c-abe1-8c521857702f resource provider aggregate not found 2026-02-26 22:55:15.717 7 INFO neutron.services.segments.plugin [-] Segment 4825e50e-1596-498c-abe1-8c521857702f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4825e50e-1596-498c-abe1-8c521857702f found for delete ", "request_id": "req-c17147ef-3922-4314-b446-7ef668570f8f"}]} [pid: 8|app: 0|req: 1233/2420] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:55:15 2026] GET /v2.0/networks?id=035ea67a-30b8-4339-9503-858677128bfe => generated 673 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:55:15.732 7 INFO neutron.db.l3_hamode_db [None req-57bf0947-6ae0-446b-ad72-9f7e18d5ce8c 4eeb6eb4d88b47d9b15264b113caff96 45d0f39e8f9647e6a4e345e2a6175088 - - default default] HA network 6ac5230a-b454-460c-b17f-0e2e371af193 was deleted as no HA routers are present in tenant 45d0f39e8f9647e6a4e345e2a6175088. 2026-02-26 22:55:15.737 7 INFO neutron.services.segments.plugin [-] Segment 4825e50e-1596-498c-abe1-8c521857702f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4825e50e-1596-498c-abe1-8c521857702f found for delete ", "request_id": "req-e3f18491-71f6-4cc2-a7a3-012811f0ddd5"}]} [pid: 7|app: 0|req: 1188/2421] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:55:15 2026] DELETE /v2.0/routers/a4b27cb0-acbf-4bb7-8f3e-10d218cdd141 => generated 0 bytes in 582 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2422] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:55:15 2026] GET /v2.0/quotas/35d8e8de369840c28f014b7aed5c9f37 => 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: 1190/2423] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:55:15 2026] GET /v2.0/ports?tenant_id=35d8e8de369840c28f014b7aed5c9f37&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2424] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:55:15 2026] DELETE /v2.0/subnets/f288b660-c22b-43b5-9f63-64b21fcdcf0c => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2425] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:55:15 2026] GET /v2.0/networks/035ea67a-30b8-4339-9503-858677128bfe?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: 1192/2426] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:55:15 2026] GET /v2.0/networks/035ea67a-30b8-4339-9503-858677128bfe?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-02-26 22:55:16.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-26c819c8-fb3f-4a7c-bad9-491f1e0e0ebc e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 7d5bc97e-9ea4-4970-b4e1-8e02ef3f2483 2026-02-26 22:55:16.011 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26c819c8-fb3f-4a7c-bad9-491f1e0e0ebc e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 7d5bc97e-9ea4-4970-b4e1-8e02ef3f2483 [pid: 7|app: 0|req: 1193/2427] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:16 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => 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: 1235/2428] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:55:15 2026] DELETE /v2.0/networks/144616c3-c0f4-4a2c-a16c-15f6581a0a75 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2429] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:16 2026] GET /v2.0/security-groups?tenant_id=17551ef4442a4e91865793030301d740&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2430] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:16 2026] DELETE /v2.0/security-groups/1fd1eb58-7016-45ea-b2f9-a4920909c845 => 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: 1194/2431] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:16 2026] GET /v2.0/security-groups?tenant_id=4f6a31360da348969860a3693f514b69&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: 1238/2432] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:16 2026] DELETE /v2.0/security-groups/a04d2cfe-8636-4883-94ee-ab674d29c9b8 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2433] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:16 2026] GET /v2.0/security-groups?tenant_id=ca51f3108d594428a309a0803a7c6cc0&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2434] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:16 2026] DELETE /v2.0/security-groups/17be975f-a269-474b-b33c-75777cf13772 => 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: 1239/2435] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:16 2026] GET /v2.0/security-groups?tenant_id=45d0f39e8f9647e6a4e345e2a6175088&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2436] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:17 2026] DELETE /v2.0/security-groups/5c5ea758-cb48-4d58-8317-a1a0917b1228 => 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: 1240/2437] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:17 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:17.433 8 INFO neutron.services.segments.plugin [-] Segment 2f33c64d-db84-464a-978d-289a588b9d9b resource provider aggregate not found 2026-02-26 22:55:17.434 8 INFO neutron.services.segments.plugin [-] Segment 2f33c64d-db84-464a-978d-289a588b9d9b resource provider aggregate not found 2026-02-26 22:55:17.464 8 INFO neutron.services.segments.plugin [-] Segment 2f33c64d-db84-464a-978d-289a588b9d9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f33c64d-db84-464a-978d-289a588b9d9b found for delete ", "request_id": "req-edf2e3b8-4c0d-47ce-b773-d5e44d5ac715"}]} 2026-02-26 22:55:17.468 8 INFO neutron.services.segments.plugin [-] Segment 2f33c64d-db84-464a-978d-289a588b9d9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f33c64d-db84-464a-978d-289a588b9d9b found for delete ", "request_id": "req-24858a51-283a-408b-a562-ca99167d566d"}]} 2026-02-26 22:55:17.486 8 INFO neutron.services.segments.plugin [-] Segment 276c61bf-65b7-402d-b897-299b35479af2 resource provider aggregate not found 2026-02-26 22:55:17.497 8 INFO neutron.services.segments.plugin [-] Segment 276c61bf-65b7-402d-b897-299b35479af2 resource provider aggregate not found 2026-02-26 22:55:17.503 8 INFO neutron.services.segments.plugin [-] Segment 276c61bf-65b7-402d-b897-299b35479af2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 276c61bf-65b7-402d-b897-299b35479af2 found for delete ", "request_id": "req-66ff8bfc-b613-49a1-9a60-125f07a273bb"}]} 2026-02-26 22:55:17.524 8 INFO neutron.services.segments.plugin [-] Segment 276c61bf-65b7-402d-b897-299b35479af2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 276c61bf-65b7-402d-b897-299b35479af2 found for delete ", "request_id": "req-ec8d6a3f-d9a5-4d57-b0a7-af8ebe1b5cac"}]} [pid: 7|app: 0|req: 1198/2438] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:18 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2439] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:19 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => 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: 1199/2440] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:55:20 2026] GET /v2.0/networks?id=035ea67a-30b8-4339-9503-858677128bfe => generated 673 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:55:20.917 8 INFO neutron.db.segments_db [None req-53e379b0-4141-439c-9fd8-1b9c15fc4c31 3a06931c307849e7b0c91d9b481677e1 d7145488785341cfa1ea0d2505b9c054 - - default default] Added segment 81690344-05e0-4d1a-95d1-6ef4d0bd6b62 of type vxlan for network 9251c333-519b-4cb2-9a48-a207dde42dee [pid: 7|app: 0|req: 1200/2441] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:55:20 2026] POST /v2.0/ports => generated 954 bytes in 450 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: 1242/2442] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:55:20 2026] POST /v2.0/networks => generated 613 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2443] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:20 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 957 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2444] 10.0.0.96 () {34 vars in 663 bytes} [Thu Feb 26 22:55:21 2026] POST /v2.0/ports => generated 743 bytes in 287 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: 1203/2445] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:21 2026] GET /v2.0/security-groups?id=db8b6d47-3dad-4c2f-9911-fc9b739af311&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2446] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:55:21 2026] PUT /v2.0/ports/8e576b20-d69f-4aaf-a704-683fe9dae132 => generated 1235 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:55:21.466 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-394587af-5525-4848-ba11-de53076a790f'] response: {'name': 'network-changed', 'server_uuid': 'def73243-c652-46eb-a420-0bef5051a490', 'tag': '8e576b20-d69f-4aaf-a704-683fe9dae132', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1204/2447] 10.0.0.96 () {34 vars in 665 bytes} [Thu Feb 26 22:55:21 2026] POST /v2.0/trunks => generated 407 bytes in 271 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: 1244/2448] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:55:21 2026] PUT /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2449] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:55:21 2026] GET /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2450] 10.0.0.96 () {34 vars in 759 bytes} [Thu Feb 26 22:55:21 2026] PUT /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2451] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:55:21 2026] GET /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2452] 10.0.0.96 () {34 vars in 755 bytes} [Thu Feb 26 22:55:21 2026] PUT /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2453] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:55:21 2026] GET /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2454] 10.0.0.96 () {34 vars in 777 bytes} [Thu Feb 26 22:55:21 2026] PUT /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2455] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:55:21 2026] GET /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2456] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 22:55:21 2026] PUT /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2457] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:55:21 2026] GET /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2458] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:55:21 2026] GET /v2.0/ports?tenant_id=35d8e8de369840c28f014b7aed5c9f37&device_id=def73243-c652-46eb-a420-0bef5051a490 => 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: 1250/2459] 10.0.0.96 () {32 vars in 736 bytes} [Thu Feb 26 22:55:22 2026] GET /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:55:22.068 8 INFO neutron.api.v2.resource [None req-ab649b72-6435-4c3c-82c7-9c6ccffb3756 3a06931c307849e7b0c91d9b481677e1 d7145488785341cfa1ea0d2505b9c054 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1251/2460] 10.0.0.96 () {32 vars in 740 bytes} [Thu Feb 26 22:55:22 2026] GET /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2461] 162.253.55.110 () {34 vars in 1018 bytes} [Thu Feb 26 22:55:22 2026] GET /v2.0/networks?tenant_id=35d8e8de369840c28f014b7aed5c9f37&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2462] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:22 2026] DELETE /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/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: 1211/2465] 162.253.55.110 () {34 vars in 930 bytes} [Thu Feb 26 22:55:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2466] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:55:22 2026] GET /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:22.199 7 INFO neutron.api.v2.resource [None req-4d0e371f-1fb6-420c-85af-65bdb43964ed 3a06931c307849e7b0c91d9b481677e1 d7145488785341cfa1ea0d2505b9c054 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1212/2467] 10.0.0.96 () {32 vars in 743 bytes} [Thu Feb 26 22:55:22 2026] DELETE /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2468] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:55:22 2026] DELETE /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags => 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: 1213/2469] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:55:22 2026] GET /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3/tags => 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: 1257/2470] 10.0.0.96 () {32 vars in 718 bytes} [Thu Feb 26 22:55:22 2026] GET /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3 => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2471] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 22:55:22 2026] GET /v2.0/ports/0078b40c-14b9-4f99-90f3-1a632ec1cbde => 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: 1215/2472] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:22 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2473] 10.0.0.96 () {32 vars in 721 bytes} [Thu Feb 26 22:55:22 2026] DELETE /v2.0/trunks/28c9b7a6-0d11-4e2b-8420-ff3746af6ed3 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2474] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:22 2026] GET /v2.0/security-groups?id=db8b6d47-3dad-4c2f-9911-fc9b739af311&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:22.716 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe0b644e-c12d-4059-b035-b13845ad6ab6 3a06931c307849e7b0c91d9b481677e1 d7145488785341cfa1ea0d2505b9c054 - - default default] TaaS: Handle Delete Port: 0078b40c-14b9-4f99-90f3-1a632ec1cbde 2026-02-26 22:55:22.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe0b644e-c12d-4059-b035-b13845ad6ab6 3a06931c307849e7b0c91d9b481677e1 d7145488785341cfa1ea0d2505b9c054 - - default default] Tap Mirror: Handle Delete Port: 0078b40c-14b9-4f99-90f3-1a632ec1cbde [pid: 8|app: 0|req: 1259/2475] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:55:22 2026] DELETE /v2.0/ports/0078b40c-14b9-4f99-90f3-1a632ec1cbde => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:55:22.953 7 INFO neutron.services.segments.plugin [-] Segment 81690344-05e0-4d1a-95d1-6ef4d0bd6b62 resource provider aggregate not found 2026-02-26 22:55:22.957 7 INFO neutron.services.segments.plugin [-] Segment 81690344-05e0-4d1a-95d1-6ef4d0bd6b62 resource provider aggregate not found 2026-02-26 22:55:22.982 7 INFO neutron.services.segments.plugin [-] Segment 81690344-05e0-4d1a-95d1-6ef4d0bd6b62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81690344-05e0-4d1a-95d1-6ef4d0bd6b62 found for delete ", "request_id": "req-f33ddb2c-2980-4bc3-a035-ba37d2c5a5bc"}]} [pid: 7|app: 0|req: 1217/2476] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:55:22 2026] DELETE /v2.0/networks/9251c333-519b-4cb2-9a48-a207dde42dee => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:55:22.989 7 INFO neutron.services.segments.plugin [-] Segment 81690344-05e0-4d1a-95d1-6ef4d0bd6b62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81690344-05e0-4d1a-95d1-6ef4d0bd6b62 found for delete ", "request_id": "req-53e8b35b-ebd6-450a-addf-b2b2ddb1865a"}]} [pid: 8|app: 0|req: 1260/2477] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:55:23 2026] GET /v2.0/ports?tenant_id=35d8e8de369840c28f014b7aed5c9f37&device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2478] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:55:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8e576b20-d69f-4aaf-a704-683fe9dae132 => 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: 1261/2479] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:55:23 2026] GET /v2.0/subnets?id=9841f2c9-40c5-4b8b-b6a4-086eaef211e2 => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2480] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:55:23 2026] GET /v2.0/ports?network_id=035ea67a-30b8-4339-9503-858677128bfe&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2481] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:55:23 2026] GET /v2.0/networks/035ea67a-30b8-4339-9503-858677128bfe?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: 1220/2482] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:55:23 2026] GET /v2.0/networks/035ea67a-30b8-4339-9503-858677128bfe?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: 1263/2483] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:23 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2484] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:23 2026] GET /v2.0/security-groups?id=db8b6d47-3dad-4c2f-9911-fc9b739af311&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2485] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:23 2026] GET /v2.0/security-groups?tenant_id=e269ca3a5b42427495819663ecd4920f&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2486] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:23 2026] DELETE /v2.0/security-groups/fb59b060-ed29-4985-b935-8832724173c1 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2487] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:24 2026] GET /v2.0/security-groups?tenant_id=d7145488785341cfa1ea0d2505b9c054&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2488] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:24 2026] DELETE /v2.0/security-groups/8b0d8da1-e835-4b95-9c12-81e3a24ab08f => 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: 1223/2489] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:24 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2490] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:24 2026] GET /v2.0/security-groups?id=db8b6d47-3dad-4c2f-9911-fc9b739af311&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: 1224/2491] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:25 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2492] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:26 2026] GET /v2.0/security-groups?id=db8b6d47-3dad-4c2f-9911-fc9b739af311&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:26.918 7 INFO neutron.db.segments_db [None req-4d259a0a-af9b-4556-adf8-f067a34a4b2f c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Added segment 9ec6e48a-0a18-406f-9a89-aea2eed15846 of type vxlan for network 5a8da743-89d9-4ac9-8264-ba41783ec024 [pid: 7|app: 0|req: 1225/2493] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:55:26 2026] POST /v2.0/networks => generated 620 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2494] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:27 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2495] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:27 2026] GET /v2.0/security-groups?id=db8b6d47-3dad-4c2f-9911-fc9b739af311&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2496] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:55:27 2026] POST /v2.0/subnets => generated 657 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2497] 10.0.0.96 () {32 vars in 721 bytes} [Thu Feb 26 22:55:27 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2498] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:55:27 2026] POST /v2.0/subnets => generated 732 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:55:27.800 7 INFO neutron.db.segments_db [None req-5c422e3c-13ed-411e-8618-a5f55e8c2b8c c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Added segment cb24c1ff-f410-496a-922a-a39597f1be29 of type vxlan for network e8b92689-b9bc-4f0d-8f38-f3e4e6183204 [pid: 7|app: 0|req: 1229/2499] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:55:27 2026] POST /v2.0/networks => generated 617 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2500] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:55:27 2026] POST /v2.0/subnets => generated 656 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2501] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:28 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2502] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:28 2026] GET /v2.0/security-groups?id=db8b6d47-3dad-4c2f-9911-fc9b739af311&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2503] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:55:28 2026] POST /v2.0/subnets => generated 724 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:55:28.656 8 INFO neutron.db.segments_db [None req-f9bdce18-161c-4941-8086-8a38a1e7e67d c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Added segment 259b86dc-451c-4ab8-91da-3f463b8c0db2 of type vxlan for network 5ea3af95-4327-4507-8c55-23dab06e59af [pid: 8|app: 0|req: 1274/2504] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:55:28 2026] POST /v2.0/networks => generated 619 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2505] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:55:28 2026] POST /v2.0/subnets => generated 656 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2506] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:55:29 2026] POST /v2.0/subnets => generated 730 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:55:29.459 7 INFO neutron.db.segments_db [None req-2895ace4-f8d3-43f2-a0b8-77ee95b903e9 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Added segment f019a741-b081-41fe-a897-b3ae46ae1cf9 of type vxlan for network 5ba015ca-f289-4f53-b84e-6f4f557bbdeb 2026-02-26 22:55:29.739 7 INFO neutron.db.l3_hamode_db [None req-2895ace4-f8d3-43f2-a0b8-77ee95b903e9 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1276/2507] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:29 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2508] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:29 2026] GET /v2.0/security-groups?id=db8b6d47-3dad-4c2f-9911-fc9b739af311&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:30.497 7 INFO neutron.db.l3_hamode_db [None req-2895ace4-f8d3-43f2-a0b8-77ee95b903e9 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1278/2509] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:31 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2510] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:31 2026] GET /v2.0/security-groups?id=db8b6d47-3dad-4c2f-9911-fc9b739af311&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2511] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 22:55:29 2026] POST /v2.0/routers => generated 685 bytes in 1991 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2512] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:32 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2513] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:32 2026] GET /v2.0/security-groups?id=db8b6d47-3dad-4c2f-9911-fc9b739af311&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: 1235/2514] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:55:32 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:55:32.538 7 INFO neutron_taas.services.taas.taas_plugin [req-bef2c733-0b9a-4ba1-9847-b36c077d9785 req-77a2471e-7151-4def-b94c-4fc26305c007 826e6db89c6f4bbe8a905c756e6a99a5 35d8e8de369840c28f014b7aed5c9f37 - - default default] TaaS: Handle Delete Port: 8e576b20-d69f-4aaf-a704-683fe9dae132 2026-02-26 22:55:32.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bef2c733-0b9a-4ba1-9847-b36c077d9785 req-77a2471e-7151-4def-b94c-4fc26305c007 826e6db89c6f4bbe8a905c756e6a99a5 35d8e8de369840c28f014b7aed5c9f37 - - default default] Tap Mirror: Handle Delete Port: 8e576b20-d69f-4aaf-a704-683fe9dae132 [pid: 8|app: 0|req: 1280/2515] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:55:31 2026] PUT /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/add_router_interface => generated 309 bytes in 1286 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2516] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:55:32 2026] DELETE /v2.0/ports/8e576b20-d69f-4aaf-a704-683fe9dae132 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:55:32.760 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7823ddb9-4042-4e8b-bd0c-6b9e599de539'] response: {'server_uuid': 'def73243-c652-46eb-a420-0bef5051a490', 'name': 'network-vif-deleted', 'tag': '8e576b20-d69f-4aaf-a704-683fe9dae132', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1237/2517] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:33 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => 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: 1238/2518] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:34 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => 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: 1281/2519] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:55:32 2026] PUT /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/add_router_interface => generated 309 bytes in 2165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2520] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:35 2026] GET /v2.0/ports?device_id=def73243-c652-46eb-a420-0bef5051a490 => 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: 1239/2521] 10.0.0.96 () {34 vars in 782 bytes} [Thu Feb 26 22:55:34 2026] PUT /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/add_router_interface => generated 309 bytes in 1421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2522] 10.0.0.96 () {34 vars in 683 bytes} [Thu Feb 26 22:55:36 2026] POST /v2.0/security-groups => generated 1630 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2523] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:55:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2524] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:55:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2525] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:55:36 2026] POST /v2.0/security-group-rules => generated 599 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2528] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:55:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2529] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:55:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2530] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:55:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2531] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:55:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2532] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:55:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2533] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:55:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2534] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:55:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2535] 10.0.0.96 () {34 vars in 694 bytes} [Thu Feb 26 22:55:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:55:38.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c466efb-b8bd-4424-b8ad-a87dfd3c0bc1 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 02148685-bd6f-4b56-afe1-47576e8d8d94 2026-02-26 22:55:38.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c466efb-b8bd-4424-b8ad-a87dfd3c0bc1 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 02148685-bd6f-4b56-afe1-47576e8d8d94 [pid: 8|app: 0|req: 1290/2536] 10.0.0.106 () {34 vars in 1096 bytes} [Thu Feb 26 22:55:38 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1665096730&fields=id&tenant_id=3b416c7225b3465baf87fe09801383af => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2537] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:55:38 2026] GET /v2.0/networks?id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 703 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2538] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:55:38 2026] GET /v2.0/quotas/3b416c7225b3465baf87fe09801383af => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2539] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:55:38 2026] GET /v2.0/ports?tenant_id=3b416c7225b3465baf87fe09801383af&fields=id => generated 287 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2540] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:55:38 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1295/2541] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:55:38 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1296/2542] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:38 2026] GET /v2.0/ports?device_id=43a03aac-4a1d-40df-91da-73edef180a3e => 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: 1247/2543] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:55:37 2026] PUT /v2.0/routers/75ef0bb8-f2e5-4e31-8ed5-a8b6cc4839bb/remove_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:55:39.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-39329241-5467-4c8d-89e8-ee373215df00 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: f2e5cf1d-efe4-4d6f-b659-44f1286c0d8f 2026-02-26 22:55:39.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39329241-5467-4c8d-89e8-ee373215df00 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: f2e5cf1d-efe4-4d6f-b659-44f1286c0d8f 2026-02-26 22:55:39.360 8 INFO neutron_taas.services.taas.taas_plugin [None req-39329241-5467-4c8d-89e8-ee373215df00 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: e96096d3-171b-4670-9830-ad6938695308 2026-02-26 22:55:39.362 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39329241-5467-4c8d-89e8-ee373215df00 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: e96096d3-171b-4670-9830-ad6938695308 2026-02-26 22:55:39.795 8 INFO neutron.services.segments.plugin [-] Segment f0ac679b-8073-4f2a-b804-b6ef8f38cc99 resource provider aggregate not found 2026-02-26 22:55:39.795 8 INFO neutron.services.segments.plugin [-] Segment f0ac679b-8073-4f2a-b804-b6ef8f38cc99 resource provider aggregate not found 2026-02-26 22:55:39.818 8 INFO neutron.services.segments.plugin [-] Segment f0ac679b-8073-4f2a-b804-b6ef8f38cc99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0ac679b-8073-4f2a-b804-b6ef8f38cc99 found for delete ", "request_id": "req-a1986802-dbf0-4fae-90a1-55c033af7f6a"}]} 2026-02-26 22:55:39.822 8 INFO neutron.services.segments.plugin [-] Segment f0ac679b-8073-4f2a-b804-b6ef8f38cc99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0ac679b-8073-4f2a-b804-b6ef8f38cc99 found for delete ", "request_id": "req-1e3ad8e2-6f09-447c-9503-f311ece60a91"}]} 2026-02-26 22:55:39.824 8 INFO neutron.db.l3_hamode_db [None req-39329241-5467-4c8d-89e8-ee373215df00 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] HA network 4bd9d78b-c4af-46be-8429-9baa48a3e4a7 was deleted as no HA routers are present in tenant 35d8e8de369840c28f014b7aed5c9f37. [pid: 8|app: 0|req: 1297/2544] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:55:38 2026] DELETE /v2.0/routers/75ef0bb8-f2e5-4e31-8ed5-a8b6cc4839bb => generated 0 bytes in 922 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2545] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 22:55:39 2026] DELETE /v2.0/subnets/9841f2c9-40c5-4b8b-b6a4-086eaef211e2 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:55:40.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-8869eddc-ab69-43dc-9688-378859df4962 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 30393bb3-b0b7-4dbf-b19c-9a63ebd8c400 2026-02-26 22:55:40.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8869eddc-ab69-43dc-9688-378859df4962 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 30393bb3-b0b7-4dbf-b19c-9a63ebd8c400 [pid: 8|app: 0|req: 1298/2546] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:55:40 2026] DELETE /v2.0/networks/035ea67a-30b8-4339-9503-858677128bfe => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2547] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:40 2026] GET /v2.0/security-groups?tenant_id=35d8e8de369840c28f014b7aed5c9f37&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2548] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:40 2026] DELETE /v2.0/security-groups/db8b6d47-3dad-4c2f-9911-fc9b739af311 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:55:41.845 8 INFO neutron.services.segments.plugin [-] Segment c66626db-428f-4338-b4bb-46d8b67c7efb resource provider aggregate not found 2026-02-26 22:55:41.853 8 INFO neutron.services.segments.plugin [-] Segment c66626db-428f-4338-b4bb-46d8b67c7efb resource provider aggregate not found 2026-02-26 22:55:41.867 8 INFO neutron.services.segments.plugin [-] Segment c66626db-428f-4338-b4bb-46d8b67c7efb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c66626db-428f-4338-b4bb-46d8b67c7efb found for delete ", "request_id": "req-18932402-f241-40e5-9b87-6b9d772b7410"}]} 2026-02-26 22:55:41.868 8 INFO neutron.services.segments.plugin [-] Segment c66626db-428f-4338-b4bb-46d8b67c7efb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c66626db-428f-4338-b4bb-46d8b67c7efb found for delete ", "request_id": "req-44327d6f-4a38-4687-b29a-74f5796da38b"}]} [pid: 7|app: 0|req: 1250/2549] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:55:43 2026] GET /v2.0/networks?id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 703 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2550] 162.253.55.110 () {34 vars in 1050 bytes} [Thu Feb 26 22:55:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3b416c7225b3465baf87fe09801383af => generated 179 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2551] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:55:43 2026] POST /v2.0/ports => generated 1175 bytes in 452 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: 1252/2552] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:43 2026] GET /v2.0/ports?device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 1178 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2553] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:43 2026] GET /v2.0/security-groups?id=aebe738d-f7f3-486e-a77a-4df93ffead2b&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2554] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:55:43 2026] PUT /v2.0/ports/611019b2-f0da-40a0-b4d5-c0ae7d33abe8 => generated 1456 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:55:44.289 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-69af9082-6bb9-4c7e-9b03-62d39480da0d'] response: {'name': 'network-changed', 'server_uuid': '43a03aac-4a1d-40df-91da-73edef180a3e', 'tag': '611019b2-f0da-40a0-b4d5-c0ae7d33abe8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1254/2555] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:55:44 2026] GET /v2.0/ports?tenant_id=3b416c7225b3465baf87fe09801383af&device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 1459 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: 1302/2556] 162.253.55.110 () {34 vars in 1018 bytes} [Thu Feb 26 22:55:44 2026] GET /v2.0/networks?tenant_id=3b416c7225b3465baf87fe09801383af&shared=False => generated 2374 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2557] 162.253.55.110 () {34 vars in 930 bytes} [Thu Feb 26 22:55:44 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) [pid: 8|app: 0|req: 1303/2558] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:55:45 2026] POST /v2.0/floatingips => generated 552 bytes in 714 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2559] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:55:45 2026] GET /v2.0/ports?tenant_id=3b416c7225b3465baf87fe09801383af&device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 1459 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2560] 162.253.55.110 () {34 vars in 1056 bytes} [Thu Feb 26 22:55:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.67&port_id=611019b2-f0da-40a0-b4d5-c0ae7d33abe8 => 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: 1306/2561] 162.253.55.110 () {34 vars in 1102 bytes} [Thu Feb 26 22:55:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2d&port_id=611019b2-f0da-40a0-b4d5-c0ae7d33abe8 => 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: 1307/2562] 162.253.55.110 () {34 vars in 1064 bytes} [Thu Feb 26 22:55:46 2026] GET /v2.0/subnets?id=bb927c65-f206-4fa0-ae2a-da095d8c48d7&id=3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 1409 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2563] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:55:46 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2564] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:55:46 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2565] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:55:46 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2566] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:55:45 2026] POST /v2.0/floatingips => generated 552 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2567] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:55:46 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2568] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:55:46 2026] POST /v2.0/floatingips => generated 552 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2569] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:55:46 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2570] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:55:47 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2571] 10.0.0.96 () {34 vars in 758 bytes} [Thu Feb 26 22:55:47 2026] PUT /v2.0/floatingips/ec99da43-005d-476b-95ca-71e27d5e3cd5/tags => generated 17 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2572] 10.0.0.96 () {34 vars in 758 bytes} [Thu Feb 26 22:55:48 2026] PUT /v2.0/floatingips/8ac69d06-61b3-426b-b79a-d550ba4606ab/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: 1314/2573] 10.0.0.96 () {34 vars in 758 bytes} [Thu Feb 26 22:55:48 2026] PUT /v2.0/floatingips/3b4c58cf-c90e-42ef-858f-707a0788a13f/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2574] 10.0.0.96 () {34 vars in 758 bytes} [Thu Feb 26 22:55:48 2026] PUT /v2.0/floatingips/93c45017-5e1d-4599-bef2-c2832dfb0b3f/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: 1315/2575] 10.0.0.96 () {32 vars in 671 bytes} [Thu Feb 26 22:55:48 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2576] 10.0.0.96 () {32 vars in 685 bytes} [Thu Feb 26 22:55:48 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2577] 10.0.0.96 () {32 vars in 681 bytes} [Thu Feb 26 22:55:48 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2578] 10.0.0.96 () {32 vars in 693 bytes} [Thu Feb 26 22:55:48 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2579] 10.0.0.96 () {32 vars in 679 bytes} [Thu Feb 26 22:55:48 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2580] 10.0.0.96 () {32 vars in 693 bytes} [Thu Feb 26 22:55:48 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2581] 10.0.0.96 () {32 vars in 689 bytes} [Thu Feb 26 22:55:48 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2582] 10.0.0.96 () {32 vars in 701 bytes} [Thu Feb 26 22:55:48 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:55:48.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-24a9df23-7877-4f12-9101-930262e91e9e d7734112ce944d6c935dd4cb7a30dbc3 463b10c81e7149b4957c1016eff83e0e - - default default] TaaS: Handle Delete Port: 0b11e050-6d0e-4743-aa5a-4ff7c0b257fe 2026-02-26 22:55:48.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24a9df23-7877-4f12-9101-930262e91e9e d7734112ce944d6c935dd4cb7a30dbc3 463b10c81e7149b4957c1016eff83e0e - - default default] Tap Mirror: Handle Delete Port: 0b11e050-6d0e-4743-aa5a-4ff7c0b257fe [pid: 8|app: 0|req: 1319/2583] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:55:48 2026] DELETE /v2.0/floatingips/ec99da43-005d-476b-95ca-71e27d5e3cd5 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2584] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:49 2026] GET /v2.0/ports?device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 1190 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2585] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:49 2026] GET /v2.0/security-groups?id=aebe738d-f7f3-486e-a77a-4df93ffead2b&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:55:49.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd0d8164-aff8-443a-b9e9-f7c4fe61f661 d7734112ce944d6c935dd4cb7a30dbc3 463b10c81e7149b4957c1016eff83e0e - - default default] TaaS: Handle Delete Port: f285cb4a-7748-4819-8b4c-5c0ae73d2ffc 2026-02-26 22:55:49.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd0d8164-aff8-443a-b9e9-f7c4fe61f661 d7734112ce944d6c935dd4cb7a30dbc3 463b10c81e7149b4957c1016eff83e0e - - default default] Tap Mirror: Handle Delete Port: f285cb4a-7748-4819-8b4c-5c0ae73d2ffc [pid: 8|app: 0|req: 1320/2586] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:55:49 2026] DELETE /v2.0/floatingips/8ac69d06-61b3-426b-b79a-d550ba4606ab => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:55:49.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7fb22b2-301f-460c-8ff2-bf877e431412 d7734112ce944d6c935dd4cb7a30dbc3 463b10c81e7149b4957c1016eff83e0e - - default default] TaaS: Handle Delete Port: a93841c5-0ef8-4178-a883-68d0490ac098 2026-02-26 22:55:49.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7fb22b2-301f-460c-8ff2-bf877e431412 d7734112ce944d6c935dd4cb7a30dbc3 463b10c81e7149b4957c1016eff83e0e - - default default] Tap Mirror: Handle Delete Port: a93841c5-0ef8-4178-a883-68d0490ac098 [pid: 7|app: 0|req: 1267/2587] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:55:49 2026] DELETE /v2.0/floatingips/3b4c58cf-c90e-42ef-858f-707a0788a13f => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:55:49.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e5e5cab-0d43-4c3a-8f4e-5667b6236ace d7734112ce944d6c935dd4cb7a30dbc3 463b10c81e7149b4957c1016eff83e0e - - default default] TaaS: Handle Delete Port: 395be4d3-f542-4ed7-8cba-f7c417a5c190 2026-02-26 22:55:49.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e5e5cab-0d43-4c3a-8f4e-5667b6236ace d7734112ce944d6c935dd4cb7a30dbc3 463b10c81e7149b4957c1016eff83e0e - - default default] Tap Mirror: Handle Delete Port: 395be4d3-f542-4ed7-8cba-f7c417a5c190 [pid: 8|app: 0|req: 1321/2588] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:55:49 2026] DELETE /v2.0/floatingips/93c45017-5e1d-4599-bef2-c2832dfb0b3f => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:55:50.267 7 INFO neutron_taas.services.taas.taas_plugin [None req-5212570a-fb2e-4bec-a0e0-e6b2937cf995 d7734112ce944d6c935dd4cb7a30dbc3 463b10c81e7149b4957c1016eff83e0e - - default default] TaaS: Handle Delete Port: 7371a64b-5a4a-4307-8332-ee41a9cd4532 2026-02-26 22:55:50.270 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5212570a-fb2e-4bec-a0e0-e6b2937cf995 d7734112ce944d6c935dd4cb7a30dbc3 463b10c81e7149b4957c1016eff83e0e - - default default] Tap Mirror: Handle Delete Port: 7371a64b-5a4a-4307-8332-ee41a9cd4532 [pid: 7|app: 0|req: 1268/2589] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:55:50 2026] DELETE /v2.0/floatingips/f1fe38ac-3e89-4708-8f56-e55790f197b4 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2590] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:51 2026] GET /v2.0/security-groups?tenant_id=463b10c81e7149b4957c1016eff83e0e&name=default => generated 2929 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2591] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:51 2026] DELETE /v2.0/security-groups/2ef27e89-667e-40b0-a497-4b8a00eca0ed => 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: 1323/2592] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:51 2026] GET /v2.0/security-groups?tenant_id=396909b9499947dda97987980627765b&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2595] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:52 2026] DELETE /v2.0/security-groups/d6f9dced-e9f5-4da3-b722-9e9b59c89895 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2596] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:52 2026] GET /v2.0/security-groups?tenant_id=130796d05df145bb91afdd83ea8d81d3&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2597] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:52 2026] DELETE /v2.0/security-groups/a2ad7f28-3774-4529-9929-d18828241107 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2598] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:54 2026] GET /v2.0/ports?device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 1192 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2599] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:54 2026] GET /v2.0/security-groups?id=aebe738d-f7f3-486e-a77a-4df93ffead2b&fields=id&fields=name => generated 112 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2600] 10.0.0.96 () {32 vars in 817 bytes} [Thu Feb 26 22:55:54 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&mac_address=fa%3A16%3A3e%3Af7%3Abb%3A93 => generated 1192 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2601] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:55:54 2026] GET /v2.0/security-groups => generated 28653 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2602] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/routers => generated 728 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2603] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2604] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/l3-agents => generated 681 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2605] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/ports?device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2606] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/floatingips => 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: 1335/2607] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/security-groups?id=aebe738d-f7f3-486e-a77a-4df93ffead2b&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2608] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/networks => generated 5224 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2609] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/agents => generated 3386 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2610] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/subnets => generated 6133 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2611] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/ports => generated 17472 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2612] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/network-ip-availabilities => generated 3612 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2613] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/subnets => generated 6133 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2614] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:55:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:55:56.071 7 INFO neutron.db.l3_db [None req-d087182d-0260-4d5a-9844-eb49eb79e2c6 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Floating IP a5d03ea8-36b2-48b6-a939-e6758531c82a associated. External IP: 10.96.250.204, port: 611019b2-f0da-40a0-b4d5-c0ae7d33abe8. [pid: 7|app: 0|req: 1273/2615] 10.0.0.96 () {34 vars in 676 bytes} [Thu Feb 26 22:55:54 2026] POST /v2.0/floatingips => generated 854 bytes in 1737 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:55:56.403 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33141818-b736-45ba-ab0a-2734fe295c24'] response: {'name': 'network-changed', 'server_uuid': '43a03aac-4a1d-40df-91da-73edef180a3e', 'tag': '611019b2-f0da-40a0-b4d5-c0ae7d33abe8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1343/2616] 10.0.0.106 () {34 vars in 1096 bytes} [Thu Feb 26 22:55:56 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1665096730&fields=id&tenant_id=3b416c7225b3465baf87fe09801383af => 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: 1274/2617] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:55:56 2026] GET /v2.0/networks?id=5ea3af95-4327-4507-8c55-23dab06e59af => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2618] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:55:56 2026] GET /v2.0/quotas/3b416c7225b3465baf87fe09801383af => 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: 1344/2619] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:55:56 2026] POST /v2.0/subnetpools => generated 516 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2620] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:55:56 2026] GET /v2.0/ports?tenant_id=3b416c7225b3465baf87fe09801383af&fields=id => generated 333 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2621] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:55:56 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2622] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:55:56 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1346/2623] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:55:56 2026] POST /v2.0/subnetpools => generated 516 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2624] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:55:56 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1347/2625] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:55:56 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2626] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:55:56 2026] GET /v2.0/ports?tenant_id=3b416c7225b3465baf87fe09801383af&device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2627] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 22:55:56 2026] POST /v2.0/subnetpools => generated 516 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2628] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:55:56 2026] GET /v2.0/ports?device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a => 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: 1350/2629] 10.0.0.96 () {34 vars in 758 bytes} [Thu Feb 26 22:55:56 2026] PUT /v2.0/subnetpools/449877a7-46d7-4e96-bc50-9d6ff6b1b7d7/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2630] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:55:56 2026] GET /v2.0/networks?id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2631] 10.0.0.96 () {34 vars in 758 bytes} [Thu Feb 26 22:55:57 2026] PUT /v2.0/subnetpools/88aa7192-7116-47ce-9824-1787b685a877/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: 1281/2632] 162.253.55.110 () {34 vars in 1056 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.67&port_id=611019b2-f0da-40a0-b4d5-c0ae7d33abe8 => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2633] 162.253.55.110 () {34 vars in 1102 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2d&port_id=611019b2-f0da-40a0-b4d5-c0ae7d33abe8 => 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: 1352/2634] 10.0.0.96 () {34 vars in 758 bytes} [Thu Feb 26 22:55:57 2026] PUT /v2.0/subnetpools/f5113eb6-c0db-4fce-b0a4-c72b7d561a96/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2635] 162.253.55.110 () {34 vars in 1064 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/subnets?id=bb927c65-f206-4fa0-ae2a-da095d8c48d7&id=3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2636] 10.0.0.96 () {34 vars in 758 bytes} [Thu Feb 26 22:55:57 2026] PUT /v2.0/subnetpools/4762760f-8fb5-463b-98f3-df599b6f42e5/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2637] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2638] 10.0.0.96 () {32 vars in 671 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2639] 10.0.0.96 () {32 vars in 685 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2640] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&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: 8|app: 0|req: 1356/2641] 10.0.0.96 () {32 vars in 681 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2642] 10.0.0.96 () {32 vars in 693 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2643] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2644] 10.0.0.96 () {32 vars in 679 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2645] 10.0.0.96 () {32 vars in 693 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2646] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1360/2647] 10.0.0.96 () {32 vars in 689 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2648] 10.0.0.96 () {32 vars in 701 bytes} [Thu Feb 26 22:55:57 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2649] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:55:57 2026] DELETE /v2.0/subnetpools/449877a7-46d7-4e96-bc50-9d6ff6b1b7d7 => 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: 1289/2650] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:55:57 2026] DELETE /v2.0/subnetpools/88aa7192-7116-47ce-9824-1787b685a877 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2651] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:55:57 2026] DELETE /v2.0/subnetpools/f5113eb6-c0db-4fce-b0a4-c72b7d561a96 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2652] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:55:57 2026] DELETE /v2.0/subnetpools/4762760f-8fb5-463b-98f3-df599b6f42e5 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2653] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:55:57 2026] DELETE /v2.0/subnetpools/ab6af63f-3475-4904-ad0e-4155e1ec9fc5 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2654] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:58 2026] GET /v2.0/security-groups?tenant_id=26203e30578c42f69819868b06a847ed&name=default => generated 2929 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2655] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:58 2026] DELETE /v2.0/security-groups/3181e4aa-293e-45ab-bda2-cb2f072b5194 => 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: 1292/2656] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:58 2026] GET /v2.0/security-groups?tenant_id=46bb59993964498ea2339d173a317a68&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2657] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:59 2026] DELETE /v2.0/security-groups/3d2693e9-9d4e-4e74-96cb-4b9f055d7dcd => 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: 1293/2658] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:55:59 2026] GET /v2.0/security-groups?tenant_id=c36a097ef30f43638e2463bceab1f069&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: 1366/2659] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:55:59 2026] DELETE /v2.0/security-groups/fae4ebb4-b544-41ca-ad0d-67f34d57c7f8 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2660] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:56:01 2026] GET /v2.0/networks?id=5ea3af95-4327-4507-8c55-23dab06e59af => generated 705 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2661] 162.253.55.110 () {34 vars in 1050 bytes} [Thu Feb 26 22:56:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3b416c7225b3465baf87fe09801383af => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2662] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:56:01 2026] POST /v2.0/ports => generated 1183 bytes in 440 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: 1296/2663] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:02 2026] GET /v2.0/ports?device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a => generated 1186 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2664] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:56:02 2026] GET /v2.0/security-groups?id=aebe738d-f7f3-486e-a77a-4df93ffead2b&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2665] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:56:01 2026] PUT /v2.0/ports/ed913b34-20a5-4321-b7e7-c5ce38ea86b1 => generated 1464 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:56:02.367 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddf4ad81-836b-49d7-abe9-08a2621c0a68'] response: {'name': 'network-changed', 'server_uuid': '62b3d35d-6e8b-46ae-93db-fdf6b5533e9a', 'tag': 'ed913b34-20a5-4321-b7e7-c5ce38ea86b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1298/2666] 10.0.0.63 () {34 vars in 989 bytes} [Thu Feb 26 22:56:02 2026] GET /v2.0/ports?device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 1461 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, ' [pid: 8|app: 0|req: 1369/2667] 10.0.0.63 () {34 vars in 1039 bytes} [Thu Feb 26 22:56:02 2026] GET /v2.0/security-groups?id=aebe738d-f7f3-486e-a77a-4df93ffead2b&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2668] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:56:02 2026] GET /v2.0/ports?tenant_id=3b416c7225b3465baf87fe09801383af&device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a => generated 1467 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2669] 162.253.55.110 () {34 vars in 1018 bytes} [Thu Feb 26 22:56:02 2026] GET /v2.0/networks?tenant_id=3b416c7225b3465baf87fe09801383af&shared=False => generated 2374 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2670] 162.253.55.110 () {34 vars in 930 bytes} [Thu Feb 26 22:56:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:56:03.313 8 INFO neutron.db.segments_db [None req-ebe5ad75-4de0-43b5-b702-49e632658d41 ef2e5252095245e69df64fb4cf2b7caf fe466d3bfa234699a16f225498445c15 - - default default] Added segment 060a39e4-6a97-44dd-b7f1-281ad0cdc265 of type vxlan for network f233bb43-81d7-47de-88ca-dc537a5880f9 [pid: 8|app: 0|req: 1370/2671] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 22:56:02 2026] POST /v2.0/networks => generated 612 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2672] 10.0.0.96 () {34 vars in 663 bytes} [Thu Feb 26 22:56:03 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2673] 10.0.0.96 () {34 vars in 746 bytes} [Thu Feb 26 22:56:03 2026] PUT /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1303/2674] 10.0.0.96 () {32 vars in 726 bytes} [Thu Feb 26 22:56:03 2026] GET /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags => generated 25 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: 1372/2675] 10.0.0.96 () {34 vars in 757 bytes} [Thu Feb 26 22:56:03 2026] PUT /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1304/2676] 10.0.0.96 () {32 vars in 726 bytes} [Thu Feb 26 22:56:03 2026] GET /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags => generated 34 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/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: 1373/2677] 10.0.0.96 () {34 vars in 753 bytes} [Thu Feb 26 22:56:04 2026] PUT /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags/red => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2678] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/ports?tenant_id=3b416c7225b3465baf87fe09801383af&device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a => generated 1467 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: 7|app: 0|req: 1306/2679] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.104&port_id=ed913b34-20a5-4321-b7e7-c5ce38ea86b1 => 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: 1307/2680] 162.253.55.110 () {34 vars in 1104 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad4&port_id=ed913b34-20a5-4321-b7e7-c5ce38ea86b1 => 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: 1374/2681] 10.0.0.96 () {32 vars in 726 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1375/2682] 162.253.55.110 () {34 vars in 1064 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/subnets?id=4c2a5161-243e-418e-910a-8f5bb8316c55&id=db0fef80-2a7b-424b-9819-f238ab6004d5 => generated 1415 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2683] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/ports?network_id=5ea3af95-4327-4507-8c55-23dab06e59af&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2684] 10.0.0.96 () {34 vars in 775 bytes} [Thu Feb 26 22:56:04 2026] PUT /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags/black.or.white => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1377/2685] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/ports?network_id=5ea3af95-4327-4507-8c55-23dab06e59af&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: 7|app: 0|req: 1309/2686] 10.0.0.96 () {32 vars in 726 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags => generated 52 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: 1378/2687] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1379/2688] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1310/2689] 10.0.0.96 () {34 vars in 746 bytes} [Thu Feb 26 22:56:04 2026] PUT /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2690] 10.0.0.96 () {32 vars in 726 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1311/2691] 10.0.0.96 () {32 vars in 734 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags/red => generated 0 bytes in 59 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-02-26 22:56:04.596 8 INFO neutron.api.v2.resource [None req-f5778d0d-ebf8-41da-8ee7-27db9cdca64a ef2e5252095245e69df64fb4cf2b7caf fe466d3bfa234699a16f225498445c15 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1381/2692] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags/green => generated 99 bytes in 56 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: 1312/2693] 10.0.0.96 () {32 vars in 737 bytes} [Thu Feb 26 22:56:04 2026] DELETE /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags/red => generated 0 bytes in 63 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: 1382/2694] 10.0.0.96 () {32 vars in 726 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags => generated 30 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 22:56:04.811 7 INFO neutron.api.v2.resource [None req-8df986b5-2404-4417-b5f4-d4f70df6d253 ef2e5252095245e69df64fb4cf2b7caf fe466d3bfa234699a16f225498445c15 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1313/2695] 10.0.0.96 () {32 vars in 741 bytes} [Thu Feb 26 22:56:04 2026] DELETE /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags/green => generated 99 bytes in 65 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: 1383/2696] 10.0.0.96 () {32 vars in 729 bytes} [Thu Feb 26 22:56:04 2026] DELETE /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags => generated 0 bytes in 61 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: 1314/2697] 10.0.0.96 () {32 vars in 726 bytes} [Thu Feb 26 22:56:04 2026] GET /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 22:56:05.078 8 INFO neutron_taas.services.taas.taas_plugin [None req-ecd3a324-48e4-45aa-936e-1b3f9c777582 ef2e5252095245e69df64fb4cf2b7caf fe466d3bfa234699a16f225498445c15 - - default default] TaaS: Handle Delete Port: 146a4db6-c1e5-4795-9b35-aa9c73329595 2026-02-26 22:56:05.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecd3a324-48e4-45aa-936e-1b3f9c777582 ef2e5252095245e69df64fb4cf2b7caf fe466d3bfa234699a16f225498445c15 - - default default] Tap Mirror: Handle Delete Port: 146a4db6-c1e5-4795-9b35-aa9c73329595 [pid: 8|app: 0|req: 1384/2698] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 22:56:04 2026] DELETE /v2.0/ports/146a4db6-c1e5-4795-9b35-aa9c73329595 => generated 0 bytes in 229 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-02-26 22:56:05.313 7 INFO neutron.services.segments.plugin [-] Segment 060a39e4-6a97-44dd-b7f1-281ad0cdc265 resource provider aggregate not found 2026-02-26 22:56:05.320 7 INFO neutron.services.segments.plugin [-] Segment 060a39e4-6a97-44dd-b7f1-281ad0cdc265 resource provider aggregate not found 2026-02-26 22:56:05.341 7 INFO neutron.services.segments.plugin [-] Segment 060a39e4-6a97-44dd-b7f1-281ad0cdc265 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 060a39e4-6a97-44dd-b7f1-281ad0cdc265 found for delete ", "request_id": "req-40d66f42-40c1-44c9-bb19-43208a80aaaf"}]} 2026-02-26 22:56:05.344 7 INFO neutron.services.segments.plugin [-] Segment 060a39e4-6a97-44dd-b7f1-281ad0cdc265 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 060a39e4-6a97-44dd-b7f1-281ad0cdc265 found for delete ", "request_id": "req-02dd9a67-3fe5-4a5a-850c-5b8985c5dbf8"}]} [pid: 7|app: 0|req: 1315/2699] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 22:56:05 2026] DELETE /v2.0/networks/f233bb43-81d7-47de-88ca-dc537a5880f9 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2700] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:56:06 2026] GET /v2.0/security-groups?tenant_id=fe466d3bfa234699a16f225498445c15&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2701] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:56:06 2026] DELETE /v2.0/security-groups/57df2447-23de-439a-9620-1ec14ac37516 => 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: 1386/2702] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 22:56:06 2026] GET /v2.0/security-groups?tenant_id=90d0fc293a13463b886ad3973bbc297c&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2703] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:56:06 2026] DELETE /v2.0/security-groups/30bc9813-eca7-4194-872b-c289e0da2d75 => 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: 1388/2706] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:07 2026] GET /v2.0/ports?device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a => generated 1198 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2707] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:56:07 2026] GET /v2.0/security-groups?id=aebe738d-f7f3-486e-a77a-4df93ffead2b&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2708] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:12 2026] GET /v2.0/ports?device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2709] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:56:12 2026] GET /v2.0/security-groups?id=aebe738d-f7f3-486e-a77a-4df93ffead2b&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2710] 10.0.0.96 () {32 vars in 817 bytes} [Thu Feb 26 22:56:12 2026] GET /v2.0/ports?network_id=5ea3af95-4327-4507-8c55-23dab06e59af&mac_address=fa%3A16%3A3e%3A77%3A32%3Aad => generated 1200 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:56:13.556 7 INFO neutron.db.l3_db [None req-ef063819-0f39-4726-8c9a-a99fb1186139 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Floating IP 028891ab-08a9-4a4c-b5a7-6b58ff19221a associated. External IP: 10.96.250.208, port: ed913b34-20a5-4321-b7e7-c5ce38ea86b1. [pid: 7|app: 0|req: 1321/2711] 10.0.0.96 () {34 vars in 676 bytes} [Thu Feb 26 22:56:12 2026] POST /v2.0/floatingips => generated 855 bytes in 1138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:56:13.958 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b3b7737-e5a4-4dfc-9b29-090c0139e930'] response: {'name': 'network-changed', 'server_uuid': '62b3d35d-6e8b-46ae-93db-fdf6b5533e9a', 'tag': 'ed913b34-20a5-4321-b7e7-c5ce38ea86b1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1391/2712] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:56:14 2026] GET /v2.0/ports?tenant_id=3b416c7225b3465baf87fe09801383af&device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2713] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:56:14 2026] GET /v2.0/networks?id=5ea3af95-4327-4507-8c55-23dab06e59af => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2714] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:56:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.104&port_id=ed913b34-20a5-4321-b7e7-c5ce38ea86b1 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2715] 162.253.55.110 () {34 vars in 1104 bytes} [Thu Feb 26 22:56:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad4&port_id=ed913b34-20a5-4321-b7e7-c5ce38ea86b1 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2716] 162.253.55.110 () {34 vars in 1064 bytes} [Thu Feb 26 22:56:14 2026] GET /v2.0/subnets?id=4c2a5161-243e-418e-910a-8f5bb8316c55&id=db0fef80-2a7b-424b-9819-f238ab6004d5 => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2717] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:56:14 2026] GET /v2.0/ports?network_id=5ea3af95-4327-4507-8c55-23dab06e59af&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: 1394/2718] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:56:14 2026] GET /v2.0/ports?network_id=5ea3af95-4327-4507-8c55-23dab06e59af&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2719] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:56:14 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2720] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:56:14 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2721] 10.0.0.63 () {34 vars in 989 bytes} [Thu Feb 26 22:56:18 2026] GET /v2.0/ports?device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a => generated 1469 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2722] 10.0.0.63 () {34 vars in 1039 bytes} [Thu Feb 26 22:56:18 2026] GET /v2.0/security-groups?id=aebe738d-f7f3-486e-a77a-4df93ffead2b&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2725] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 22:56:30 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2726] 10.0.0.194 () {30 vars in 690 bytes} [Thu Feb 26 22:56:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2727] 10.0.0.194 () {30 vars in 692 bytes} [Thu Feb 26 22:56:31 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: 1329/2728] 10.0.0.194 () {30 vars in 668 bytes} [Thu Feb 26 22:56:31 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: 1400/2729] 10.0.0.194 () {30 vars in 704 bytes} [Thu Feb 26 22:56:31 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: 1330/2730] 10.0.0.194 () {28 vars in 439 bytes} [Thu Feb 26 22:56:31 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: 1401/2731] 10.0.0.194 () {30 vars in 728 bytes} [Thu Feb 26 22:56:32 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 657 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2732] 10.0.0.194 () {30 vars in 690 bytes} [Thu Feb 26 22:56:32 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: 1402/2733] 10.0.0.194 () {30 vars in 692 bytes} [Thu Feb 26 22:56:32 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: 1332/2734] 10.0.0.194 () {30 vars in 668 bytes} [Thu Feb 26 22:56:32 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: 1403/2735] 10.0.0.194 () {30 vars in 704 bytes} [Thu Feb 26 22:56:32 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: 1333/2736] 10.0.0.194 () {30 vars in 728 bytes} [Thu Feb 26 22:56:32 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2737] 10.0.0.194 () {30 vars in 690 bytes} [Thu Feb 26 22:56:32 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: 1334/2738] 10.0.0.194 () {30 vars in 692 bytes} [Thu Feb 26 22:56:32 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: 1405/2739] 10.0.0.194 () {30 vars in 668 bytes} [Thu Feb 26 22:56:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2740] 10.0.0.194 () {30 vars in 704 bytes} [Thu Feb 26 22:56:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2741] 10.0.0.194 () {30 vars in 730 bytes} [Thu Feb 26 22:56:32 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2742] 10.0.0.194 () {30 vars in 682 bytes} [Thu Feb 26 22:56:32 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2743] 10.0.0.194 () {34 vars in 704 bytes} [Thu Feb 26 22:56:32 2026] POST /v2.0/ports => generated 1128 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2744] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:56:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 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: 1408/2745] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:56:35 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: 1338/2746] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:56:35 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: 1409/2747] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:56:35 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: 1339/2748] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:56:35 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2749] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:56:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2750] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:56:35 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: 1411/2751] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:56:35 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: 1341/2752] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:56:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:56:35.993 8 INFO neutron.api.v2.resource [None req-985bacab-9e2d-4bc4-9f97-045fce856015 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1412/2753] 162.253.55.110 () {30 vars in 763 bytes} [Thu Feb 26 22:56:35 2026] GET /v2.0/security-groups/lb-dbea159f-b525-49aa-aad6-925883f86977 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2754] 162.253.55.110 () {30 vars in 785 bytes} [Thu Feb 26 22:56:35 2026] GET /v2.0/security-groups?name=lb-dbea159f-b525-49aa-aad6-925883f86977 => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2755] 162.253.55.110 () {34 vars in 736 bytes} [Thu Feb 26 22:56:36 2026] POST /v2.0/security-groups => generated 1638 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2756] 162.253.55.110 () {30 vars in 815 bytes} [Thu Feb 26 22:56:36 2026] GET /v2.0/security-group-rules?security_group_id=87586c31-8d97-404e-9314-0dc3c68c34dc => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2757] 162.253.55.110 () {34 vars in 789 bytes} [Thu Feb 26 22:56:36 2026] PUT /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2758] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:56:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1415/2759] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:56:36 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: 1345/2760] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:56:36 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: 1416/2761] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:56:36 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: 7|app: 0|req: 1346/2762] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:56:36 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2765] 10.0.0.106 () {34 vars in 1016 bytes} [Thu Feb 26 22:56:44 2026] GET /v2.0/security-groups?id=46970c28-e3e3-4cfa-aeb9-cab3e52884be&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2766] 10.0.0.106 () {34 vars in 982 bytes} [Thu Feb 26 22:56:44 2026] GET /v2.0/networks?id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520 => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2767] 10.0.0.106 () {34 vars in 965 bytes} [Thu Feb 26 22:56:44 2026] GET /v2.0/quotas/ae5698641f0347c39165ed03a0f6421a => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2768] 10.0.0.106 () {34 vars in 1002 bytes} [Thu Feb 26 22:56:44 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&fields=id => generated 149 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2769] 10.0.0.106 () {34 vars in 1008 bytes} [Thu Feb 26 22:56:44 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?fields=segments => generated 14 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2770] 10.0.0.106 () {34 vars in 1108 bytes} [Thu Feb 26 22:56:44 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?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: 1421/2771] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:45 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2772] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:45 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => 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: 1422/2773] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:47 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => 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: 1352/2774] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:48 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => 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: 1423/2775] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:56:49 2026] GET /v2.0/networks?id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520 => generated 735 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2776] 162.253.55.110 () {34 vars in 1050 bytes} [Thu Feb 26 22:56:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ae5698641f0347c39165ed03a0f6421a => generated 343 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2777] 162.253.55.110 () {38 vars in 955 bytes} [Thu Feb 26 22:56:49 2026] POST /v2.0/ports => generated 1082 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2778] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:56:49 2026] PUT /v2.0/ports/04a06961-f191-4535-bfc3-672ec35fa077 => generated 1243 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:56:50.362 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-31416e62-5e76-4941-b90e-4aa02e4fd297'] response: {'name': 'network-changed', 'server_uuid': 'ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7', 'tag': '04a06961-f191-4535-bfc3-672ec35fa077', '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: 1425/2779] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:56:50 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1355/2780] 162.253.55.110 () {34 vars in 1018 bytes} [Thu Feb 26 22:56:50 2026] GET /v2.0/networks?tenant_id=ae5698641f0347c39165ed03a0f6421a&shared=False => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2781] 162.253.55.110 () {34 vars in 930 bytes} [Thu Feb 26 22:56:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2782] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:51 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2783] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:56:51 2026] GET /v2.0/security-groups?id=46970c28-e3e3-4cfa-aeb9-cab3e52884be&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2784] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:51 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2787] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1246 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2788] 162.253.55.110 () {34 vars in 1062 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.119&port_id=04a06961-f191-4535-bfc3-672ec35fa077 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2789] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/subnets?id=ec53ad49-0eb0-4aa8-badd-754eb8c256db => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2790] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/ports?network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520&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: 8|app: 0|req: 1430/2791] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?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: 1362/2792] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?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: 1431/2793] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2794] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/security-groups?id=46970c28-e3e3-4cfa-aeb9-cab3e52884be&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2795] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2796] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/security-groups => generated 30271 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2797] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/agents => generated 3386 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2798] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/subnets => generated 6133 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2799] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/routers => generated 728 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2800] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2801] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/l3-agents => generated 681 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2802] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/floatingips => generated 1702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2803] 10.0.0.106 () {34 vars in 1178 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7&device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a&device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 4154 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2804] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/subnets => generated 6133 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2805] 10.0.0.106 () {34 vars in 1120 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/security-groups?id=46970c28-e3e3-4cfa-aeb9-cab3e52884be&id=aebe738d-f7f3-486e-a77a-4df93ffead2b&fields=id&fields=name => generated 187 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2806] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:56:54 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) [pid: 7|app: 0|req: 1369/2807] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/networks => generated 5224 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2808] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:56:54 2026] GET /v2.0/ports => generated 22308 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2809] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:56:55 2026] GET /v2.0/network-ip-availabilities => generated 3612 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2810] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:56:56 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2811] 162.253.55.110 () {34 vars in 1044 bytes} [Thu Feb 26 22:56:56 2026] GET /v2.0/security-groups?id=46970c28-e3e3-4cfa-aeb9-cab3e52884be&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2812] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:57 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2813] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:56:57 2026] GET /v2.0/security-groups?id=46970c28-e3e3-4cfa-aeb9-cab3e52884be&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2814] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:56:57 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2815] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:57:00 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2816] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:57:00 2026] GET /v2.0/security-groups?id=46970c28-e3e3-4cfa-aeb9-cab3e52884be&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: 7|app: 0|req: 1374/2817] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:57:00 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2824] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:57:38 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: 1447/2825] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:57:38 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: 1379/2826] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:57:38 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: 1448/2827] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:57:38 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: 1380/2828] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:57:38 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2829] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:57:38 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2830] 162.253.55.110 () {34 vars in 717 bytes} [Thu Feb 26 22:57:38 2026] POST /v2.0/ports => generated 1059 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2831] 10.0.0.106 () {34 vars in 971 bytes} [Thu Feb 26 22:57:38 2026] GET /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2832] 10.0.0.106 () {34 vars in 907 bytes} [Thu Feb 26 22:57:38 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2833] 162.253.55.110 () {34 vars in 1262 bytes} [Thu Feb 26 22:57:39 2026] GET /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2834] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:57:39 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2835] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:57:39 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?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: 1384/2836] 162.253.55.110 () {34 vars in 975 bytes} [Thu Feb 26 22:57:40 2026] GET /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2837] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:57:40 2026] GET /v2.0/networks?id=5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2838] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:57:40 2026] PUT /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1249 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:57:40.868 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f87bef7e-cba2-4548-bd4a-74a5d7cb1439'] response: {'name': 'network-changed', 'server_uuid': 'ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7', 'tag': '263dc58a-f50c-424a-aaf7-1a7cd80a6608', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1454/2839] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:57:41 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 2489 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2840] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:57:41 2026] GET /v2.0/networks?id=5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 802 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2841] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:57:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.169&port_id=263dc58a-f50c-424a-aaf7-1a7cd80a6608 => 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: 1387/2842] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:57:41 2026] GET /v2.0/subnets?id=d20e23da-d47c-480f-85a3-3c845db68cdd => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2843] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:57:41 2026] GET /v2.0/ports?network_id=5a8da743-89d9-4ac9-8264-ba41783ec024&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2844] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:57:41 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?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: 1457/2845] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:57:41 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?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: 1389/2846] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:57:42 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 2489 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2847] 162.253.55.110 () {34 vars in 1062 bytes} [Thu Feb 26 22:57:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.119&port_id=04a06961-f191-4535-bfc3-672ec35fa077 => 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: 1390/2848] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:57:42 2026] GET /v2.0/subnets?id=ec53ad49-0eb0-4aa8-badd-754eb8c256db => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2849] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:57:42 2026] GET /v2.0/ports?network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2850] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:57:42 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2851] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:57:42 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?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: 1392/2852] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:57:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.169&port_id=263dc58a-f50c-424a-aaf7-1a7cd80a6608 => 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: 1461/2853] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:57:43 2026] GET /v2.0/subnets?id=d20e23da-d47c-480f-85a3-3c845db68cdd => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2854] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:57:43 2026] GET /v2.0/ports?network_id=5a8da743-89d9-4ac9-8264-ba41783ec024&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2855] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:57:43 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?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: 1394/2856] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:57:43 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2857] 10.0.0.106 () {34 vars in 971 bytes} [Thu Feb 26 22:57:47 2026] GET /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1251 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2858] 162.253.55.110 () {34 vars in 789 bytes} [Thu Feb 26 22:57:47 2026] PUT /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1275 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:57:47.493 8 INFO neutron.api.v2.resource [None req-c69de522-b423-40ed-a22f-08524e538cd8 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1464/2859] 162.253.55.110 () {30 vars in 763 bytes} [Thu Feb 26 22:57:47 2026] GET /v2.0/security-groups/lb-dbea159f-b525-49aa-aad6-925883f86977 => generated 149 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:57:47.521 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e2caa36-8153-48db-8c9a-239b83903ab1'] response: {'name': 'network-changed', 'server_uuid': 'ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7', 'tag': '263dc58a-f50c-424a-aaf7-1a7cd80a6608', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1396/2860] 162.253.55.110 () {30 vars in 785 bytes} [Thu Feb 26 22:57:47 2026] GET /v2.0/security-groups?name=lb-dbea159f-b525-49aa-aad6-925883f86977 => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2861] 162.253.55.110 () {34 vars in 789 bytes} [Thu Feb 26 22:57:47 2026] PUT /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1313 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:57:47.932 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd2c268f-a59b-453f-afd3-75df3014af0e'] response: {'name': 'network-changed', 'server_uuid': 'ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7', 'tag': '263dc58a-f50c-424a-aaf7-1a7cd80a6608', '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: 1466/2862] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:57:48 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: 1467/2863] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:57:48 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: 1468/2864] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:57:48 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: 1397/2865] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 2589 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2866] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:57:48 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: 1470/2867] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2868] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/networks?id=5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 802 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2869] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.169&port_id=263dc58a-f50c-424a-aaf7-1a7cd80a6608 => 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: 1471/2870] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2871] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/subnets?id=d20e23da-d47c-480f-85a3-3c845db68cdd => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2872] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2873] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2874] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/ports?network_id=5a8da743-89d9-4ac9-8264-ba41783ec024&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: 8|app: 0|req: 1474/2875] 162.253.55.110 () {30 vars in 743 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2876] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?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: 1475/2877] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2878] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?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: 1476/2879] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:57:48 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2880] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:57:49 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 2589 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2881] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:57:49 2026] GET /v2.0/networks?id=5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2882] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:57:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.169&port_id=263dc58a-f50c-424a-aaf7-1a7cd80a6608 => 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: 1478/2883] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:57:49 2026] GET /v2.0/subnets?id=d20e23da-d47c-480f-85a3-3c845db68cdd => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2884] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:57:49 2026] GET /v2.0/ports?network_id=5a8da743-89d9-4ac9-8264-ba41783ec024&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: 1479/2885] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:57:49 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2886] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:57:49 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?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) 2026-02-26 22:57:54.346 8 INFO neutron.db.l3_db [None req-d938cf72-e304-46c1-9767-4c207bbb7ac9 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Floating IP 97dfe68e-b136-4075-948e-ecec13d4bd20 associated. External IP: 10.96.250.217, port: 5d9b44e9-db89-4047-8895-29818270c11a. [pid: 7|app: 0|req: 1409/2889] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:57:54 2026] GET /v2.0/networks => generated 5224 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2890] 10.0.0.96 () {34 vars in 676 bytes} [Thu Feb 26 22:57:53 2026] POST /v2.0/floatingips => generated 898 bytes in 1217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2891] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:57:54 2026] GET /v2.0/subnets => generated 6133 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2892] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:57:54 2026] GET /v2.0/agents => generated 3386 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2893] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:57:54 2026] GET /v2.0/network-ip-availabilities => generated 3612 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2894] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:57:54 2026] GET /v2.0/subnets => generated 6133 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2895] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:57:54 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) [pid: 8|app: 0|req: 1484/2896] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:57:54 2026] GET /v2.0/security-groups => generated 30271 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2897] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:57:54 2026] GET /v2.0/ports => generated 24645 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2898] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:57:55 2026] GET /v2.0/routers => generated 728 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2899] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:57:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2900] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:57:55 2026] GET /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/l3-agents => generated 681 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2901] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:57:55 2026] GET /v2.0/floatingips => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2902] 10.0.0.106 () {34 vars in 1178 bytes} [Thu Feb 26 22:57:55 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7&device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a&device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 5497 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2903] 10.0.0.106 () {34 vars in 1200 bytes} [Thu Feb 26 22:57:55 2026] GET /v2.0/security-groups?id=46970c28-e3e3-4cfa-aeb9-cab3e52884be&id=aebe738d-f7f3-486e-a77a-4df93ffead2b&id=87586c31-8d97-404e-9314-0dc3c68c34dc&fields=id&fields=name => generated 286 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2904] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:57:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2905] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:57:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2906] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:57:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2907] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:57:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:57:59.378 8 INFO neutron.api.v2.resource [None req-cc20d90c-f9df-4bed-b436-f1e2e9fee57e e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1490/2908] 162.253.55.110 () {30 vars in 763 bytes} [Thu Feb 26 22:57:59 2026] GET /v2.0/security-groups/lb-dbea159f-b525-49aa-aad6-925883f86977 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2909] 162.253.55.110 () {30 vars in 785 bytes} [Thu Feb 26 22:57:59 2026] GET /v2.0/security-groups?name=lb-dbea159f-b525-49aa-aad6-925883f86977 => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2910] 162.253.55.110 () {30 vars in 815 bytes} [Thu Feb 26 22:57:59 2026] GET /v2.0/security-group-rules?security_group_id=87586c31-8d97-404e-9314-0dc3c68c34dc => 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: 1420/2911] 162.253.55.110 () {34 vars in 747 bytes} [Thu Feb 26 22:57:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2912] 162.253.55.110 () {34 vars in 747 bytes} [Thu Feb 26 22:57:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2913] 10.0.0.194 () {30 vars in 690 bytes} [Thu Feb 26 22:58:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2914] 10.0.0.194 () {30 vars in 692 bytes} [Thu Feb 26 22:58:06 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: 1422/2915] 10.0.0.194 () {30 vars in 668 bytes} [Thu Feb 26 22:58:06 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: 1494/2916] 10.0.0.194 () {30 vars in 704 bytes} [Thu Feb 26 22:58:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2919] 10.0.0.194 () {28 vars in 439 bytes} [Thu Feb 26 22:58:07 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2920] 10.0.0.194 () {30 vars in 728 bytes} [Thu Feb 26 22:58:07 2026] GET /v2.0/subnets/3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2921] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:58:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2922] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:58:08 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: 1426/2923] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:58:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2924] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:58:08 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: 7|app: 0|req: 1427/2925] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:08 2026] GET /v2.0/subnets/3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2926] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:58:08 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 2589 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2927] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:58:08 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: 1500/2928] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:58:08 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: 1429/2929] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:58: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: 8|app: 0|req: 1501/2930] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:58:08 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: 1430/2931] 162.253.55.110 () {34 vars in 717 bytes} [Thu Feb 26 22:58:08 2026] POST /v2.0/ports => generated 1328 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2932] 10.0.0.106 () {34 vars in 971 bytes} [Thu Feb 26 22:58:08 2026] GET /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => generated 1328 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1431/2933] 162.253.55.110 () {34 vars in 1262 bytes} [Thu Feb 26 22:58:09 2026] GET /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2934] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:09 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2935] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:09 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1504/2936] 162.253.55.110 () {34 vars in 975 bytes} [Thu Feb 26 22:58:10 2026] GET /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2937] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:58:10 2026] GET /v2.0/networks?id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2938] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:58:10 2026] PUT /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => generated 1518 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:58:11.170 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-90f83cf3-11a6-4493-a308-70af28658cbb'] response: {'name': 'network-changed', 'server_uuid': 'ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7', 'tag': '0ed508dd-5f5f-40f6-9f34-f3dac8fed422', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1434/2939] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:58:11 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 4099 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1506/2940] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:58:11 2026] GET /v2.0/networks?id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2941] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:58:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.130&port_id=0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => 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: 1507/2942] 162.253.55.110 () {34 vars in 1104 bytes} [Thu Feb 26 22:58:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A38e&port_id=0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => 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: 1436/2943] 162.253.55.110 () {34 vars in 1064 bytes} [Thu Feb 26 22:58:11 2026] GET /v2.0/subnets?id=bb927c65-f206-4fa0-ae2a-da095d8c48d7&id=3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2944] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:11 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2945] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:11 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2946] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:12 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1438/2947] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:12 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1510/2948] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 4099 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2949] 162.253.55.110 () {34 vars in 1062 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.119&port_id=04a06961-f191-4535-bfc3-672ec35fa077 => 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: 1511/2950] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/subnets?id=ec53ad49-0eb0-4aa8-badd-754eb8c256db => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2951] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/ports?network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2952] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2953] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?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: 1513/2954] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.169&port_id=263dc58a-f50c-424a-aaf7-1a7cd80a6608 => 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: 1442/2955] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/subnets?id=d20e23da-d47c-480f-85a3-3c845db68cdd => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2956] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/ports?network_id=5a8da743-89d9-4ac9-8264-ba41783ec024&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: 1443/2957] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?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: 1515/2958] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?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: 1444/2959] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.130&port_id=0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => 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: 1516/2960] 162.253.55.110 () {34 vars in 1104 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A38e&port_id=0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => 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: 1445/2961] 162.253.55.110 () {34 vars in 1064 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/subnets?id=bb927c65-f206-4fa0-ae2a-da095d8c48d7&id=3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2962] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2963] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&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: 8|app: 0|req: 1518/2964] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1447/2965] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:13 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1519/2966] 10.0.0.106 () {34 vars in 971 bytes} [Thu Feb 26 22:58:17 2026] GET /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2967] 162.253.55.110 () {30 vars in 743 bytes} [Thu Feb 26 22:58:17 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 796 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2968] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:18 2026] GET /v2.0/subnets/3c7cc6d2-e408-40ce-9c97-17c8def55308 => 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: 1449/2969] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:18 2026] GET /v2.0/subnets/bb927c65-f206-4fa0-ae2a-da095d8c48d7 => generated 742 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2970] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:58:18 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: 1450/2971] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:58:18 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: 1522/2972] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:58: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: 7|app: 0|req: 1451/2973] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:58: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: 1523/2974] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:18 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2975] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:58:18 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2976] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:58:18 2026] GET /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1349 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2977] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:18 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2978] 162.253.55.110 () {30 vars in 743 bytes} [Thu Feb 26 22:58:18 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2979] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:58:18 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2980] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:18 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2983] 10.0.0.194 () {30 vars in 690 bytes} [Thu Feb 26 22:58:27 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: 1456/2984] 10.0.0.194 () {30 vars in 692 bytes} [Thu Feb 26 22:58:27 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: 1529/2985] 10.0.0.194 () {30 vars in 668 bytes} [Thu Feb 26 22:58: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: 1457/2986] 10.0.0.194 () {30 vars in 704 bytes} [Thu Feb 26 22:58:27 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: 1530/2987] 10.0.0.194 () {28 vars in 439 bytes} [Thu Feb 26 22:58:28 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2988] 10.0.0.194 () {30 vars in 728 bytes} [Thu Feb 26 22:58:28 2026] GET /v2.0/subnets/4c2a5161-243e-418e-910a-8f5bb8316c55 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2989] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:58:29 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: 1459/2990] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:58:29 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: 1532/2991] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:58:29 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: 1460/2992] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:58:29 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: 1533/2993] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:29 2026] GET /v2.0/subnets/3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2994] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:29 2026] GET /v2.0/subnets/4c2a5161-243e-418e-910a-8f5bb8316c55 => 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: 1534/2995] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:58:29 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 4101 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2996] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:58:29 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: 1535/2997] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:58:29 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: 1463/2998] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:58:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2999] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:58:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3000] 162.253.55.110 () {34 vars in 717 bytes} [Thu Feb 26 22:58:29 2026] POST /v2.0/ports => generated 1332 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3001] 10.0.0.106 () {34 vars in 971 bytes} [Thu Feb 26 22:58:30 2026] GET /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1 => generated 1332 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: 7|app: 0|req: 1465/3002] 162.253.55.110 () {34 vars in 1262 bytes} [Thu Feb 26 22:58:31 2026] GET /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3003] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:31 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1466/3004] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:31 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1539/3005] 162.253.55.110 () {34 vars in 975 bytes} [Thu Feb 26 22:58:31 2026] GET /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1 => generated 1332 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3006] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:58:31 2026] GET /v2.0/networks?id=5ea3af95-4327-4507-8c55-23dab06e59af => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3007] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:58:31 2026] PUT /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1 => generated 1522 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:58:32.324 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6c024ec-5eda-4c58-b455-b3ecaab1b2ea'] response: {'name': 'network-changed', 'server_uuid': 'ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7', 'tag': '5350f388-71ad-4ce5-95b2-5485db6fcce1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1468/3008] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:58:32 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 5615 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1541/3009] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:58:32 2026] GET /v2.0/networks?id=5ea3af95-4327-4507-8c55-23dab06e59af => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3010] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:58:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.176&port_id=5350f388-71ad-4ce5-95b2-5485db6fcce1 => 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: 1542/3011] 162.253.55.110 () {34 vars in 1106 bytes} [Thu Feb 26 22:58:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A143&port_id=5350f388-71ad-4ce5-95b2-5485db6fcce1 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3012] 162.253.55.110 () {34 vars in 1064 bytes} [Thu Feb 26 22:58:33 2026] GET /v2.0/subnets?id=4c2a5161-243e-418e-910a-8f5bb8316c55&id=db0fef80-2a7b-424b-9819-f238ab6004d5 => generated 1415 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3013] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:33 2026] GET /v2.0/ports?network_id=5ea3af95-4327-4507-8c55-23dab06e59af&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3014] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:33 2026] GET /v2.0/ports?network_id=5ea3af95-4327-4507-8c55-23dab06e59af&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: 1544/3015] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:33 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1472/3016] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:33 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1545/3017] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 5615 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3018] 162.253.55.110 () {34 vars in 1062 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.119&port_id=04a06961-f191-4535-bfc3-672ec35fa077 => 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: 1546/3019] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/subnets?id=ec53ad49-0eb0-4aa8-badd-754eb8c256db => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3020] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/ports?network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520&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: 8|app: 0|req: 1547/3021] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?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: 1475/3022] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?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: 1548/3023] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.169&port_id=263dc58a-f50c-424a-aaf7-1a7cd80a6608 => 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: 1476/3024] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/subnets?id=d20e23da-d47c-480f-85a3-3c845db68cdd => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3025] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/ports?network_id=5a8da743-89d9-4ac9-8264-ba41783ec024&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: 1477/3026] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3027] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?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: 1478/3028] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.130&port_id=0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => 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: 1551/3029] 162.253.55.110 () {34 vars in 1104 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A38e&port_id=0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => 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: 1479/3030] 162.253.55.110 () {34 vars in 1064 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/subnets?id=bb927c65-f206-4fa0-ae2a-da095d8c48d7&id=3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3031] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3032] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3033] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1481/3034] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:34 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1554/3035] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:58:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.176&port_id=5350f388-71ad-4ce5-95b2-5485db6fcce1 => 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: 1482/3036] 162.253.55.110 () {34 vars in 1106 bytes} [Thu Feb 26 22:58:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A143&port_id=5350f388-71ad-4ce5-95b2-5485db6fcce1 => 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: 1555/3037] 162.253.55.110 () {34 vars in 1064 bytes} [Thu Feb 26 22:58:35 2026] GET /v2.0/subnets?id=4c2a5161-243e-418e-910a-8f5bb8316c55&id=db0fef80-2a7b-424b-9819-f238ab6004d5 => generated 1415 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3038] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:35 2026] GET /v2.0/ports?network_id=5ea3af95-4327-4507-8c55-23dab06e59af&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3039] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:35 2026] GET /v2.0/ports?network_id=5ea3af95-4327-4507-8c55-23dab06e59af&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3040] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:35 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1557/3041] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:35 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1559/3044] 10.0.0.106 () {34 vars in 971 bytes} [Thu Feb 26 22:58:39 2026] GET /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1 => generated 1524 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3045] 162.253.55.110 () {30 vars in 743 bytes} [Thu Feb 26 22:58:39 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3046] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:39 2026] GET /v2.0/subnets/4c2a5161-243e-418e-910a-8f5bb8316c55 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3047] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:39 2026] GET /v2.0/subnets/db0fef80-2a7b-424b-9819-f238ab6004d5 => generated 748 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3048] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:58:39 2026] GET /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3049] 162.253.55.110 () {34 vars in 790 bytes} [Thu Feb 26 22:58:39 2026] PUT /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => generated 1255 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:58:39.989 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7797b2e-28f7-4783-8a87-43879070a782'] response: {'name': 'network-changed', 'server_uuid': 'ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7', 'tag': '0ed508dd-5f5f-40f6-9f34-f3dac8fed422', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1562/3050] 162.253.55.110 () {30 vars in 743 bytes} [Thu Feb 26 22:58:39 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 796 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: 1489/3051] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/subnets/3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3052] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3053] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:58:40 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: 1564/3054] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3055] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3056] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3057] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3058] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1349 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3059] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3060] 162.253.55.110 () {30 vars in 743 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3061] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3062] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 5388 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3063] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3064] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/networks?id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3065] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.130&port_id=0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => 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: 1496/3066] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/subnets?id=3c7cc6d2-e408-40ce-9c97-17c8def55308 => 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: 1571/3067] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3068] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1572/3069] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:40 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3072] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:58:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3073] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:58: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: 8|app: 0|req: 1575/3074] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:58: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: 7|app: 0|req: 1500/3075] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:58:53 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: 1576/3076] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:53 2026] GET /v2.0/subnets/3c7cc6d2-e408-40ce-9c97-17c8def55308 => 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: 1501/3077] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:58:53 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 5388 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3078] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:58:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3079] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:58:53 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: 1578/3080] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:58:53 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: 1503/3081] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:58:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3082] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:58:53 2026] GET /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1 => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3083] 162.253.55.110 () {34 vars in 790 bytes} [Thu Feb 26 22:58:53 2026] PUT /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1 => generated 1255 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:58:53.789 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0ba5e15-a711-4b32-93da-3e0b6b42403e'] response: {'name': 'network-changed', 'server_uuid': 'ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7', 'tag': '5350f388-71ad-4ce5-95b2-5485db6fcce1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1580/3084] 162.253.55.110 () {30 vars in 743 bytes} [Thu Feb 26 22:58:53 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1505/3085] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:53 2026] GET /v2.0/subnets/4c2a5161-243e-418e-910a-8f5bb8316c55 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3086] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:58:53 2026] GET /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1 => generated 1291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3087] 162.253.55.110 () {34 vars in 789 bytes} [Thu Feb 26 22:58:53 2026] PUT /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1 => generated 1080 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3088] 162.253.55.110 () {30 vars in 743 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af => generated 798 bytes in 42 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: 1507/3089] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 4980 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3090] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 4980 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3091] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/networks?id=5ea3af95-4327-4507-8c55-23dab06e59af => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3092] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 4980 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3093] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1508/3094] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/networks => generated 5224 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3095] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1509/3096] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/subnets => generated 6133 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3097] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/network-ip-availabilities => generated 3612 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3098] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/floatingips => generated 2588 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3099] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/ports => generated 27036 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3100] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/agents => generated 3386 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3101] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/subnets => generated 6133 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3102] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3103] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/security-groups => generated 31497 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3104] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:58:54 2026] GET /v2.0/routers => generated 728 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3105] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:58:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3106] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:58:55 2026] GET /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/l3-agents => generated 681 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3107] 10.0.0.106 () {34 vars in 1178 bytes} [Thu Feb 26 22:58:55 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7&device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a&device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 7888 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3108] 10.0.0.106 () {34 vars in 1280 bytes} [Thu Feb 26 22:58:55 2026] GET /v2.0/security-groups?id=46970c28-e3e3-4cfa-aeb9-cab3e52884be&id=aebe738d-f7f3-486e-a77a-4df93ffead2b&id=87586c31-8d97-404e-9314-0dc3c68c34dc&id=04ec26b8-5669-41cc-9467-bb73e188d821&fields=id&fields=name => generated 353 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3109] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:58:55 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 4980 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:58:55.842 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79b1345b-1ba6-407a-bc53-a376eba50ae5'] response: {'name': 'network-changed', 'server_uuid': 'ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7', 'tag': '5350f388-71ad-4ce5-95b2-5485db6fcce1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1516/3110] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:58:56 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 4980 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3111] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:58:56 2026] GET /v2.0/networks?id=5ea3af95-4327-4507-8c55-23dab06e59af => 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: 1517/3112] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:56 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1596/3113] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:56 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1518/3114] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:58:56 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 4980 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3115] 162.253.55.110 () {34 vars in 975 bytes} [Thu Feb 26 22:58:56 2026] GET /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1 => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3116] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:58:56 2026] GET /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3117] 162.253.55.110 () {34 vars in 1016 bytes} [Thu Feb 26 22:58:56 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?fields=dns_domain => generated 29 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3118] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:58:56 2026] PUT /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1 => generated 917 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3119] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:58:57 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 3872 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-02-26 22:58:57.813 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e38a550-9407-4b96-8dc4-4cf1ce807269 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 5350f388-71ad-4ce5-95b2-5485db6fcce1 2026-02-26 22:58:57.816 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e38a550-9407-4b96-8dc4-4cf1ce807269 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 5350f388-71ad-4ce5-95b2-5485db6fcce1 [pid: 7|app: 0|req: 1521/3120] 162.253.55.110 () {32 vars in 759 bytes} [Thu Feb 26 22:58:57 2026] DELETE /v2.0/ports/5350f388-71ad-4ce5-95b2-5485db6fcce1 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3121] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:58:58 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: 1522/3122] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:58: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: 8|app: 0|req: 1601/3123] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3124] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:58: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: 8|app: 0|req: 1602/3125] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3126] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3127] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1349 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3128] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3129] 162.253.55.110 () {30 vars in 743 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3130] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3131] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3132] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 3872 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3133] 162.253.55.110 () {34 vars in 1226 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/networks?id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520&id=5a8da743-89d9-4ac9-8264-ba41783ec024&id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&id=5ea3af95-4327-4507-8c55-23dab06e59af => generated 3095 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3134] 162.253.55.110 () {34 vars in 1062 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.119&port_id=04a06961-f191-4535-bfc3-672ec35fa077 => 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: 1607/3135] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/subnets?id=ec53ad49-0eb0-4aa8-badd-754eb8c256db => generated 654 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3136] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/ports?network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3137] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?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: 1530/3138] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:58 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?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: 1609/3139] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:58:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.169&port_id=263dc58a-f50c-424a-aaf7-1a7cd80a6608 => 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: 1531/3140] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:58:59 2026] GET /v2.0/subnets?id=d20e23da-d47c-480f-85a3-3c845db68cdd => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3141] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:59 2026] GET /v2.0/ports?network_id=5a8da743-89d9-4ac9-8264-ba41783ec024&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3142] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:59 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?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: 1611/3143] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:59 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?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: 1533/3144] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:58:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.130&port_id=0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => 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: 1612/3145] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:58:59 2026] GET /v2.0/subnets?id=3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3146] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:58:59 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&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: 1613/3147] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:58:59 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1535/3148] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:58:59 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1614/3149] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:59:04 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: 1536/3150] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:59:04 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: 1615/3151] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:59:04 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: 1537/3152] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:59:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3153] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:59:04 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 3872 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3154] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:59:04 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: 1617/3155] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:59:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3156] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:59:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3157] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:59:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3158] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:59:04 2026] GET /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3159] 162.253.55.110 () {34 vars in 789 bytes} [Thu Feb 26 22:59:04 2026] PUT /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => generated 1080 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:59:04.986 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4952cd5e-f64a-4912-a5fb-fbe380399c35'] response: {'name': 'network-changed', 'server_uuid': 'ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7', 'tag': '0ed508dd-5f5f-40f6-9f34-f3dac8fed422', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1541/3160] 162.253.55.110 () {30 vars in 743 bytes} [Thu Feb 26 22:59:04 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 796 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: 1620/3161] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:59:05 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 3697 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3162] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:59:05 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 3697 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3163] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:59:05 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 3697 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3164] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:59:05 2026] GET /v2.0/networks?id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3165] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:59:05 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1544/3166] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:59:05 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1623/3167] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:59:06 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 3697 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3170] 162.253.55.110 () {34 vars in 975 bytes} [Thu Feb 26 22:59:07 2026] GET /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3171] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:59:07 2026] GET /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3172] 162.253.55.110 () {34 vars in 1016 bytes} [Thu Feb 26 22:59:07 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3173] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:59:07 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 3697 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3174] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:59:07 2026] PUT /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => generated 917 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3175] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:59:08 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 2589 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 22:59:08.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-99dec37b-072c-46d0-a57a-8b5d67981896 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 0ed508dd-5f5f-40f6-9f34-f3dac8fed422 2026-02-26 22:59:08.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99dec37b-072c-46d0-a57a-8b5d67981896 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 0ed508dd-5f5f-40f6-9f34-f3dac8fed422 [pid: 8|app: 0|req: 1628/3176] 162.253.55.110 () {32 vars in 759 bytes} [Thu Feb 26 22:59:08 2026] DELETE /v2.0/ports/0ed508dd-5f5f-40f6-9f34-f3dac8fed422 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3177] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:59:08 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: 1629/3178] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:59:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3179] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:59:08 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: 1630/3180] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:59:08 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: 1551/3181] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:59:08 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3182] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:59:08 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3183] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:59:08 2026] GET /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3184] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:59:08 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3185] 162.253.55.110 () {30 vars in 743 bytes} [Thu Feb 26 22:59:08 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3186] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3187] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3188] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 2589 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3189] 162.253.55.110 () {34 vars in 1146 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/networks?id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520&id=5a8da743-89d9-4ac9-8264-ba41783ec024&id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 2308 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3190] 162.253.55.110 () {34 vars in 1062 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.119&port_id=04a06961-f191-4535-bfc3-672ec35fa077 => 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: 1556/3191] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/subnets?id=ec53ad49-0eb0-4aa8-badd-754eb8c256db => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3192] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/ports?network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520&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: 1557/3193] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?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: 1637/3194] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?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: 1558/3195] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.169&port_id=263dc58a-f50c-424a-aaf7-1a7cd80a6608 => 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: 1638/3196] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/subnets?id=d20e23da-d47c-480f-85a3-3c845db68cdd => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3197] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/ports?network_id=5a8da743-89d9-4ac9-8264-ba41783ec024&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3198] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3199] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:59:09 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3200] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:59:19 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: 1561/3201] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:59:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3202] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:59:19 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: 1562/3203] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:59:19 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) 2026-02-26 22:59:19.474 8 INFO neutron.api.v2.resource [None req-59561ab2-7c44-434d-b636-d337bcd218bf e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1642/3204] 162.253.55.110 () {30 vars in 763 bytes} [Thu Feb 26 22:59:19 2026] GET /v2.0/security-groups/lb-dbea159f-b525-49aa-aad6-925883f86977 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3205] 162.253.55.110 () {30 vars in 785 bytes} [Thu Feb 26 22:59:19 2026] GET /v2.0/security-groups?name=lb-dbea159f-b525-49aa-aad6-925883f86977 => generated 2865 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3206] 162.253.55.110 () {30 vars in 815 bytes} [Thu Feb 26 22:59:19 2026] GET /v2.0/security-group-rules?security_group_id=87586c31-8d97-404e-9314-0dc3c68c34dc => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3207] 162.253.55.110 () {32 vars in 789 bytes} [Thu Feb 26 22:59:19 2026] DELETE /v2.0/security-group-rules/68b93eb9-0890-4261-ab01-c1d17483ead6 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3208] 162.253.55.110 () {32 vars in 789 bytes} [Thu Feb 26 22:59:19 2026] DELETE /v2.0/security-group-rules/b37f37a8-cc04-48ff-8681-722bcce331ac => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:23.547 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf670619-4bc4-4d5d-bef2-9df37c9b6989 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: cf36cb37-0289-4393-be94-d2d946972c4d 2026-02-26 22:59:23.550 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf670619-4bc4-4d5d-bef2-9df37c9b6989 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: cf36cb37-0289-4393-be94-d2d946972c4d 2026-02-26 22:59:23.737 7 INFO neutron.db.l3_db [None req-cf670619-4bc4-4d5d-bef2-9df37c9b6989 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Floating IP 97dfe68e-b136-4075-948e-ecec13d4bd20 disassociated (deleted). External IP: 10.96.250.217, port: 5d9b44e9-db89-4047-8895-29818270c11a. [pid: 7|app: 0|req: 1566/3211] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:59:23 2026] DELETE /v2.0/floatingips/97dfe68e-b136-4075-948e-ecec13d4bd20 => generated 0 bytes in 605 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:24.044 8 INFO neutron.api.v2.resource [None req-aa2c3c61-f588-4259-a8b1-b6e6235b572e c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1646/3212] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:59:24 2026] GET /v2.0/floatingips/97dfe68e-b136-4075-948e-ecec13d4bd20 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3213] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:59:24 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: 1647/3214] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:59:24 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: 1568/3215] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:59:24 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: 1648/3216] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:59:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:59:24.792 7 INFO neutron.api.v2.resource [None req-87567c85-3b0f-4816-83fc-be6d2486127a e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3217] 162.253.55.110 () {30 vars in 763 bytes} [Thu Feb 26 22:59:24 2026] GET /v2.0/security-groups/lb-dbea159f-b525-49aa-aad6-925883f86977 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3218] 162.253.55.110 () {30 vars in 785 bytes} [Thu Feb 26 22:59:24 2026] GET /v2.0/security-groups?name=lb-dbea159f-b525-49aa-aad6-925883f86977 => generated 1639 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3219] 162.253.55.110 () {30 vars in 815 bytes} [Thu Feb 26 22:59:24 2026] GET /v2.0/security-group-rules?security_group_id=87586c31-8d97-404e-9314-0dc3c68c34dc => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3220] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:59:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3221] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:59:24 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: 1651/3222] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:59:25 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: 1572/3223] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:59:25 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: 1652/3224] 162.253.55.110 () {30 vars in 741 bytes} [Thu Feb 26 22:59:25 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3225] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:59:25 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 2589 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3226] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:59:25 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 2589 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3227] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:59:25 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3228] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:59:26 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 2589 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3229] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:59:27 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 2589 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3230] 162.253.55.110 () {34 vars in 975 bytes} [Thu Feb 26 22:59:27 2026] GET /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1349 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3231] 162.253.55.110 () {34 vars in 1060 bytes} [Thu Feb 26 22:59:27 2026] GET /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608?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: 1656/3232] 162.253.55.110 () {34 vars in 1016 bytes} [Thu Feb 26 22:59:27 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3233] 162.253.55.110 () {38 vars in 1028 bytes} [Thu Feb 26 22:59:27 2026] PUT /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1150 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3234] 162.253.55.110 () {30 vars in 769 bytes} [Thu Feb 26 22:59:28 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1248 bytes in 48 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: 1578/3235] 162.253.55.110 () {34 vars in 789 bytes} [Thu Feb 26 22:59:28 2026] PUT /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 1090 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3236] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:59:29 2026] GET /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => 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-02-26 22:59:29.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-88e77afc-67b8-4229-9bc7-e40a6be6d4b6 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 263dc58a-f50c-424a-aaf7-1a7cd80a6608 2026-02-26 22:59:29.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88e77afc-67b8-4229-9bc7-e40a6be6d4b6 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 263dc58a-f50c-424a-aaf7-1a7cd80a6608 [pid: 7|app: 0|req: 1579/3237] 162.253.55.110 () {32 vars in 759 bytes} [Thu Feb 26 22:59:29 2026] DELETE /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3238] 162.253.55.110 () {30 vars in 703 bytes} [Thu Feb 26 22:59:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3239] 162.253.55.110 () {30 vars in 705 bytes} [Thu Feb 26 22:59:29 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: 1660/3240] 162.253.55.110 () {30 vars in 681 bytes} [Thu Feb 26 22:59:29 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: 1581/3241] 162.253.55.110 () {30 vars in 717 bytes} [Thu Feb 26 22:59:29 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) 2026-02-26 22:59:29.557 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a06f6b0-741d-4377-a8cf-fe5d45728267 e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1661/3242] 162.253.55.110 () {32 vars in 759 bytes} [Thu Feb 26 22:59:29 2026] DELETE /v2.0/ports/263dc58a-f50c-424a-aaf7-1a7cd80a6608 => 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: 1582/3243] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:59:29 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:59:29.635 8 INFO neutron.api.v2.resource [None req-e16b0d51-0b95-41a6-918a-39443cdc147c e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1662/3244] 162.253.55.110 () {30 vars in 763 bytes} [Thu Feb 26 22:59:29 2026] GET /v2.0/security-groups/lb-dbea159f-b525-49aa-aad6-925883f86977 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3245] 162.253.55.110 () {30 vars in 785 bytes} [Thu Feb 26 22:59:29 2026] GET /v2.0/security-groups?name=lb-dbea159f-b525-49aa-aad6-925883f86977 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3246] 162.253.55.110 () {30 vars in 737 bytes} [Thu Feb 26 22:59:29 2026] GET /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3247] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:59:29 2026] GET /v2.0/ports?tenant_id=ae5698641f0347c39165ed03a0f6421a&device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3248] 162.253.55.110 () {34 vars in 1066 bytes} [Thu Feb 26 22:59:29 2026] GET /v2.0/networks?id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520&id=5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 1523 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3249] 162.253.55.110 () {34 vars in 1062 bytes} [Thu Feb 26 22:59:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.119&port_id=04a06961-f191-4535-bfc3-672ec35fa077 => 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: 1587/3250] 162.253.55.110 () {34 vars in 984 bytes} [Thu Feb 26 22:59:29 2026] GET /v2.0/subnets?id=ec53ad49-0eb0-4aa8-badd-754eb8c256db => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3251] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:59:29 2026] GET /v2.0/ports?network_id=f8f9873c-41a4-4ab5-a516-f0d3a5c17520&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: 1589/3252] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:59:29 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3253] 162.253.55.110 () {34 vars in 789 bytes} [Thu Feb 26 22:59:29 2026] PUT /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 1090 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3254] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:59:30 2026] GET /v2.0/networks/f8f9873c-41a4-4ab5-a516-f0d3a5c17520?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: 1665/3255] 162.253.55.110 () {32 vars in 779 bytes} [Thu Feb 26 22:59:30 2026] DELETE /v2.0/security-groups/87586c31-8d97-404e-9314-0dc3c68c34dc => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:30.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2e25547-fcd4-4a1a-9db4-edd1dc38a0ec e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 5d9b44e9-db89-4047-8895-29818270c11a 2026-02-26 22:59:30.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2e25547-fcd4-4a1a-9db4-edd1dc38a0ec e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 5d9b44e9-db89-4047-8895-29818270c11a [pid: 7|app: 0|req: 1591/3256] 162.253.55.110 () {32 vars in 759 bytes} [Thu Feb 26 22:59:30 2026] DELETE /v2.0/ports/5d9b44e9-db89-4047-8895-29818270c11a => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3257] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:59:33 2026] GET /v2.0/ports?device_id=ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:59:33.428 7 INFO neutron_taas.services.taas.taas_plugin [req-0fd01ced-f576-45a0-8adf-3f03194ba211 req-dbaf7b21-6a24-4e23-bdc8-ab47b748ffaf e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] TaaS: Handle Delete Port: 04a06961-f191-4535-bfc3-672ec35fa077 2026-02-26 22:59:33.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0fd01ced-f576-45a0-8adf-3f03194ba211 req-dbaf7b21-6a24-4e23-bdc8-ab47b748ffaf e382bf0d2a614ec28117704ace4a0c9e ae5698641f0347c39165ed03a0f6421a - - default default] Tap Mirror: Handle Delete Port: 04a06961-f191-4535-bfc3-672ec35fa077 [pid: 7|app: 0|req: 1592/3258] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:59:33 2026] DELETE /v2.0/ports/04a06961-f191-4535-bfc3-672ec35fa077 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:59:33.614 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d99aa167-b6db-4493-beee-3654bdd8dd36'] response: {'server_uuid': 'ffcc7273-4e5b-47cd-97d9-cd7fc756f7c7', 'name': 'network-vif-deleted', 'tag': '04a06961-f191-4535-bfc3-672ec35fa077', 'status': 'completed', 'code': 200} 2026-02-26 22:59:34.407 8 INFO neutron_taas.services.taas.taas_plugin [None req-50295842-9958-46fa-833d-fc9096482853 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: 95765daa-1fe2-4e97-a062-a56d6983ef68 2026-02-26 22:59:34.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50295842-9958-46fa-833d-fc9096482853 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: 95765daa-1fe2-4e97-a062-a56d6983ef68 2026-02-26 22:59:34.602 8 INFO neutron.db.l3_db [None req-50295842-9958-46fa-833d-fc9096482853 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Floating IP 028891ab-08a9-4a4c-b5a7-6b58ff19221a disassociated (deleted). External IP: 10.96.250.208, port: ed913b34-20a5-4321-b7e7-c5ce38ea86b1. [pid: 8|app: 0|req: 1667/3259] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:59:34 2026] DELETE /v2.0/floatingips/028891ab-08a9-4a4c-b5a7-6b58ff19221a => generated 0 bytes in 658 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:34.954 7 INFO neutron.api.v2.resource [None req-294d359d-d50f-4cc0-b1dc-4af83b851d87 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3260] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:59:34 2026] GET /v2.0/floatingips/028891ab-08a9-4a4c-b5a7-6b58ff19221a => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:59:34.965 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0d99642-8bb3-40ee-afe3-2d824e199482'] response: {'name': 'network-changed', 'server_uuid': '62b3d35d-6e8b-46ae-93db-fdf6b5533e9a', 'tag': 'ed913b34-20a5-4321-b7e7-c5ce38ea86b1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1668/3261] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:59:35 2026] GET /v2.0/ports?device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a => generated 1200 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3262] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:59:35 2026] GET /v2.0/security-groups?id=aebe738d-f7f3-486e-a77a-4df93ffead2b&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3263] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:59:35 2026] GET /v2.0/ports?tenant_id=3b416c7225b3465baf87fe09801383af&device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3264] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:59:35 2026] GET /v2.0/networks?id=5ea3af95-4327-4507-8c55-23dab06e59af => 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: 1670/3265] 162.253.55.110 () {34 vars in 1058 bytes} [Thu Feb 26 22:59:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.104&port_id=ed913b34-20a5-4321-b7e7-c5ce38ea86b1 => 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: 1596/3266] 162.253.55.110 () {34 vars in 1104 bytes} [Thu Feb 26 22:59:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad4&port_id=ed913b34-20a5-4321-b7e7-c5ce38ea86b1 => 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: 1671/3267] 162.253.55.110 () {34 vars in 1064 bytes} [Thu Feb 26 22:59:35 2026] GET /v2.0/subnets?id=4c2a5161-243e-418e-910a-8f5bb8316c55&id=db0fef80-2a7b-424b-9819-f238ab6004d5 => generated 1415 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3268] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:59:35 2026] GET /v2.0/ports?network_id=5ea3af95-4327-4507-8c55-23dab06e59af&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3269] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:59:35 2026] GET /v2.0/ports?network_id=5ea3af95-4327-4507-8c55-23dab06e59af&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3270] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:59:35 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1673/3271] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:59:35 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af?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: 1600/3274] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:59:37 2026] GET /v2.0/ports?device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:59:37.791 8 INFO neutron_taas.services.taas.taas_plugin [req-ce597e77-6035-424e-9206-2645566340e1 req-57342280-db04-4deb-87d5-b11f046f9643 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: ed913b34-20a5-4321-b7e7-c5ce38ea86b1 2026-02-26 22:59:37.794 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ce597e77-6035-424e-9206-2645566340e1 req-57342280-db04-4deb-87d5-b11f046f9643 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: ed913b34-20a5-4321-b7e7-c5ce38ea86b1 [pid: 8|app: 0|req: 1675/3275] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:59:37 2026] DELETE /v2.0/ports/ed913b34-20a5-4321-b7e7-c5ce38ea86b1 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:59:38.066 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d023258d-6b72-4b15-95d7-b9f0f5a2e91d'] response: {'server_uuid': '62b3d35d-6e8b-46ae-93db-fdf6b5533e9a', 'name': 'network-vif-deleted', 'tag': 'ed913b34-20a5-4321-b7e7-c5ce38ea86b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1601/3276] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:59:40 2026] GET /v2.0/ports?device_id=62b3d35d-6e8b-46ae-93db-fdf6b5533e9a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:59:45.579 8 INFO neutron_taas.services.taas.taas_plugin [None req-5365415f-895e-4661-a150-ea320f759406 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: 7adf70a7-0e2f-4d8b-a9fb-b03a5637cd04 2026-02-26 22:59:45.583 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5365415f-895e-4661-a150-ea320f759406 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: 7adf70a7-0e2f-4d8b-a9fb-b03a5637cd04 2026-02-26 22:59:45.792 8 INFO neutron.db.l3_db [None req-5365415f-895e-4661-a150-ea320f759406 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Floating IP a5d03ea8-36b2-48b6-a939-e6758531c82a disassociated (deleted). External IP: 10.96.250.204, port: 611019b2-f0da-40a0-b4d5-c0ae7d33abe8. [pid: 8|app: 0|req: 1676/3277] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 22:59:45 2026] DELETE /v2.0/floatingips/a5d03ea8-36b2-48b6-a939-e6758531c82a => generated 0 bytes in 699 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:46.169 7 INFO neutron.api.v2.resource [None req-647b536b-a64f-44a4-be5b-c8ea7b4dcda7 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3278] 10.0.0.96 () {32 vars in 728 bytes} [Thu Feb 26 22:59:46 2026] GET /v2.0/floatingips/a5d03ea8-36b2-48b6-a939-e6758531c82a => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:59:46.196 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b5ba395-197d-4a57-a03e-d4bcc7cbad88'] response: {'name': 'network-changed', 'server_uuid': '43a03aac-4a1d-40df-91da-73edef180a3e', 'tag': '611019b2-f0da-40a0-b4d5-c0ae7d33abe8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1677/3279] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:59:46 2026] GET /v2.0/ports?device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 1192 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3280] 10.0.0.106 () {34 vars in 1040 bytes} [Thu Feb 26 22:59:46 2026] GET /v2.0/security-groups?id=aebe738d-f7f3-486e-a77a-4df93ffead2b&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3281] 162.253.55.110 () {34 vars in 1080 bytes} [Thu Feb 26 22:59:46 2026] GET /v2.0/ports?tenant_id=3b416c7225b3465baf87fe09801383af&device_id=43a03aac-4a1d-40df-91da-73edef180a3e => 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: 1604/3282] 162.253.55.110 () {34 vars in 986 bytes} [Thu Feb 26 22:59:46 2026] GET /v2.0/networks?id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3283] 162.253.55.110 () {34 vars in 1056 bytes} [Thu Feb 26 22:59:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.67&port_id=611019b2-f0da-40a0-b4d5-c0ae7d33abe8 => 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: 1605/3284] 162.253.55.110 () {34 vars in 1102 bytes} [Thu Feb 26 22:59:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2d&port_id=611019b2-f0da-40a0-b4d5-c0ae7d33abe8 => 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: 1680/3285] 162.253.55.110 () {34 vars in 1064 bytes} [Thu Feb 26 22:59:46 2026] GET /v2.0/subnets?id=bb927c65-f206-4fa0-ae2a-da095d8c48d7&id=3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 1409 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3286] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:59:46 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&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: 8|app: 0|req: 1681/3287] 162.253.55.110 () {34 vars in 1052 bytes} [Thu Feb 26 22:59:46 2026] GET /v2.0/ports?network_id=e8b92689-b9bc-4f0d-8f38-f3e4e6183204&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: 7|app: 0|req: 1607/3288] 162.253.55.110 () {34 vars in 1012 bytes} [Thu Feb 26 22:59:47 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3289] 162.253.55.110 () {34 vars in 1112 bytes} [Thu Feb 26 22:59:47 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204?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: 1608/3290] 162.253.55.110 () {34 vars in 994 bytes} [Thu Feb 26 22:59:48 2026] GET /v2.0/ports?device_id=43a03aac-4a1d-40df-91da-73edef180a3e => generated 1192 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:59:48.995 8 INFO neutron_taas.services.taas.taas_plugin [req-f1c3ced6-9f58-480d-bb3c-6e6e60c01b40 req-26fc8aab-737e-4552-aca5-166e43b1e7a5 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: 611019b2-f0da-40a0-b4d5-c0ae7d33abe8 2026-02-26 22:59:48.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f1c3ced6-9f58-480d-bb3c-6e6e60c01b40 req-26fc8aab-737e-4552-aca5-166e43b1e7a5 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: 611019b2-f0da-40a0-b4d5-c0ae7d33abe8 [pid: 8|app: 0|req: 1683/3291] 162.253.55.110 () {36 vars in 997 bytes} [Thu Feb 26 22:59:48 2026] DELETE /v2.0/ports/611019b2-f0da-40a0-b4d5-c0ae7d33abe8 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 22:59:49.242 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-14cce0cd-bc40-4d3a-bc3b-05b3330d3c6a'] response: {'server_uuid': '43a03aac-4a1d-40df-91da-73edef180a3e', 'name': 'network-vif-deleted', 'tag': '611019b2-f0da-40a0-b4d5-c0ae7d33abe8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1609/3292] 10.0.0.106 () {34 vars in 990 bytes} [Thu Feb 26 22:59:51 2026] GET /v2.0/ports?device_id=43a03aac-4a1d-40df-91da-73edef180a3e => 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: 1611/3295] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 22:59:54 2026] GET /v2.0/agents => generated 3386 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3296] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 22:59:54 2026] GET /v2.0/network-ip-availabilities => generated 3612 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3297] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 22:59:54 2026] GET /v2.0/networks => generated 5224 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3298] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:59:54 2026] GET /v2.0/subnets => generated 6133 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3299] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 22:59:54 2026] GET /v2.0/ports => generated 15057 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3300] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:59:54 2026] GET /v2.0/subnets => generated 6133 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3301] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:59:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3302] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 22:59:54 2026] GET /v2.0/routers => generated 728 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3303] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 22:59:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3304] 10.0.0.227 () {28 vars in 677 bytes} [Thu Feb 26 22:59:54 2026] GET /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/l3-agents => generated 681 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3305] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 22:59:54 2026] GET /v2.0/security-groups => generated 28653 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3306] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 22:59:55 2026] GET /v2.0/floatingips => 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: 1617/3307] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:59:56 2026] DELETE /v2.0/security-group-rules/c0ff3ee6-f0be-4142-8472-ab0de59dbb5b => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:56.808 8 INFO neutron.api.v2.resource [None req-48244430-924c-460e-a61e-8389c56d07a3 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1691/3308] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:59:56 2026] GET /v2.0/security-group-rules/c0ff3ee6-f0be-4142-8472-ab0de59dbb5b => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3309] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:59:56 2026] DELETE /v2.0/security-group-rules/b0227dc2-3c9a-45d7-ba3b-ed4ca898e42f => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:56.920 8 INFO neutron.api.v2.resource [None req-01363af9-c5e9-41ea-979a-9a367e5755aa c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1692/3310] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:59:56 2026] GET /v2.0/security-group-rules/b0227dc2-3c9a-45d7-ba3b-ed4ca898e42f => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3311] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:59:56 2026] DELETE /v2.0/security-group-rules/07926d81-5610-457a-b4ea-c6a18e524847 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:57.035 8 INFO neutron.api.v2.resource [None req-25818396-a16d-4c50-8e6f-088b3a5d9979 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1693/3312] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:59:57 2026] GET /v2.0/security-group-rules/07926d81-5610-457a-b4ea-c6a18e524847 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3313] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:59:57 2026] DELETE /v2.0/security-group-rules/aef77c40-67cd-4bbe-885a-6f50542116cd => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:57.129 8 INFO neutron.api.v2.resource [None req-b02e5731-7d96-4145-bfd5-ed44420dd14f c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1694/3314] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:59:57 2026] GET /v2.0/security-group-rules/aef77c40-67cd-4bbe-885a-6f50542116cd => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3315] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:59:57 2026] DELETE /v2.0/security-group-rules/d9b89cec-37df-4545-a671-fba3d08412df => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:57.225 8 INFO neutron.api.v2.resource [None req-689187a2-68f1-4243-af69-d074b6e8af33 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1695/3316] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:59:57 2026] GET /v2.0/security-group-rules/d9b89cec-37df-4545-a671-fba3d08412df => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3317] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:59:57 2026] DELETE /v2.0/security-group-rules/e1988939-e691-4afb-af20-f07b5d676572 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:57.326 8 INFO neutron.api.v2.resource [None req-4ef3b5f4-ff5b-429b-9029-3b8d1ff71904 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1696/3318] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:59:57 2026] GET /v2.0/security-group-rules/e1988939-e691-4afb-af20-f07b5d676572 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3319] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:59:57 2026] DELETE /v2.0/security-group-rules/34714230-e290-4140-9587-a3404362298a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:57.432 8 INFO neutron.api.v2.resource [None req-ba7d5eef-5e98-4c27-8a55-3f1a32d3ad99 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1697/3320] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:59:57 2026] GET /v2.0/security-group-rules/34714230-e290-4140-9587-a3404362298a => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3321] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:59:57 2026] DELETE /v2.0/security-group-rules/fa6a99ad-6fdd-4dc3-9e9f-83908b0fd3fd => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:57.528 8 INFO neutron.api.v2.resource [None req-3750f56f-4b8f-4b66-b664-78cb54453fba c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1698/3322] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:59:57 2026] GET /v2.0/security-group-rules/fa6a99ad-6fdd-4dc3-9e9f-83908b0fd3fd => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3323] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:59:57 2026] DELETE /v2.0/security-group-rules/e29584b7-aaf6-463d-9381-08e09f666090 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:57.628 8 INFO neutron.api.v2.resource [None req-85535cc5-2c53-47ee-9115-b45f4d32f329 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1699/3324] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:59:57 2026] GET /v2.0/security-group-rules/e29584b7-aaf6-463d-9381-08e09f666090 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3325] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:59:57 2026] DELETE /v2.0/security-group-rules/2d837b0a-9267-47d3-84fe-9707ecbb0177 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:57.707 8 INFO neutron.api.v2.resource [None req-6e7f6a2f-e9eb-493a-bfb0-9d59e5b25ec3 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1700/3326] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:59:57 2026] GET /v2.0/security-group-rules/2d837b0a-9267-47d3-84fe-9707ecbb0177 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3327] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 22:59:57 2026] DELETE /v2.0/security-group-rules/8c17fa03-2f57-495d-84c3-eccea6bce7c5 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:57.795 8 INFO neutron.api.v2.resource [None req-fae90552-0d3d-4eb5-9945-c2ed0968f2f1 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1701/3328] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 22:59:57 2026] GET /v2.0/security-group-rules/8c17fa03-2f57-495d-84c3-eccea6bce7c5 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3329] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 22:59:57 2026] DELETE /v2.0/security-groups/aebe738d-f7f3-486e-a77a-4df93ffead2b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 22:59:57.900 8 INFO neutron.api.v2.resource [None req-162dc8fe-1052-4469-9cfb-08d1f46fbf64 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1702/3330] 10.0.0.96 () {32 vars in 736 bytes} [Thu Feb 26 22:59:57 2026] GET /v2.0/security-groups/aebe738d-f7f3-486e-a77a-4df93ffead2b => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:59:58.329 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e8016b2-59ea-4b71-a55a-d843f5cabc95 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: fb84abb0-2dc8-4219-a444-943f3e0f3038 2026-02-26 22:59:58.332 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e8016b2-59ea-4b71-a55a-d843f5cabc95 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: fb84abb0-2dc8-4219-a444-943f3e0f3038 [pid: 7|app: 0|req: 1629/3331] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:59:57 2026] PUT /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/remove_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:59:59.122 8 INFO neutron.api.v2.resource [None req-58797862-68b1-4f74-8625-ac5df834e86f c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1703/3332] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:59:58 2026] PUT /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:59:59.541 7 INFO neutron_taas.services.taas.taas_plugin [None req-e13ea943-7e83-4a90-ae72-ebf9a8f185dd c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: adebdf7b-57ce-4942-a156-1d40e5bb049a 2026-02-26 22:59:59.544 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e13ea943-7e83-4a90-ae72-ebf9a8f185dd c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: adebdf7b-57ce-4942-a156-1d40e5bb049a [pid: 7|app: 0|req: 1630/3333] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 22:59:59 2026] PUT /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/remove_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:00:00.399 8 INFO neutron.api.v2.resource [None req-1328acc8-0700-449a-b3c6-0e471304ab08 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1704/3334] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 23:00:00 2026] PUT /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/remove_router_interface => generated 198 bytes in 184 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:00:00.879 7 INFO neutron_taas.services.taas.taas_plugin [None req-f110407f-a652-4781-8cd8-feb48087e254 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: 95de2afc-237a-4c61-ae6b-cf92eca6e6e3 2026-02-26 23:00:00.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f110407f-a652-4781-8cd8-feb48087e254 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: 95de2afc-237a-4c61-ae6b-cf92eca6e6e3 [pid: 7|app: 0|req: 1631/3335] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 23:00:00 2026] PUT /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/remove_router_interface => generated 309 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:00:01.600 8 INFO neutron.api.v2.resource [None req-5c1681ae-d077-4a68-a2a0-4a879acfd3de c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1705/3336] 10.0.0.96 () {34 vars in 788 bytes} [Thu Feb 26 23:00:01 2026] PUT /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49/remove_router_interface => generated 198 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:00:01.864 7 INFO neutron_taas.services.taas.taas_plugin [None req-c65d2f52-84d2-4ecf-9801-90ace681ba9b c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: 6de161be-2f3a-44a8-959a-c0f17210a026 2026-02-26 23:00:01.868 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c65d2f52-84d2-4ecf-9801-90ace681ba9b c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: 6de161be-2f3a-44a8-959a-c0f17210a026 2026-02-26 23:00:02.185 7 INFO neutron_taas.services.taas.taas_plugin [None req-c65d2f52-84d2-4ecf-9801-90ace681ba9b c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: 64662d11-77d8-4bf4-a51a-d9914df36fae 2026-02-26 23:00:02.188 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c65d2f52-84d2-4ecf-9801-90ace681ba9b c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: 64662d11-77d8-4bf4-a51a-d9914df36fae 2026-02-26 23:00:02.602 7 INFO neutron.db.l3_hamode_db [None req-c65d2f52-84d2-4ecf-9801-90ace681ba9b c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] HA network 5ba015ca-f289-4f53-b84e-6f4f557bbdeb was deleted as no HA routers are present in tenant 3b416c7225b3465baf87fe09801383af. [pid: 7|app: 0|req: 1632/3337] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 23:00:01 2026] DELETE /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49 => generated 0 bytes in 1002 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:00:02.615 7 INFO neutron.services.segments.plugin [-] Segment f019a741-b081-41fe-a897-b3ae46ae1cf9 resource provider aggregate not found 2026-02-26 23:00:02.621 7 INFO neutron.services.segments.plugin [-] Segment f019a741-b081-41fe-a897-b3ae46ae1cf9 resource provider aggregate not found 2026-02-26 23:00:02.638 7 INFO neutron.services.segments.plugin [-] Segment f019a741-b081-41fe-a897-b3ae46ae1cf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f019a741-b081-41fe-a897-b3ae46ae1cf9 found for delete ", "request_id": "req-c9bda490-1a4c-4cd4-b1f6-ae29a1845099"}]} 2026-02-26 23:00:02.639 8 INFO neutron.api.v2.resource [None req-6a365c1e-a51a-439a-82dd-b32216a5ae68 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1706/3338] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 23:00:02 2026] GET /v2.0/routers/898d3624-46c7-48d7-a5ce-8172b4a40b49 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:00:02.641 7 INFO neutron.services.segments.plugin [-] Segment f019a741-b081-41fe-a897-b3ae46ae1cf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f019a741-b081-41fe-a897-b3ae46ae1cf9 found for delete ", "request_id": "req-2544fcb2-1e8b-4c5a-87d2-e7f8e0370cf1"}]} [pid: 7|app: 0|req: 1633/3339] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 23:00:02 2026] DELETE /v2.0/subnets/db0fef80-2a7b-424b-9819-f238ab6004d5 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:02.869 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87996d85-3746-4370-affa-9b26ae3003b7 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1707/3340] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 23:00:02 2026] GET /v2.0/subnets/db0fef80-2a7b-424b-9819-f238ab6004d5 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3341] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 23:00:02 2026] DELETE /v2.0/subnets/4c2a5161-243e-418e-910a-8f5bb8316c55 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:03.089 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1d046a9-3537-41e3-9228-65c2ca2a7ae6 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1708/3342] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 23:00:03 2026] GET /v2.0/subnets/4c2a5161-243e-418e-910a-8f5bb8316c55 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:00:03.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb64840c-0071-427d-81c4-632d4e841cef c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: 8e45f8e6-7ebe-4af2-9697-7a580ef986e9 2026-02-26 23:00:03.188 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb64840c-0071-427d-81c4-632d4e841cef c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: 8e45f8e6-7ebe-4af2-9697-7a580ef986e9 [pid: 7|app: 0|req: 1635/3343] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:00:03 2026] DELETE /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:03.420 8 INFO neutron.pecan_wsgi.hooks.translation [None req-afd6bc55-3b47-4f14-878c-0aa158dc37b1 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1709/3344] 10.0.0.96 () {32 vars in 722 bytes} [Thu Feb 26 23:00:03 2026] GET /v2.0/networks/5ea3af95-4327-4507-8c55-23dab06e59af => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3345] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 23:00:03 2026] DELETE /v2.0/subnets/bb927c65-f206-4fa0-ae2a-da095d8c48d7 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:03.610 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aad52963-f9b3-4442-9ea8-8b9bc257f8df c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1710/3346] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 23:00:03 2026] GET /v2.0/subnets/bb927c65-f206-4fa0-ae2a-da095d8c48d7 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3347] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 23:00:03 2026] DELETE /v2.0/subnets/3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:03.813 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd8a4e48-ec2b-41cc-a775-9342a90f69a8 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1711/3348] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 23:00:03 2026] GET /v2.0/subnets/3c7cc6d2-e408-40ce-9c97-17c8def55308 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:00:03.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffcaba99-d0de-4c75-8c67-8b24b43cc6e1 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: e8174d3a-6d95-455b-a594-db778fc68ad5 2026-02-26 23:00:03.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffcaba99-d0de-4c75-8c67-8b24b43cc6e1 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: e8174d3a-6d95-455b-a594-db778fc68ad5 [pid: 7|app: 0|req: 1638/3349] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:00:03 2026] DELETE /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:04.169 8 INFO neutron.pecan_wsgi.hooks.translation [None req-66a95426-27d9-4c2b-8674-50988416dc1f c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1712/3350] 10.0.0.96 () {32 vars in 722 bytes} [Thu Feb 26 23:00:04 2026] GET /v2.0/networks/e8b92689-b9bc-4f0d-8f38-f3e4e6183204 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3351] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 23:00:04 2026] DELETE /v2.0/subnets/b95aac99-8f82-4a0c-8e58-18803e826853 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:04.363 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39b2394b-f495-420a-afdd-a0f1ec531afb c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1713/3352] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 23:00:04 2026] GET /v2.0/subnets/b95aac99-8f82-4a0c-8e58-18803e826853 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3353] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 23:00:04 2026] DELETE /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:04.591 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd27a56a-3d6e-4ecc-bf68-98c94eccbbd7 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1714/3354] 10.0.0.96 () {32 vars in 720 bytes} [Thu Feb 26 23:00:04 2026] GET /v2.0/subnets/d20e23da-d47c-480f-85a3-3c845db68cdd => generated 136 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:00:04.670 7 INFO neutron.services.segments.plugin [-] Segment 259b86dc-451c-4ab8-91da-3f463b8c0db2 resource provider aggregate not found 2026-02-26 23:00:04.682 7 INFO neutron.services.segments.plugin [-] Segment 259b86dc-451c-4ab8-91da-3f463b8c0db2 resource provider aggregate not found 2026-02-26 23:00:04.694 7 INFO neutron.services.segments.plugin [-] Segment 259b86dc-451c-4ab8-91da-3f463b8c0db2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 259b86dc-451c-4ab8-91da-3f463b8c0db2 found for delete ", "request_id": "req-1a1103b9-a9eb-4670-bd20-0f673dc43176"}]} 2026-02-26 23:00:04.710 7 INFO neutron.services.segments.plugin [-] Segment 259b86dc-451c-4ab8-91da-3f463b8c0db2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 259b86dc-451c-4ab8-91da-3f463b8c0db2 found for delete ", "request_id": "req-cc92c0f6-7239-4619-a28b-a1f166172cd8"}]} 2026-02-26 23:00:04.719 7 INFO neutron.services.segments.plugin [-] Segment cb24c1ff-f410-496a-922a-a39597f1be29 resource provider aggregate not found 2026-02-26 23:00:04.732 7 INFO neutron.services.segments.plugin [-] Segment cb24c1ff-f410-496a-922a-a39597f1be29 resource provider aggregate not found 2026-02-26 23:00:04.739 7 INFO neutron.services.segments.plugin [-] Segment cb24c1ff-f410-496a-922a-a39597f1be29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb24c1ff-f410-496a-922a-a39597f1be29 found for delete ", "request_id": "req-32bd9947-7bec-40d2-aaf1-62c6fe21dd8e"}]} 2026-02-26 23:00:04.757 7 INFO neutron.services.segments.plugin [-] Segment cb24c1ff-f410-496a-922a-a39597f1be29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb24c1ff-f410-496a-922a-a39597f1be29 found for delete ", "request_id": "req-7f1fa4a0-48cb-4a94-aded-3303d921cb2e"}]} 2026-02-26 23:00:04.769 7 INFO neutron_taas.services.taas.taas_plugin [None req-89e79bf1-172c-4961-a654-d2c4d37c89dd c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] TaaS: Handle Delete Port: 69fa07e6-9285-4425-9ff0-a11452839005 2026-02-26 23:00:04.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89e79bf1-172c-4961-a654-d2c4d37c89dd c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] Tap Mirror: Handle Delete Port: 69fa07e6-9285-4425-9ff0-a11452839005 [pid: 7|app: 0|req: 1641/3355] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:00:04 2026] DELETE /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 0 bytes in 416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:05.060 8 INFO neutron.pecan_wsgi.hooks.translation [None req-443b0228-5f0a-464d-b223-89f59545e395 c814050e45c94493b6fd575d9ebe6de4 3b416c7225b3465baf87fe09801383af - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1715/3356] 10.0.0.96 () {32 vars in 722 bytes} [Thu Feb 26 23:00:05 2026] GET /v2.0/networks/5a8da743-89d9-4ac9-8264-ba41783ec024 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:00:06.764 7 INFO neutron.services.segments.plugin [-] Segment 9ec6e48a-0a18-406f-9a89-aea2eed15846 resource provider aggregate not found 2026-02-26 23:00:06.785 7 INFO neutron.services.segments.plugin [-] Segment 9ec6e48a-0a18-406f-9a89-aea2eed15846 resource provider aggregate not found 2026-02-26 23:00:06.787 7 INFO neutron.services.segments.plugin [-] Segment 9ec6e48a-0a18-406f-9a89-aea2eed15846 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ec6e48a-0a18-406f-9a89-aea2eed15846 found for delete ", "request_id": "req-edb1b3ee-438f-4f9c-ad63-49fd32bbf3d0"}]} 2026-02-26 23:00:06.798 7 INFO neutron.services.segments.plugin [-] Segment 9ec6e48a-0a18-406f-9a89-aea2eed15846 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ec6e48a-0a18-406f-9a89-aea2eed15846 found for delete ", "request_id": "req-cd71124a-f38a-43d2-acad-fcec447de154"}]} [pid: 7|app: 0|req: 1643/3359] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:07 2026] GET /v2.0/security-groups?tenant_id=3b416c7225b3465baf87fe09801383af&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: 1717/3360] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:07 2026] DELETE /v2.0/security-groups/af481d0d-5655-4889-a07b-f05830995520 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3361] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:07 2026] GET /v2.0/security-groups?tenant_id=59cf67986f9a419f9e87ba3189f39580&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3362] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:07 2026] DELETE /v2.0/security-groups/c17432a6-c707-486b-8de7-aca64d6b1651 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3363] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:08 2026] GET /v2.0/security-groups?tenant_id=f1602259e4af4da39b324fb8696eb6ea&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3364] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:08 2026] DELETE /v2.0/security-groups/233b147a-a9be-429c-96ae-f18e757dec31 => 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: 1646/3365] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:08 2026] GET /v2.0/security-groups?tenant_id=43fa100776214fa18d2d4d1333013032&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3366] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:08 2026] DELETE /v2.0/security-groups/1e85f713-2488-40e2-9024-e15aafdfb223 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3367] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:08 2026] GET /v2.0/security-groups?tenant_id=71184acbf13b4a86b3bb1c7dda842fad&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3368] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:09 2026] DELETE /v2.0/security-groups/86f45a75-e736-49ee-9dce-e9c2146810ce => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3369] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:09 2026] GET /v2.0/security-groups?tenant_id=734602cab1f9478bbe65ee2a5c15efa6&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3370] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:09 2026] DELETE /v2.0/security-groups/131ed5d0-4abe-48c6-90c0-28b722de4a47 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3371] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:09 2026] GET /v2.0/security-groups?tenant_id=31d360a39a744a01a46c387839a88abb&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3372] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:09 2026] DELETE /v2.0/security-groups/2820296a-95e0-4e79-93b3-f12698d0d6c6 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:00:14.702 7 INFO neutron.db.segments_db [None req-3c47a0db-04cd-4bcd-94cd-5ab34f4ed9ad 4412254ddcf04651bccf3d355a6d3c01 0a168cf720ad44cfac6ed07a937fd043 - - default default] Added segment e11c95fe-0cee-4c21-9ff0-5ffabba3a884 of type vxlan for network f000b985-2d09-4531-800c-6343a9ed6eb2 [pid: 7|app: 0|req: 1650/3373] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 23:00:14 2026] POST /v2.0/networks => generated 708 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3374] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 23:00:14 2026] POST /v2.0/subnets => generated 644 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:00:15.017 7 WARNING neutron.api.v2.base [None req-fd9a8c53-448e-4a5b-a269-25c00de5e9e8 4412254ddcf04651bccf3d355a6d3c01 0a168cf720ad44cfac6ed07a937fd043 - - 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-02-26 23:00:15.018 7 INFO neutron.api.v2.resource [None req-fd9a8c53-448e-4a5b-a269-25c00de5e9e8 4412254ddcf04651bccf3d355a6d3c01 0a168cf720ad44cfac6ed07a937fd043 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1651/3375] 10.0.0.96 () {34 vars in 680 bytes} [Thu Feb 26 23:00:15 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3376] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:00:15 2026] DELETE /v2.0/networks/f000b985-2d09-4531-800c-6343a9ed6eb2 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:15.335 8 INFO neutron.services.segments.plugin [-] Segment e11c95fe-0cee-4c21-9ff0-5ffabba3a884 resource provider aggregate not found 2026-02-26 23:00:15.338 8 INFO neutron.services.segments.plugin [-] Segment e11c95fe-0cee-4c21-9ff0-5ffabba3a884 resource provider aggregate not found 2026-02-26 23:00:15.349 8 INFO neutron.services.segments.plugin [-] Segment e11c95fe-0cee-4c21-9ff0-5ffabba3a884 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e11c95fe-0cee-4c21-9ff0-5ffabba3a884 found for delete ", "request_id": "req-70a84d14-a2c3-4274-8239-56b29ece3cac"}]} 2026-02-26 23:00:15.350 7 INFO neutron.db.segments_db [None req-1b59f5ac-35d7-4bf0-9d9e-82460bfde962 4412254ddcf04651bccf3d355a6d3c01 0a168cf720ad44cfac6ed07a937fd043 - - default default] Added segment 404dcdc7-4a57-4d81-9471-6e0970d643c4 of type vxlan for network 69d07ff5-3b78-4339-85c1-22946a54a66c 2026-02-26 23:00:15.351 8 INFO neutron.services.segments.plugin [-] Segment e11c95fe-0cee-4c21-9ff0-5ffabba3a884 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e11c95fe-0cee-4c21-9ff0-5ffabba3a884 found for delete ", "request_id": "req-66f7889c-cbba-48a6-8641-8b014c114b7a"}]} [pid: 7|app: 0|req: 1652/3377] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 23:00:15 2026] POST /v2.0/networks => generated 708 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3378] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 23:00:15 2026] POST /v2.0/subnets => generated 647 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:00:15.655 7 WARNING neutron.api.v2.base [None req-d2df7e89-aa99-4f56-9dae-b309dd9d4e24 4412254ddcf04651bccf3d355a6d3c01 0a168cf720ad44cfac6ed07a937fd043 - - 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-02-26 23:00:15.656 7 INFO neutron.api.v2.resource [None req-d2df7e89-aa99-4f56-9dae-b309dd9d4e24 4412254ddcf04651bccf3d355a6d3c01 0a168cf720ad44cfac6ed07a937fd043 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1653/3379] 10.0.0.96 () {34 vars in 680 bytes} [Thu Feb 26 23:00:15 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3380] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:00:15 2026] DELETE /v2.0/networks/69d07ff5-3b78-4339-85c1-22946a54a66c => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:15.942 7 INFO neutron.db.segments_db [None req-928dcb8f-134d-4539-9703-6a72dfe69610 4412254ddcf04651bccf3d355a6d3c01 0a168cf720ad44cfac6ed07a937fd043 - - default default] Added segment 2a5424c0-c44b-475c-9d93-0e92cf7ed02f of type vxlan for network b43d5864-0840-416e-adb5-1af366bfd1ed [pid: 7|app: 0|req: 1654/3381] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 23:00:15 2026] POST /v2.0/networks => generated 707 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3382] 10.0.0.96 () {34 vars in 668 bytes} [Thu Feb 26 23:00:16 2026] POST /v2.0/subnets => generated 647 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3383] 10.0.0.96 () {34 vars in 680 bytes} [Thu Feb 26 23:00:16 2026] POST /v2.0/rbac-policies => generated 324 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3384] 10.0.0.96 () {32 vars in 722 bytes} [Thu Feb 26 23:00:16 2026] GET /v2.0/networks/b43d5864-0840-416e-adb5-1af366bfd1ed => generated 654 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:00:17.369 8 INFO neutron.services.segments.plugin [-] Segment 404dcdc7-4a57-4d81-9471-6e0970d643c4 resource provider aggregate not found 2026-02-26 23:00:17.375 8 INFO neutron.services.segments.plugin [-] Segment 404dcdc7-4a57-4d81-9471-6e0970d643c4 resource provider aggregate not found 2026-02-26 23:00:17.392 8 INFO neutron.services.segments.plugin [-] Segment 404dcdc7-4a57-4d81-9471-6e0970d643c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 404dcdc7-4a57-4d81-9471-6e0970d643c4 found for delete ", "request_id": "req-9b244952-d828-4bd1-8e70-7a6c8f7802a5"}]} 2026-02-26 23:00:17.392 8 INFO neutron.services.segments.plugin [-] Segment 404dcdc7-4a57-4d81-9471-6e0970d643c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 404dcdc7-4a57-4d81-9471-6e0970d643c4 found for delete ", "request_id": "req-7387a7dc-cfe2-4f31-9c39-b9c579fbe449"}]} 2026-02-26 23:00:17.411 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90e0232e-d5d3-4320-bfa3-f1124120109f df9b05fdfdb745e0ad5594c867a45dc1 55902c74dbd548e29ca251316e3c95e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3385] 10.0.0.96 () {32 vars in 722 bytes} [Thu Feb 26 23:00:17 2026] GET /v2.0/networks/b43d5864-0840-416e-adb5-1af366bfd1ed => generated 138 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:00:17.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-989480b6-ee2b-4ace-8ea6-6adcdc5e29fb 4412254ddcf04651bccf3d355a6d3c01 0a168cf720ad44cfac6ed07a937fd043 - - default default] TaaS: Handle Delete Port: 2263cc7c-ddf7-4400-9e4e-23a1ce6169c8 2026-02-26 23:00:17.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-989480b6-ee2b-4ace-8ea6-6adcdc5e29fb 4412254ddcf04651bccf3d355a6d3c01 0a168cf720ad44cfac6ed07a937fd043 - - default default] Tap Mirror: Handle Delete Port: 2263cc7c-ddf7-4400-9e4e-23a1ce6169c8 [pid: 8|app: 0|req: 1730/3386] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:00:17 2026] DELETE /v2.0/networks/b43d5864-0840-416e-adb5-1af366bfd1ed => generated 0 bytes in 1135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:18.576 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c59c4798-d0d4-47d1-bf62-330af3f2160a 4412254ddcf04651bccf3d355a6d3c01 0a168cf720ad44cfac6ed07a937fd043 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3387] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 23:00:18 2026] DELETE /v2.0/subnets/3793053d-e27a-417e-ae46-3a70baa1a47c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:00:18.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ffa784f4-93e3-4edc-b23e-1b13dd845f1f 4412254ddcf04651bccf3d355a6d3c01 0a168cf720ad44cfac6ed07a937fd043 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1731/3388] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 23:00:18 2026] DELETE /v2.0/subnets/acd9c7f5-122a-40fd-9179-127179be3b9f => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:00:18.625 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9641a131-dc9c-4a5a-abad-c3dccb61a560 4412254ddcf04651bccf3d355a6d3c01 0a168cf720ad44cfac6ed07a937fd043 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3389] 10.0.0.96 () {32 vars in 723 bytes} [Thu Feb 26 23:00:18 2026] DELETE /v2.0/subnets/5a366ea6-90bc-4775-a142-03d48b8a492e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:00:19.417 8 INFO neutron.services.segments.plugin [-] Segment 2a5424c0-c44b-475c-9d93-0e92cf7ed02f resource provider aggregate not found 2026-02-26 23:00:19.430 8 INFO neutron.services.segments.plugin [-] Segment 2a5424c0-c44b-475c-9d93-0e92cf7ed02f resource provider aggregate not found 2026-02-26 23:00:19.444 8 INFO neutron.services.segments.plugin [-] Segment 2a5424c0-c44b-475c-9d93-0e92cf7ed02f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a5424c0-c44b-475c-9d93-0e92cf7ed02f found for delete ", "request_id": "req-1dc27a59-ce08-4f22-8105-7311aec91da6"}]} 2026-02-26 23:00:19.467 8 INFO neutron.services.segments.plugin [-] Segment 2a5424c0-c44b-475c-9d93-0e92cf7ed02f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a5424c0-c44b-475c-9d93-0e92cf7ed02f found for delete ", "request_id": "req-2b395c78-ce11-4eea-9065-61816007d486"}]} [pid: 8|app: 0|req: 1732/3390] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:19 2026] GET /v2.0/security-groups?tenant_id=e780999b9f804b118b7f947f9ebd5284&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: 1659/3391] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:19 2026] DELETE /v2.0/security-groups/7a792552-2c52-4687-b028-e30509cd8221 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3392] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:20 2026] GET /v2.0/security-groups?tenant_id=55902c74dbd548e29ca251316e3c95e6&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: 1660/3393] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:20 2026] DELETE /v2.0/security-groups/36b642a2-9188-4dc3-80da-5b351793e1dd => 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: 1734/3394] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:20 2026] GET /v2.0/security-groups?tenant_id=0a168cf720ad44cfac6ed07a937fd043&name=default => generated 2929 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3395] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:20 2026] DELETE /v2.0/security-groups/ddef2048-0568-4e1d-b948-ef31874700da => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3398] 10.0.0.96 () {34 vars in 677 bytes} [Thu Feb 26 23:00:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3399] 10.0.0.96 () {34 vars in 677 bytes} [Thu Feb 26 23:00:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3400] 10.0.0.96 () {34 vars in 677 bytes} [Thu Feb 26 23:00:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3401] 10.0.0.96 () {34 vars in 677 bytes} [Thu Feb 26 23:00:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3402] 10.0.0.96 () {34 vars in 677 bytes} [Thu Feb 26 23:00:25 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: 8|app: 0|req: 1738/3403] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 23:00:25 2026] PUT /v2.0/policies/28d6e945-4e35-4dfa-81bf-cc0261cedc5d/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3404] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 23:00:25 2026] PUT /v2.0/policies/0da65b40-7dd3-49f5-8663-04acbf62c11d/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3405] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 23:00:25 2026] PUT /v2.0/policies/28a4d87c-cf4c-4d3a-8fdd-a1d6dd5434d3/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3406] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 23:00:25 2026] PUT /v2.0/policies/39f536b5-3938-41c1-95c0-c9cd167ba824/tags => 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: 1740/3407] 10.0.0.96 () {32 vars in 673 bytes} [Thu Feb 26 23:00:25 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3408] 10.0.0.96 () {32 vars in 687 bytes} [Thu Feb 26 23:00:25 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3409] 10.0.0.96 () {32 vars in 683 bytes} [Thu Feb 26 23:00:25 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3410] 10.0.0.96 () {32 vars in 695 bytes} [Thu Feb 26 23:00:25 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3411] 10.0.0.96 () {32 vars in 681 bytes} [Thu Feb 26 23:00:26 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3412] 10.0.0.96 () {32 vars in 695 bytes} [Thu Feb 26 23:00:26 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3413] 10.0.0.96 () {32 vars in 691 bytes} [Thu Feb 26 23:00:26 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3414] 10.0.0.96 () {32 vars in 703 bytes} [Thu Feb 26 23:00:26 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3415] 10.0.0.96 () {32 vars in 733 bytes} [Thu Feb 26 23:00:26 2026] DELETE /v2.0/qos/policies/28d6e945-4e35-4dfa-81bf-cc0261cedc5d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3416] 10.0.0.96 () {32 vars in 733 bytes} [Thu Feb 26 23:00:26 2026] DELETE /v2.0/qos/policies/0da65b40-7dd3-49f5-8663-04acbf62c11d => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3417] 10.0.0.96 () {32 vars in 733 bytes} [Thu Feb 26 23:00:26 2026] DELETE /v2.0/qos/policies/28a4d87c-cf4c-4d3a-8fdd-a1d6dd5434d3 => 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: 1673/3418] 10.0.0.96 () {32 vars in 733 bytes} [Thu Feb 26 23:00:26 2026] DELETE /v2.0/qos/policies/39f536b5-3938-41c1-95c0-c9cd167ba824 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3419] 10.0.0.96 () {32 vars in 733 bytes} [Thu Feb 26 23:00:26 2026] DELETE /v2.0/qos/policies/906fbf04-930e-4f0a-ad0c-cdcccedb4ab5 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3420] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:27 2026] GET /v2.0/security-groups?tenant_id=cf68ea06c2464aee9e9774a1be42872c&name=default => generated 2929 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3421] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:27 2026] DELETE /v2.0/security-groups/ae504a4a-cc9d-47f6-8f62-41ff703ec42f => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3422] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:27 2026] GET /v2.0/security-groups?tenant_id=49bf1899101d4fb3ac23b2d9b7fff8cd&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3423] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:28 2026] DELETE /v2.0/security-groups/c0a9fc86-afbe-46b6-8e5e-6f9d1cf107c8 => 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: 1676/3424] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:28 2026] GET /v2.0/security-groups?tenant_id=2da8b2998f1b4f86ac449d868b43ed22&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3425] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:28 2026] DELETE /v2.0/security-groups/90449063-0139-4ee0-9674-2f23f697ebab => 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: 1677/3426] 10.0.0.96 () {34 vars in 683 bytes} [Thu Feb 26 23:00:32 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: 8|app: 0|req: 1750/3427] 10.0.0.96 () {34 vars in 683 bytes} [Thu Feb 26 23:00:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3428] 10.0.0.96 () {34 vars in 683 bytes} [Thu Feb 26 23:00:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3429] 10.0.0.96 () {34 vars in 683 bytes} [Thu Feb 26 23:00:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3430] 10.0.0.96 () {34 vars in 683 bytes} [Thu Feb 26 23:00:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3431] 10.0.0.96 () {34 vars in 766 bytes} [Thu Feb 26 23:00:33 2026] PUT /v2.0/security-groups/d9bf3d7f-56d0-44ee-b04c-77cd738bec1c/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3432] 10.0.0.96 () {34 vars in 766 bytes} [Thu Feb 26 23:00:33 2026] PUT /v2.0/security-groups/175053e6-b8aa-414b-9904-7d33719b3048/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1753/3433] 10.0.0.96 () {34 vars in 766 bytes} [Thu Feb 26 23:00:33 2026] PUT /v2.0/security-groups/0a8c4c99-01f1-4940-857d-f1abc7bbd2a9/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3434] 10.0.0.96 () {34 vars in 766 bytes} [Thu Feb 26 23:00:33 2026] PUT /v2.0/security-groups/c0eaadde-ff9f-498e-8a25-b4bf545528bb/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1754/3435] 10.0.0.96 () {32 vars in 679 bytes} [Thu Feb 26 23:00:33 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3436] 10.0.0.96 () {32 vars in 693 bytes} [Thu Feb 26 23:00:33 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3437] 10.0.0.96 () {32 vars in 689 bytes} [Thu Feb 26 23:00:34 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3438] 10.0.0.96 () {32 vars in 701 bytes} [Thu Feb 26 23:00:34 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1756/3439] 10.0.0.96 () {32 vars in 687 bytes} [Thu Feb 26 23:00:34 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3440] 10.0.0.96 () {32 vars in 701 bytes} [Thu Feb 26 23:00:34 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1757/3441] 10.0.0.96 () {32 vars in 697 bytes} [Thu Feb 26 23:00:34 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3442] 10.0.0.96 () {32 vars in 709 bytes} [Thu Feb 26 23:00:34 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3443] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:34 2026] DELETE /v2.0/security-groups/d9bf3d7f-56d0-44ee-b04c-77cd738bec1c => 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: 1686/3444] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:34 2026] DELETE /v2.0/security-groups/175053e6-b8aa-414b-9904-7d33719b3048 => 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: 1759/3445] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:34 2026] DELETE /v2.0/security-groups/0a8c4c99-01f1-4940-857d-f1abc7bbd2a9 => 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: 1687/3446] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:34 2026] DELETE /v2.0/security-groups/c0eaadde-ff9f-498e-8a25-b4bf545528bb => 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: 1760/3447] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:34 2026] DELETE /v2.0/security-groups/3ff9f1b6-e317-4793-a001-70685ba3d16c => 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: 1688/3448] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:35 2026] GET /v2.0/security-groups?tenant_id=e88bd2a59bc248e989c8a177b9ab2dab&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: 1761/3449] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:35 2026] DELETE /v2.0/security-groups/75aeda2c-cdf8-4220-98db-54737636e4c4 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3450] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:36 2026] GET /v2.0/security-groups?tenant_id=2ddfde6314894337b7527d3b3fc4008e&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3451] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:36 2026] DELETE /v2.0/security-groups/dfc95da6-f49a-46a1-ae12-1f2f99c49913 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3452] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:36 2026] GET /v2.0/security-groups?tenant_id=85a3018435c04add836f8bdf42758908&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1763/3453] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:36 2026] DELETE /v2.0/security-groups/67666721-1efb-4d62-8bc0-8a254249572a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:00:41.133 7 INFO neutron.db.segments_db [None req-034d0472-341c-472f-8d2b-bd4c61f79043 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] Added segment 09bd4fd1-dd08-4b37-b9cb-513f72db72b0 of type vxlan for network 11bd5594-0601-494e-9066-c472b042445d [pid: 7|app: 0|req: 1692/3456] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 23:00:40 2026] POST /v2.0/networks => generated 613 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3457] 10.0.0.96 () {34 vars in 663 bytes} [Thu Feb 26 23:00:41 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3458] 10.0.0.96 () {34 vars in 665 bytes} [Thu Feb 26 23:00:41 2026] POST /v2.0/trunks => generated 407 bytes in 148 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-02-26 23:00:41.751 8 INFO neutron.db.segments_db [None req-9bad60fc-9661-48a8-85bf-3e689da09a12 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] Added segment c9a61a2c-b5d4-48ed-93e9-a3165b49b0aa of type vxlan for network 3c63fd09-6958-4342-bed5-057e1e772a6f [pid: 8|app: 0|req: 1766/3459] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 23:00:41 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3460] 10.0.0.96 () {34 vars in 663 bytes} [Thu Feb 26 23:00:41 2026] POST /v2.0/ports => generated 743 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1767/3461] 10.0.0.96 () {34 vars in 665 bytes} [Thu Feb 26 23:00:42 2026] POST /v2.0/trunks => generated 407 bytes in 219 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-02-26 23:00:42.442 7 INFO neutron.db.segments_db [None req-ed025bda-1eda-4d8c-81d6-27b3d029ca44 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] Added segment 15947ca7-a241-47b3-a794-0820674e0040 of type vxlan for network 4a203185-9ff9-4de2-83ff-0aae471801eb [pid: 7|app: 0|req: 1695/3462] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 23:00:42 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3463] 10.0.0.96 () {34 vars in 663 bytes} [Thu Feb 26 23:00:42 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3464] 10.0.0.96 () {34 vars in 665 bytes} [Thu Feb 26 23:00:42 2026] POST /v2.0/trunks => generated 407 bytes in 159 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-02-26 23:00:43.093 8 INFO neutron.db.segments_db [None req-129668d8-2713-41ad-9889-175441c0392d 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] Added segment a3a1b7eb-ca78-4258-90ec-4d99c2a156f2 of type vxlan for network 965a5b0c-6fd2-45af-9823-77ace6d27bdc [pid: 8|app: 0|req: 1769/3465] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 23:00:43 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3466] 10.0.0.96 () {34 vars in 663 bytes} [Thu Feb 26 23:00:43 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1770/3467] 10.0.0.96 () {34 vars in 665 bytes} [Thu Feb 26 23:00:43 2026] POST /v2.0/trunks => generated 407 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-02-26 23:00:43.744 7 INFO neutron.db.segments_db [None req-d85a1eef-1c66-4d84-ac05-0002aeb6285f 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] Added segment 61f9c906-cdf8-4b1c-b011-24e59519365b of type vxlan for network 531b27ac-d2d1-4830-b702-16af9c0d4799 [pid: 7|app: 0|req: 1698/3468] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 23:00:43 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1771/3469] 10.0.0.96 () {34 vars in 663 bytes} [Thu Feb 26 23:00:43 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3470] 10.0.0.96 () {34 vars in 665 bytes} [Thu Feb 26 23:00:44 2026] POST /v2.0/trunks => generated 407 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: 8|app: 0|req: 1772/3471] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 23:00:44 2026] PUT /v2.0/trunks/baf206dc-1dbc-4fd9-bab2-812f210ace10/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3472] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 23:00:44 2026] PUT /v2.0/trunks/00af6a2b-ccc3-4ad7-9b24-6a31294bc89b/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1773/3473] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 23:00:44 2026] PUT /v2.0/trunks/3e8c9673-8c93-4999-8367-7cbdf12e9ae4/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3474] 10.0.0.96 () {34 vars in 748 bytes} [Thu Feb 26 23:00:44 2026] PUT /v2.0/trunks/71f26478-53ae-4b1e-8c7e-007081dda786/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1774/3475] 10.0.0.96 () {32 vars in 661 bytes} [Thu Feb 26 23:00:44 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3476] 10.0.0.96 () {32 vars in 675 bytes} [Thu Feb 26 23:00:44 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1775/3477] 10.0.0.96 () {32 vars in 671 bytes} [Thu Feb 26 23:00:44 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3478] 10.0.0.96 () {32 vars in 683 bytes} [Thu Feb 26 23:00:44 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1776/3479] 10.0.0.96 () {32 vars in 669 bytes} [Thu Feb 26 23:00:44 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3480] 10.0.0.96 () {32 vars in 683 bytes} [Thu Feb 26 23:00:44 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: 8|app: 0|req: 1777/3481] 10.0.0.96 () {32 vars in 679 bytes} [Thu Feb 26 23:00:44 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3482] 10.0.0.96 () {32 vars in 691 bytes} [Thu Feb 26 23:00:44 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1778/3483] 10.0.0.96 () {32 vars in 718 bytes} [Thu Feb 26 23:00:44 2026] GET /v2.0/trunks/baf206dc-1dbc-4fd9-bab2-812f210ace10 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3484] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 23:00:44 2026] GET /v2.0/ports/0c86cac0-7169-4165-96ba-c068af3b940d => generated 826 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3485] 10.0.0.96 () {32 vars in 721 bytes} [Thu Feb 26 23:00:44 2026] DELETE /v2.0/trunks/baf206dc-1dbc-4fd9-bab2-812f210ace10 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3486] 10.0.0.96 () {32 vars in 718 bytes} [Thu Feb 26 23:00:44 2026] GET /v2.0/trunks/00af6a2b-ccc3-4ad7-9b24-6a31294bc89b => generated 420 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1780/3487] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 23:00:44 2026] GET /v2.0/ports/8d223f06-3bc7-4b63-9fae-aff02299ec65 => 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: 1708/3488] 10.0.0.96 () {32 vars in 721 bytes} [Thu Feb 26 23:00:45 2026] DELETE /v2.0/trunks/00af6a2b-ccc3-4ad7-9b24-6a31294bc89b => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1781/3489] 10.0.0.96 () {32 vars in 718 bytes} [Thu Feb 26 23:00:45 2026] GET /v2.0/trunks/3e8c9673-8c93-4999-8367-7cbdf12e9ae4 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3490] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 23:00:45 2026] GET /v2.0/ports/7069aaf9-d00d-4b5a-ab3c-1932b90c53a5 => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1782/3491] 10.0.0.96 () {32 vars in 721 bytes} [Thu Feb 26 23:00:45 2026] DELETE /v2.0/trunks/3e8c9673-8c93-4999-8367-7cbdf12e9ae4 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3492] 10.0.0.96 () {32 vars in 718 bytes} [Thu Feb 26 23:00:45 2026] GET /v2.0/trunks/71f26478-53ae-4b1e-8c7e-007081dda786 => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3493] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 23:00:45 2026] GET /v2.0/ports/f179295e-e303-453e-99c5-efadfd759391 => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3494] 10.0.0.96 () {32 vars in 721 bytes} [Thu Feb 26 23:00:45 2026] DELETE /v2.0/trunks/71f26478-53ae-4b1e-8c7e-007081dda786 => 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: 1784/3495] 10.0.0.96 () {32 vars in 718 bytes} [Thu Feb 26 23:00:45 2026] GET /v2.0/trunks/0de1ff34-5e91-43a3-8850-4d2c396260ca => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3496] 10.0.0.96 () {32 vars in 716 bytes} [Thu Feb 26 23:00:45 2026] GET /v2.0/ports/d1a72b30-96af-495b-bff6-5cd82781c81e => generated 826 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3497] 10.0.0.96 () {32 vars in 721 bytes} [Thu Feb 26 23:00:45 2026] DELETE /v2.0/trunks/0de1ff34-5e91-43a3-8850-4d2c396260ca => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:00:45.813 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb6195ad-66ef-4d80-9f4b-cb31c1e7d505 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] TaaS: Handle Delete Port: 0c86cac0-7169-4165-96ba-c068af3b940d 2026-02-26 23:00:45.816 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb6195ad-66ef-4d80-9f4b-cb31c1e7d505 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] Tap Mirror: Handle Delete Port: 0c86cac0-7169-4165-96ba-c068af3b940d [pid: 7|app: 0|req: 1713/3498] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 23:00:45 2026] DELETE /v2.0/ports/0c86cac0-7169-4165-96ba-c068af3b940d => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:45.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1583303-b558-4f09-9d49-7ce3a6fa59a8 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] TaaS: Handle Delete Port: 8d223f06-3bc7-4b63-9fae-aff02299ec65 2026-02-26 23:00:45.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1583303-b558-4f09-9d49-7ce3a6fa59a8 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] Tap Mirror: Handle Delete Port: 8d223f06-3bc7-4b63-9fae-aff02299ec65 [pid: 8|app: 0|req: 1786/3499] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 23:00:45 2026] DELETE /v2.0/ports/8d223f06-3bc7-4b63-9fae-aff02299ec65 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:46.162 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2645abf-969e-47d0-bd6b-658951898ed0 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] TaaS: Handle Delete Port: 7069aaf9-d00d-4b5a-ab3c-1932b90c53a5 2026-02-26 23:00:46.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2645abf-969e-47d0-bd6b-658951898ed0 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] Tap Mirror: Handle Delete Port: 7069aaf9-d00d-4b5a-ab3c-1932b90c53a5 [pid: 7|app: 0|req: 1714/3500] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 23:00:46 2026] DELETE /v2.0/ports/7069aaf9-d00d-4b5a-ab3c-1932b90c53a5 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:46.357 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ee4d015-bc1e-4bb4-92dc-3931223084e7 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] TaaS: Handle Delete Port: f179295e-e303-453e-99c5-efadfd759391 2026-02-26 23:00:46.361 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ee4d015-bc1e-4bb4-92dc-3931223084e7 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] Tap Mirror: Handle Delete Port: f179295e-e303-453e-99c5-efadfd759391 [pid: 8|app: 0|req: 1787/3501] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 23:00:46 2026] DELETE /v2.0/ports/f179295e-e303-453e-99c5-efadfd759391 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:46.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-9fb3fbbd-1be0-41c0-b752-76ac20770fde 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] TaaS: Handle Delete Port: d1a72b30-96af-495b-bff6-5cd82781c81e 2026-02-26 23:00:46.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fb3fbbd-1be0-41c0-b752-76ac20770fde 6bbd4da8d9984f83a42fbcf3b4ca6f7e b00daa86bf9e4b2b838e6d8a7316734e - - default default] Tap Mirror: Handle Delete Port: d1a72b30-96af-495b-bff6-5cd82781c81e [pid: 7|app: 0|req: 1715/3502] 10.0.0.96 () {32 vars in 719 bytes} [Thu Feb 26 23:00:46 2026] DELETE /v2.0/ports/d1a72b30-96af-495b-bff6-5cd82781c81e => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:46.778 8 INFO neutron.services.segments.plugin [-] Segment 09bd4fd1-dd08-4b37-b9cb-513f72db72b0 resource provider aggregate not found 2026-02-26 23:00:46.785 8 INFO neutron.services.segments.plugin [-] Segment 09bd4fd1-dd08-4b37-b9cb-513f72db72b0 resource provider aggregate not found 2026-02-26 23:00:46.809 8 INFO neutron.services.segments.plugin [-] Segment 09bd4fd1-dd08-4b37-b9cb-513f72db72b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09bd4fd1-dd08-4b37-b9cb-513f72db72b0 found for delete ", "request_id": "req-4912d699-5461-4017-b378-014ce1b77851"}]} 2026-02-26 23:00:46.810 8 INFO neutron.services.segments.plugin [-] Segment 09bd4fd1-dd08-4b37-b9cb-513f72db72b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09bd4fd1-dd08-4b37-b9cb-513f72db72b0 found for delete ", "request_id": "req-69cccda1-63ae-47f5-8a7c-90aa27cff926"}]} [pid: 8|app: 0|req: 1788/3503] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:00:46 2026] DELETE /v2.0/networks/11bd5594-0601-494e-9066-c472b042445d => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:00:46.943 7 INFO neutron.services.segments.plugin [-] Segment c9a61a2c-b5d4-48ed-93e9-a3165b49b0aa resource provider aggregate not found 2026-02-26 23:00:46.946 7 INFO neutron.services.segments.plugin [-] Segment c9a61a2c-b5d4-48ed-93e9-a3165b49b0aa resource provider aggregate not found 2026-02-26 23:00:46.961 7 INFO neutron.services.segments.plugin [-] Segment c9a61a2c-b5d4-48ed-93e9-a3165b49b0aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9a61a2c-b5d4-48ed-93e9-a3165b49b0aa found for delete ", "request_id": "req-e87f39e3-a990-4808-a672-ff1971286952"}]} 2026-02-26 23:00:46.966 7 INFO neutron.services.segments.plugin [-] Segment c9a61a2c-b5d4-48ed-93e9-a3165b49b0aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9a61a2c-b5d4-48ed-93e9-a3165b49b0aa found for delete ", "request_id": "req-3911309f-b074-4327-a7ce-a022a36ba894"}]} [pid: 7|app: 0|req: 1716/3504] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:00:46 2026] DELETE /v2.0/networks/3c63fd09-6958-4342-bed5-057e1e772a6f => 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: 1789/3505] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:00:46 2026] DELETE /v2.0/networks/4a203185-9ff9-4de2-83ff-0aae471801eb => 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: 1717/3506] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:00:47 2026] DELETE /v2.0/networks/965a5b0c-6fd2-45af-9823-77ace6d27bdc => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1790/3507] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:00:47 2026] DELETE /v2.0/networks/531b27ac-d2d1-4830-b702-16af9c0d4799 => 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: 1718/3508] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:48 2026] GET /v2.0/security-groups?tenant_id=b00daa86bf9e4b2b838e6d8a7316734e&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1791/3509] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:48 2026] DELETE /v2.0/security-groups/4cfc9e0d-8c00-41f6-9ce2-0dedd46400c2 => 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: 1719/3510] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:48 2026] GET /v2.0/security-groups?tenant_id=b7377cc030b04d15bfa608db14fea956&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1792/3511] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:48 2026] DELETE /v2.0/security-groups/5d06052d-ded4-439a-8fcc-47a9bf4888ab => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:00:48.832 8 INFO neutron.services.segments.plugin [-] Segment 15947ca7-a241-47b3-a794-0820674e0040 resource provider aggregate not found 2026-02-26 23:00:48.837 8 INFO neutron.services.segments.plugin [-] Segment 15947ca7-a241-47b3-a794-0820674e0040 resource provider aggregate not found 2026-02-26 23:00:48.852 8 INFO neutron.services.segments.plugin [-] Segment 15947ca7-a241-47b3-a794-0820674e0040 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15947ca7-a241-47b3-a794-0820674e0040 found for delete ", "request_id": "req-a947c70c-16a9-4106-a259-70586e76dbe6"}]} 2026-02-26 23:00:48.856 8 INFO neutron.services.segments.plugin [-] Segment 15947ca7-a241-47b3-a794-0820674e0040 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15947ca7-a241-47b3-a794-0820674e0040 found for delete ", "request_id": "req-7054b18f-c901-4f4e-8ce1-4e58dac57a57"}]} 2026-02-26 23:00:48.869 8 INFO neutron.services.segments.plugin [-] Segment 61f9c906-cdf8-4b1c-b011-24e59519365b resource provider aggregate not found 2026-02-26 23:00:48.874 8 INFO neutron.services.segments.plugin [-] Segment 61f9c906-cdf8-4b1c-b011-24e59519365b resource provider aggregate not found 2026-02-26 23:00:48.888 8 INFO neutron.services.segments.plugin [-] Segment 61f9c906-cdf8-4b1c-b011-24e59519365b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61f9c906-cdf8-4b1c-b011-24e59519365b found for delete ", "request_id": "req-3b9d7996-6a09-45e4-94bc-086b89267be4"}]} 2026-02-26 23:00:48.892 8 INFO neutron.services.segments.plugin [-] Segment 61f9c906-cdf8-4b1c-b011-24e59519365b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61f9c906-cdf8-4b1c-b011-24e59519365b found for delete ", "request_id": "req-b178ed64-0de7-4704-86fd-f8d7eedf996c"}]} 2026-02-26 23:00:48.979 7 INFO neutron.services.segments.plugin [-] Segment a3a1b7eb-ca78-4258-90ec-4d99c2a156f2 resource provider aggregate not found 2026-02-26 23:00:48.987 7 INFO neutron.services.segments.plugin [-] Segment a3a1b7eb-ca78-4258-90ec-4d99c2a156f2 resource provider aggregate not found 2026-02-26 23:00:48.996 7 INFO neutron.services.segments.plugin [-] Segment a3a1b7eb-ca78-4258-90ec-4d99c2a156f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3a1b7eb-ca78-4258-90ec-4d99c2a156f2 found for delete ", "request_id": "req-397fd61a-33be-4355-b898-ef2cd0bcfa4c"}]} 2026-02-26 23:00:49.007 7 INFO neutron.services.segments.plugin [-] Segment a3a1b7eb-ca78-4258-90ec-4d99c2a156f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3a1b7eb-ca78-4258-90ec-4d99c2a156f2 found for delete ", "request_id": "req-61171260-e2e1-4dca-b195-12a98bf12eee"}]} [pid: 7|app: 0|req: 1720/3512] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:48 2026] GET /v2.0/security-groups?tenant_id=2aa0f1d75a95499382274b2f6d3ac8e8&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1793/3513] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:49 2026] DELETE /v2.0/security-groups/1def00db-1592-49be-8f1a-ca3dfe9abe26 => 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: 1722/3516] 10.0.0.96 () {34 vars in 675 bytes} [Thu Feb 26 23:00:52 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1795/3517] 10.0.0.96 () {34 vars in 758 bytes} [Thu Feb 26 23:00:52 2026] PUT /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3518] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 23:00:52 2026] GET /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1796/3519] 10.0.0.96 () {34 vars in 769 bytes} [Thu Feb 26 23:00:53 2026] PUT /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3520] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 23:00:53 2026] GET /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1797/3521] 10.0.0.96 () {34 vars in 765 bytes} [Thu Feb 26 23:00:53 2026] PUT /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3522] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 23:00:53 2026] GET /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/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: 1798/3523] 10.0.0.96 () {34 vars in 787 bytes} [Thu Feb 26 23:00:53 2026] PUT /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags/black.or.white => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3524] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 23:00:53 2026] GET /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1799/3525] 10.0.0.96 () {34 vars in 758 bytes} [Thu Feb 26 23:00:53 2026] PUT /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3526] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 23:00:53 2026] GET /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/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: 1800/3527] 10.0.0.96 () {32 vars in 746 bytes} [Thu Feb 26 23:00:53 2026] GET /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:00:53.597 7 INFO neutron.api.v2.resource [None req-ec1b4073-dea0-4d39-b6a9-716b8aea3607 d71027e594cf414ca7410f06fa1c5b27 c9d0d7dcf64144a68053d292c60d592d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1728/3528] 10.0.0.96 () {32 vars in 750 bytes} [Thu Feb 26 23:00:53 2026] GET /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1801/3529] 10.0.0.96 () {32 vars in 749 bytes} [Thu Feb 26 23:00:53 2026] DELETE /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1729/3530] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 23:00:53 2026] GET /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:00:53.756 8 INFO neutron.api.v2.resource [None req-93a646fd-d3b9-40e1-aa8c-0558045c2645 d71027e594cf414ca7410f06fa1c5b27 c9d0d7dcf64144a68053d292c60d592d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1802/3531] 10.0.0.96 () {32 vars in 753 bytes} [Thu Feb 26 23:00:53 2026] DELETE /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3532] 10.0.0.96 () {32 vars in 741 bytes} [Thu Feb 26 23:00:53 2026] DELETE /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags => generated 0 bytes in 810 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1731/3533] 10.0.0.96 () {32 vars in 738 bytes} [Thu Feb 26 23:00:54 2026] GET /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98/tags => 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: 1803/3534] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 23:00:54 2026] GET /v2.0/networks => generated 2168 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1804/3535] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 23:00:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1805/3536] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 23:00:54 2026] GET /v2.0/floatingips => generated 555 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:00:54.751 7 INFO neutron_taas.services.taas.taas_plugin [None req-74745681-cbdd-465f-86c3-a86c0fb16e08 d71027e594cf414ca7410f06fa1c5b27 c9d0d7dcf64144a68053d292c60d592d - - default default] TaaS: Handle Delete Port: 2e3c68cd-7e3c-4bd2-8f13-ca69275734d7 [pid: 8|app: 0|req: 1806/3537] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 23:00:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-26 23:00:54.754 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74745681-cbdd-465f-86c3-a86c0fb16e08 d71027e594cf414ca7410f06fa1c5b27 c9d0d7dcf64144a68053d292c60d592d - - default default] Tap Mirror: Handle Delete Port: 2e3c68cd-7e3c-4bd2-8f13-ca69275734d7 [pid: 8|app: 0|req: 1807/3538] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 23:00:54 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1808/3539] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:00:54 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1809/3540] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 23:00:54 2026] GET /v2.0/ports => generated 5719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1810/3541] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:00:54 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1811/3542] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 23:00:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3543] 10.0.0.96 () {32 vars in 731 bytes} [Thu Feb 26 23:00:54 2026] DELETE /v2.0/floatingips/9da34276-afd7-404f-950a-93d23b840b98 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1812/3544] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:00:54 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3545] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 23:00:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1813/3546] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:55 2026] GET /v2.0/security-groups?tenant_id=d84495c615fa406798da2cc1b1b7fdf0&name=default => generated 2929 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3547] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:55 2026] DELETE /v2.0/security-groups/5b2218f1-68f9-45e4-a5cc-fada100f0b03 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1814/3548] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:00:56 2026] GET /v2.0/security-groups?tenant_id=c9d0d7dcf64144a68053d292c60d592d&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: 1735/3549] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:00:56 2026] DELETE /v2.0/security-groups/73973728-b882-4b69-9c7b-a9a1a07054c7 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:00:59.844 8 INFO neutron.db.segments_db [None req-d09fdf36-84e6-4be2-a094-7b43df9b8b22 993fb57042af47b6be74b6855f3f6c46 5c6801e11cc2465cb01a98612de2d168 - - default default] Added segment 997643ab-e4a6-419d-9695-53def65849a0 of type vxlan for network 9eee5e34-9259-4ea4-bd42-2fbc9885a8c3 [pid: 8|app: 0|req: 1815/3550] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 23:00:59 2026] POST /v2.0/networks => generated 612 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:01:00.039 7 INFO neutron.db.segments_db [None req-acf73733-2996-49e5-95a8-15db8775be79 993fb57042af47b6be74b6855f3f6c46 5c6801e11cc2465cb01a98612de2d168 - - default default] Added segment 9ed07883-c62b-46fb-be7d-0174924ea1aa of type vxlan for network e421520c-2e85-4328-beaa-2581a44855b5 [pid: 7|app: 0|req: 1736/3551] 10.0.0.96 () {34 vars in 669 bytes} [Thu Feb 26 23:00:59 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1816/3552] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 23:01:00 2026] PUT /v2.0/networks/9eee5e34-9259-4ea4-bd42-2fbc9885a8c3/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1737/3553] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 23:01:00 2026] GET /v2.0/networks/9eee5e34-9259-4ea4-bd42-2fbc9885a8c3/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: 1817/3554] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 23:01:00 2026] PUT /v2.0/networks/e421520c-2e85-4328-beaa-2581a44855b5/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1738/3555] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 23:01:00 2026] GET /v2.0/networks/e421520c-2e85-4328-beaa-2581a44855b5/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: 1818/3556] 10.0.0.96 () {34 vars in 752 bytes} [Thu Feb 26 23:01:00 2026] PUT /v2.0/networks/e421520c-2e85-4328-beaa-2581a44855b5/tags => generated 12 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1739/3557] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 23:01:00 2026] GET /v2.0/networks/e421520c-2e85-4328-beaa-2581a44855b5/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1819/3558] 10.0.0.96 () {32 vars in 732 bytes} [Thu Feb 26 23:01:00 2026] GET /v2.0/networks/9eee5e34-9259-4ea4-bd42-2fbc9885a8c3/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:01:00.727 7 INFO neutron.services.segments.plugin [-] Segment 997643ab-e4a6-419d-9695-53def65849a0 resource provider aggregate not found 2026-02-26 23:01:00.728 7 INFO neutron.services.segments.plugin [-] Segment 997643ab-e4a6-419d-9695-53def65849a0 resource provider aggregate not found 2026-02-26 23:01:00.749 7 INFO neutron.services.segments.plugin [-] Segment 997643ab-e4a6-419d-9695-53def65849a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 997643ab-e4a6-419d-9695-53def65849a0 found for delete ", "request_id": "req-a73e6860-2ec5-47b8-8820-926fda232da5"}]} 2026-02-26 23:01:00.758 7 INFO neutron.services.segments.plugin [-] Segment 997643ab-e4a6-419d-9695-53def65849a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 997643ab-e4a6-419d-9695-53def65849a0 found for delete ", "request_id": "req-f21d5490-31f3-40ea-9758-512e712ad888"}]} [pid: 7|app: 0|req: 1740/3559] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:01:00 2026] DELETE /v2.0/networks/9eee5e34-9259-4ea4-bd42-2fbc9885a8c3 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:01:00.900 8 INFO neutron.services.segments.plugin [-] Segment 9ed07883-c62b-46fb-be7d-0174924ea1aa resource provider aggregate not found 2026-02-26 23:01:00.911 8 INFO neutron.services.segments.plugin [-] Segment 9ed07883-c62b-46fb-be7d-0174924ea1aa resource provider aggregate not found 2026-02-26 23:01:00.919 8 INFO neutron.services.segments.plugin [-] Segment 9ed07883-c62b-46fb-be7d-0174924ea1aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ed07883-c62b-46fb-be7d-0174924ea1aa found for delete ", "request_id": "req-675470ce-2caf-479b-b90f-a1b973dc3041"}]} [pid: 8|app: 0|req: 1820/3560] 10.0.0.96 () {32 vars in 725 bytes} [Thu Feb 26 23:01:00 2026] DELETE /v2.0/networks/e421520c-2e85-4328-beaa-2581a44855b5 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:01:00.936 8 INFO neutron.services.segments.plugin [-] Segment 9ed07883-c62b-46fb-be7d-0174924ea1aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ed07883-c62b-46fb-be7d-0174924ea1aa found for delete ", "request_id": "req-33a6d647-acc9-461e-aeeb-98b297336779"}]} [pid: 7|app: 0|req: 1741/3561] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:01:01 2026] GET /v2.0/security-groups?tenant_id=ea1c3acdb8dd45959b843c7c1ad376ab&name=default => generated 2929 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1821/3562] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:01:01 2026] DELETE /v2.0/security-groups/1ca060cb-881e-40b2-929e-7aa691e87bd6 => 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: 1742/3563] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:01:02 2026] GET /v2.0/security-groups?tenant_id=5c6801e11cc2465cb01a98612de2d168&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: 1822/3564] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:01:02 2026] DELETE /v2.0/security-groups/86bac0a7-2444-47b7-8ba0-bd161b972451 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3565] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:01:05 2026] GET /v2.0/security-groups?tenant_id=9b7da89977304ade9a98638923dfee31&name=default => generated 2929 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1823/3566] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:01:05 2026] DELETE /v2.0/security-groups/3c4f106a-0fc0-493f-a497-c13d4aef7bc1 => 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: 1744/3567] 10.0.0.96 () {32 vars in 773 bytes} [Thu Feb 26 23:01:06 2026] GET /v2.0/security-groups?tenant_id=9a07a1f7619d46b5908d149ba568e7f6&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1824/3568] 10.0.0.96 () {32 vars in 739 bytes} [Thu Feb 26 23:01:06 2026] DELETE /v2.0/security-groups/69cfd9b3-acb9-446c-b0fc-326b4a612b79 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1746/3571] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 23:01:09 2026] GET /v2.0/networks => generated 2168 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1826/3572] 10.0.0.96 () {32 vars in 654 bytes} [Thu Feb 26 23:01:10 2026] GET /v2.0/floatingips => 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: 1747/3573] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 23:01:10 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1827/3574] 10.0.0.96 () {32 vars in 642 bytes} [Thu Feb 26 23:01:10 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1748/3575] 10.0.0.96 () {32 vars in 646 bytes} [Thu Feb 26 23:01:10 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1828/3576] 10.0.0.96 () {32 vars in 648 bytes} [Thu Feb 26 23:01:10 2026] GET /v2.0/networks => generated 2168 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1749/3577] 10.0.0.96 () {32 vars in 662 bytes} [Thu Feb 26 23:01:10 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: 8|app: 0|req: 1829/3578] 10.0.0.96 () {32 vars in 654 bytes} [Thu Feb 26 23:01:10 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1753/3585] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 23:01:54 2026] GET /v2.0/ports => generated 4725 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1833/3586] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 23:01:54 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1754/3587] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:01:54 2026] GET /v2.0/subnets => generated 1308 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1834/3588] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 23:01:54 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) [pid: 7|app: 0|req: 1755/3589] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 23:01:54 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1835/3590] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:01:54 2026] GET /v2.0/routers => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1756/3591] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 23:01:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1836/3592] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 23:01:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1757/3593] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 23:01:54 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1837/3594] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 23:01:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1758/3595] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:01:54 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1842/3604] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/agents => generated 3385 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1763/3605] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1843/3606] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1764/3607] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/floatingips => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1844/3608] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1765/3609] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1845/3610] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/networks => generated 2168 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1766/3611] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1846/3612] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1767/3613] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1847/3614] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1772/3623] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:03:54 2026] GET /v2.0/subnets => generated 1308 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1852/3624] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:03:54 2026] GET /v2.0/routers => generated 15 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1773/3625] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 23:03:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1853/3626] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 23:03:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1774/3627] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 23:03:54 2026] GET /v2.0/agents => generated 3385 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1854/3628] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:03:54 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1775/3629] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 23:03:54 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) [pid: 8|app: 0|req: 1855/3630] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 23:03:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1776/3631] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 23:03:54 2026] GET /v2.0/floatingips => 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: 1856/3632] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 23:03:54 2026] GET /v2.0/networks => generated 2168 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1777/3633] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 23:03:54 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1861/3642] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:04:54 2026] GET /v2.0/routers => generated 15 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1782/3643] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 23:04:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1862/3644] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 23:04:54 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1783/3645] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 23:04:54 2026] GET /v2.0/agents => generated 3385 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1863/3646] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:04:54 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1784/3647] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 23:04:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1864/3648] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:04:54 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1785/3649] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 23:04:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1865/3650] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 23:04:54 2026] GET /v2.0/floatingips => 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: 1786/3651] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 23:04:54 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1866/3652] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 23:04:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1871/3661] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:05:54 2026] GET /v2.0/routers => generated 15 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1791/3662] 10.0.0.227 () {28 vars in 624 bytes} [Thu Feb 26 23:05:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1872/3663] 10.0.0.227 () {28 vars in 619 bytes} [Thu Feb 26 23:05:54 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1792/3664] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:05:54 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1873/3665] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 23:05:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1793/3666] 10.0.0.227 () {28 vars in 583 bytes} [Thu Feb 26 23:05:54 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1874/3667] 10.0.0.227 () {28 vars in 585 bytes} [Thu Feb 26 23:05:54 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1794/3668] 10.0.0.227 () {28 vars in 599 bytes} [Thu Feb 26 23:05:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1875/3669] 10.0.0.227 () {28 vars in 581 bytes} [Thu Feb 26 23:05:54 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1795/3670] 10.0.0.227 () {28 vars in 591 bytes} [Thu Feb 26 23:05:54 2026] GET /v2.0/floatingips => 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: 1876/3671] 10.0.0.227 () {28 vars in 579 bytes} [Thu Feb 26 23:05:54 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)