+ 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 [Fri May 8 20:35:09 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-5797bbb485-t8md8 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 0x7f5a92998668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-08 20:35:13.550 8 INFO neutron.common.config [-] Logging enabled! 2026-05-08 20:35:13.551 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-08 20:35:13.561 7 INFO neutron.common.config [-] Logging enabled! 2026-05-08 20:35:13.562 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-08 20:35:14.590 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 20:35:14.680 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 20:35:16.118 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 20:35:16.120 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 20:35:16.124 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 20:35:16.125 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 20:35:16.125 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 20:35:16.125 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 20:35:16.125 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:35:16.133 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:35:16.133 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:35:16.133 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 20:35:16.155 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 20:35:16.156 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 20:35:16.156 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 20:35:16.185 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 20:35:16.186 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 20:35:16.186 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 20:35:16.186 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 20:35:16.253 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 20:35:16.256 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 20:35:16.260 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 20:35:16.261 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 20:35:16.261 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 20:35:16.261 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 20:35:16.262 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:35:16.269 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:35:16.269 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:35:16.269 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 20:35:16.292 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 20:35:16.293 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 20:35:16.293 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 20:35:16.323 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 20:35:16.323 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 20:35:16.323 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 20:35:16.324 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 20:35:16.475 8 INFO neutron.plugins.ml2.managers [None req-e8bff28e-5e98-498e-9463-c9a8fc108fe8 - - - - - -] Initializing driver for type 'vlan' 2026-05-08 20:35:16.618 7 INFO neutron.plugins.ml2.managers [None req-df94347f-b1a1-40cb-b700-41d330b452a9 - - - - - -] Initializing driver for type 'vlan' 2026-05-08 20:35:16.747 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e8bff28e-5e98-498e-9463-c9a8fc108fe8 - - - - - -] VlanTypeDriver initialization complete 2026-05-08 20:35:16.747 8 INFO neutron.plugins.ml2.managers [None req-e8bff28e-5e98-498e-9463-c9a8fc108fe8 - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 20:35:16.748 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e8bff28e-5e98-498e-9463-c9a8fc108fe8 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 20:35:16.760 8 INFO neutron.plugins.ml2.managers [None req-e8bff28e-5e98-498e-9463-c9a8fc108fe8 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 20:35:16.760 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e8bff28e-5e98-498e-9463-c9a8fc108fe8 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 20:35:16.760 8 INFO neutron.plugins.ml2.managers [None req-e8bff28e-5e98-498e-9463-c9a8fc108fe8 - - - - - -] Initializing extension driver 'port_security' 2026-05-08 20:35:16.760 8 INFO neutron.plugins.ml2.extensions.port_security [None req-e8bff28e-5e98-498e-9463-c9a8fc108fe8 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 20:35:16.760 8 INFO neutron.plugins.ml2.managers [None req-e8bff28e-5e98-498e-9463-c9a8fc108fe8 - - - - - -] Initializing extension driver 'qos' 2026-05-08 20:35:16.761 8 INFO neutron.plugins.ml2.managers [None req-e8bff28e-5e98-498e-9463-c9a8fc108fe8 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 20:35:16.762 8 INFO neutron.plugins.ml2.managers [None req-e8bff28e-5e98-498e-9463-c9a8fc108fe8 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 20:35:16.775 8 INFO neutron.quota [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded quota_driver: . 2026-05-08 20:35:16.776 8 INFO neutron.plugins.ml2.plugin [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 20:35:16.776 8 INFO neutron.plugins.ml2.managers [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 20:35:16.776 8 INFO neutron.plugins.ml2.managers [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 20:35:16.776 8 INFO neutron.plugins.ml2.managers [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 20:35:16.776 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: qos 2026-05-08 20:35:16.789 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: router 2026-05-08 20:35:16.833 8 INFO neutron.services.service_base [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 20:35:16.834 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: segments 2026-05-08 20:35:16.931 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: trunk 2026-05-08 20:35:16.945 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: vpnaas 2026-05-08 20:35:16.984 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-df94347f-b1a1-40cb-b700-41d330b452a9 - - - - - -] VlanTypeDriver initialization complete 2026-05-08 20:35:16.985 7 INFO neutron.plugins.ml2.managers [None req-df94347f-b1a1-40cb-b700-41d330b452a9 - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 20:35:16.985 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-df94347f-b1a1-40cb-b700-41d330b452a9 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 20:35:16.985 8 WARNING stevedore.named [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 20:35:16.999 7 INFO neutron.plugins.ml2.managers [None req-df94347f-b1a1-40cb-b700-41d330b452a9 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 20:35:16.999 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-df94347f-b1a1-40cb-b700-41d330b452a9 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 20:35:17.000 7 INFO neutron.plugins.ml2.managers [None req-df94347f-b1a1-40cb-b700-41d330b452a9 - - - - - -] Initializing extension driver 'port_security' 2026-05-08 20:35:17.000 7 INFO neutron.plugins.ml2.extensions.port_security [None req-df94347f-b1a1-40cb-b700-41d330b452a9 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 20:35:17.000 7 INFO neutron.plugins.ml2.managers [None req-df94347f-b1a1-40cb-b700-41d330b452a9 - - - - - -] Initializing extension driver 'qos' 2026-05-08 20:35:17.000 7 INFO neutron.plugins.ml2.managers [None req-df94347f-b1a1-40cb-b700-41d330b452a9 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 20:35:17.000 7 INFO neutron.plugins.ml2.managers [None req-df94347f-b1a1-40cb-b700-41d330b452a9 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 20:35:17.015 7 INFO neutron.quota [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded quota_driver: . 2026-05-08 20:35:17.015 7 INFO neutron.plugins.ml2.plugin [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 20:35:17.015 7 INFO neutron.plugins.ml2.managers [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 20:35:17.015 7 INFO neutron.plugins.ml2.managers [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 20:35:17.015 7 INFO neutron.plugins.ml2.managers [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 20:35:17.016 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: qos 2026-05-08 20:35:17.029 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: router 2026-05-08 20:35:17.059 8 INFO neutron_vpnaas.services.vpn.plugin [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 20:35:17.060 8 INFO neutron.common.utils [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 20:35:17.060 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: taas 2026-05-08 20:35:17.073 7 INFO neutron.services.service_base [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 20:35:17.073 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: segments 2026-05-08 20:35:17.085 8 WARNING stevedore.named [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 20:35:17.085 8 WARNING stevedore.named [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:35:17.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 20:35:17.108 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: tapmirror 2026-05-08 20:35:17.123 8 WARNING stevedore.named [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 20:35:17.124 8 WARNING stevedore.named [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:35:17.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 20:35:17.140 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 20:35:17.149 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: tag 2026-05-08 20:35:17.159 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: timestamp 2026-05-08 20:35:17.162 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 20:35:17.166 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: flavors 2026-05-08 20:35:17.170 8 INFO neutron.manager [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loading Plugin: revisions 2026-05-08 20:35:17.171 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: trunk 2026-05-08 20:35:17.173 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Initializing extension manager. 2026-05-08 20:35:17.175 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: address-group 2026-05-08 20:35:17.176 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: address-scope 2026-05-08 20:35:17.177 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 20:35:17.178 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: agent 2026-05-08 20:35:17.178 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 20:35:17.179 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 20:35:17.180 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 20:35:17.181 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: availability_zone 2026-05-08 20:35:17.182 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 20:35:17.182 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 20:35:17.183 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 20:35:17.184 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: vpnaas 2026-05-08 20:35:17.185 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 20:35:17.185 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: dns-integration 2026-05-08 20:35:17.186 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 20:35:17.187 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 20:35:17.187 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: dvr 2026-05-08 20:35:17.188 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 20:35:17.188 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 20:35:17.189 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 20:35:17.190 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 20:35:17.191 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: external-net 2026-05-08 20:35:17.192 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 20:35:17.193 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: extraroute 2026-05-08 20:35:17.193 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 20:35:17.194 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 20:35:17.195 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 20:35:17.195 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 20:35:17.196 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 20:35:17.196 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: fip-port-details 2026-05-08 20:35:17.197 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: flavors 2026-05-08 20:35:17.198 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 20:35:17.199 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 20:35:17.200 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: ip_allocation 2026-05-08 20:35:17.200 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 20:35:17.201 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 20:35:17.202 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: router 2026-05-08 20:35:17.204 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 20:35:17.204 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 20:35:17.205 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 20:35:17.206 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 20:35:17.206 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: l3-ha 2026-05-08 20:35:17.207 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 20:35:17.207 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 20:35:17.208 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: l3-flavors 2026-05-08 20:35:17.209 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 20:35:17.210 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 20:35:17.212 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 20:35:17.213 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 20:35:17.214 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 20:35:17.215 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 20:35:17.216 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 20:35:17.217 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: multi-provider 2026-05-08 20:35:17.217 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: net-mtu 2026-05-08 20:35:17.218 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 20:35:17.218 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 20:35:17.219 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: network_ha 2026-05-08 20:35:17.220 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 20:35:17.221 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 20:35:17.221 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: pagination 2026-05-08 20:35:17.222 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: port-device-profile 2026-05-08 20:35:17.222 7 WARNING stevedore.named [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 20:35:17.222 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 20:35:17.223 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 20:35:17.224 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 20:35:17.225 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: port-mac-override 2026-05-08 20:35:17.225 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 20:35:17.226 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 20:35:17.227 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 20:35:17.227 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: port-resource-request 2026-05-08 20:35:17.228 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 20:35:17.228 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 20:35:17.229 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: binding 2026-05-08 20:35:17.230 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: binding-extended 2026-05-08 20:35:17.230 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: port-security 2026-05-08 20:35:17.231 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: project-id 2026-05-08 20:35:17.231 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: provider 2026-05-08 20:35:17.232 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 20:35:17.234 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos 2026-05-08 20:35:17.235 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 20:35:17.236 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 20:35:17.236 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos-default 2026-05-08 20:35:17.237 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos-fip 2026-05-08 20:35:17.237 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 20:35:17.238 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 20:35:17.239 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 20:35:17.239 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 20:35:17.240 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 20:35:17.241 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos-pps 2026-05-08 20:35:17.241 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 20:35:17.242 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 20:35:17.242 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 20:35:17.243 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 20:35:17.244 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 20:35:17.246 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: quotas 2026-05-08 20:35:17.247 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: quota_details 2026-05-08 20:35:17.248 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: rbac-policies 2026-05-08 20:35:17.249 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 20:35:17.250 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 20:35:17.250 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 20:35:17.251 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 20:35:17.251 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: revision-if-match 2026-05-08 20:35:17.252 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 20:35:17.253 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 20:35:17.253 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 20:35:17.255 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 20:35:17.256 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 20:35:17.257 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 20:35:17.257 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 20:35:17.258 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 20:35:17.258 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 20:35:17.263 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: security-group 2026-05-08 20:35:17.264 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: segment 2026-05-08 20:35:17.265 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 20:35:17.265 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: service-type 2026-05-08 20:35:17.266 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: sorting 2026-05-08 20:35:17.266 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 20:35:17.267 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 20:35:17.268 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 20:35:17.268 8 WARNING neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 20:35:17.269 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 20:35:17.270 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: subnet-external-network 2026-05-08 20:35:17.270 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 20:35:17.271 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 20:35:17.271 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 20:35:17.272 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 20:35:17.274 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 20:35:17.275 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: tag-creation 2026-05-08 20:35:17.275 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 20:35:17.280 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 20:35:17.280 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 20:35:17.281 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: trunk 2026-05-08 20:35:17.282 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: trunk-details 2026-05-08 20:35:17.282 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 20:35:17.283 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 20:35:17.283 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 20:35:17.284 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 20:35:17.286 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 20:35:17.287 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 20:35:17.288 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 20:35:17.290 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: vpnaas 2026-05-08 20:35:17.291 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: taas 2026-05-08 20:35:17.292 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: tap-mirror 2026-05-08 20:35:17.293 8 INFO neutron.api.extensions [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 20:35:17.293 7 INFO neutron_vpnaas.services.vpn.plugin [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 20:35:17.293 7 INFO neutron.common.utils [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 20:35:17.293 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: taas 2026-05-08 20:35:17.298 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 20:35:17.299 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 20:35:17.299 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:35:17.300 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 20:35:17.306 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 20:35:17.307 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 20:35:17.313 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 20:35:17.314 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 20:35:17.314 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 20:35:17.316 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:35:17.316 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] subnetpool is already registered 2026-05-08 20:35:17.316 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:35:17.317 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] subnetpool is already registered 2026-05-08 20:35:17.317 7 WARNING stevedore.named [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 20:35:17.317 7 WARNING stevedore.named [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:35:17.317 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 20:35:17.318 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:35:17.319 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:35:17.319 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 20:35:17.319 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 20:35:17.320 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 20:35:17.320 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:35:17.321 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] ipsecpolicy is already registered 2026-05-08 20:35:17.321 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:35:17.321 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] ikepolicy is already registered 2026-05-08 20:35:17.326 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 20:35:17.326 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] router is already registered 2026-05-08 20:35:17.327 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 20:35:17.327 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] floatingip is already registered 2026-05-08 20:35:17.330 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 20:35:17.330 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] rbac_policy is already registered 2026-05-08 20:35:17.331 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 20:35:17.331 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] security_group is already registered 2026-05-08 20:35:17.332 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 20:35:17.332 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] security_group_rule is already registered 2026-05-08 20:35:17.333 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:35:17.333 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] subnetpool is already registered 2026-05-08 20:35:17.333 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:35:17.334 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] subnetpool is already registered 2026-05-08 20:35:17.334 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 20:35:17.334 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] trunk is already registered 2026-05-08 20:35:17.335 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:35:17.335 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] ikepolicy is already registered 2026-05-08 20:35:17.335 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:35:17.335 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] ipsecpolicy is already registered 2026-05-08 20:35:17.336 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 20:35:17.336 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] endpoint_group is already registered 2026-05-08 20:35:17.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 20:35:17.336 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 20:35:17.337 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] vpnservice is already registered 2026-05-08 20:35:17.337 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: tapmirror 2026-05-08 20:35:17.337 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 20:35:17.337 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] ipsec_site_connection is already registered 2026-05-08 20:35:17.338 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:35:17.338 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] ipsecpolicy is already registered 2026-05-08 20:35:17.338 8 INFO neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:35:17.338 8 WARNING neutron.quota.resource_registry [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] ikepolicy is already registered 2026-05-08 20:35:17.348 7 WARNING stevedore.named [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 20:35:17.348 7 WARNING stevedore.named [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:35:17.365 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 20:35:17.365 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 20:35:17.374 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: tag 2026-05-08 20:35:17.375 8 WARNING keystonemiddleware._common.config [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 20:35:17.382 8 WARNING oslo_config.cfg [None req-e683dccc-747f-4b65-8f9c-69f1e1934227 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-08 20:35:17.383 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: timestamp WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f5a92998668 pid: 8 (default app) 2026-05-08 20:35:17.386 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 20:35:17.389 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: flavors 2026-05-08 20:35:17.393 7 INFO neutron.manager [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loading Plugin: revisions 2026-05-08 20:35:17.396 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Initializing extension manager. 2026-05-08 20:35:17.397 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: address-group 2026-05-08 20:35:17.398 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: address-scope 2026-05-08 20:35:17.399 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 20:35:17.400 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: agent 2026-05-08 20:35:17.400 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 20:35:17.401 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 20:35:17.402 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 20:35:17.402 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: availability_zone 2026-05-08 20:35:17.403 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 20:35:17.403 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 20:35:17.404 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 20:35:17.406 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 20:35:17.406 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: dns-integration 2026-05-08 20:35:17.407 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 20:35:17.407 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 20:35:17.408 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: dvr 2026-05-08 20:35:17.408 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 20:35:17.409 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 20:35:17.409 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 20:35:17.410 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 20:35:17.410 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: external-net 2026-05-08 20:35:17.411 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 20:35:17.411 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: extraroute 2026-05-08 20:35:17.412 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 20:35:17.413 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 20:35:17.413 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 20:35:17.413 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 20:35:17.414 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 20:35:17.414 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: fip-port-details 2026-05-08 20:35:17.415 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: flavors 2026-05-08 20:35:17.416 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 20:35:17.417 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 20:35:17.419 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: ip_allocation 2026-05-08 20:35:17.419 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 20:35:17.420 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 20:35:17.423 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: router 2026-05-08 20:35:17.427 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 20:35:17.428 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 20:35:17.429 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 20:35:17.429 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 20:35:17.429 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: l3-ha 2026-05-08 20:35:17.430 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 20:35:17.430 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 20:35:17.431 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: l3-flavors 2026-05-08 20:35:17.432 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 20:35:17.433 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 20:35:17.435 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 20:35:17.436 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 20:35:17.437 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 20:35:17.439 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 20:35:17.439 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 20:35:17.440 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: multi-provider 2026-05-08 20:35:17.440 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: net-mtu 2026-05-08 20:35:17.441 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 20:35:17.441 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 20:35:17.442 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: network_ha 2026-05-08 20:35:17.443 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 20:35:17.444 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 20:35:17.444 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: pagination 2026-05-08 20:35:17.445 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: port-device-profile 2026-05-08 20:35:17.445 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 20:35:17.446 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 20:35:17.446 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 20:35:17.447 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: port-mac-override 2026-05-08 20:35:17.447 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 20:35:17.448 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 20:35:17.448 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 20:35:17.449 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: port-resource-request 2026-05-08 20:35:17.449 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 20:35:17.450 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 20:35:17.450 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: binding 2026-05-08 20:35:17.451 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: binding-extended 2026-05-08 20:35:17.452 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: port-security 2026-05-08 20:35:17.452 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: project-id 2026-05-08 20:35:17.453 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: provider 2026-05-08 20:35:17.453 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 20:35:17.455 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos 2026-05-08 20:35:17.456 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 20:35:17.457 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 20:35:17.457 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos-default 2026-05-08 20:35:17.458 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos-fip 2026-05-08 20:35:17.458 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 20:35:17.459 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 20:35:17.459 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 20:35:17.460 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 20:35:17.460 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 20:35:17.461 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos-pps 2026-05-08 20:35:17.461 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 20:35:17.462 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 20:35:17.463 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 20:35:17.463 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 20:35:17.464 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 20:35:17.466 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: quotas 2026-05-08 20:35:17.467 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: quota_details 2026-05-08 20:35:17.468 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: rbac-policies 2026-05-08 20:35:17.469 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 20:35:17.469 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 20:35:17.470 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 20:35:17.472 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 20:35:17.473 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: revision-if-match 2026-05-08 20:35:17.473 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 20:35:17.474 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 20:35:17.475 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 20:35:17.476 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 20:35:17.477 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 20:35:17.477 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 20:35:17.478 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 20:35:17.478 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 20:35:17.479 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 20:35:17.484 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: security-group 2026-05-08 20:35:17.485 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: segment 2026-05-08 20:35:17.486 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 20:35:17.487 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: service-type 2026-05-08 20:35:17.487 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: sorting 2026-05-08 20:35:17.488 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 20:35:17.488 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 20:35:17.489 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 20:35:17.489 7 WARNING neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 20:35:17.490 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 20:35:17.490 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: subnet-external-network 2026-05-08 20:35:17.491 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 20:35:17.491 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 20:35:17.492 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 20:35:17.492 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 20:35:17.495 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 20:35:17.496 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: tag-creation 2026-05-08 20:35:17.496 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 20:35:17.500 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 20:35:17.501 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 20:35:17.502 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: trunk 2026-05-08 20:35:17.502 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: trunk-details 2026-05-08 20:35:17.503 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 20:35:17.503 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 20:35:17.504 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 20:35:17.505 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 20:35:17.506 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 20:35:17.508 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 20:35:17.508 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 20:35:17.510 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: vpnaas 2026-05-08 20:35:17.511 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: taas 2026-05-08 20:35:17.512 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: tap-mirror 2026-05-08 20:35:17.513 7 INFO neutron.api.extensions [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 20:35:17.515 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 20:35:17.516 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 20:35:17.516 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:35:17.516 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 20:35:17.519 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 20:35:17.520 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 20:35:17.526 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 20:35:17.526 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 20:35:17.527 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 20:35:17.528 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:35:17.528 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] subnetpool is already registered 2026-05-08 20:35:17.528 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:35:17.528 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] subnetpool is already registered 2026-05-08 20:35:17.529 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 20:35:17.529 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:35:17.529 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:35:17.530 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 20:35:17.530 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 20:35:17.531 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 20:35:17.531 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:35:17.531 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] ipsecpolicy is already registered 2026-05-08 20:35:17.532 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:35:17.532 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] ikepolicy is already registered 2026-05-08 20:35:17.536 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 20:35:17.536 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] router is already registered 2026-05-08 20:35:17.537 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 20:35:17.537 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] floatingip is already registered 2026-05-08 20:35:17.540 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 20:35:17.541 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] rbac_policy is already registered 2026-05-08 20:35:17.541 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 20:35:17.541 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] security_group is already registered 2026-05-08 20:35:17.542 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 20:35:17.542 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] security_group_rule is already registered 2026-05-08 20:35:17.543 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:35:17.543 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] subnetpool is already registered 2026-05-08 20:35:17.543 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:35:17.543 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] subnetpool is already registered 2026-05-08 20:35:17.544 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 20:35:17.544 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] trunk is already registered 2026-05-08 20:35:17.544 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:35:17.544 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] ikepolicy is already registered 2026-05-08 20:35:17.545 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:35:17.545 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] ipsecpolicy is already registered 2026-05-08 20:35:17.545 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 20:35:17.545 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] endpoint_group is already registered 2026-05-08 20:35:17.546 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 20:35:17.546 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] vpnservice is already registered 2026-05-08 20:35:17.546 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 20:35:17.546 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] ipsec_site_connection is already registered 2026-05-08 20:35:17.547 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:35:17.547 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] ipsecpolicy is already registered 2026-05-08 20:35:17.547 7 INFO neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:35:17.547 7 WARNING neutron.quota.resource_registry [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] ikepolicy is already registered 2026-05-08 20:35:17.585 7 WARNING keystonemiddleware._common.config [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 20:35:17.593 7 WARNING oslo_config.cfg [None req-9a40b222-de50-405a-b593-97f80a1d6ab8 - - - - - -] 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 0x7f5a92998668 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-05-08 20:35:21.626 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee850bf8-1689-4007-9ee3-6689e328d7e4 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.25 () {44 vars in 923 bytes} [Fri May 8 20:35:20 2026] GET /v2.0/networks/public => generated 108 bytes in 816 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.25 () {44 vars in 945 bytes} [Fri May 8 20:35:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:35:22.350 8 WARNING neutron.services.revisions.revision_plugin [None req-6def006e-79ea-4e8e-9767-c24fdf1eb11f f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:35:22.366 8 INFO neutron.db.segments_db [None req-6def006e-79ea-4e8e-9767-c24fdf1eb11f f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment c847f0fb-d626-441b-b74f-2b2177a1cdcb of type flat for network 9454aba6-27ce-46f0-bb4e-9c0f63de5861 2026-05-08 20:35:22.404 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6def006e-79ea-4e8e-9767-c24fdf1eb11f f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.25 () {48 vars in 963 bytes} [Fri May 8 20:35:22 2026] POST /v2.0/networks => generated 124 bytes in 385 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:35:28.285 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb8e53a0-0014-4de5-bdbe-355f8d2fbaad f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.25 () {44 vars in 923 bytes} [Fri May 8 20:35:28 2026] GET /v2.0/networks/public => generated 108 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.25 () {44 vars in 945 bytes} [Fri May 8 20:35:28 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:35:28.352 8 WARNING neutron.services.revisions.revision_plugin [None req-dfcd779c-46fa-4a11-a061-f6e4eb92b3b6 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:35:28.368 8 INFO neutron.db.segments_db [None req-dfcd779c-46fa-4a11-a061-f6e4eb92b3b6 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 88b3aaa7-dc2d-432c-8c3a-184b6804f522 of type flat for network c8683a72-5731-496f-aa49-6f6c0194762a 2026-05-08 20:35:28.392 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfcd779c-46fa-4a11-a061-f6e4eb92b3b6 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.25 () {48 vars in 963 bytes} [Fri May 8 20:35:28 2026] POST /v2.0/networks => generated 124 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:35:34.612 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5bd8c25a-9463-41b4-8da9-3d5679ed0361 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.25 () {44 vars in 923 bytes} [Fri May 8 20:35:34 2026] GET /v2.0/networks/public => generated 108 bytes in 367 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.25 () {44 vars in 945 bytes} [Fri May 8 20:35:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:35:34.892 7 WARNING neutron.services.revisions.revision_plugin [None req-e205a6f5-44ba-4a9e-bc04-ed279a6638a2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:35:34.925 7 INFO neutron.db.segments_db [None req-e205a6f5-44ba-4a9e-bc04-ed279a6638a2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 5bb82ff7-631a-4da1-bbd5-71410fdf089b of type flat for network 2eff431e-566e-4290-88af-d8dc78c5c39e 2026-05-08 20:35:34.977 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e205a6f5-44ba-4a9e-bc04-ed279a6638a2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.25 () {48 vars in 963 bytes} [Fri May 8 20:35:34 2026] POST /v2.0/networks => generated 124 bytes in 366 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:35:40.840 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be0adca1-fe46-4b89-8e44-1b17317022b5 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.25 () {44 vars in 923 bytes} [Fri May 8 20:35:40 2026] GET /v2.0/networks/public => generated 108 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.25 () {44 vars in 945 bytes} [Fri May 8 20:35:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:35:40.910 7 WARNING neutron.services.revisions.revision_plugin [None req-6ed52df9-0c8a-470d-b56d-71bac2b6648d f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:35:40.934 7 INFO neutron.db.segments_db [None req-6ed52df9-0c8a-470d-b56d-71bac2b6648d f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 98c483a8-abee-463b-9cb5-71ab5ca5142b of type flat for network dff42657-0ec2-4c8b-9268-778364bc9a2a 2026-05-08 20:35:40.960 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ed52df9-0c8a-470d-b56d-71bac2b6648d f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.25 () {48 vars in 963 bytes} [Fri May 8 20:35:40 2026] POST /v2.0/networks => generated 124 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:35:46.819 8 INFO neutron.pecan_wsgi.hooks.translation [None req-173db9c2-cc17-4940-9cfd-fb0240b945f6 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.25 () {44 vars in 923 bytes} [Fri May 8 20:35:46 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: 7|app: 0|req: 8/18] 199.204.45.25 () {44 vars in 945 bytes} [Fri May 8 20:35:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:35:46.896 8 WARNING neutron.services.revisions.revision_plugin [None req-53eef01e-38df-4e35-a43e-b68527524693 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:35:46.929 8 INFO neutron.db.segments_db [None req-53eef01e-38df-4e35-a43e-b68527524693 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment aefb61e1-0cdd-407e-b04f-f706a27e99c3 of type flat for network 2b595753-ef6b-4eba-8bc5-fa6e77a3c64d 2026-05-08 20:35:46.957 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53eef01e-38df-4e35-a43e-b68527524693 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.25 () {48 vars in 963 bytes} [Fri May 8 20:35:46 2026] POST /v2.0/networks => generated 124 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:35:52.837 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e002ce49-354d-42b2-a68b-d709727d2f23 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.25 () {44 vars in 923 bytes} [Fri May 8 20:35:52 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.25 () {44 vars in 945 bytes} [Fri May 8 20:35:52 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-05-08 20:35:52.904 7 WARNING neutron.services.revisions.revision_plugin [None req-ea5b019d-1f24-48de-9ec9-4d9c00cc300e f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:35:52.930 7 INFO neutron.db.segments_db [None req-ea5b019d-1f24-48de-9ec9-4d9c00cc300e f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 2b826529-fb15-43fc-81b1-bd664225ce10 of type flat for network 497fe893-1d78-47fd-b207-47d2990c9942 2026-05-08 20:35:52.965 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ea5b019d-1f24-48de-9ec9-4d9c00cc300e f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.25 () {48 vars in 963 bytes} [Fri May 8 20:35:52 2026] POST /v2.0/networks => generated 124 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:35:58.832 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9d5473e-1068-4a08-8d52-8dd398ce72ad f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.25 () {44 vars in 923 bytes} [Fri May 8 20:35:58 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.25 () {44 vars in 945 bytes} [Fri May 8 20:35:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:35:58.908 7 WARNING neutron.services.revisions.revision_plugin [None req-0c252dc0-543b-454d-b491-fd35586d5fb2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:35:58.927 7 INFO neutron.db.segments_db [None req-0c252dc0-543b-454d-b491-fd35586d5fb2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 4247289a-56ab-4ffc-a7c4-2e0ddd920929 of type flat for network 2d8bb260-2283-4161-8396-fb4f7684d396 [pid: 7|app: 0|req: 12/26] 199.204.45.25 () {48 vars in 963 bytes} [Fri May 8 20:35:58 2026] POST /v2.0/networks => generated 706 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:00.220 8 INFO neutron.pecan_wsgi.hooks.translation [None req-110893db-7814-4144-81aa-9c9943401b1f f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.204.45.25 () {44 vars in 923 bytes} [Fri May 8 20:36:00 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.25 () {44 vars in 945 bytes} [Fri May 8 20:36:00 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-05-08 20:36:00.295 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7a2cff0-7118-43d9-b4a0-930946dad0a3 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.204.45.25 () {44 vars in 1030 bytes} [Fri May 8 20:36:00 2026] GET /v2.0/subnets/public-subnet?network_id=2d8bb260-2283-4161-8396-fb4f7684d396 => 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: 14/30] 199.204.45.25 () {44 vars in 1053 bytes} [Fri May 8 20:36:00 2026] GET /v2.0/subnets?name=public-subnet&network_id=2d8bb260-2283-4161-8396-fb4f7684d396 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/31] 199.204.45.25 () {48 vars in 961 bytes} [Fri May 8 20:36:00 2026] POST /v2.0/subnets => generated 664 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:40:46.694 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0618f871-dd9b-419d-8d17-1c458cb27f70 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/70] 199.204.45.25 () {44 vars in 933 bytes} [Fri May 8 20:40:46 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/71] 199.204.45.25 () {44 vars in 955 bytes} [Fri May 8 20:40:46 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:46.779 7 INFO neutron.db.segments_db [None req-3ed10c6f-64fd-4b7b-abf6-34f8fc4d46ab f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 2f1348c3-25f0-4b9f-8a13-dec4ebb6efc3 of type vxlan for network 896c36c5-b90b-4402-a957-3e3eacea9edd [pid: 7|app: 0|req: 35/72] 199.204.45.25 () {48 vars in 962 bytes} [Fri May 8 20:40:46 2026] POST /v2.0/networks => generated 688 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:40:47.766 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c628a29-0466-42d7-ba11-50d7df3aedf0 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/73] 199.204.45.25 () {44 vars in 933 bytes} [Fri May 8 20:40:47 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: 36/74] 199.204.45.25 () {44 vars in 955 bytes} [Fri May 8 20:40:47 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:47.827 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6b9e76a7-29cd-4931-a186-ee52de12f42d f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/75] 199.204.45.25 () {44 vars in 1032 bytes} [Fri May 8 20:40:47 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=896c36c5-b90b-4402-a957-3e3eacea9edd => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.25 () {44 vars in 1055 bytes} [Fri May 8 20:40:47 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=896c36c5-b90b-4402-a957-3e3eacea9edd => 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: 40/77] 199.204.45.25 () {48 vars in 961 bytes} [Fri May 8 20:40:47 2026] POST /v2.0/subnets => generated 651 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:40:49.172 7 INFO neutron.api.v2.resource [None req-8fb5d29b-909b-4f8f-998e-0eeba6f000f7 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/78] 199.204.45.25 () {44 vars in 967 bytes} [Fri May 8 20:40:49 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.25 () {44 vars in 989 bytes} [Fri May 8 20:40:49 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.25 () {48 vars in 976 bytes} [Fri May 8 20:40:49 2026] POST /v2.0/security-groups => generated 1616 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:50 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 1616 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:50 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:50 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.25 () {48 vars in 987 bytes} [Fri May 8 20:40:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:51 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 2230 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:51 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:51 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.25 () {48 vars in 987 bytes} [Fri May 8 20:40:51 2026] POST /v2.0/security-group-rules => generated 603 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:52 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:52 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:52 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.25 () {48 vars in 987 bytes} [Fri May 8 20:40:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:53 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 3462 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:53 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:53 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.204.45.25 () {48 vars in 987 bytes} [Fri May 8 20:40:53 2026] POST /v2.0/security-group-rules => generated 603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:54 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4078 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:54 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4078 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:54 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4078 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/100] 199.204.45.25 () {48 vars in 987 bytes} [Fri May 8 20:40:54 2026] POST /v2.0/security-group-rules => generated 603 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/103] 199.204.45.25 () {44 vars in 983 bytes} [Fri May 8 20:40:55 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd => generated 732 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:55.814 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd3a3ae2-5af9-45b4-9a95-883f7686e4d7 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/104] 199.204.45.25 () {44 vars in 1072 bytes} [Fri May 8 20:40:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=896c36c5-b90b-4402-a957-3e3eacea9edd => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/105] 199.204.45.25 () {44 vars in 1095 bytes} [Fri May 8 20:40:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=896c36c5-b90b-4402-a957-3e3eacea9edd => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/106] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:40:55 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/107] 199.204.45.25 () {48 vars in 957 bytes} [Fri May 8 20:40:55 2026] POST /v2.0/ports => generated 1100 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 20:41:03.328 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f27e028-2a1f-4658-8b6e-f4e59a65299a f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/108] 199.204.45.25 () {44 vars in 975 bytes} [Fri May 8 20:41:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 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: 54/109] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:41:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/110] 199.204.45.25 () {48 vars in 1027 bytes} [Fri May 8 20:41:03 2026] PUT /v2.0/ports/8d55d750-fb99-4124-89c3-59b8e527b21b => generated 1249 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/111] 199.204.45.25 () {44 vars in 916 bytes} [Fri May 8 20:41:05 2026] GET /v2.0/ports => generated 3730 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:41:06.737 8 INFO neutron.api.v2.resource [None req-9b8f4363-b6b1-4403-8ec4-f0493799827c f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 57/112] 199.204.45.25 () {44 vars in 955 bytes} [Fri May 8 20:41:06 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 199.204.45.25 () {44 vars in 977 bytes} [Fri May 8 20:41:06 2026] GET /v2.0/security-groups?name=lb-mgmt-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: 58/114] 199.204.45.25 () {48 vars in 976 bytes} [Fri May 8 20:41:06 2026] POST /v2.0/security-groups => generated 1610 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:41:07 2026] GET /v2.0/security-groups/fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09 => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:41:07 2026] GET /v2.0/security-groups/fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:41:07 2026] GET /v2.0/security-groups/fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.204.45.25 () {48 vars in 987 bytes} [Fri May 8 20:41:07 2026] POST /v2.0/security-group-rules => generated 623 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/119] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:41:08 2026] GET /v2.0/security-groups/fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09 => generated 2246 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:41:08 2026] GET /v2.0/security-groups/fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09 => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/121] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:41:08 2026] GET /v2.0/security-groups/fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/122] 199.204.45.25 () {48 vars in 987 bytes} [Fri May 8 20:41:08 2026] POST /v2.0/security-group-rules => generated 627 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/133] 199.204.45.25 () {44 vars in 971 bytes} [Fri May 8 20:42:14 2026] GET /v2.0/quotas/b888833a85764adea4ad2cbf5f113890 => 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: 66/134] 199.204.45.25 () {48 vars in 1023 bytes} [Fri May 8 20:42:15 2026] PUT /v2.0/quotas/b888833a85764adea4ad2cbf5f113890 => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:44:34.991 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6be8d46a-2274-4169-a02c-f7d5784b67ac f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/153] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 20:44:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 189 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 78/154] 199.204.45.25 () {30 vars in 762 bytes} [Fri May 8 20:44:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:44:36.788 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d8948c1-85a6-4725-8f4f-67a6ae5381e7 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/155] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/156] 199.204.45.25 () {30 vars in 762 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:50:35.385 7 INFO neutron.api.v2.resource [None req-35fe90b0-efd0-4c76-ad65-db6720d40449 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 102/205] 199.204.45.25 () {44 vars in 1070 bytes} [Fri May 8 20:50:35 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=558be238c63d4375b9bc433bf9648391 => generated 139 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/206] 199.204.45.25 () {44 vars in 1093 bytes} [Fri May 8 20:50:35 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=558be238c63d4375b9bc433bf9648391 => generated 23 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 199.204.45.25 () {48 vars in 977 bytes} [Fri May 8 20:50:35 2026] POST /v2.0/security-groups => generated 1624 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/208] 199.204.45.25 () {44 vars in 1084 bytes} [Fri May 8 20:50:36 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890?project_id=558be238c63d4375b9bc433bf9648391 => generated 1624 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:50:37 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.204.45.25 () {44 vars in 1084 bytes} [Fri May 8 20:50:37 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890?project_id=558be238c63d4375b9bc433bf9648391 => 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: 105/211] 199.204.45.25 () {48 vars in 987 bytes} [Fri May 8 20:50:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 1487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.204.45.25 () {44 vars in 1084 bytes} [Fri May 8 20:50:39 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890?project_id=558be238c63d4375b9bc433bf9648391 => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:50:39 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890 => generated 2234 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.204.45.25 () {44 vars in 1084 bytes} [Fri May 8 20:50:39 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890?project_id=558be238c63d4375b9bc433bf9648391 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.204.45.25 () {48 vars in 987 bytes} [Fri May 8 20:50:39 2026] POST /v2.0/security-group-rules => generated 599 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 199.204.45.25 () {44 vars in 1084 bytes} [Fri May 8 20:50:40 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890?project_id=558be238c63d4375b9bc433bf9648391 => generated 2846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:50:40 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890 => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 199.204.45.25 () {44 vars in 1084 bytes} [Fri May 8 20:50:40 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890?project_id=558be238c63d4375b9bc433bf9648391 => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/221] 199.204.45.25 () {48 vars in 987 bytes} [Fri May 8 20:50:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/222] 199.204.45.25 () {44 vars in 1084 bytes} [Fri May 8 20:50:42 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890?project_id=558be238c63d4375b9bc433bf9648391 => generated 3460 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/223] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 20:50:42 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890 => 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: 113/224] 199.204.45.25 () {44 vars in 1084 bytes} [Fri May 8 20:50:42 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890?project_id=558be238c63d4375b9bc433bf9648391 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/225] 199.204.45.25 () {48 vars in 987 bytes} [Fri May 8 20:50:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/244] 199.204.45.25 () {30 vars in 739 bytes} [Fri May 8 20:52:58 2026] GET /v2.0/networks?tenant_id=558be238c63d4375b9bc433bf9648391&shared=False => generated 15 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:52:58.712 7 INFO neutron.db.segments_db [None req-6c483f22-89bf-4b3e-9787-738600b109fb 419abaa8b8c940e8a3c054a9d4bdc5e5 558be238c63d4375b9bc433bf9648391 - - 6ffd4dde0feb42a39d3808055601eb1a 6ffd4dde0feb42a39d3808055601eb1a] Added segment 40e952b1-b593-48b0-b1e6-39d79a94a7f9 of type vxlan for network 443ff25d-2c49-4d27-9e45-3073627fe8b3 [pid: 7|app: 0|req: 122/245] 199.204.45.25 () {34 vars in 681 bytes} [Fri May 8 20:52:58 2026] POST /v2.0/networks => generated 699 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/246] 199.204.45.25 () {30 vars in 721 bytes} [Fri May 8 20:52:58 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 123/247] 199.204.45.25 () {30 vars in 632 bytes} [Fri May 8 20:52:58 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/248] 199.204.45.25 () {34 vars in 676 bytes} [Fri May 8 20:52:58 2026] POST /v2.0/ports => generated 999 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/249] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 20:52:59 2026] GET /v2.0/networks/443ff25d-2c49-4d27-9e45-3073627fe8b3 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/250] 199.204.45.25 () {30 vars in 721 bytes} [Fri May 8 20:53:01 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/251] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 20:53:01 2026] GET /v2.0/networks/443ff25d-2c49-4d27-9e45-3073627fe8b3 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/254] 199.204.45.25 () {44 vars in 971 bytes} [Fri May 8 20:53:14 2026] GET /v2.0/quotas/558be238c63d4375b9bc433bf9648391 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/255] 199.204.45.25 () {48 vars in 1023 bytes} [Fri May 8 20:53:14 2026] PUT /v2.0/quotas/558be238c63d4375b9bc433bf9648391 => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:03:57.073 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e52c090-9e29-4a0d-bd6b-16678904b61e f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/342] 199.204.45.25 () {44 vars in 923 bytes} [Fri May 8 21:03:56 2026] GET /v2.0/networks/public => generated 108 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/343] 199.204.45.25 () {44 vars in 945 bytes} [Fri May 8 21:03:57 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:03:58.246 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71bc7d07-7ff7-4c68-ba88-f202a40ff2d3 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/344] 199.204.45.25 () {44 vars in 923 bytes} [Fri May 8 21:03:58 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/345] 199.204.45.25 () {44 vars in 945 bytes} [Fri May 8 21:03:58 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:03:58.320 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a0d70311-5ce6-4105-b402-47c94ab67790 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/346] 199.204.45.25 () {44 vars in 1030 bytes} [Fri May 8 21:03:58 2026] GET /v2.0/subnets/public-subnet?network_id=2d8bb260-2283-4161-8396-fb4f7684d396 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/347] 199.204.45.25 () {44 vars in 1053 bytes} [Fri May 8 21:03:58 2026] GET /v2.0/subnets?name=public-subnet&network_id=2d8bb260-2283-4161-8396-fb4f7684d396 => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:04:24.326 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9155c905-1cd6-48ed-a456-f4ffc1b25d65 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/350] 199.204.45.25 () {44 vars in 933 bytes} [Fri May 8 21:04:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/351] 199.204.45.25 () {44 vars in 955 bytes} [Fri May 8 21:04:24 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:04:25.248 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e03d0a94-88c4-4edd-b6fb-5d9a65d3e2f6 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/352] 199.204.45.25 () {44 vars in 933 bytes} [Fri May 8 21:04:25 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/353] 199.204.45.25 () {44 vars in 955 bytes} [Fri May 8 21:04:25 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:04:25.313 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3d925f8-83db-4313-a372-010eb92605eb f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/354] 199.204.45.25 () {44 vars in 1032 bytes} [Fri May 8 21:04:25 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=896c36c5-b90b-4402-a957-3e3eacea9edd => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/355] 199.204.45.25 () {44 vars in 1055 bytes} [Fri May 8 21:04:25 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=896c36c5-b90b-4402-a957-3e3eacea9edd => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:04:26.314 7 INFO neutron.api.v2.resource [None req-c76c8ae1-9bc5-4ec9-8970-787c66f13e5a f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/358] 199.204.45.25 () {44 vars in 967 bytes} [Fri May 8 21:04:26 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/359] 199.204.45.25 () {44 vars in 989 bytes} [Fri May 8 21:04:26 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/360] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:27 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => 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: 181/361] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:27 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/362] 199.204.45.25 () {44 vars in 1007 bytes} [Fri May 8 21:04:27 2026] GET /v2.0/security-group-rules/3b4d620b-9602-441d-9278-1f66bddc5fb5 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/363] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:28 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/364] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:28 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/365] 199.204.45.25 () {44 vars in 1007 bytes} [Fri May 8 21:04:28 2026] GET /v2.0/security-group-rules/4376b154-4709-47ba-8111-5f38068e1346 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/366] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:29 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:29 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/368] 199.204.45.25 () {44 vars in 1007 bytes} [Fri May 8 21:04:29 2026] GET /v2.0/security-group-rules/e3cfb187-00e8-45d0-942a-524fd556314f => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:30 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/370] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:30 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 199.204.45.25 () {44 vars in 1007 bytes} [Fri May 8 21:04:30 2026] GET /v2.0/security-group-rules/dd64f96d-b3c9-4cfb-bfc5-ad72da14488c => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/372] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:31 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/373] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:31 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => 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: 187/374] 199.204.45.25 () {44 vars in 1007 bytes} [Fri May 8 21:04:31 2026] GET /v2.0/security-group-rules/b11a1f47-6a14-4b07-81e6-4e360093370d => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/375] 199.204.45.25 () {44 vars in 983 bytes} [Fri May 8 21:04:32 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd => generated 732 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:04:32.279 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2b5502d-2ade-4cc1-9feb-646e99aad881 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/376] 199.204.45.25 () {44 vars in 1072 bytes} [Fri May 8 21:04:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=896c36c5-b90b-4402-a957-3e3eacea9edd => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/377] 199.204.45.25 () {44 vars in 1095 bytes} [Fri May 8 21:04:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=896c36c5-b90b-4402-a957-3e3eacea9edd => generated 1254 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/378] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:32 2026] GET /v2.0/security-groups/9e1590ff-06d2-4b5d-835f-f4650b4f7709 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:04:39.948 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a65d8274-fa9a-47e1-9cfc-560951d1b08f f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/379] 199.204.45.25 () {44 vars in 975 bytes} [Fri May 8 21:04:39 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) [pid: 7|app: 0|req: 190/380] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/383] 199.204.45.25 () {44 vars in 916 bytes} [Fri May 8 21:04:41 2026] GET /v2.0/ports => generated 4725 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:04:42.640 8 INFO neutron.api.v2.resource [None req-8e6ab402-78dd-4585-96ef-0555ada66022 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/384] 199.204.45.25 () {44 vars in 955 bytes} [Fri May 8 21:04:42 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/385] 199.204.45.25 () {44 vars in 977 bytes} [Fri May 8 21:04:42 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/386] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:43 2026] GET /v2.0/security-groups/fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09 => 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: 194/387] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:43 2026] GET /v2.0/security-groups/fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09 => generated 2886 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/388] 199.204.45.25 () {44 vars in 1007 bytes} [Fri May 8 21:04:43 2026] GET /v2.0/security-group-rules/a6dc4dd1-dcb2-456e-91fb-6454c7fd8990 => generated 623 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/389] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:44 2026] GET /v2.0/security-groups/fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09 => generated 2886 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/390] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:04:44 2026] GET /v2.0/security-groups/fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/391] 199.204.45.25 () {44 vars in 1007 bytes} [Fri May 8 21:04:44 2026] GET /v2.0/security-group-rules/bbf7e040-3b8f-4d74-aaa7-5e055e78d77d => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/392] 199.204.45.25 () {44 vars in 971 bytes} [Fri May 8 21:04:55 2026] GET /v2.0/quotas/b888833a85764adea4ad2cbf5f113890 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:05:46.590 7 INFO neutron.api.v2.resource [None req-93e5cc2b-3876-4eb7-ad67-bab247e72a9f f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/401] 199.204.45.25 () {44 vars in 1070 bytes} [Fri May 8 21:05:46 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=558be238c63d4375b9bc433bf9648391 => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 199.204.45.25 () {44 vars in 1093 bytes} [Fri May 8 21:05:46 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=558be238c63d4375b9bc433bf9648391 => generated 4072 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/403] 199.204.45.25 () {44 vars in 1084 bytes} [Fri May 8 21:05:47 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890?project_id=558be238c63d4375b9bc433bf9648391 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/404] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:05:47 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/405] 199.204.45.25 () {44 vars in 1007 bytes} [Fri May 8 21:05:47 2026] GET /v2.0/security-group-rules/4d97951e-4dfe-47ae-be4b-de8e1755ff70 => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/406] 199.204.45.25 () {44 vars in 1084 bytes} [Fri May 8 21:05:48 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890?project_id=558be238c63d4375b9bc433bf9648391 => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/407] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:05:48 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890 => generated 4075 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/408] 199.204.45.25 () {44 vars in 1007 bytes} [Fri May 8 21:05:48 2026] GET /v2.0/security-group-rules/f643dfbf-c9f0-4a61-9dbc-7c95096cd259 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/409] 199.204.45.25 () {44 vars in 1084 bytes} [Fri May 8 21:05:49 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890?project_id=558be238c63d4375b9bc433bf9648391 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/410] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:05:49 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/411] 199.204.45.25 () {44 vars in 1007 bytes} [Fri May 8 21:05:49 2026] GET /v2.0/security-group-rules/eb3b60d4-1099-44f2-8c73-6ed335418a6f => 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: 206/412] 199.204.45.25 () {44 vars in 1084 bytes} [Fri May 8 21:05:50 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890?project_id=558be238c63d4375b9bc433bf9648391 => generated 4075 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/413] 199.204.45.25 () {44 vars in 997 bytes} [Fri May 8 21:05:50 2026] GET /v2.0/security-groups/cae26ec9-e95f-47ba-a01e-4ed7081cc890 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/414] 199.204.45.25 () {44 vars in 1007 bytes} [Fri May 8 21:05:50 2026] GET /v2.0/security-group-rules/4b7dd554-00ef-4030-8e43-9e2dd3e9bd88 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/417] 199.204.45.25 () {44 vars in 971 bytes} [Fri May 8 21:05:57 2026] GET /v2.0/quotas/558be238c63d4375b9bc433bf9648391 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/424] 199.204.45.25 () {44 vars in 945 bytes} [Fri May 8 21:06:46 2026] GET /v2.0/networks?name=public => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/429] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:07:23 2026] GET /v2.0/networks => generated 2168 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/430] 10.0.0.139 () {32 vars in 655 bytes} [Fri May 8 21:07:24 2026] GET /v2.0/floatingips => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/431] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:07:24 2026] GET /v2.0/routers => generated 15 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/432] 10.0.0.139 () {32 vars in 643 bytes} [Fri May 8 21:07:24 2026] GET /v2.0/ports => generated 4725 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/433] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:07:25 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/434] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:07:25 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: 7|app: 0|req: 218/435] 10.0.0.139 () {32 vars in 663 bytes} [Fri May 8 21:07:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/436] 10.0.0.139 () {32 vars in 655 bytes} [Fri May 8 21:07:25 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) 2026-05-08 21:07:35.854 8 INFO neutron.db.segments_db [None req-570d800e-6a61-4219-bdda-7636764e2bb7 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 35da601c-5df2-406d-88b4-32d156c3364c of type vxlan for network 36b48c8a-5180-4358-bcb9-c0ab2565f827 2026-05-08 21:07:35.895 7 INFO neutron.db.segments_db [None req-8f69277f-21ca-4d02-9e1a-f13275dd8a8b f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 3acd1acb-58ab-4569-949f-e106e6ca4778 of type vxlan for network 13751177-e0f9-45b3-9431-6d2e46328ed9 [pid: 8|app: 0|req: 220/439] 10.0.0.139 () {34 vars in 671 bytes} [Fri May 8 21:07:35 2026] POST /v2.0/networks => generated 727 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/440] 10.0.0.139 () {34 vars in 671 bytes} [Fri May 8 21:07:35 2026] POST /v2.0/networks => generated 725 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:07:36.160 8 INFO neutron.db.segments_db [None req-dc2f5a9d-8762-4751-9101-42d184d69a95 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment bd4972d9-bc82-4e20-b3f8-df52c84f4320 of type vxlan for network 10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64 [pid: 7|app: 0|req: 221/441] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:07:35 2026] POST /v2.0/subnets => generated 693 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/442] 10.0.0.139 () {34 vars in 671 bytes} [Fri May 8 21:07:35 2026] POST /v2.0/networks => generated 718 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:07:36.295 8 INFO neutron.db.segments_db [None req-fe14db63-1c39-4556-9c95-6e4c50a54926 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 148c0e84-463f-49aa-bed6-9e6f2f265a9d of type vxlan for network 48585700-694e-4574-afe2-b53aca7affd3 [pid: 7|app: 0|req: 222/443] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:07:36 2026] POST /v2.0/subnets => generated 691 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/444] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:07:36 2026] POST /v2.0/subnets => generated 684 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:07:36.528 7 INFO neutron.db.segments_db [None req-4150e73d-3e67-46f9-8ba3-a011281b6b74 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 53d10224-fdbe-4929-89cc-c65c6115cf83 of type vxlan for network c2ec1cab-1cbb-43cf-ad7a-e1590b10a3bb 2026-05-08 21:07:36.540 8 INFO neutron.db.l3_hamode_db [None req-fe14db63-1c39-4556-9c95-6e4c50a54926 f1515beacaee487d9acfbb1d4d538ce2 7994c24c24f04ed8a51aa45504ef027b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:07:36.695 7 INFO neutron.db.l3_hamode_db [None req-4150e73d-3e67-46f9-8ba3-a011281b6b74 f1515beacaee487d9acfbb1d4d538ce2 848dfccc3f9a40109930d0d5d8f892f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:07:37.342 8 INFO neutron.db.l3_hamode_db [None req-fe14db63-1c39-4556-9c95-6e4c50a54926 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:07:37.514 7 INFO neutron.db.l3_hamode_db [None req-4150e73d-3e67-46f9-8ba3-a011281b6b74 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 222/445] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:07:36 2026] POST /v2.0/routers => generated 733 bytes in 2293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/446] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:07:36 2026] POST /v2.0/routers => generated 731 bytes in 2124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:07:38.664 7 INFO neutron.db.segments_db [None req-fa659152-5c54-4a30-a9d0-9ccc76a40dac f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 51262b5f-2bf7-4e97-b714-731441de1d32 of type vxlan for network 9f4c0f84-e1f1-4e90-838f-e3ca1c418325 [pid: 8|app: 0|req: 223/447] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:07:38 2026] GET /v2.0/security-groups?tenant_id=bab2173aba9c42789bca5b2283561c4d&name=default => generated 2924 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:07:38.845 7 INFO neutron.db.l3_hamode_db [None req-fa659152-5c54-4a30-a9d0-9ccc76a40dac f1515beacaee487d9acfbb1d4d538ce2 db85a05be1d146ec96ccb28d288183b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:07:39.570 7 INFO neutron.db.l3_hamode_db [None req-fa659152-5c54-4a30-a9d0-9ccc76a40dac f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 224/448] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:07:38 2026] PUT /v2.0/routers/7e746e5a-560c-4a9f-8538-7ccf01f78f1a/add_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/449] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:07:38 2026] POST /v2.0/routers => generated 724 bytes in 1737 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/450] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:07:40 2026] DELETE /v2.0/security-groups/42eb9d9d-a7b7-4120-bed3-9998c4dcf60a => 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: 225/451] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:07:39 2026] PUT /v2.0/routers/929d22ba-579e-4e38-b6a4-64470137cf3d/add_router_interface => generated 309 bytes in 1134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:07:41 2026] GET /v2.0/networks?id=36b48c8a-5180-4358-bcb9-c0ab2565f827 => generated 678 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/455] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:07:41 2026] GET /v2.0/quotas/7994c24c24f04ed8a51aa45504ef027b => 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: 230/456] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:07:41 2026] GET /v2.0/ports?tenant_id=7994c24c24f04ed8a51aa45504ef027b&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/457] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:07:40 2026] PUT /v2.0/routers/3af78776-47b5-44ab-b1f2-3a34d3b83bf1/add_router_interface => generated 309 bytes in 1214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/458] 10.0.0.139 () {34 vars in 685 bytes} [Fri May 8 21:07:41 2026] POST /v2.0/security-groups => generated 1659 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/459] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:07:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:07:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/461] 10.0.0.227 () {34 vars in 907 bytes} [Fri May 8 21:07:41 2026] GET /v2.0/extensions => generated 21537 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/462] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:07:42 2026] GET /v2.0/networks/36b48c8a-5180-4358-bcb9-c0ab2565f827?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: 231/463] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:07:42 2026] GET /v2.0/networks/36b48c8a-5180-4358-bcb9-c0ab2565f827?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/464] 10.0.0.139 () {34 vars in 685 bytes} [Fri May 8 21:07:42 2026] POST /v2.0/security-groups => generated 1661 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 21:07:42.511 7 INFO neutron.db.segments_db [None req-12d56060-76ce-427d-9be0-772cb402e04d f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment a5b49002-d50c-4265-9f15-bbeb8ca7e403 of type vxlan for network 64b2e346-727f-41ae-a332-cb200188ec9c [pid: 8|app: 0|req: 233/465] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:07:42 2026] POST /v2.0/floatingips => generated 552 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/466] 10.0.0.139 () {34 vars in 671 bytes} [Fri May 8 21:07:42 2026] POST /v2.0/networks => generated 730 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/467] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:07:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/468] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:42 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 12 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/469] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:07:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/470] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:07:42 2026] POST /v2.0/subnets => generated 696 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:07:42.930 8 INFO neutron.db.segments_db [None req-a46cab77-1157-4d49-a647-8f7a79761264 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 54a80335-301d-4abf-bc47-5ac01f0bab10 of type vxlan for network 1c3a8b9d-17b3-40c6-99a6-94ac631bcb93 2026-05-08 21:07:43.184 8 INFO neutron.db.l3_hamode_db [None req-a46cab77-1157-4d49-a647-8f7a79761264 f1515beacaee487d9acfbb1d4d538ce2 4a5198a5fcd14c78b3bd4749e7d7897f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/471] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:07:42 2026] POST /v2.0/floatingips => generated 552 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/472] 10.0.0.227 () {34 vars in 1100 bytes} [Fri May 8 21:07:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1862968944&fields=id&tenant_id=848dfccc3f9a40109930d0d5d8f892f7 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/473] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:07:43 2026] GET /v2.0/networks?id=13751177-e0f9-45b3-9431-6d2e46328ed9 => generated 676 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/474] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:07:43 2026] GET /v2.0/quotas/848dfccc3f9a40109930d0d5d8f892f7 => 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: 240/475] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:07:43 2026] GET /v2.0/ports?tenant_id=848dfccc3f9a40109930d0d5d8f892f7&fields=id => generated 57 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/476] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:07:43 2026] GET /v2.0/networks/13751177-e0f9-45b3-9431-6d2e46328ed9?fields=segments => 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: 242/477] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:07:43 2026] GET /v2.0/networks/13751177-e0f9-45b3-9431-6d2e46328ed9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/478] 10.0.0.227 () {34 vars in 1100 bytes} [Fri May 8 21:07:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1455771485&fields=id&tenant_id=db85a05be1d146ec96ccb28d288183b7 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/479] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:07:43 2026] GET /v2.0/networks?id=10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64 => generated 669 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/480] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:07:43 2026] GET /v2.0/quotas/db85a05be1d146ec96ccb28d288183b7 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/481] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:07:43 2026] GET /v2.0/ports?tenant_id=db85a05be1d146ec96ccb28d288183b7&fields=id => generated 57 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/482] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:43 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:07:43.965 8 INFO neutron.db.l3_hamode_db [None req-a46cab77-1157-4d49-a647-8f7a79761264 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 248/483] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:43 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => 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: 249/484] 10.0.0.227 () {34 vars in 907 bytes} [Fri May 8 21:07:44 2026] GET /v2.0/extensions => generated 21537 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/485] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:07:44 2026] GET /v2.0/networks/10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64?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: 251/486] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:07:44 2026] GET /v2.0/networks/10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64?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: 252/487] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:44 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => 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: 236/488] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:07:42 2026] POST /v2.0/routers => generated 736 bytes in 2164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/489] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:45 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => 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: 254/490] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:45 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => 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: 255/491] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:45 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => 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: 256/492] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:46 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => 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: 237/493] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:07:45 2026] PUT /v2.0/routers/36c88ec9-979a-40ce-876e-2465bd7d0933/add_router_interface => generated 309 bytes in 1116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/494] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:46 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => 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: 238/495] 10.0.0.227 () {38 vars in 971 bytes} [Fri May 8 21:07:46 2026] POST /v2.0/security-groups => generated 1684 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/496] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:46 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => 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: 239/497] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:46 2026] GET /v2.0/security-groups/2ae14dd8-91b5-4f34-ba92-010bba48c922 => generated 1684 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/498] 10.0.0.227 () {38 vars in 981 bytes} [Fri May 8 21:07:46 2026] POST /v2.0/security-group-rules => generated 614 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/499] 10.0.0.227 () {38 vars in 971 bytes} [Fri May 8 21:07:46 2026] POST /v2.0/security-groups => generated 1685 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/500] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:47 2026] GET /v2.0/security-groups/136c3a04-3b04-4308-8af8-0054168a7865 => generated 1685 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/501] 10.0.0.227 () {38 vars in 981 bytes} [Fri May 8 21:07:47 2026] POST /v2.0/security-group-rules => generated 614 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/502] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:07:47 2026] GET /v2.0/networks?id=36b48c8a-5180-4358-bcb9-c0ab2565f827 => generated 678 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/503] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:47 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => 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: 243/504] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:47 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => 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: 244/505] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:47 2026] GET /v2.0/security-groups/136c3a04-3b04-4308-8af8-0054168a7865 => generated 2310 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/506] 10.0.0.227 () {38 vars in 981 bytes} [Fri May 8 21:07:47 2026] POST /v2.0/security-group-rules => generated 619 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/507] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:47 2026] GET /v2.0/security-groups/136c3a04-3b04-4308-8af8-0054168a7865 => generated 2940 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/508] 10.0.0.227 () {34 vars in 1001 bytes} [Fri May 8 21:07:47 2026] GET /v2.0/security-group-rules/d8edc669-9f7d-48eb-9152-8e01b0ae8be0 => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/509] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:47 2026] GET /v2.0/security-groups/136c3a04-3b04-4308-8af8-0054168a7865 => generated 2940 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/510] 10.0.0.227 () {36 vars in 1023 bytes} [Fri May 8 21:07:47 2026] DELETE /v2.0/security-group-rules/d8edc669-9f7d-48eb-9152-8e01b0ae8be0 => 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: 250/511] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:47 2026] GET /v2.0/security-groups/136c3a04-3b04-4308-8af8-0054168a7865 => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/512] 10.0.0.227 () {36 vars in 1013 bytes} [Fri May 8 21:07:47 2026] DELETE /v2.0/security-groups/136c3a04-3b04-4308-8af8-0054168a7865 => 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: 252/513] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:47 2026] GET /v2.0/security-groups/2ae14dd8-91b5-4f34-ba92-010bba48c922 => generated 2309 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/514] 10.0.0.227 () {36 vars in 1013 bytes} [Fri May 8 21:07:47 2026] DELETE /v2.0/security-groups/2ae14dd8-91b5-4f34-ba92-010bba48c922 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/515] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:47 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/516] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:07:47 2026] POST /v2.0/ports => generated 958 bytes in 675 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: 263/517] 199.204.45.25 () {34 vars in 910 bytes} [Fri May 8 21:07:47 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-08 21:07:48.281 8 INFO neutron_taas.services.taas.taas_plugin [None req-5117d0b8-58fd-4761-b336-525d17857a40 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 6ccb41ed-b143-49f7-a0d6-aa2993bf16a8 2026-05-08 21:07:48.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5117d0b8-58fd-4761-b336-525d17857a40 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 6ccb41ed-b143-49f7-a0d6-aa2993bf16a8 [pid: 7|app: 0|req: 264/518] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:07:48 2026] PUT /v2.0/ports/e2bca4fc-0939-46cd-b9d0-ceaa8c800a89 => generated 1239 bytes in 491 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: 265/519] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:48 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/520] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:07:47 2026] PUT /v2.0/routers/36c88ec9-979a-40ce-876e-2465bd7d0933/remove_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/521] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:48 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => 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: 256/522] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:48 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/523] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:49 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => 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: 258/524] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:07:49 2026] GET /v2.0/networks?id=13751177-e0f9-45b3-9431-6d2e46328ed9 => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:07:49.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-c88fe859-e680-4780-bc02-276d24e16361 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: a125d321-24c3-4e0d-b21a-72f08eac53a7 2026-05-08 21:07:49.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c88fe859-e680-4780-bc02-276d24e16361 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: a125d321-24c3-4e0d-b21a-72f08eac53a7 [pid: 8|app: 0|req: 259/525] 199.204.45.25 () {34 vars in 1049 bytes} [Fri May 8 21:07:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=848dfccc3f9a40109930d0d5d8f892f7 => generated 181 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:07:49.260 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-470b2964-6c6b-4dde-87b3-1d4af1a36376'] response: {'name': 'network-changed', 'server_uuid': '7f93a08a-1301-4ece-8232-5b7ac2beab99', 'tag': 'e2bca4fc-0939-46cd-b9d0-ceaa8c800a89', 'status': 'completed', 'code': 200} 2026-05-08 21:07:49.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-c88fe859-e680-4780-bc02-276d24e16361 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 5fa03564-28e2-46d7-a49c-35cfff072688 2026-05-08 21:07:49.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c88fe859-e680-4780-bc02-276d24e16361 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 5fa03564-28e2-46d7-a49c-35cfff072688 [pid: 8|app: 0|req: 260/526] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:07:49 2026] POST /v2.0/ports => generated 958 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:07:49.595 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-c88fe859-e680-4780-bc02-276d24e16361 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-08 21:07:49.937 7 INFO neutron.db.l3_hamode_db [None req-c88fe859-e680-4780-bc02-276d24e16361 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] HA network 1c3a8b9d-17b3-40c6-99a6-94ac631bcb93 was deleted as no HA routers are present in tenant 4a5198a5fcd14c78b3bd4749e7d7897f. [pid: 7|app: 0|req: 267/527] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:07:48 2026] DELETE /v2.0/routers/36c88ec9-979a-40ce-876e-2465bd7d0933 => generated 0 bytes in 1044 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/528] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:07:49 2026] GET /v2.0/ports?tenant_id=7994c24c24f04ed8a51aa45504ef027b&device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/529] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:07:49 2026] PUT /v2.0/ports/2ba53636-2118-440f-a5c0-b3e84197bca4 => generated 1239 bytes in 553 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: 262/530] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:50 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 973 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/531] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:50 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:07:50.347 7 INFO neutron.services.segments.plugin [-] Segment 54a80335-301d-4abf-bc47-5ac01f0bab10 resource provider aggregate not found [pid: 8|app: 0|req: 264/532] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:07:50 2026] GET /v2.0/networks?tenant_id=7994c24c24f04ed8a51aa45504ef027b&shared=False => generated 774 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:07:50.356 7 INFO neutron.services.segments.plugin [-] Segment 54a80335-301d-4abf-bc47-5ac01f0bab10 resource provider aggregate not found 2026-05-08 21:07:50.373 7 INFO neutron.services.segments.plugin [-] Segment 54a80335-301d-4abf-bc47-5ac01f0bab10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54a80335-301d-4abf-bc47-5ac01f0bab10 found for delete ", "request_id": "req-32344327-cb31-4d03-b565-63551b45f9d6"}]} [pid: 8|app: 0|req: 265/533] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:50 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:07:50.389 7 INFO neutron.services.segments.plugin [-] Segment 54a80335-301d-4abf-bc47-5ac01f0bab10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54a80335-301d-4abf-bc47-5ac01f0bab10 found for delete ", "request_id": "req-3f32b5be-5e21-48ff-a280-f5baca34e43a"}]} [pid: 7|app: 0|req: 269/534] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:07:50 2026] DELETE /v2.0/subnets/2a8aeb6b-695a-46d2-9463-419c9a3c5732 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/535] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:50 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&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: 270/536] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:07:50 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: 7|app: 0|req: 271/537] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:50 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/538] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:07:50 2026] DELETE /v2.0/networks/64b2e346-727f-41ae-a332-cb200188ec9c => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:07:50.627 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f03a691a-b351-4de7-a11a-1b5ed45feea6'] response: {'name': 'network-changed', 'server_uuid': '39752237-b91e-424b-a9a9-aa273e2d018a', 'tag': '2ba53636-2118-440f-a5c0-b3e84197bca4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 272/539] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:07:50 2026] GET /v2.0/security-groups?tenant_id=4a5198a5fcd14c78b3bd4749e7d7897f&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: 268/540] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:07:50 2026] DELETE /v2.0/security-groups/63b8b628-2c87-4236-9334-0601eb9c0168 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:07:51.065 8 INFO neutron.services.segments.plugin [-] Segment a5b49002-d50c-4265-9f15-bbeb8ca7e403 resource provider aggregate not found 2026-05-08 21:07:51.079 8 INFO neutron.services.segments.plugin [-] Segment a5b49002-d50c-4265-9f15-bbeb8ca7e403 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5b49002-d50c-4265-9f15-bbeb8ca7e403 found for delete ", "request_id": "req-81576568-c745-4679-acb2-146836d211a5"}]} [pid: 7|app: 0|req: 273/541] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/ports?tenant_id=848dfccc3f9a40109930d0d5d8f892f7&device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/542] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/networks?id=10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64 => generated 669 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/543] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/networks?tenant_id=848dfccc3f9a40109930d0d5d8f892f7&shared=False => generated 772 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/544] 199.204.45.25 () {34 vars in 1049 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=db85a05be1d146ec96ccb28d288183b7 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:07:51.269 8 INFO neutron.services.segments.plugin [-] Segment a5b49002-d50c-4265-9f15-bbeb8ca7e403 resource provider aggregate not found [pid: 7|app: 0|req: 275/545] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:07:51.295 8 INFO neutron.services.segments.plugin [-] Segment a5b49002-d50c-4265-9f15-bbeb8ca7e403 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5b49002-d50c-4265-9f15-bbeb8ca7e403 found for delete ", "request_id": "req-2fb2d5cd-93b0-4e56-b95a-553212fc6cd1"}]} [pid: 7|app: 0|req: 276/546] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/547] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/548] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:07:51 2026] POST /v2.0/ports => generated 958 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/549] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 279/550] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/551] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/ports?tenant_id=7994c24c24f04ed8a51aa45504ef027b&device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => 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: 273/552] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2bca4fc-0939-46cd-b9d0-ceaa8c800a89 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/553] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 961 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/554] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/subnets?id=8b27cba8-d734-495a-a4b6-afd12b5480a1 => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/555] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/556] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/ports?network_id=36b48c8a-5180-4358-bcb9-c0ab2565f827&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/557] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/networks/36b48c8a-5180-4358-bcb9-c0ab2565f827?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: 279/558] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:07:51 2026] GET /v2.0/networks/36b48c8a-5180-4358-bcb9-c0ab2565f827?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: 280/559] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:07:51 2026] PUT /v2.0/ports/9475326b-dc1e-4241-838b-6b01ffc0945d => generated 1239 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:07:52.010 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b9314c6-23d4-438b-b338-43e9323e0a59'] response: {'name': 'network-changed', 'server_uuid': '0704475a-2168-41fa-9b11-f22323a85680', 'tag': '9475326b-dc1e-4241-838b-6b01ffc0945d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 280/560] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/ports?tenant_id=848dfccc3f9a40109930d0d5d8f892f7&device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 1242 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: 281/561] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=2ba53636-2118-440f-a5c0-b3e84197bca4 => 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: 281/562] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/subnets?id=0c5c84c3-799c-4574-88b4-a1c3d1a78c18 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/563] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/ports?network_id=13751177-e0f9-45b3-9431-6d2e46328ed9&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/564] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/networks/13751177-e0f9-45b3-9431-6d2e46328ed9?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: 283/565] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/ports?tenant_id=db85a05be1d146ec96ccb28d288183b7&device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/566] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/networks/13751177-e0f9-45b3-9431-6d2e46328ed9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/567] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/networks?tenant_id=db85a05be1d146ec96ccb28d288183b7&shared=False => generated 765 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/568] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/569] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/570] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/571] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/572] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&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: 8|app: 0|req: 286/573] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => 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: 287/574] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:52 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:07:53.148 7 INFO neutron.db.segments_db [None req-8c83474d-c18a-4d66-918f-d0bad306ba09 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment a9c38d11-aa64-4f22-996b-23848ef1490c of type vxlan for network a6fabe47-c96b-48a0-96c5-50af18e559aa [pid: 7|app: 0|req: 288/575] 10.0.0.139 () {34 vars in 671 bytes} [Fri May 8 21:07:52 2026] POST /v2.0/networks => generated 726 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/576] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:07:53 2026] POST /v2.0/subnets => generated 692 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:07:53.403 7 INFO neutron.db.segments_db [None req-96959568-fa86-45d7-ab34-79f8d9238e59 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 72dba477-095f-422d-993c-1b3bb20e0e3b of type vxlan for network a308d22f-ae17-4e81-913a-5b82a4f666ca 2026-05-08 21:07:53.644 7 INFO neutron.db.l3_hamode_db [None req-96959568-fa86-45d7-ab34-79f8d9238e59 f1515beacaee487d9acfbb1d4d538ce2 15be5d6bdc8a4754a41b58acc5764dfe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 289/577] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:07:53 2026] GET /v2.0/ports?tenant_id=db85a05be1d146ec96ccb28d288183b7&device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/578] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:07:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9475326b-dc1e-4241-838b-6b01ffc0945d => 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: 291/579] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:07:53 2026] GET /v2.0/subnets?id=4f224041-143f-4be3-8b47-0cb6b55ba4ee => generated 687 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/580] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:07:53 2026] GET /v2.0/ports?network_id=10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64&device_owner=network%3Adhcp => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/581] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:53 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 973 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/582] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:07:53 2026] GET /v2.0/networks/10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/583] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:53 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 973 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/584] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:53 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/585] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:07:53 2026] GET /v2.0/networks/10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64?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: 298/586] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:53 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&fields=id&fields=name => generated 114 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/587] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:53 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/588] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:54 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:07:54.437 7 INFO neutron.db.l3_hamode_db [None req-96959568-fa86-45d7-ab34-79f8d9238e59 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 301/589] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:55 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/590] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:55 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/591] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:55 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/592] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:55 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/593] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:55 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/594] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:55 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&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: 289/595] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:07:53 2026] POST /v2.0/routers => generated 732 bytes in 2091 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/598] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:56 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/599] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:56 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&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: 294/600] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:56 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/601] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:56 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/602] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:56 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/603] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:56 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/604] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:07:55 2026] PUT /v2.0/routers/4f04c124-a386-4331-b20a-f09270dae563/add_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/605] 10.0.0.227 () {38 vars in 971 bytes} [Fri May 8 21:07:56 2026] POST /v2.0/security-groups => generated 1680 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/606] 10.0.0.227 () {38 vars in 971 bytes} [Fri May 8 21:07:57 2026] POST /v2.0/security-groups => generated 1680 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/607] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/608] 10.0.0.227 () {38 vars in 971 bytes} [Fri May 8 21:07:57 2026] POST /v2.0/security-groups => generated 1681 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/609] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/610] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/security-groups?tenant_id=15be5d6bdc8a4754a41b58acc5764dfe => generated 7906 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/611] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/612] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/security-groups/2663962a-6860-4d09-87ca-cdfa30c84de1 => generated 2922 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/613] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&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: 302/614] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/security-groups/2663962a-6860-4d09-87ca-cdfa30c84de1 => generated 2922 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/615] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/security-groups/6bb1a985-a948-4d02-885b-8a7396eb558d => generated 1680 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/616] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/617] 10.0.0.227 () {36 vars in 1013 bytes} [Fri May 8 21:07:57 2026] DELETE /v2.0/security-groups/6bb1a985-a948-4d02-885b-8a7396eb558d => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:07:57.761 8 INFO neutron.api.v2.resource [req-bf3b889e-e016-444c-a5cb-cc8c074fc665 req-0d3e8d8b-7506-4d1c-9c60-de518f4487ec c5ca6ecddffd44f990d8ad1b5df0f0cf 15be5d6bdc8a4754a41b58acc5764dfe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 315/618] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/security-groups/6bb1a985-a948-4d02-885b-8a7396eb558d => 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: 304/619] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&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: 316/620] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/security-groups/74061a5a-347c-4eb4-bfbb-1c33edcf650b => generated 1680 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/621] 10.0.0.227 () {36 vars in 1013 bytes} [Fri May 8 21:07:57 2026] DELETE /v2.0/security-groups/74061a5a-347c-4eb4-bfbb-1c33edcf650b => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:07:57.921 8 INFO neutron.api.v2.resource [req-47f35df0-ee41-400f-9bc1-c62c98a8915f req-b3967d8d-6585-4188-a37b-413bfc9759fc c5ca6ecddffd44f990d8ad1b5df0f0cf 15be5d6bdc8a4754a41b58acc5764dfe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 317/622] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/security-groups/74061a5a-347c-4eb4-bfbb-1c33edcf650b => 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: 306/623] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:57 2026] GET /v2.0/security-groups/832f62ea-e9c6-479b-8abe-afb6a829c4c2 => generated 1681 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/624] 10.0.0.227 () {36 vars in 1013 bytes} [Fri May 8 21:07:57 2026] DELETE /v2.0/security-groups/832f62ea-e9c6-479b-8abe-afb6a829c4c2 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:07:58.113 7 INFO neutron.api.v2.resource [req-b26e4b10-02a1-4a7f-9fa5-179e771f63e7 req-4e6965d7-c8cd-459a-81d4-8c63cbfeccbc c5ca6ecddffd44f990d8ad1b5df0f0cf 15be5d6bdc8a4754a41b58acc5764dfe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 307/625] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/security-groups/832f62ea-e9c6-479b-8abe-afb6a829c4c2 => 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: 319/626] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/security-groups?tenant_id=15be5d6bdc8a4754a41b58acc5764dfe => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/627] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/security-groups/2663962a-6860-4d09-87ca-cdfa30c84de1 => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/628] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/security-groups/2663962a-6860-4d09-87ca-cdfa30c84de1 => generated 2922 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:07:58.276 7 INFO neutron.api.v2.resource [req-dd9ba296-2592-4397-bf98-2bae61e89a54 req-cfd7ad53-9d92-47e9-9247-7017c2dbf03a c5ca6ecddffd44f990d8ad1b5df0f0cf 15be5d6bdc8a4754a41b58acc5764dfe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 309/629] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/security-groups/832f62ea-e9c6-479b-8abe-afb6a829c4c2 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:07:58.323 8 INFO neutron.api.v2.resource [req-29394393-969d-4386-89b4-3ace1e9ce121 req-8bafbbb8-ace3-45c7-be10-159563aeef84 c5ca6ecddffd44f990d8ad1b5df0f0cf 15be5d6bdc8a4754a41b58acc5764dfe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 321/630] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/security-groups/74061a5a-347c-4eb4-bfbb-1c33edcf650b => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:07:58.355 7 INFO neutron.api.v2.resource [req-49d56a0b-0511-42e1-9633-ebce687acdf7 req-2e26f85b-4382-409b-8c30-215ea24dc707 c5ca6ecddffd44f990d8ad1b5df0f0cf 15be5d6bdc8a4754a41b58acc5764dfe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 310/631] 10.0.0.227 () {34 vars in 991 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/security-groups/6bb1a985-a948-4d02-885b-8a7396eb558d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/632] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/633] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:07:58.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d355aee-53bd-470a-8274-5d1433494ae8 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: e0d2860a-3217-4227-929b-45602ce0ecc9 2026-05-08 21:07:58.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d355aee-53bd-470a-8274-5d1433494ae8 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: e0d2860a-3217-4227-929b-45602ce0ecc9 [pid: 7|app: 0|req: 313/634] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/635] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&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: 315/636] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => 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: 316/637] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:58 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/638] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:07:58 2026] PUT /v2.0/routers/4f04c124-a386-4331-b20a-f09270dae563/remove_router_interface => generated 309 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:07:59.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-00c8d1bb-3f8a-4758-b9ce-24159c831e68 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 41bf4a8c-5ba3-4a18-bc62-97d60fa53acc 2026-05-08 21:07:59.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00c8d1bb-3f8a-4758-b9ce-24159c831e68 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 41bf4a8c-5ba3-4a18-bc62-97d60fa53acc 2026-05-08 21:07:59.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-00c8d1bb-3f8a-4758-b9ce-24159c831e68 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: b5b5425d-f89f-4390-8020-774c871fd5de 2026-05-08 21:07:59.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00c8d1bb-3f8a-4758-b9ce-24159c831e68 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: b5b5425d-f89f-4390-8020-774c871fd5de [pid: 8|app: 0|req: 323/639] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:59 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/640] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:59 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/641] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:07:59 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/642] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:07:59 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:07:59.937 7 INFO neutron.services.segments.plugin [-] Segment 72dba477-095f-422d-993c-1b3bb20e0e3b resource provider aggregate not found 2026-05-08 21:07:59.943 7 INFO neutron.services.segments.plugin [-] Segment 72dba477-095f-422d-993c-1b3bb20e0e3b resource provider aggregate not found 2026-05-08 21:07:59.961 7 INFO neutron.services.segments.plugin [-] Segment 72dba477-095f-422d-993c-1b3bb20e0e3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72dba477-095f-422d-993c-1b3bb20e0e3b found for delete ", "request_id": "req-42a23114-ade7-4e94-9c49-4f1e9cce96a4"}]} 2026-05-08 21:07:59.969 7 INFO neutron.services.segments.plugin [-] Segment 72dba477-095f-422d-993c-1b3bb20e0e3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72dba477-095f-422d-993c-1b3bb20e0e3b found for delete ", "request_id": "req-ff7b69f4-6d67-41f9-8ed8-c71c795ff1a1"}]} 2026-05-08 21:08:00.006 7 INFO neutron.db.l3_hamode_db [None req-00c8d1bb-3f8a-4758-b9ce-24159c831e68 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] HA network a308d22f-ae17-4e81-913a-5b82a4f666ca was deleted as no HA routers are present in tenant 15be5d6bdc8a4754a41b58acc5764dfe. [pid: 7|app: 0|req: 317/643] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:07:59 2026] DELETE /v2.0/routers/4f04c124-a386-4331-b20a-f09270dae563 => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/644] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:00 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/645] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:00 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/646] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:00 2026] DELETE /v2.0/subnets/4ad1df6c-cf54-4080-b2f0-717f6eba4b44 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:00.314 8 INFO neutron.services.segments.plugin [-] Segment a9c38d11-aa64-4f22-996b-23848ef1490c resource provider aggregate not found 2026-05-08 21:08:00.329 8 INFO neutron.services.segments.plugin [-] Segment a9c38d11-aa64-4f22-996b-23848ef1490c resource provider aggregate not found 2026-05-08 21:08:00.334 8 INFO neutron.services.segments.plugin [-] Segment a9c38d11-aa64-4f22-996b-23848ef1490c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9c38d11-aa64-4f22-996b-23848ef1490c found for delete ", "request_id": "req-effbd0ab-1837-48f2-a89d-042cba66065a"}]} [pid: 8|app: 0|req: 329/647] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:00 2026] DELETE /v2.0/networks/a6fabe47-c96b-48a0-96c5-50af18e559aa => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:00.350 8 INFO neutron.services.segments.plugin [-] Segment a9c38d11-aa64-4f22-996b-23848ef1490c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9c38d11-aa64-4f22-996b-23848ef1490c found for delete ", "request_id": "req-d4c4c15d-d397-4863-a085-7ad0c94767cf"}]} [pid: 7|app: 0|req: 319/648] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:00 2026] GET /v2.0/security-groups?tenant_id=15be5d6bdc8a4754a41b58acc5764dfe&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/649] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:00 2026] DELETE /v2.0/security-groups/2663962a-6860-4d09-87ca-cdfa30c84de1 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/650] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:00 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/651] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:00 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/652] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:00 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/653] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:01 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/654] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:01 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/655] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:01 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&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: 323/656] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:02 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/657] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:02 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/658] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:02 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/659] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:02 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/660] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:02 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => 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: 336/661] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:02 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/662] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:02 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:02.890 8 INFO neutron.db.segments_db [None req-98bd57b0-b0ce-4c99-a3fc-4563fb6a4dd7 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment bb413221-7867-4dd4-96dc-84974f6d83f3 of type vxlan for network e12b24e4-75eb-48f5-81ec-e240fecc92fd [pid: 8|app: 0|req: 338/663] 10.0.0.139 () {34 vars in 671 bytes} [Fri May 8 21:08:02 2026] POST /v2.0/networks => generated 733 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:08:03.170 7 INFO neutron.db.l3_db [None req-f7f75f38-ce53-44b4-acdf-06cc5b56ab8a 39aad88fdf894464b7283a2d723644a5 848dfccc3f9a40109930d0d5d8f892f7 - - default default] Floating IP 8fb63638-133b-4eae-850f-4b2990152aa8 associated. External IP: 10.96.250.213, port: 2ba53636-2118-440f-a5c0-b3e84197bca4. [pid: 8|app: 0|req: 339/664] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:02 2026] POST /v2.0/subnets => generated 699 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/665] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:03 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:03.371 8 INFO neutron.db.segments_db [None req-b8e4b3ae-280e-40ca-8d7c-4b8808696ef7 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment dfd84b0a-5caa-46bc-a0bd-c966397c12af of type vxlan for network a164e897-b78b-4bd9-819f-24c2f2294fcc [pid: 7|app: 0|req: 326/666] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:08:02 2026] PUT /v2.0/floatingips/8fb63638-133b-4eae-850f-4b2990152aa8 => generated 856 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/667] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:03 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:08:03.534 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0c51274-42c3-414b-bfe4-ac12553e2c78'] response: {'name': 'network-changed', 'server_uuid': '39752237-b91e-424b-a9a9-aa273e2d018a', 'tag': '2ba53636-2118-440f-a5c0-b3e84197bca4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 328/668] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:03 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/669] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:03 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:03.666 8 INFO neutron.db.l3_hamode_db [None req-b8e4b3ae-280e-40ca-8d7c-4b8808696ef7 f1515beacaee487d9acfbb1d4d538ce2 875f9157033548128849dfe2bcd9ed39 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 330/670] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:03 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/671] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:03 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&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: 332/672] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:03 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:04.215 7 INFO neutron.db.l3_db [None req-d4141da6-832a-42d9-904b-d4eb5009b6e5 de844970466341e28e11ee5b6302dcd3 db85a05be1d146ec96ccb28d288183b7 - - default default] Floating IP d5da6c2c-35bb-44bd-be61-a1252816f6c3 associated. External IP: 10.96.250.207, port: 9475326b-dc1e-4241-838b-6b01ffc0945d. [pid: 7|app: 0|req: 333/673] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:08:03 2026] PUT /v2.0/floatingips/d5da6c2c-35bb-44bd-be61-a1252816f6c3 => generated 856 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/674] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:04 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/675] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:08:04 2026] GET /v2.0/ports?tenant_id=848dfccc3f9a40109930d0d5d8f892f7&device_id=39752237-b91e-424b-a9a9-aa273e2d018a => 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: 336/676] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:04 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/677] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:04 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:04.787 8 INFO neutron.db.l3_hamode_db [None req-b8e4b3ae-280e-40ca-8d7c-4b8808696ef7 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 338/678] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:08:04 2026] GET /v2.0/networks?id=13751177-e0f9-45b3-9431-6d2e46328ed9 => generated 772 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/679] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:04 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/680] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:04 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/681] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:08:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=2ba53636-2118-440f-a5c0-b3e84197bca4 => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/682] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:04 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/683] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:08:04 2026] GET /v2.0/subnets?id=0c5c84c3-799c-4574-88b4-a1c3d1a78c18 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/684] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:08:05 2026] GET /v2.0/ports?network_id=13751177-e0f9-45b3-9431-6d2e46328ed9&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/685] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:08:05 2026] GET /v2.0/networks/13751177-e0f9-45b3-9431-6d2e46328ed9?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: 346/686] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:08:05 2026] GET /v2.0/networks/13751177-e0f9-45b3-9431-6d2e46328ed9?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: 347/687] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:05 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/688] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:05 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:05.567 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de70fa34-d537-4924-a096-e0690006f956'] response: {'name': 'network-changed', 'server_uuid': '0704475a-2168-41fa-9b11-f22323a85680', 'tag': '9475326b-dc1e-4241-838b-6b01ffc0945d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 341/689] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:03 2026] POST /v2.0/routers => generated 739 bytes in 2310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/690] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:05 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/691] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:05 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => 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: 344/692] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:05 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/693] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:05 2026] GET /v2.0/security-groups?id=391748ae-28c0-47d9-8f25-7625b40752f7&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/694] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:08:06 2026] GET /v2.0/ports?tenant_id=db85a05be1d146ec96ccb28d288183b7&device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/695] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:08:06 2026] GET /v2.0/networks?id=10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64 => generated 765 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/696] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:08:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9475326b-dc1e-4241-838b-6b01ffc0945d => generated 859 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/697] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:08:06 2026] GET /v2.0/subnets?id=4f224041-143f-4be3-8b47-0cb6b55ba4ee => generated 687 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/698] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:08:06 2026] GET /v2.0/ports?network_id=10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64&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: 351/699] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:06 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/700] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:08:06 2026] GET /v2.0/networks/10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/701] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:06 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&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: 354/702] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:08:06 2026] GET /v2.0/networks/10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64?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: 355/703] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:08:06 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/704] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:08:06 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/705] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:08:05 2026] PUT /v2.0/routers/eff11fc4-540e-489c-ab46-9739f83111b2/add_router_interface => generated 309 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:06.920 8 INFO neutron_taas.services.taas.taas_plugin [req-4f627a45-6a5f-42bf-8803-2bfdc1243107 req-578d6585-c39e-449c-aade-3243780ed027 e47f3c842bcd465bb03ffa2b1b0f8d3a 7994c24c24f04ed8a51aa45504ef027b - - default default] TaaS: Handle Delete Port: e2bca4fc-0939-46cd-b9d0-ceaa8c800a89 2026-05-08 21:08:06.926 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4f627a45-6a5f-42bf-8803-2bfdc1243107 req-578d6585-c39e-449c-aade-3243780ed027 e47f3c842bcd465bb03ffa2b1b0f8d3a 7994c24c24f04ed8a51aa45504ef027b - - default default] Tap Mirror: Handle Delete Port: e2bca4fc-0939-46cd-b9d0-ceaa8c800a89 2026-05-08 21:08:06.995 7 INFO neutron_taas.services.taas.taas_plugin [req-92a76a1f-081a-4c58-adf7-b708c124e2fc req-534407aa-6f9c-4cd5-a853-5c7169c68416 39aad88fdf894464b7283a2d723644a5 848dfccc3f9a40109930d0d5d8f892f7 - - default default] TaaS: Handle Delete Port: 2ba53636-2118-440f-a5c0-b3e84197bca4 2026-05-08 21:08:07.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-92a76a1f-081a-4c58-adf7-b708c124e2fc req-534407aa-6f9c-4cd5-a853-5c7169c68416 39aad88fdf894464b7283a2d723644a5 848dfccc3f9a40109930d0d5d8f892f7 - - default default] Tap Mirror: Handle Delete Port: 2ba53636-2118-440f-a5c0-b3e84197bca4 [pid: 8|app: 0|req: 357/706] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:08:06 2026] DELETE /v2.0/ports/e2bca4fc-0939-46cd-b9d0-ceaa8c800a89 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/707] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:07 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/708] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:07 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => 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: 360/709] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:07 2026] GET /v2.0/security-groups?id=23d00c27-e94d-4f0c-9add-d76eb266554b&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:07.221 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef0a7b08-7113-4812-a6e4-0ee26e2254ce'] response: {'server_uuid': '7f93a08a-1301-4ece-8232-5b7ac2beab99', 'name': 'network-vif-deleted', 'tag': 'e2bca4fc-0939-46cd-b9d0-ceaa8c800a89', 'status': 'completed', 'code': 200} 2026-05-08 21:08:07.229 7 INFO neutron.db.l3_db [req-92a76a1f-081a-4c58-adf7-b708c124e2fc req-534407aa-6f9c-4cd5-a853-5c7169c68416 39aad88fdf894464b7283a2d723644a5 848dfccc3f9a40109930d0d5d8f892f7 - - default default] Floating IP 8fb63638-133b-4eae-850f-4b2990152aa8 disassociated. External IP: 10.96.250.213, port: 2ba53636-2118-440f-a5c0-b3e84197bca4. [pid: 7|app: 0|req: 350/710] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:08:06 2026] DELETE /v2.0/ports/2ba53636-2118-440f-a5c0-b3e84197bca4 => generated 0 bytes in 718 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/711] 10.0.0.139 () {34 vars in 685 bytes} [Fri May 8 21:08:07 2026] POST /v2.0/security-groups => generated 1661 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 21:08:07.634 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d69a57b-9722-4206-a0dd-6dd89e095ec7'] response: {'server_uuid': '39752237-b91e-424b-a9a9-aa273e2d018a', 'name': 'network-vif-deleted', 'tag': '2ba53636-2118-440f-a5c0-b3e84197bca4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 362/712] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:07 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/713] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:08:07 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => 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: 351/714] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:08:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/715] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:07 2026] GET /v2.0/security-groups?id=b1efdeb9-38c6-43ac-8f12-a47d360a200a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:07.832 7 INFO neutron_taas.services.taas.taas_plugin [req-862af3ba-c812-43b8-9f56-115326f2b72b req-46a3f393-4f6a-49d5-a6dd-84736eea5200 de844970466341e28e11ee5b6302dcd3 db85a05be1d146ec96ccb28d288183b7 - - default default] TaaS: Handle Delete Port: 9475326b-dc1e-4241-838b-6b01ffc0945d 2026-05-08 21:08:07.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-862af3ba-c812-43b8-9f56-115326f2b72b req-46a3f393-4f6a-49d5-a6dd-84736eea5200 de844970466341e28e11ee5b6302dcd3 db85a05be1d146ec96ccb28d288183b7 - - default default] Tap Mirror: Handle Delete Port: 9475326b-dc1e-4241-838b-6b01ffc0945d [pid: 8|app: 0|req: 365/716] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:08:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:08:07.956 7 INFO neutron.db.l3_db [req-862af3ba-c812-43b8-9f56-115326f2b72b req-46a3f393-4f6a-49d5-a6dd-84736eea5200 de844970466341e28e11ee5b6302dcd3 db85a05be1d146ec96ccb28d288183b7 - - default default] Floating IP d5da6c2c-35bb-44bd-be61-a1252816f6c3 disassociated. External IP: 10.96.250.207, port: 9475326b-dc1e-4241-838b-6b01ffc0945d. [pid: 7|app: 0|req: 352/717] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:08:07 2026] DELETE /v2.0/ports/9475326b-dc1e-4241-838b-6b01ffc0945d => generated 0 bytes in 614 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/718] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:08 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => 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: 354/719] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:08 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => 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: 366/720] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:08:07 2026] POST /v2.0/floatingips => generated 552 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/721] 10.0.0.227 () {34 vars in 1100 bytes} [Fri May 8 21:08:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1621617952&fields=id&tenant_id=875f9157033548128849dfe2bcd9ed39 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/722] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:08 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => 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: 356/723] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:08:08 2026] GET /v2.0/networks?id=e12b24e4-75eb-48f5-81ec-e240fecc92fd => generated 684 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/724] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:08:08 2026] GET /v2.0/quotas/875f9157033548128849dfe2bcd9ed39 => 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: 357/725] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:08:08 2026] GET /v2.0/ports?tenant_id=875f9157033548128849dfe2bcd9ed39&fields=id => generated 57 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/726] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:08:09 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?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: 358/727] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:08:09 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?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: 370/728] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:09 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => 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: 359/729] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:09 2026] GET /v2.0/ports?device_id=7f93a08a-1301-4ece-8232-5b7ac2beab99 => 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: 371/730] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:09 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:08:09.693 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-54c266ac-b727-4bb8-8402-8e941255ec7d'] response: {'server_uuid': '0704475a-2168-41fa-9b11-f22323a85680', 'name': 'network-vif-deleted', 'tag': '9475326b-dc1e-4241-838b-6b01ffc0945d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 360/731] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:09 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => 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: 372/732] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:10 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => 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: 373/733] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:10 2026] GET /v2.0/ports?device_id=39752237-b91e-424b-a9a9-aa273e2d018a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:08:10.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-14a4497a-c853-41a3-8355-9fea2a421106 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: edc8711a-bf9b-42ed-8233-4231151b59c6 2026-05-08 21:08:10.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14a4497a-c853-41a3-8355-9fea2a421106 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: edc8711a-bf9b-42ed-8233-4231151b59c6 [pid: 8|app: 0|req: 376/736] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:11 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => 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: 361/737] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:08:10 2026] PUT /v2.0/routers/7e746e5a-560c-4a9f-8538-7ccf01f78f1a/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/738] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:11 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:08:11.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-d625a34c-3ea4-4f42-8410-334351ef7571 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: f482aa6e-c786-4798-bbf4-b6d8de1e94b4 2026-05-08 21:08:11.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d625a34c-3ea4-4f42-8410-334351ef7571 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: f482aa6e-c786-4798-bbf4-b6d8de1e94b4 [pid: 7|app: 0|req: 363/739] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:11 2026] DELETE /v2.0/security-groups/23d00c27-e94d-4f0c-9add-d76eb266554b => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:08:11.783 7 INFO neutron.api.v2.resource [None req-373bb985-c93a-4f7a-bd8f-d890563c30f4 39aad88fdf894464b7283a2d723644a5 848dfccc3f9a40109930d0d5d8f892f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 364/740] 10.0.0.139 () {32 vars in 737 bytes} [Fri May 8 21:08:11 2026] GET /v2.0/security-groups/23d00c27-e94d-4f0c-9add-d76eb266554b => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:08:11.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-af16037f-e54b-48c2-bd40-cf5aaa8d548c 39aad88fdf894464b7283a2d723644a5 848dfccc3f9a40109930d0d5d8f892f7 - - default default] TaaS: Handle Delete Port: 9d565584-da91-4c20-8af9-da6a9db78ac6 2026-05-08 21:08:11.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af16037f-e54b-48c2-bd40-cf5aaa8d548c 39aad88fdf894464b7283a2d723644a5 848dfccc3f9a40109930d0d5d8f892f7 - - default default] Tap Mirror: Handle Delete Port: 9d565584-da91-4c20-8af9-da6a9db78ac6 2026-05-08 21:08:11.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-d625a34c-3ea4-4f42-8410-334351ef7571 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 65aefcca-404c-4004-9a4d-16ef698bbb77 2026-05-08 21:08:11.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d625a34c-3ea4-4f42-8410-334351ef7571 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 65aefcca-404c-4004-9a4d-16ef698bbb77 2026-05-08 21:08:11.987 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-d625a34c-3ea4-4f42-8410-334351ef7571 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 365/741] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:08:11 2026] DELETE /v2.0/floatingips/8fb63638-133b-4eae-850f-4b2990152aa8 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:08:12.290 8 INFO neutron.services.segments.plugin [-] Segment 148c0e84-463f-49aa-bed6-9e6f2f265a9d resource provider aggregate not found 2026-05-08 21:08:12.295 8 INFO neutron.services.segments.plugin [-] Segment 148c0e84-463f-49aa-bed6-9e6f2f265a9d resource provider aggregate not found 2026-05-08 21:08:12.319 8 INFO neutron.services.segments.plugin [-] Segment 148c0e84-463f-49aa-bed6-9e6f2f265a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 148c0e84-463f-49aa-bed6-9e6f2f265a9d found for delete ", "request_id": "req-8eebcf7d-6323-4b2f-94ce-ff471ae4d786"}]} 2026-05-08 21:08:12.320 8 INFO neutron.services.segments.plugin [-] Segment 148c0e84-463f-49aa-bed6-9e6f2f265a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 148c0e84-463f-49aa-bed6-9e6f2f265a9d found for delete ", "request_id": "req-059925dd-eb41-4735-86b9-829c9ca42ba4"}]} 2026-05-08 21:08:12.330 8 INFO neutron.db.l3_hamode_db [None req-d625a34c-3ea4-4f42-8410-334351ef7571 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] HA network 48585700-694e-4574-afe2-b53aca7affd3 was deleted as no HA routers are present in tenant 7994c24c24f04ed8a51aa45504ef027b. [pid: 8|app: 0|req: 377/742] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:11 2026] DELETE /v2.0/routers/7e746e5a-560c-4a9f-8538-7ccf01f78f1a => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/743] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:12 2026] GET /v2.0/ports?device_id=0704475a-2168-41fa-9b11-f22323a85680 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:08:12.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-5abbd7f4-82c9-4c26-a6b8-75db955803d8 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: c9b9b8ad-601b-476d-877b-30fa2022d566 2026-05-08 21:08:12.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5abbd7f4-82c9-4c26-a6b8-75db955803d8 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: c9b9b8ad-601b-476d-877b-30fa2022d566 [pid: 8|app: 0|req: 379/744] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:12 2026] DELETE /v2.0/subnets/8b27cba8-d734-495a-a4b6-afd12b5480a1 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:12.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5b92cd8-abf8-4dac-8b19-e121c7adb229 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 0eb8b3da-4ba2-4fca-921b-51825099dd18 2026-05-08 21:08:12.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5b92cd8-abf8-4dac-8b19-e121c7adb229 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 0eb8b3da-4ba2-4fca-921b-51825099dd18 [pid: 8|app: 0|req: 380/745] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:12 2026] DELETE /v2.0/networks/36b48c8a-5180-4358-bcb9-c0ab2565f827 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/746] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:12 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => 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: 382/747] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:13 2026] GET /v2.0/security-groups?tenant_id=7994c24c24f04ed8a51aa45504ef027b&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/748] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:08:12 2026] PUT /v2.0/routers/929d22ba-579e-4e38-b6a4-64470137cf3d/remove_router_interface => generated 309 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/749] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:13 2026] DELETE /v2.0/security-groups/391748ae-28c0-47d9-8f25-7625b40752f7 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:08:13.296 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b096df1-43fe-45a5-882c-5919104c4061 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: d7761c2a-c948-4e06-ba02-cf002d20c547 2026-05-08 21:08:13.299 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b096df1-43fe-45a5-882c-5919104c4061 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: d7761c2a-c948-4e06-ba02-cf002d20c547 [pid: 8|app: 0|req: 384/750] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:13 2026] DELETE /v2.0/security-groups/b1efdeb9-38c6-43ac-8f12-a47d360a200a => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:08:13.542 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b096df1-43fe-45a5-882c-5919104c4061 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: db0b4734-cbf5-445e-a553-459781d320f9 2026-05-08 21:08:13.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b096df1-43fe-45a5-882c-5919104c4061 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: db0b4734-cbf5-445e-a553-459781d320f9 2026-05-08 21:08:13.552 8 INFO neutron.api.v2.resource [None req-876d67c6-e022-4f03-ba3e-0a2e18448b88 de844970466341e28e11ee5b6302dcd3 db85a05be1d146ec96ccb28d288183b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 385/751] 10.0.0.139 () {32 vars in 737 bytes} [Fri May 8 21:08:13 2026] GET /v2.0/security-groups/b1efdeb9-38c6-43ac-8f12-a47d360a200a => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:08:13.685 8 INFO neutron_taas.services.taas.taas_plugin [None req-71675b2b-571b-4d3a-93de-69e541cb20f6 de844970466341e28e11ee5b6302dcd3 db85a05be1d146ec96ccb28d288183b7 - - default default] TaaS: Handle Delete Port: 26ca16d9-d519-4d63-b95d-374c2b1a7cca 2026-05-08 21:08:13.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71675b2b-571b-4d3a-93de-69e541cb20f6 de844970466341e28e11ee5b6302dcd3 db85a05be1d146ec96ccb28d288183b7 - - default default] Tap Mirror: Handle Delete Port: 26ca16d9-d519-4d63-b95d-374c2b1a7cca [pid: 8|app: 0|req: 386/752] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:08:13 2026] DELETE /v2.0/floatingips/d5da6c2c-35bb-44bd-be61-a1252816f6c3 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:08:13.856 7 INFO neutron.services.segments.plugin [-] Segment 53d10224-fdbe-4929-89cc-c65c6115cf83 resource provider aggregate not found 2026-05-08 21:08:13.866 7 INFO neutron.services.segments.plugin [-] Segment 53d10224-fdbe-4929-89cc-c65c6115cf83 resource provider aggregate not found 2026-05-08 21:08:13.881 7 INFO neutron.services.segments.plugin [-] Segment 53d10224-fdbe-4929-89cc-c65c6115cf83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53d10224-fdbe-4929-89cc-c65c6115cf83 found for delete ", "request_id": "req-dd5317e5-657c-44a4-baa5-d7cc6826f16b"}]} 2026-05-08 21:08:13.884 7 INFO neutron.services.segments.plugin [-] Segment 53d10224-fdbe-4929-89cc-c65c6115cf83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53d10224-fdbe-4929-89cc-c65c6115cf83 found for delete ", "request_id": "req-06b20d4f-2a9c-45d9-a2d5-dda0ee646354"}]} 2026-05-08 21:08:13.884 7 INFO neutron.db.l3_hamode_db [None req-2b096df1-43fe-45a5-882c-5919104c4061 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] HA network c2ec1cab-1cbb-43cf-ad7a-e1590b10a3bb was deleted as no HA routers are present in tenant 848dfccc3f9a40109930d0d5d8f892f7. [pid: 7|app: 0|req: 367/753] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:13 2026] DELETE /v2.0/routers/929d22ba-579e-4e38-b6a4-64470137cf3d => generated 0 bytes in 786 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/754] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:13 2026] DELETE /v2.0/subnets/0c5c84c3-799c-4574-88b4-a1c3d1a78c18 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/755] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:14 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:08:14.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-f13dcdf7-7d8d-4aeb-9f72-5cebabec64f0 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 700da720-b2c7-4320-929e-abaf8bfca49d 2026-05-08 21:08:14.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f13dcdf7-7d8d-4aeb-9f72-5cebabec64f0 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 700da720-b2c7-4320-929e-abaf8bfca49d 2026-05-08 21:08:14.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-294e46ad-a13f-42ec-807d-59f33f3597b9 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 9905f618-e967-4f67-8af8-0f3f86844f92 2026-05-08 21:08:14.257 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-294e46ad-a13f-42ec-807d-59f33f3597b9 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 9905f618-e967-4f67-8af8-0f3f86844f92 2026-05-08 21:08:14.342 8 INFO neutron.services.segments.plugin [-] Segment 35da601c-5df2-406d-88b4-32d156c3364c resource provider aggregate not found 2026-05-08 21:08:14.349 8 INFO neutron.services.segments.plugin [-] Segment 35da601c-5df2-406d-88b4-32d156c3364c resource provider aggregate not found 2026-05-08 21:08:14.365 8 INFO neutron.services.segments.plugin [-] Segment 35da601c-5df2-406d-88b4-32d156c3364c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35da601c-5df2-406d-88b4-32d156c3364c found for delete ", "request_id": "req-f36b7a01-81e4-4bfa-9334-620a703fd2aa"}]} 2026-05-08 21:08:14.367 8 INFO neutron.services.segments.plugin [-] Segment 35da601c-5df2-406d-88b4-32d156c3364c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35da601c-5df2-406d-88b4-32d156c3364c found for delete ", "request_id": "req-79ee2cb0-c5a9-4b35-b453-0416ea36589e"}]} [pid: 7|app: 0|req: 370/756] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:14 2026] DELETE /v2.0/networks/13751177-e0f9-45b3-9431-6d2e46328ed9 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/757] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:14 2026] GET /v2.0/security-groups?tenant_id=848dfccc3f9a40109930d0d5d8f892f7&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/758] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:14 2026] DELETE /v2.0/security-groups/d6a5ba27-c1ac-440f-9abd-52d64510a9bb => 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: 373/759] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:08:14 2026] GET /v2.0/networks?id=e12b24e4-75eb-48f5-81ec-e240fecc92fd => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/760] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:08:13 2026] PUT /v2.0/routers/3af78776-47b5-44ab-b1f2-3a34d3b83bf1/remove_router_interface => generated 309 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/761] 199.204.45.25 () {34 vars in 1049 bytes} [Fri May 8 21:08:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=875f9157033548128849dfe2bcd9ed39 => generated 181 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:14.936 8 INFO neutron_taas.services.taas.taas_plugin [None req-94977c96-7ba9-47b1-8ec5-9ff559626a1c f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 0afca4d5-6406-4e4e-8592-8fcd7ab0a5a9 2026-05-08 21:08:14.938 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94977c96-7ba9-47b1-8ec5-9ff559626a1c f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 0afca4d5-6406-4e4e-8592-8fcd7ab0a5a9 [pid: 7|app: 0|req: 375/762] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:08:14 2026] POST /v2.0/ports => generated 958 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:08:15.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-94977c96-7ba9-47b1-8ec5-9ff559626a1c f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 81b2fb31-08e4-4976-bfbf-9007e8a98e4e 2026-05-08 21:08:15.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94977c96-7ba9-47b1-8ec5-9ff559626a1c f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 81b2fb31-08e4-4976-bfbf-9007e8a98e4e [pid: 7|app: 0|req: 376/763] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:08:15 2026] PUT /v2.0/ports/f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => generated 1239 bytes in 440 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: 377/764] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:15 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:15.618 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81aed9bf-0384-481b-958a-a5930b132d0e'] response: {'name': 'network-changed', 'server_uuid': 'df0d1566-6fb1-44f2-af96-2d9a0f260b2d', 'tag': 'f97e63b7-c852-4774-a4f2-fd8ab70c32a3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 378/765] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:15 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:15.660 8 INFO neutron.db.l3_hamode_db [None req-94977c96-7ba9-47b1-8ec5-9ff559626a1c f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] HA network 9f4c0f84-e1f1-4e90-838f-e3ca1c418325 was deleted as no HA routers are present in tenant db85a05be1d146ec96ccb28d288183b7. [pid: 8|app: 0|req: 388/766] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:14 2026] DELETE /v2.0/routers/3af78776-47b5-44ab-b1f2-3a34d3b83bf1 => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/767] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:15 2026] DELETE /v2.0/subnets/4f224041-143f-4be3-8b47-0cb6b55ba4ee => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:15.900 7 INFO neutron.services.segments.plugin [-] Segment 3acd1acb-58ab-4569-949f-e106e6ca4778 resource provider aggregate not found 2026-05-08 21:08:15.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-5542c4db-0ec3-44d2-8a80-e640b2c479b2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: e2072835-e562-478c-91e7-692589c8d299 2026-05-08 21:08:15.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5542c4db-0ec3-44d2-8a80-e640b2c479b2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: e2072835-e562-478c-91e7-692589c8d299 2026-05-08 21:08:15.906 7 INFO neutron.services.segments.plugin [-] Segment 3acd1acb-58ab-4569-949f-e106e6ca4778 resource provider aggregate not found 2026-05-08 21:08:15.919 7 INFO neutron.services.segments.plugin [-] Segment 3acd1acb-58ab-4569-949f-e106e6ca4778 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3acd1acb-58ab-4569-949f-e106e6ca4778 found for delete ", "request_id": "req-b1ab3092-3e44-4342-88d5-b7fa6c7bd32e"}]} 2026-05-08 21:08:15.920 7 INFO neutron.services.segments.plugin [-] Segment 3acd1acb-58ab-4569-949f-e106e6ca4778 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3acd1acb-58ab-4569-949f-e106e6ca4778 found for delete ", "request_id": "req-f654aa6d-8e23-4f04-99a0-726a1005ef4b"}]} [pid: 8|app: 0|req: 389/768] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:15 2026] DELETE /v2.0/networks/10909c6e-c7bb-4232-8ea3-9bf9ee7e7b64 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/769] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:08:16 2026] GET /v2.0/ports?tenant_id=875f9157033548128849dfe2bcd9ed39&device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/770] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:16 2026] GET /v2.0/security-groups?tenant_id=db85a05be1d146ec96ccb28d288183b7&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/771] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:08:16 2026] GET /v2.0/networks?tenant_id=875f9157033548128849dfe2bcd9ed39&shared=False => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/772] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:08:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/773] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:16 2026] DELETE /v2.0/security-groups/ade66d1f-db2a-45ea-8e57-25a5a142d6a8 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:08:16.384 8 INFO neutron.services.segments.plugin [-] Segment 51262b5f-2bf7-4e97-b714-731441de1d32 resource provider aggregate not found 2026-05-08 21:08:16.387 8 INFO neutron.services.segments.plugin [-] Segment 51262b5f-2bf7-4e97-b714-731441de1d32 resource provider aggregate not found 2026-05-08 21:08:16.396 8 INFO neutron.services.segments.plugin [-] Segment 51262b5f-2bf7-4e97-b714-731441de1d32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51262b5f-2bf7-4e97-b714-731441de1d32 found for delete ", "request_id": "req-c9cc4b59-2caf-4b52-a225-b00675f454e4"}]} 2026-05-08 21:08:16.402 8 INFO neutron.services.segments.plugin [-] Segment 51262b5f-2bf7-4e97-b714-731441de1d32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51262b5f-2bf7-4e97-b714-731441de1d32 found for delete ", "request_id": "req-362ca7bb-9f8d-4803-b04b-704fb4afae23"}]} 2026-05-08 21:08:16.409 8 INFO neutron.services.segments.plugin [-] Segment bd4972d9-bc82-4e20-b3f8-df52c84f4320 resource provider aggregate not found 2026-05-08 21:08:16.416 8 INFO neutron.services.segments.plugin [-] Segment bd4972d9-bc82-4e20-b3f8-df52c84f4320 resource provider aggregate not found 2026-05-08 21:08:16.422 8 INFO neutron.services.segments.plugin [-] Segment bd4972d9-bc82-4e20-b3f8-df52c84f4320 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd4972d9-bc82-4e20-b3f8-df52c84f4320 found for delete ", "request_id": "req-a829005d-e6e4-4d31-9d34-0fc0218888e4"}]} 2026-05-08 21:08:16.433 8 INFO neutron.services.segments.plugin [-] Segment bd4972d9-bc82-4e20-b3f8-df52c84f4320 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd4972d9-bc82-4e20-b3f8-df52c84f4320 found for delete ", "request_id": "req-3b30bae2-5177-4e92-8d85-bceea87352ed"}]} [pid: 7|app: 0|req: 383/774] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:16 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/775] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:16 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:16.949 8 INFO neutron.db.segments_db [None req-64cd53bc-40a5-499d-8ad0-ccf3f42f9920 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 05b89bbd-f060-44c6-9f08-66a7d18f4a63 of type vxlan for network e6160966-f83a-43d0-aab4-1091b3f558c4 [pid: 8|app: 0|req: 392/776] 10.0.0.139 () {34 vars in 671 bytes} [Fri May 8 21:08:16 2026] POST /v2.0/networks => generated 724 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/777] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:17 2026] POST /v2.0/subnets => generated 690 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:08:17.283 7 INFO neutron.db.segments_db [None req-065826e9-e402-4267-842e-be5bac0bf00c f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 3407e0b8-a3b4-4db4-b230-760697806f39 of type vxlan for network 82c539ac-0824-4b3f-9791-c0ec4c8c6972 2026-05-08 21:08:17.482 7 INFO neutron.db.l3_hamode_db [None req-065826e9-e402-4267-842e-be5bac0bf00c f1515beacaee487d9acfbb1d4d538ce2 0a337fa72b134b1ba3a0bb02c8040ad6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 393/778] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:17 2026] GET /v2.0/security-groups?tenant_id=64e47930bed94313b9ab894de4805410&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/779] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:08:17 2026] GET /v2.0/ports?tenant_id=875f9157033548128849dfe2bcd9ed39&device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/780] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:17 2026] DELETE /v2.0/security-groups/ceb63e1a-39f7-44b2-a853-2f0675788f22 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/781] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:08:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => 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: 397/782] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:08:17 2026] GET /v2.0/subnets?id=54bd41b7-d61e-441f-9d0a-c9d3a03b9480 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/783] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:08:17 2026] GET /v2.0/ports?network_id=e12b24e4-75eb-48f5-81ec-e240fecc92fd&device_owner=network%3Adhcp => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/784] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:08:17 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/785] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:17 2026] GET /v2.0/security-groups?tenant_id=c865e41d359044cab34a0241bea757cf&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/786] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:08:17 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?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: 402/787] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:18 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/788] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:18 2026] DELETE /v2.0/security-groups/45dba3f8-29cf-437c-b475-61238b61c779 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/789] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:18 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:18.270 7 INFO neutron.db.l3_hamode_db [None req-065826e9-e402-4267-842e-be5bac0bf00c f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 405/790] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:19 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/791] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:19 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&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: 386/792] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:17 2026] POST /v2.0/routers => generated 730 bytes in 2293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/793] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:20 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => 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: 388/794] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:20 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/795] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:08:19 2026] PUT /v2.0/routers/b727d7d5-15b6-44cb-a3ee-3a772ca024f5/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/796] 10.0.0.139 () {34 vars in 685 bytes} [Fri May 8 21:08:21 2026] POST /v2.0/security-groups => generated 1660 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/797] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:21 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => 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: 391/798] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:21 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/799] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:08: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: 392/800] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:08:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/801] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:08:21 2026] POST /v2.0/floatingips => generated 552 bytes in 624 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/802] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:22 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/803] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:22 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/804] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:22 2026] GET /v2.0/security-groups?tenant_id=e807a122a7474a2baafa892e5cf98573&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/805] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:22 2026] GET /v2.0/security-groups?tenant_id=16b2ebb5128a4ac294374c7f072d323a&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/806] 10.0.0.227 () {34 vars in 1100 bytes} [Fri May 8 21:08:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1438655163&fields=id&tenant_id=0a337fa72b134b1ba3a0bb02c8040ad6 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/807] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:23 2026] DELETE /v2.0/security-groups/6f27272b-388a-49f7-9c49-85eaa6913d98 => 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: 412/808] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:23 2026] DELETE /v2.0/security-groups/7e62acf4-e96e-4eae-816d-c065dfc8d79e => 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: 397/809] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:08:23 2026] GET /v2.0/networks?id=e6160966-f83a-43d0-aab4-1091b3f558c4 => generated 675 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/810] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:08:23 2026] GET /v2.0/quotas/0a337fa72b134b1ba3a0bb02c8040ad6 => 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: 398/811] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:08:23 2026] GET /v2.0/ports?tenant_id=0a337fa72b134b1ba3a0bb02c8040ad6&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/812] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:23 2026] GET /v2.0/security-groups?tenant_id=7d277a514b784b60981d6206352dfaf0&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/813] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:08:23 2026] GET /v2.0/networks/e6160966-f83a-43d0-aab4-1091b3f558c4?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/814] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:23 2026] GET /v2.0/security-groups?tenant_id=2191bef2defd4fe4b294ba110c1a7f1b&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/815] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:08:23 2026] GET /v2.0/networks/e6160966-f83a-43d0-aab4-1091b3f558c4?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: 416/816] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:23 2026] DELETE /v2.0/security-groups/a6408777-7ae3-4e0f-8f6d-50d93e5c199e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/817] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:23 2026] DELETE /v2.0/security-groups/3d7e67ed-ad9d-418c-8327-ac20a9fb93e2 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/818] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:23 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => 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: 402/819] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:24 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/820] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:24 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/821] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:24 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/822] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:24 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:08:25.023 8 INFO neutron.db.l3_db [None req-100778b7-b4ee-4993-a10f-1bc899515bce da11c23218bc432284f3334182f1a238 875f9157033548128849dfe2bcd9ed39 - - default default] Floating IP a3ff986a-dd04-4ee8-bd4d-4476973d1a33 associated. External IP: 10.96.250.217, port: f97e63b7-c852-4774-a4f2-fd8ab70c32a3. [pid: 8|app: 0|req: 419/823] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:08:24 2026] PUT /v2.0/floatingips/a3ff986a-dd04-4ee8-bd4d-4476973d1a33 => generated 856 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:25.372 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc9d1b1d-1197-4864-b33b-e772c9fed5e6'] response: {'name': 'network-changed', 'server_uuid': 'df0d1566-6fb1-44f2-af96-2d9a0f260b2d', 'tag': 'f97e63b7-c852-4774-a4f2-fd8ab70c32a3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 405/824] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:25 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/825] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:25 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/828] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:08:25 2026] GET /v2.0/ports?tenant_id=875f9157033548128849dfe2bcd9ed39&device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => 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: 422/829] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:08:25 2026] GET /v2.0/networks?id=e12b24e4-75eb-48f5-81ec-e240fecc92fd => generated 780 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/830] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:25 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => 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: 423/831] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:08:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => generated 859 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/832] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:08:26 2026] GET /v2.0/subnets?id=54bd41b7-d61e-441f-9d0a-c9d3a03b9480 => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/833] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:08:26 2026] GET /v2.0/ports?network_id=e12b24e4-75eb-48f5-81ec-e240fecc92fd&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: 7|app: 0|req: 410/834] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:08:26 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/835] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:08:26 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?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: 411/836] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:27 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => 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: 426/837] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:28 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => 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: 412/838] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:08:28 2026] GET /v2.0/networks?id=e6160966-f83a-43d0-aab4-1091b3f558c4 => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/839] 199.204.45.25 () {34 vars in 1049 bytes} [Fri May 8 21:08:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0a337fa72b134b1ba3a0bb02c8040ad6 => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/840] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:08:28 2026] POST /v2.0/ports => generated 958 bytes in 359 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: 414/841] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:29 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/842] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:08:28 2026] PUT /v2.0/ports/9fd4ec3a-9e20-4a2d-8a64-77ad47418952 => generated 1239 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/843] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:29 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:29.318 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cc83df1-de44-416c-9289-58e569f96911'] response: {'name': 'network-changed', 'server_uuid': 'd12d0148-0f24-41df-8670-ffafc2fe5356', 'tag': '9fd4ec3a-9e20-4a2d-8a64-77ad47418952', '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: 429/844] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:08:29 2026] GET /v2.0/ports?tenant_id=0a337fa72b134b1ba3a0bb02c8040ad6&device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/845] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:08:29 2026] GET /v2.0/networks?tenant_id=0a337fa72b134b1ba3a0bb02c8040ad6&shared=False => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/846] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:08:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/847] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:30 2026] GET /v2.0/security-groups?tenant_id=1ecf02ebd7f84d2a9d23cd2a941177e3&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/848] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:30 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/849] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:30 2026] DELETE /v2.0/security-groups/3135757f-ada8-428c-bdcd-f8e7f336c51f => 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: 433/850] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:30 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&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: 418/851] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:30 2026] GET /v2.0/security-groups?tenant_id=4089c5946e2e443d82356cb1ef7131ed&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/852] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:30 2026] DELETE /v2.0/security-groups/1832c096-89f9-4cf4-b970-f54cda03a988 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/853] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:30 2026] GET /v2.0/security-groups?tenant_id=0661f70edd09475b9ed9270ba1c1def3&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/854] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:30 2026] DELETE /v2.0/security-groups/de0f11f5-5331-4eef-81ab-a5462caa502a => 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: 420/855] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:30 2026] GET /v2.0/security-groups?tenant_id=0eea4def781a4c1bbd3ad4a245ba23da&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/856] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:08:30 2026] GET /v2.0/ports?tenant_id=0a337fa72b134b1ba3a0bb02c8040ad6&device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/857] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:08:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9fd4ec3a-9e20-4a2d-8a64-77ad47418952 => 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: 438/858] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:08:31 2026] GET /v2.0/subnets?id=71ef42c9-ff5c-41ff-adfa-ed1ff4b22dd2 => generated 693 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/859] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:08:31 2026] GET /v2.0/ports?network_id=e6160966-f83a-43d0-aab4-1091b3f558c4&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/860] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:30 2026] DELETE /v2.0/security-groups/b8d558b1-5655-4bd6-b041-c9b6b9e81410 => 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: 440/861] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:08:31 2026] GET /v2.0/networks/e6160966-f83a-43d0-aab4-1091b3f558c4?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: 422/862] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:08:31 2026] GET /v2.0/networks/e6160966-f83a-43d0-aab4-1091b3f558c4?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: 441/863] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:31 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/864] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:31 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/865] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:32 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/866] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:32 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/867] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:33 2026] GET /v2.0/security-groups?tenant_id=03333c5fda28461ca4fc142c94167e86&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/868] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:33 2026] DELETE /v2.0/security-groups/cfe44d41-d9c8-4262-8cf3-f5dcc72fe6ce => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/869] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:33 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/870] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:34 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/871] 10.0.0.251 () {34 vars in 990 bytes} [Fri May 8 21:08:33 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 1244 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/872] 10.0.0.251 () {34 vars in 1040 bytes} [Fri May 8 21:08:34 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/873] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:35 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/874] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:35 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&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: 446/875] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:36 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/876] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:36 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&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: 447/877] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:36 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/878] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:36 2026] GET /v2.0/security-groups?tenant_id=e60754752a53470a91cfb5ce646ae8c2&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:08:36.933 8 INFO neutron.db.l3_db [None req-20959ce8-bde0-4ac3-b8a0-160dd984e02f 52f8f4164bf84a22a77c7d08d03628da 0a337fa72b134b1ba3a0bb02c8040ad6 - - default default] Floating IP 49c0fdef-0583-45ba-bd92-22b420b1759a associated. External IP: 10.96.250.215, port: 9fd4ec3a-9e20-4a2d-8a64-77ad47418952. [pid: 7|app: 0|req: 432/879] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:36 2026] DELETE /v2.0/security-groups/fb708e00-8526-416f-99cc-bcc99c0139a8 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/880] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:08:36 2026] PUT /v2.0/floatingips/49c0fdef-0583-45ba-bd92-22b420b1759a => generated 856 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:37.308 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b6323ac-7118-4246-aeb3-fec3bc56fe36'] response: {'name': 'network-changed', 'server_uuid': 'd12d0148-0f24-41df-8670-ffafc2fe5356', 'tag': '9fd4ec3a-9e20-4a2d-8a64-77ad47418952', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 433/881] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:37 2026] GET /v2.0/security-groups?tenant_id=c43c9c80307b4b1b9d14f6fc35dab471&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: 449/882] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:37 2026] DELETE /v2.0/security-groups/46bdbea2-acbd-43ab-a165-37f26f02dfbd => 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: 434/883] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:08:37 2026] GET /v2.0/ports?tenant_id=0a337fa72b134b1ba3a0bb02c8040ad6&device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/884] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:08:37 2026] GET /v2.0/networks?id=e6160966-f83a-43d0-aab4-1091b3f558c4 => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/885] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:08:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9fd4ec3a-9e20-4a2d-8a64-77ad47418952 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/886] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:08:37 2026] GET /v2.0/subnets?id=71ef42c9-ff5c-41ff-adfa-ed1ff4b22dd2 => generated 693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/887] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:37 2026] GET /v2.0/security-groups?tenant_id=e3a1efc4179f4bf0847fa40635182b7a&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/888] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:08:38 2026] GET /v2.0/ports?network_id=e6160966-f83a-43d0-aab4-1091b3f558c4&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/889] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:08:38 2026] GET /v2.0/networks/e6160966-f83a-43d0-aab4-1091b3f558c4?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/890] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:08:38 2026] GET /v2.0/networks/e6160966-f83a-43d0-aab4-1091b3f558c4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/891] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:38 2026] DELETE /v2.0/security-groups/a559639b-6883-463a-9feb-0dc3be96b276 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:08:39.022 7 INFO neutron.db.segments_db [None req-0de40cc4-ad53-4b21-8113-c06bcd6cf306 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] Added segment 890e46bd-8539-4861-b1ff-cc0bd4e0ef63 of type vxlan for network 61dd19a9-c799-457e-9ed2-5f7b7b9d1698 [pid: 7|app: 0|req: 441/892] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:08:38 2026] POST /v2.0/networks => generated 625 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/893] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:08:39 2026] POST /v2.0/ports => generated 775 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:08:39.463 7 INFO neutron.db.segments_db [None req-a79f49f4-3834-4225-ae3e-e6285c636193 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] Added segment b686069c-c58b-46d2-9238-286a45bc225b of type vxlan for network 87972466-4c18-438e-ab8a-6f2cdb0bf4d5 [pid: 7|app: 0|req: 442/894] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:08:39 2026] POST /v2.0/networks => generated 612 bytes in 131 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: 453/895] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:39 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/896] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:08:39 2026] POST /v2.0/ports => generated 949 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:08:40.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad2b16cb-fb81-4217-bfab-bd4b584be27b 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] TaaS: Handle Delete Port: b67b29e1-3c1f-4ced-8fbc-1bda5827d351 2026-05-08 21:08:40.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad2b16cb-fb81-4217-bfab-bd4b584be27b 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] Tap Mirror: Handle Delete Port: b67b29e1-3c1f-4ced-8fbc-1bda5827d351 [pid: 8|app: 0|req: 454/897] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:08:40 2026] DELETE /v2.0/ports/b67b29e1-3c1f-4ced-8fbc-1bda5827d351 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:08:40.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-41deb8b2-d0d7-41a6-b223-592b48c0916f 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 444/898] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:08:40 2026] DELETE /v2.0/ports/b67b29e1-3c1f-4ced-8fbc-1bda5827d351 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:08:40.527 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b679c73f-89e5-41f0-bb19-2b8d4a4f00dc 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 455/899] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:08:40 2026] GET /v2.0/ports/b67b29e1-3c1f-4ced-8fbc-1bda5827d351 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/902] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:40 2026] DELETE /v2.0/subnets/fc8800de-ebe1-47a4-8e4d-aadb3146b65a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:40.817 8 INFO neutron.services.segments.plugin [-] Segment b686069c-c58b-46d2-9238-286a45bc225b resource provider aggregate not found 2026-05-08 21:08:40.821 8 INFO neutron.services.segments.plugin [-] Segment b686069c-c58b-46d2-9238-286a45bc225b resource provider aggregate not found 2026-05-08 21:08:40.835 8 INFO neutron.services.segments.plugin [-] Segment b686069c-c58b-46d2-9238-286a45bc225b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b686069c-c58b-46d2-9238-286a45bc225b found for delete ", "request_id": "req-1d709a18-c7c7-49c5-b077-f46d2a548b6c"}]} 2026-05-08 21:08:40.841 8 INFO neutron.services.segments.plugin [-] Segment b686069c-c58b-46d2-9238-286a45bc225b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b686069c-c58b-46d2-9238-286a45bc225b found for delete ", "request_id": "req-9afad1d4-4acb-424c-bf4b-a6a57accc24a"}]} [pid: 8|app: 0|req: 458/903] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:40 2026] DELETE /v2.0/networks/87972466-4c18-438e-ab8a-6f2cdb0bf4d5 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:40.927 7 INFO neutron.db.segments_db [None req-0ae7f8d4-f056-4de5-9747-09b57c4952c6 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] Added segment 3add6f7f-b4f6-4271-becc-87fac3c49c3a of type vxlan for network f3b11b6e-7fd7-49a9-b61f-7e0a7811e8d3 [pid: 7|app: 0|req: 446/904] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:08:40 2026] POST /v2.0/networks => generated 613 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/905] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:41 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) [pid: 7|app: 0|req: 447/906] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:08:41 2026] POST /v2.0/ports => generated 912 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:08:41.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cf36d19-15d1-4f48-a891-ab7493db9dab 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] TaaS: Handle Delete Port: a55bf78a-66c0-4ee5-a57f-832222540a76 2026-05-08 21:08:41.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cf36d19-15d1-4f48-a891-ab7493db9dab 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] Tap Mirror: Handle Delete Port: a55bf78a-66c0-4ee5-a57f-832222540a76 [pid: 8|app: 0|req: 460/907] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:08:41 2026] DELETE /v2.0/ports/a55bf78a-66c0-4ee5-a57f-832222540a76 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:41.879 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4bdb8a06-32b4-4982-8fb5-9a05b508c310 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 461/908] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:08:41 2026] GET /v2.0/ports/a55bf78a-66c0-4ee5-a57f-832222540a76 => 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: 448/909] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:41 2026] GET /v2.0/security-groups?tenant_id=3592f33d4ad8485cbc3e469c73a314b9&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/910] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:41 2026] DELETE /v2.0/subnets/c4d6cfdc-6278-4ab3-a6a1-49003716b48c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/911] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:41 2026] DELETE /v2.0/security-groups/26d8ae48-6d4d-4c2f-863e-31a305fe84ca => 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: 463/912] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:42 2026] DELETE /v2.0/networks/f3b11b6e-7fd7-49a9-b61f-7e0a7811e8d3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/913] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:42 2026] GET /v2.0/security-groups?tenant_id=546c781ef8144668a0755b440bac7e1b&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: 465/914] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:42 2026] DELETE /v2.0/security-groups/c8b58d39-7689-4466-9110-30faf56946a6 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/915] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:08:42 2026] POST /v2.0/ports => generated 775 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/916] 10.0.0.139 () {34 vars in 737 bytes} [Fri May 8 21:08:42 2026] PUT /v2.0/ports/80616668-e865-402b-a0b7-2f24f8764cf0 => generated 752 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:08:42.624 7 INFO neutron_taas.services.taas.taas_plugin [None req-b54a1293-32a5-40fc-82be-99759c1b95b7 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] TaaS: Handle Delete Port: 80616668-e865-402b-a0b7-2f24f8764cf0 2026-05-08 21:08:42.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b54a1293-32a5-40fc-82be-99759c1b95b7 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] Tap Mirror: Handle Delete Port: 80616668-e865-402b-a0b7-2f24f8764cf0 [pid: 7|app: 0|req: 451/917] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:08:42 2026] DELETE /v2.0/ports/80616668-e865-402b-a0b7-2f24f8764cf0 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 467/918] 10.0.0.139 () {32 vars in 643 bytes} [Fri May 8 21:08:42 2026] GET /v2.0/ports => generated 778 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:42.784 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d56d0c0-75ba-412f-a3a9-517c99e4a2d7 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 452/919] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:08:42 2026] GET /v2.0/ports/80616668-e865-402b-a0b7-2f24f8764cf0 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/920] 10.0.0.139 () {32 vars in 643 bytes} [Fri May 8 21:08:42 2026] GET /v2.0/ports => generated 778 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:42.858 8 INFO neutron.services.segments.plugin [-] Segment 3add6f7f-b4f6-4271-becc-87fac3c49c3a resource provider aggregate not found [pid: 7|app: 0|req: 453/921] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:08:42 2026] GET /v2.0/ports/5b986e82-715f-463f-a9fc-b5cdd768e270 => generated 775 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:42.860 8 INFO neutron.services.segments.plugin [-] Segment 3add6f7f-b4f6-4271-becc-87fac3c49c3a resource provider aggregate not found 2026-05-08 21:08:42.883 8 INFO neutron.services.segments.plugin [-] Segment 3add6f7f-b4f6-4271-becc-87fac3c49c3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3add6f7f-b4f6-4271-becc-87fac3c49c3a found for delete ", "request_id": "req-ad5e9b04-d7af-4da3-ba99-ab5b839d0592"}]} 2026-05-08 21:08:42.889 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1e402a4-2fc5-4ad8-a0c1-2d6840bc97b8 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] DELETE failed (client error): The resource could not be found. 2026-05-08 21:08:42.892 8 INFO neutron.services.segments.plugin [-] Segment 3add6f7f-b4f6-4271-becc-87fac3c49c3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3add6f7f-b4f6-4271-becc-87fac3c49c3a found for delete ", "request_id": "req-63193f80-7494-4571-8e56-98f62ac3bad1"}]} [pid: 8|app: 0|req: 469/922] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:08:42 2026] DELETE /v2.0/ports/a55bf78a-66c0-4ee5-a57f-832222540a76 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:08:42.907 7 INFO neutron.pecan_wsgi.hooks.translation [None req-13f15906-a32d-4aa5-ae50-aa1e653780f3 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 454/923] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:42 2026] DELETE /v2.0/subnets/c4d6cfdc-6278-4ab3-a6a1-49003716b48c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:08:42.928 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7295c634-dca7-423c-ab14-27792c1f1dca 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 470/924] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:42 2026] DELETE /v2.0/subnets/fc8800de-ebe1-47a4-8e4d-aadb3146b65a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:08:43.010 7 INFO neutron_taas.services.taas.taas_plugin [None req-158f0e3b-701a-41ef-9817-ad8982d21adf 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] TaaS: Handle Delete Port: 5b986e82-715f-463f-a9fc-b5cdd768e270 2026-05-08 21:08:43.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-158f0e3b-701a-41ef-9817-ad8982d21adf 3f8280845f56468f9f903f8b8f62b9e9 a3515f897a4c49ffad80f1efc551a1a6 - - default default] Tap Mirror: Handle Delete Port: 5b986e82-715f-463f-a9fc-b5cdd768e270 [pid: 7|app: 0|req: 455/925] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:08:42 2026] DELETE /v2.0/ports/5b986e82-715f-463f-a9fc-b5cdd768e270 => 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: 471/926] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:43 2026] DELETE /v2.0/networks/61dd19a9-c799-457e-9ed2-5f7b7b9d1698 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/927] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:43 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/928] 10.0.0.227 () {34 vars in 971 bytes} [Fri May 8 21:08:43 2026] GET /v2.0/ports/f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => generated 972 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/929] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:43 2026] GET /v2.0/security-groups?tenant_id=a3515f897a4c49ffad80f1efc551a1a6&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/930] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:43 2026] DELETE /v2.0/security-groups/c5eeba17-351c-4804-9bf6-1f3b25f773d9 => 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: 458/931] 199.204.45.25 () {34 vars in 999 bytes} [Fri May 8 21:08:44 2026] GET /v2.0/subnets?network_id=e12b24e4-75eb-48f5-81ec-e240fecc92fd => generated 684 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/932] 199.204.45.25 () {34 vars in 1145 bytes} [Fri May 8 21:08:44 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d&device_owner=compute%3Anova&network_id=e12b24e4-75eb-48f5-81ec-e240fecc92fd => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/933] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:08:44 2026] PUT /v2.0/ports/f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => generated 1153 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:08:44.724 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-acec4145-4cc0-4c7a-a086-a2e245df4d03'] response: {'name': 'network-changed', 'server_uuid': 'df0d1566-6fb1-44f2-af96-2d9a0f260b2d', 'tag': 'f97e63b7-c852-4774-a4f2-fd8ab70c32a3', 'status': 'completed', 'code': 200} 2026-05-08 21:08:44.902 8 INFO neutron.services.segments.plugin [-] Segment 890e46bd-8539-4861-b1ff-cc0bd4e0ef63 resource provider aggregate not found 2026-05-08 21:08:44.913 8 INFO neutron.services.segments.plugin [-] Segment 890e46bd-8539-4861-b1ff-cc0bd4e0ef63 resource provider aggregate not found 2026-05-08 21:08:44.926 8 INFO neutron.services.segments.plugin [-] Segment 890e46bd-8539-4861-b1ff-cc0bd4e0ef63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 890e46bd-8539-4861-b1ff-cc0bd4e0ef63 found for delete ", "request_id": "req-adc79d60-cece-4309-91ae-696e50f610ba"}]} 2026-05-08 21:08:44.933 8 INFO neutron.services.segments.plugin [-] Segment 890e46bd-8539-4861-b1ff-cc0bd4e0ef63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 890e46bd-8539-4861-b1ff-cc0bd4e0ef63 found for delete ", "request_id": "req-0f6a2797-5b45-48c0-baba-29f838289728"}]} [pid: 8|app: 0|req: 475/934] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:44 2026] GET /v2.0/security-groups?tenant_id=59cea0d7ac22403aa34513014e37ff39&name=default => generated 2925 bytes in 229 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: 460/935] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:44 2026] DELETE /v2.0/security-groups/76a3d035-df27-4fe6-a15e-89c450c1778f => 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: 476/936] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:08:45 2026] GET /v2.0/ports?tenant_id=875f9157033548128849dfe2bcd9ed39&device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 1425 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/937] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:08:45 2026] GET /v2.0/networks?id=e12b24e4-75eb-48f5-81ec-e240fecc92fd => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/938] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:08:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/939] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:08:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/940] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:08:45 2026] GET /v2.0/subnets?id=54bd41b7-d61e-441f-9d0a-c9d3a03b9480 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/941] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:08:45 2026] GET /v2.0/ports?network_id=e12b24e4-75eb-48f5-81ec-e240fecc92fd&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: 479/942] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:08:45 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?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: 464/943] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:08:45 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?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: 465/944] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:45 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 1156 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/945] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:45 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:45.947 8 INFO neutron.db.segments_db [None req-ebd6adc7-8078-4d50-91ba-959edf364fbe 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Added segment 3b106c62-ce2b-47b3-a6ad-8625c5a642e4 of type vxlan for network ee31848f-4f19-4cc5-ba22-1bb009fae8b8 [pid: 8|app: 0|req: 480/946] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:08:45 2026] POST /v2.0/networks => generated 615 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:08:46.107 7 INFO neutron.db.segments_db [None req-fafc8d5d-d6c8-44d1-bf2d-15d9fa5e6751 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Added segment 72f6532b-770b-4fb3-ad66-3c8b61c7680b of type vxlan for network 28fc1db9-54e7-448d-9204-add499dc9bfa [pid: 7|app: 0|req: 467/947] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:08:46 2026] POST /v2.0/networks => generated 615 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/948] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:46 2026] POST /v2.0/subnets => generated 646 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/949] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/ports?tenant_id=875f9157033548128849dfe2bcd9ed39&device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 1425 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/950] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:46 2026] POST /v2.0/subnets => generated 655 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/951] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/networks?id=e12b24e4-75eb-48f5-81ec-e240fecc92fd => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:46.679 7 INFO neutron.db.segments_db [None req-b43c16ef-8532-4a5c-bdb9-80001a9139cc 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Added segment c778800f-96ee-4a6b-bafc-c1753d5a76da of type vxlan for network 0061e19c-b5d6-4789-9e43-d0a9096c89e1 [pid: 8|app: 0|req: 484/952] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/953] 10.0.0.139 () {32 vars in 653 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/extensions => generated 21537 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/954] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => 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: 487/955] 10.0.0.139 () {32 vars in 681 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/956] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/subnets?id=54bd41b7-d61e-441f-9d0a-c9d3a03b9480 => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:46.904 7 INFO neutron.db.l3_hamode_db [None req-b43c16ef-8532-4a5c-bdb9-80001a9139cc 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 489/957] 10.0.0.139 () {32 vars in 681 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/958] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/ports?network_id=e12b24e4-75eb-48f5-81ec-e240fecc92fd&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/959] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/960] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?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: 493/961] 10.0.0.139 () {32 vars in 665 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/962] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:08:46 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?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: 495/963] 10.0.0.139 () {32 vars in 699 bytes} [Fri May 8 21:08:47 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) 2026-05-08 21:08:47.046 7 INFO neutron.db.l3_hamode_db [None req-b43c16ef-8532-4a5c-bdb9-80001a9139cc 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 496/964] 10.0.0.139 () {32 vars in 697 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/965] 10.0.0.139 () {32 vars in 701 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/966] 10.0.0.139 () {32 vars in 689 bytes} [Fri May 8 21:08:47 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: 8|app: 0|req: 499/967] 10.0.0.139 () {32 vars in 703 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/968] 10.0.0.139 () {32 vars in 693 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/969] 10.0.0.139 () {32 vars in 695 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/970] 10.0.0.139 () {32 vars in 685 bytes} [Fri May 8 21:08:47 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: 503/971] 10.0.0.139 () {32 vars in 687 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/972] 10.0.0.139 () {32 vars in 661 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/973] 10.0.0.139 () {32 vars in 699 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/974] 10.0.0.139 () {32 vars in 679 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/975] 10.0.0.139 () {32 vars in 683 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/976] 10.0.0.139 () {32 vars in 675 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/977] 10.0.0.139 () {32 vars in 689 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/978] 10.0.0.139 () {32 vars in 723 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/979] 10.0.0.139 () {32 vars in 687 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/980] 10.0.0.139 () {32 vars in 669 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/981] 10.0.0.139 () {32 vars in 687 bytes} [Fri May 8 21:08:47 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: 8|app: 0|req: 514/982] 10.0.0.139 () {32 vars in 681 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/983] 10.0.0.139 () {32 vars in 699 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/984] 10.0.0.139 () {32 vars in 679 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/985] 10.0.0.139 () {32 vars in 667 bytes} [Fri May 8 21:08:47 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: 8|app: 0|req: 518/986] 10.0.0.139 () {32 vars in 677 bytes} [Fri May 8 21:08:47 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: 8|app: 0|req: 519/987] 10.0.0.139 () {32 vars in 665 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/988] 10.0.0.139 () {32 vars in 675 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/l3-flavors => 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: 521/989] 10.0.0.139 () {32 vars in 713 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/990] 10.0.0.139 () {32 vars in 691 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/991] 10.0.0.139 () {32 vars in 683 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/992] 10.0.0.139 () {32 vars in 669 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/993] 10.0.0.139 () {32 vars in 687 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/994] 10.0.0.139 () {32 vars in 705 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/995] 10.0.0.139 () {32 vars in 675 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/996] 10.0.0.139 () {32 vars in 701 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/997] 10.0.0.251 () {34 vars in 990 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/998] 10.0.0.139 () {32 vars in 675 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/999] 10.0.0.251 () {34 vars in 1040 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1000] 10.0.0.139 () {32 vars in 693 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1001] 10.0.0.139 () {32 vars in 689 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1002] 10.0.0.139 () {32 vars in 709 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1003] 10.0.0.139 () {32 vars in 705 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1004] 10.0.0.139 () {32 vars in 719 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1005] 10.0.0.139 () {32 vars in 697 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1006] 10.0.0.139 () {32 vars in 711 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1007] 10.0.0.139 () {32 vars in 669 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1008] 10.0.0.139 () {32 vars in 687 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1009] 10.0.0.139 () {32 vars in 681 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1010] 10.0.0.139 () {32 vars in 675 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1011] 10.0.0.139 () {32 vars in 671 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1012] 10.0.0.139 () {32 vars in 661 bytes} [Fri May 8 21:08:47 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: 545/1013] 10.0.0.139 () {32 vars in 699 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1014] 10.0.0.139 () {32 vars in 699 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1015] 10.0.0.139 () {32 vars in 677 bytes} [Fri May 8 21:08:47 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: 8|app: 0|req: 548/1016] 10.0.0.139 () {32 vars in 669 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1017] 10.0.0.139 () {32 vars in 683 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/1018] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:46 2026] POST /v2.0/routers => generated 510 bytes in 926 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1019] 10.0.0.139 () {32 vars in 701 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1020] 199.204.45.25 () {34 vars in 1119 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1156 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1021] 10.0.0.139 () {32 vars in 685 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1022] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:08:47 2026] PUT /v2.0/ports/f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => generated 972 bytes in 371 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: 553/1023] 10.0.0.139 () {32 vars in 707 bytes} [Fri May 8 21:08:47 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1024] 10.0.0.139 () {32 vars in 669 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1025] 10.0.0.139 () {32 vars in 697 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:48.024 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4e639a8-c089-4709-a43d-524cfe158f94'] response: {'name': 'network-changed', 'server_uuid': 'df0d1566-6fb1-44f2-af96-2d9a0f260b2d', 'tag': 'f97e63b7-c852-4774-a4f2-fd8ab70c32a3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 556/1026] 10.0.0.139 () {32 vars in 695 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1027] 10.0.0.139 () {32 vars in 685 bytes} [Fri May 8 21:08:48 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: 8|app: 0|req: 558/1028] 10.0.0.139 () {32 vars in 689 bytes} [Fri May 8 21:08:48 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: 559/1029] 10.0.0.139 () {32 vars in 705 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1030] 10.0.0.139 () {32 vars in 667 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1031] 10.0.0.139 () {32 vars in 681 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1032] 10.0.0.139 () {32 vars in 681 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1033] 10.0.0.139 () {32 vars in 691 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1034] 10.0.0.139 () {32 vars in 691 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1035] 10.0.0.139 () {32 vars in 695 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1036] 10.0.0.139 () {32 vars in 685 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1037] 10.0.0.139 () {32 vars in 689 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1038] 10.0.0.139 () {32 vars in 701 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1039] 10.0.0.139 () {32 vars in 703 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1040] 10.0.0.139 () {32 vars in 713 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1041] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1042] 10.0.0.139 () {32 vars in 715 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1043] 10.0.0.139 () {32 vars in 727 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1044] 10.0.0.139 () {32 vars in 741 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1045] 10.0.0.139 () {32 vars in 719 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1046] 10.0.0.139 () {32 vars in 683 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1047] 10.0.0.139 () {32 vars in 669 bytes} [Fri May 8 21:08:48 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: 8|app: 0|req: 578/1048] 10.0.0.139 () {32 vars in 719 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1049] 10.0.0.139 () {32 vars in 679 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1050] 10.0.0.139 () {32 vars in 669 bytes} [Fri May 8 21:08:48 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: 581/1051] 10.0.0.139 () {32 vars in 697 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1052] 10.0.0.139 () {32 vars in 705 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1053] 10.0.0.139 () {32 vars in 701 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1054] 10.0.0.139 () {32 vars in 701 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1055] 10.0.0.139 () {32 vars in 683 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1056] 10.0.0.139 () {32 vars in 705 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1057] 10.0.0.139 () {32 vars in 695 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1058] 10.0.0.139 () {32 vars in 689 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1059] 10.0.0.139 () {32 vars in 697 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1060] 10.0.0.139 () {32 vars in 679 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1061] 10.0.0.139 () {32 vars in 689 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1062] 10.0.0.139 () {32 vars in 701 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1063] 10.0.0.139 () {32 vars in 665 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1064] 10.0.0.139 () {32 vars in 681 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1065] 10.0.0.139 () {32 vars in 677 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1066] 10.0.0.139 () {32 vars in 693 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1067] 10.0.0.139 () {32 vars in 677 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1068] 10.0.0.139 () {32 vars in 667 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1069] 10.0.0.139 () {32 vars in 663 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1070] 10.0.0.139 () {32 vars in 675 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1071] 10.0.0.139 () {32 vars in 687 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1072] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/ports?tenant_id=875f9157033548128849dfe2bcd9ed39&device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => 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: 603/1073] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/networks?id=e12b24e4-75eb-48f5-81ec-e240fecc92fd => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/1074] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:08:47 2026] PUT /v2.0/routers/f655b358-2a02-4f27-a544-72e96598242d/add_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1075] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1076] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/subnets?id=54bd41b7-d61e-441f-9d0a-c9d3a03b9480 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1077] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/ports/9e27a28e-2e80-4339-b0e5-39a491a67ada => generated 959 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1078] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/ports?network_id=e12b24e4-75eb-48f5-81ec-e240fecc92fd&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: 607/1079] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1080] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?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: 609/1081] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:48 2026] GET /v2.0/security-groups?tenant_id=32b5939b94c443e78e7d10cba8e73620&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1082] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:49 2026] DELETE /v2.0/security-groups/8cf3bed2-d1c4-481e-9e62-4c182443c55f => 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: 611/1083] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:49 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1084] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:49 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&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: 473/1085] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:08:48 2026] PUT /v2.0/routers/f655b358-2a02-4f27-a544-72e96598242d/add_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1086] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:08:49 2026] GET /v2.0/ports/ecf4fb99-e4ab-40ea-96df-c547df8812b5 => generated 967 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1087] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:08:49 2026] GET /v2.0/ports?tenant_id=875f9157033548128849dfe2bcd9ed39&device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1088] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:08:49 2026] GET /v2.0/networks?id=e12b24e4-75eb-48f5-81ec-e240fecc92fd => generated 780 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1089] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:08:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1090] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:08:49 2026] GET /v2.0/subnets?id=54bd41b7-d61e-441f-9d0a-c9d3a03b9480 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1091] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:08:50 2026] GET /v2.0/ports?network_id=e12b24e4-75eb-48f5-81ec-e240fecc92fd&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1092] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:08:50 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:08:50.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-77881022-591a-4cb0-ba5f-40ea7c57c66b 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] TaaS: Handle Delete Port: ecf4fb99-e4ab-40ea-96df-c547df8812b5 2026-05-08 21:08:50.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77881022-591a-4cb0-ba5f-40ea7c57c66b 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Tap Mirror: Handle Delete Port: ecf4fb99-e4ab-40ea-96df-c547df8812b5 [pid: 8|app: 0|req: 620/1093] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:08:50 2026] GET /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd?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: 621/1094] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:50 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1095] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:50 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1096] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:08:49 2026] PUT /v2.0/routers/f655b358-2a02-4f27-a544-72e96598242d/remove_router_interface => generated 309 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:50.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-945b6673-f452-4899-9a9e-6592afb349a6 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] TaaS: Handle Delete Port: 9e27a28e-2e80-4339-b0e5-39a491a67ada 2026-05-08 21:08:50.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-945b6673-f452-4899-9a9e-6592afb349a6 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Tap Mirror: Handle Delete Port: 9e27a28e-2e80-4339-b0e5-39a491a67ada 2026-05-08 21:08:51.255 7 INFO neutron.db.segments_db [None req-67654d77-c8d0-4791-ba6c-847efaedf839 9e7212578bef4ea4aaeef6a3535e8bee 0ac6cbeca8b54eb593f565ef37310add - - default default] Added segment 9a4bfcb8-c945-4c4a-8c10-844cd650c7ed of type vxlan for network 07191176-8e56-4608-8ee4-8107534f305d [pid: 8|app: 0|req: 623/1097] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:08:50 2026] PUT /v2.0/routers/f655b358-2a02-4f27-a544-72e96598242d/remove_router_interface => generated 309 bytes in 729 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1098] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:08:50 2026] POST /v2.0/networks => generated 628 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1099] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:08:51 2026] GET /v2.0/ports?device_id=f655b358-2a02-4f27-a544-72e96598242d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:08:51.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-afa62c09-1095-475b-8185-a621a5a652f8 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] TaaS: Handle Delete Port: 4955991a-b3aa-43ee-a0b4-6603ac71f8f6 2026-05-08 21:08:51.537 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afa62c09-1095-475b-8185-a621a5a652f8 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Tap Mirror: Handle Delete Port: 4955991a-b3aa-43ee-a0b4-6603ac71f8f6 [pid: 8|app: 0|req: 625/1100] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:51 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1101] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:51 2026] GET /v2.0/security-groups?id=5fc3f17a-11dc-4a57-941f-0bd8f6b28b97&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1102] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:08:51 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:51.821 8 INFO neutron_taas.services.taas.taas_plugin [req-5ce5a202-00c7-4cb6-92d2-419b292c1fb8 req-6168f5ba-fd10-4ae1-9a49-fe3bedf05758 da11c23218bc432284f3334182f1a238 875f9157033548128849dfe2bcd9ed39 - - default default] TaaS: Handle Delete Port: f97e63b7-c852-4774-a4f2-fd8ab70c32a3 2026-05-08 21:08:51.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5ce5a202-00c7-4cb6-92d2-419b292c1fb8 req-6168f5ba-fd10-4ae1-9a49-fe3bedf05758 da11c23218bc432284f3334182f1a238 875f9157033548128849dfe2bcd9ed39 - - default default] Tap Mirror: Handle Delete Port: f97e63b7-c852-4774-a4f2-fd8ab70c32a3 2026-05-08 21:08:51.892 7 INFO neutron.services.segments.plugin [-] Segment c778800f-96ee-4a6b-bafc-c1753d5a76da resource provider aggregate not found 2026-05-08 21:08:51.902 7 INFO neutron.services.segments.plugin [-] Segment c778800f-96ee-4a6b-bafc-c1753d5a76da resource provider aggregate not found 2026-05-08 21:08:51.910 7 INFO neutron.services.segments.plugin [-] Segment c778800f-96ee-4a6b-bafc-c1753d5a76da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c778800f-96ee-4a6b-bafc-c1753d5a76da found for delete ", "request_id": "req-ddec9414-9ff4-49f0-8303-9994bb2e0a56"}]} 2026-05-08 21:08:51.919 7 INFO neutron.services.segments.plugin [-] Segment c778800f-96ee-4a6b-bafc-c1753d5a76da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c778800f-96ee-4a6b-bafc-c1753d5a76da found for delete ", "request_id": "req-f1b3cee6-1c51-4e8b-b204-8f90ee02333c"}]} 2026-05-08 21:08:51.923 7 INFO neutron.db.l3_hamode_db [None req-afa62c09-1095-475b-8185-a621a5a652f8 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] HA network 0061e19c-b5d6-4789-9e43-d0a9096c89e1 was deleted as no HA routers are present in tenant 777439bbcf0a415a8ae7dc0b169adaa8. [pid: 7|app: 0|req: 476/1103] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:51 2026] DELETE /v2.0/routers/f655b358-2a02-4f27-a544-72e96598242d => generated 0 bytes in 578 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:08:51.992 8 INFO neutron.db.l3_db [req-5ce5a202-00c7-4cb6-92d2-419b292c1fb8 req-6168f5ba-fd10-4ae1-9a49-fe3bedf05758 da11c23218bc432284f3334182f1a238 875f9157033548128849dfe2bcd9ed39 - - default default] Floating IP a3ff986a-dd04-4ee8-bd4d-4476973d1a33 disassociated. External IP: 10.96.250.217, port: f97e63b7-c852-4774-a4f2-fd8ab70c32a3. [pid: 7|app: 0|req: 477/1104] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:51 2026] POST /v2.0/subnets => generated 673 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1105] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:52 2026] DELETE /v2.0/subnets/84181737-60d2-49cf-8414-1b60969004ed => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:52.284 7 INFO neutron.db.segments_db [None req-f5477c7a-3d92-405c-a3f6-7af43c82053b 9e7212578bef4ea4aaeef6a3535e8bee 0ac6cbeca8b54eb593f565ef37310add - - default default] Added segment 08259b4d-da4b-49ca-bacc-79a3f1324211 of type vxlan for network 7167c8e0-e3f1-4db3-b55e-311283bf8af9 [pid: 7|app: 0|req: 479/1106] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:08:52 2026] POST /v2.0/networks => generated 629 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1107] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:08:51 2026] DELETE /v2.0/ports/f97e63b7-c852-4774-a4f2-fd8ab70c32a3 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:52.391 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1efc6360-a63e-4504-a178-1b2258b690a5'] response: {'server_uuid': 'df0d1566-6fb1-44f2-af96-2d9a0f260b2d', 'name': 'network-vif-deleted', 'tag': 'f97e63b7-c852-4774-a4f2-fd8ab70c32a3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 629/1108] 10.0.0.139 () {34 vars in 743 bytes} [Fri May 8 21:08:52 2026] PUT /v2.0/networks/7167c8e0-e3f1-4db3-b55e-311283bf8af9 => generated 592 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1109] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:52 2026] DELETE /v2.0/subnets/0ca98425-b8cc-4783-87a4-e9e0c157c2cf => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:52.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-445ff793-00ea-4c96-8c35-f557dec85ef8 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] TaaS: Handle Delete Port: 5355529b-e26c-4ea6-952c-3f58093bcf4e 2026-05-08 21:08:52.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-445ff793-00ea-4c96-8c35-f557dec85ef8 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Tap Mirror: Handle Delete Port: 5355529b-e26c-4ea6-952c-3f58093bcf4e [pid: 8|app: 0|req: 630/1110] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:52 2026] POST /v2.0/subnets => generated 646 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1111] 10.0.0.139 () {34 vars in 741 bytes} [Fri May 8 21:08:52 2026] PUT /v2.0/subnets/693ad680-16fe-4cfd-8f90-97d894f255c8 => generated 656 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1112] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:52 2026] DELETE /v2.0/networks/28fc1db9-54e7-448d-9204-add499dc9bfa => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1113] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:52 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:08:52.888 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cee56d3-0933-4b33-9b15-b0d89d8b96b6 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] TaaS: Handle Delete Port: 7119c588-8e85-4918-bb3f-357d288e4133 2026-05-08 21:08:52.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cee56d3-0933-4b33-9b15-b0d89d8b96b6 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Tap Mirror: Handle Delete Port: 7119c588-8e85-4918-bb3f-357d288e4133 [pid: 7|app: 0|req: 482/1114] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:52 2026] DELETE /v2.0/networks/7167c8e0-e3f1-4db3-b55e-311283bf8af9 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:53.001 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95c21d41-5b46-4b57-bdee-47aed80c7902 9e7212578bef4ea4aaeef6a3535e8bee 0ac6cbeca8b54eb593f565ef37310add - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 483/1115] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:52 2026] DELETE /v2.0/networks/7167c8e0-e3f1-4db3-b55e-311283bf8af9 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:08:53.048 8 INFO neutron.services.segments.plugin [-] Segment 3b106c62-ce2b-47b3-a6ad-8625c5a642e4 resource provider aggregate not found 2026-05-08 21:08:53.056 8 INFO neutron.services.segments.plugin [-] Segment 3b106c62-ce2b-47b3-a6ad-8625c5a642e4 resource provider aggregate not found [pid: 7|app: 0|req: 484/1116] 10.0.0.139 () {32 vars in 694 bytes} [Fri May 8 21:08:53 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:53.069 8 INFO neutron.services.segments.plugin [-] Segment 3b106c62-ce2b-47b3-a6ad-8625c5a642e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b106c62-ce2b-47b3-a6ad-8625c5a642e4 found for delete ", "request_id": "req-87e70c0b-95bc-4740-aa11-7393e34ddf61"}]} 2026-05-08 21:08:53.079 8 INFO neutron.services.segments.plugin [-] Segment 3b106c62-ce2b-47b3-a6ad-8625c5a642e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b106c62-ce2b-47b3-a6ad-8625c5a642e4 found for delete ", "request_id": "req-4d96cd9e-9661-47b4-bf8c-acfe3bbb2861"}]} [pid: 8|app: 0|req: 633/1117] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:52 2026] DELETE /v2.0/networks/ee31848f-4f19-4cc5-ba22-1bb009fae8b8 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1118] 10.0.0.139 () {32 vars in 742 bytes} [Fri May 8 21:08:53 2026] GET /v2.0/subnets?network_id=2d8bb260-2283-4161-8396-fb4f7684d396 => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1119] 10.0.0.139 () {32 vars in 653 bytes} [Fri May 8 21:08:53 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) 2026-05-08 21:08:53.139 8 INFO neutron.db.segments_db [None req-b94be895-8279-4443-a551-72d6963775af 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Added segment a961260f-0bb7-42ac-b132-0519ffdf586e of type vxlan for network 9fbd1ef4-cd7d-41c8-b640-bf04f069a203 [pid: 7|app: 0|req: 487/1120] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:08:53 2026] GET /v2.0/networks => generated 1312 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1121] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:08:53 2026] POST /v2.0/networks => generated 615 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1122] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:08:53 2026] GET /v2.0/subnets => generated 1312 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1123] 10.0.0.139 () {32 vars in 723 bytes} [Fri May 8 21:08:53 2026] GET /v2.0/networks/07191176-8e56-4608-8ee4-8107534f305d => generated 672 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1124] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:08:53 2026] GET /v2.0/subnets/d842d1ce-5932-47cb-98d4-14a0fbbf3a96 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:53.319 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6bd8b1d6-8afa-4fc5-abd4-cf3fd02d56cf 9e7212578bef4ea4aaeef6a3535e8bee 0ac6cbeca8b54eb593f565ef37310add - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 491/1125] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:53 2026] DELETE /v2.0/subnets/693ad680-16fe-4cfd-8f90-97d894f255c8 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:08:53.331 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ede3d01-042d-4fc8-8551-4fd967343191 9e7212578bef4ea4aaeef6a3535e8bee 0ac6cbeca8b54eb593f565ef37310add - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/1126] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:53 2026] DELETE /v2.0/networks/7167c8e0-e3f1-4db3-b55e-311283bf8af9 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1127] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:53 2026] POST /v2.0/subnets => generated 646 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1128] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:53 2026] DELETE /v2.0/subnets/d842d1ce-5932-47cb-98d4-14a0fbbf3a96 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:53.486 8 INFO neutron.db.segments_db [None req-75ac4efa-07b8-413e-b7db-4c34baacc326 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Added segment 9e31aaf2-c3cd-4dc8-ae8c-48fc3381110a of type vxlan for network 3a02feb9-ecb8-4989-8cc8-7ed2e888b72b [pid: 7|app: 0|req: 494/1129] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:53 2026] DELETE /v2.0/networks/07191176-8e56-4608-8ee4-8107534f305d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:53.703 8 INFO neutron.db.l3_hamode_db [None req-75ac4efa-07b8-413e-b7db-4c34baacc326 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:08:53.815 8 INFO neutron.db.l3_hamode_db [None req-75ac4efa-07b8-413e-b7db-4c34baacc326 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 495/1130] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:53 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:08:53.933 7 INFO neutron.services.segments.plugin [-] Segment 72f6532b-770b-4fb3-ad66-3c8b61c7680b resource provider aggregate not found 2026-05-08 21:08:53.939 7 INFO neutron.services.segments.plugin [-] Segment 72f6532b-770b-4fb3-ad66-3c8b61c7680b resource provider aggregate not found 2026-05-08 21:08:53.949 7 INFO neutron.services.segments.plugin [-] Segment 72f6532b-770b-4fb3-ad66-3c8b61c7680b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72f6532b-770b-4fb3-ad66-3c8b61c7680b found for delete ", "request_id": "req-c847f01b-8b28-451b-b18a-93eb7bd20c46"}]} 2026-05-08 21:08:53.953 7 INFO neutron.services.segments.plugin [-] Segment 72f6532b-770b-4fb3-ad66-3c8b61c7680b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72f6532b-770b-4fb3-ad66-3c8b61c7680b found for delete ", "request_id": "req-64573e91-9e75-43e3-9d8c-2cc988b6f260"}]} 2026-05-08 21:08:53.970 7 INFO neutron.services.segments.plugin [-] Segment 08259b4d-da4b-49ca-bacc-79a3f1324211 resource provider aggregate not found 2026-05-08 21:08:53.978 7 INFO neutron.services.segments.plugin [-] Segment 08259b4d-da4b-49ca-bacc-79a3f1324211 resource provider aggregate not found 2026-05-08 21:08:53.990 7 INFO neutron.services.segments.plugin [-] Segment 08259b4d-da4b-49ca-bacc-79a3f1324211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08259b4d-da4b-49ca-bacc-79a3f1324211 found for delete ", "request_id": "req-ebb71662-19ac-452a-b9d7-ab2b7e4955c0"}]} 2026-05-08 21:08:53.997 7 INFO neutron.services.segments.plugin [-] Segment 08259b4d-da4b-49ca-bacc-79a3f1324211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08259b4d-da4b-49ca-bacc-79a3f1324211 found for delete ", "request_id": "req-e5a863bb-221d-4538-9563-f0222f201a79"}]} 2026-05-08 21:08:54.005 7 INFO neutron.services.segments.plugin [-] Segment 9a4bfcb8-c945-4c4a-8c10-844cd650c7ed resource provider aggregate not found 2026-05-08 21:08:54.012 7 INFO neutron.services.segments.plugin [-] Segment 9a4bfcb8-c945-4c4a-8c10-844cd650c7ed resource provider aggregate not found 2026-05-08 21:08:54.017 7 INFO neutron.services.segments.plugin [-] Segment 9a4bfcb8-c945-4c4a-8c10-844cd650c7ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a4bfcb8-c945-4c4a-8c10-844cd650c7ed found for delete ", "request_id": "req-4abb474e-ee06-49d6-abe0-91075a90f004"}]} 2026-05-08 21:08:54.025 7 INFO neutron.services.segments.plugin [-] Segment 9a4bfcb8-c945-4c4a-8c10-844cd650c7ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a4bfcb8-c945-4c4a-8c10-844cd650c7ed found for delete ", "request_id": "req-aab236e7-e6d6-4e7e-99bf-98ff4d32b0cc"}]} [pid: 7|app: 0|req: 496/1131] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:54 2026] GET /v2.0/security-groups?tenant_id=0ac6cbeca8b54eb593f565ef37310add&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1132] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:54 2026] DELETE /v2.0/security-groups/4c14e667-f944-4e33-bed1-c58432dd0e81 => 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: 636/1133] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:53 2026] POST /v2.0/routers => generated 511 bytes in 948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1134] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:08:54 2026] POST /v2.0/ports => generated 963 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 499/1135] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:54 2026] GET /v2.0/ports?device_id=df0d1566-6fb1-44f2-af96-2d9a0f260b2d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1138] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:08:54 2026] PUT /v2.0/routers/70830960-fa74-42d5-a55d-493659ef5759/add_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1139] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:08:55 2026] GET /v2.0/ports/c79b30df-4560-45a1-9ef8-2d55675d05ba => generated 1037 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:08:56.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5d7f36a-b66f-40f0-9dbe-e4ae8177bb97 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] TaaS: Handle Delete Port: c79b30df-4560-45a1-9ef8-2d55675d05ba 2026-05-08 21:08:56.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5d7f36a-b66f-40f0-9dbe-e4ae8177bb97 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Tap Mirror: Handle Delete Port: c79b30df-4560-45a1-9ef8-2d55675d05ba [pid: 7|app: 0|req: 503/1140] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:56 2026] DELETE /v2.0/security-groups/5fc3f17a-11dc-4a57-941f-0bd8f6b28b97 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:08:56.188 7 INFO neutron.api.v2.resource [None req-4cd19b84-c669-483c-93ee-f9184cb34d08 da11c23218bc432284f3334182f1a238 875f9157033548128849dfe2bcd9ed39 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 504/1141] 10.0.0.139 () {32 vars in 737 bytes} [Fri May 8 21:08:56 2026] GET /v2.0/security-groups/5fc3f17a-11dc-4a57-941f-0bd8f6b28b97 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:08:56.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6265707-3055-4d53-83b3-14da9bc35947 da11c23218bc432284f3334182f1a238 875f9157033548128849dfe2bcd9ed39 - - default default] TaaS: Handle Delete Port: 8711aac0-10c7-4498-b3bf-a1da58582008 2026-05-08 21:08:56.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6265707-3055-4d53-83b3-14da9bc35947 da11c23218bc432284f3334182f1a238 875f9157033548128849dfe2bcd9ed39 - - default default] Tap Mirror: Handle Delete Port: 8711aac0-10c7-4498-b3bf-a1da58582008 [pid: 7|app: 0|req: 505/1142] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:08:56 2026] DELETE /v2.0/floatingips/a3ff986a-dd04-4ee8-bd4d-4476973d1a33 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1143] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:08:55 2026] PUT /v2.0/routers/70830960-fa74-42d5-a55d-493659ef5759/remove_router_interface => generated 309 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:08:56.604 7 INFO neutron.api.v2.resource [None req-5e38c4ee-d255-494c-b167-be07b105e8bc 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 506/1144] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:08:56 2026] PUT /v2.0/routers/70830960-fa74-42d5-a55d-493659ef5759/remove_router_interface => generated 197 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1145] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:08:56 2026] GET /v2.0/ports?device_id=70830960-fa74-42d5-a55d-493659ef5759 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:08:56.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3fa76f3-724c-41e4-beca-d9f1a0137325 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] TaaS: Handle Delete Port: b9cf2e3e-1ff9-4eb3-90d0-d589309f3322 2026-05-08 21:08:56.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3fa76f3-724c-41e4-beca-d9f1a0137325 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Tap Mirror: Handle Delete Port: b9cf2e3e-1ff9-4eb3-90d0-d589309f3322 2026-05-08 21:08:56.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-848f9746-3999-4826-a6cf-cc1384a34004 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 674ed406-b852-4b98-9e99-b29b2cad508f 2026-05-08 21:08:56.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-848f9746-3999-4826-a6cf-cc1384a34004 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 674ed406-b852-4b98-9e99-b29b2cad508f 2026-05-08 21:08:57.064 7 INFO neutron.services.segments.plugin [-] Segment 9e31aaf2-c3cd-4dc8-ae8c-48fc3381110a resource provider aggregate not found 2026-05-08 21:08:57.065 7 INFO neutron.services.segments.plugin [-] Segment 9e31aaf2-c3cd-4dc8-ae8c-48fc3381110a resource provider aggregate not found 2026-05-08 21:08:57.088 7 INFO neutron.services.segments.plugin [-] Segment 9e31aaf2-c3cd-4dc8-ae8c-48fc3381110a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e31aaf2-c3cd-4dc8-ae8c-48fc3381110a found for delete ", "request_id": "req-88c41ea6-1da7-475f-9260-ccbb513a8f0d"}]} 2026-05-08 21:08:57.088 7 INFO neutron.services.segments.plugin [-] Segment 9e31aaf2-c3cd-4dc8-ae8c-48fc3381110a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e31aaf2-c3cd-4dc8-ae8c-48fc3381110a found for delete ", "request_id": "req-c870b942-1c5e-4383-90d2-722e8c9487d1"}]} 2026-05-08 21:08:57.103 7 INFO neutron.db.l3_hamode_db [None req-b3fa76f3-724c-41e4-beca-d9f1a0137325 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] HA network 3a02feb9-ecb8-4989-8cc8-7ed2e888b72b was deleted as no HA routers are present in tenant 777439bbcf0a415a8ae7dc0b169adaa8. [pid: 7|app: 0|req: 508/1146] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:56 2026] DELETE /v2.0/routers/70830960-fa74-42d5-a55d-493659ef5759 => generated 0 bytes in 480 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1147] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:57 2026] DELETE /v2.0/subnets/914413bd-d5fb-416d-bfa3-ba71101706ce => 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: 510/1148] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:57 2026] DELETE /v2.0/networks/9fbd1ef4-cd7d-41c8-b640-bf04f069a203 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:57.415 7 INFO neutron.db.segments_db [None req-81d2f353-65cc-4ec8-8142-3f5979893864 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Added segment 89eea346-233b-4d1f-b95f-85ae4ea16c6a of type vxlan for network e29b97f3-eacf-416b-8f5b-9e5d09670a0f [pid: 7|app: 0|req: 511/1149] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:08:57 2026] POST /v2.0/networks => generated 615 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1150] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:57 2026] POST /v2.0/subnets => generated 646 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1151] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:08:56 2026] PUT /v2.0/routers/eff11fc4-540e-489c-ab46-9739f83111b2/remove_router_interface => generated 309 bytes in 1279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:08:57.819 8 INFO neutron.db.segments_db [None req-1fde5aed-e3cf-40c8-8d68-027162e88aca 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Added segment 0679808b-dae7-4bf9-a7eb-719c725745d9 of type vxlan for network b4471d41-eb6f-49be-bbdf-1bd6dea56b54 [pid: 7|app: 0|req: 513/1152] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:57 2026] GET /v2.0/security-groups?tenant_id=55ecd2b0cc924b2ebe9cf057129364d5&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:08:58.046 8 INFO neutron.db.l3_hamode_db [None req-1fde5aed-e3cf-40c8-8d68-027162e88aca 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:08:58.153 8 INFO neutron.db.l3_hamode_db [None req-1fde5aed-e3cf-40c8-8d68-027162e88aca 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:08:58.174 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e354fc6-d16b-439b-9300-a565e94fac60 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 73dde3aa-c120-4be3-a0a6-9001da3263f3 2026-05-08 21:08:58.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e354fc6-d16b-439b-9300-a565e94fac60 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 73dde3aa-c120-4be3-a0a6-9001da3263f3 2026-05-08 21:08:58.423 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e354fc6-d16b-439b-9300-a565e94fac60 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 74d78157-e80c-49d5-b4c0-1743f70ba11f 2026-05-08 21:08:58.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e354fc6-d16b-439b-9300-a565e94fac60 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 74d78157-e80c-49d5-b4c0-1743f70ba11f [pid: 8|app: 0|req: 640/1153] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:08:57 2026] POST /v2.0/routers => generated 511 bytes in 963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:08:58.744 7 INFO neutron.db.l3_hamode_db [None req-3e354fc6-d16b-439b-9300-a565e94fac60 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] HA network a164e897-b78b-4bd9-819f-24c2f2294fcc was deleted as no HA routers are present in tenant 875f9157033548128849dfe2bcd9ed39. [pid: 7|app: 0|req: 514/1154] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:57 2026] DELETE /v2.0/routers/eff11fc4-540e-489c-ab46-9739f83111b2 => generated 0 bytes in 762 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1155] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:58 2026] DELETE /v2.0/security-groups/c29075bc-f32c-4af1-b8b3-232a3647c9fe => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1156] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:08:58 2026] DELETE /v2.0/subnets/54bd41b7-d61e-441f-9d0a-c9d3a03b9480 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:08:59.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-8786cd44-9f29-4b44-88ac-9da5d68858d5 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 39b032cb-da84-4333-acac-d14720020f4c 2026-05-08 21:08:59.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8786cd44-9f29-4b44-88ac-9da5d68858d5 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 39b032cb-da84-4333-acac-d14720020f4c 2026-05-08 21:08:59.116 7 INFO neutron.services.segments.plugin [-] Segment a961260f-0bb7-42ac-b132-0519ffdf586e resource provider aggregate not found 2026-05-08 21:08:59.120 7 INFO neutron.services.segments.plugin [-] Segment a961260f-0bb7-42ac-b132-0519ffdf586e resource provider aggregate not found 2026-05-08 21:08:59.135 7 INFO neutron.services.segments.plugin [-] Segment a961260f-0bb7-42ac-b132-0519ffdf586e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a961260f-0bb7-42ac-b132-0519ffdf586e found for delete ", "request_id": "req-c272506f-a79a-47e9-813e-f989f4dae3d1"}]} 2026-05-08 21:08:59.141 7 INFO neutron.services.segments.plugin [-] Segment a961260f-0bb7-42ac-b132-0519ffdf586e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a961260f-0bb7-42ac-b132-0519ffdf586e found for delete ", "request_id": "req-21e4323b-38dd-4aed-9cf6-4928176ff198"}]} 2026-05-08 21:08:59.148 7 INFO neutron.services.segments.plugin [-] Segment dfd84b0a-5caa-46bc-a0bd-c966397c12af resource provider aggregate not found 2026-05-08 21:08:59.153 7 INFO neutron.services.segments.plugin [-] Segment dfd84b0a-5caa-46bc-a0bd-c966397c12af resource provider aggregate not found 2026-05-08 21:08:59.162 7 INFO neutron.services.segments.plugin [-] Segment dfd84b0a-5caa-46bc-a0bd-c966397c12af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfd84b0a-5caa-46bc-a0bd-c966397c12af found for delete ", "request_id": "req-ff7f8802-d437-4f1d-8cf9-0e427c1667cf"}]} 2026-05-08 21:08:59.163 7 INFO neutron.services.segments.plugin [-] Segment dfd84b0a-5caa-46bc-a0bd-c966397c12af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfd84b0a-5caa-46bc-a0bd-c966397c12af found for delete ", "request_id": "req-e8053993-f948-4cb8-882d-48692545f01a"}]} 2026-05-08 21:08:59.251 8 INFO neutron.services.segments.plugin [-] Segment bb413221-7867-4dd4-96dc-84974f6d83f3 resource provider aggregate not found 2026-05-08 21:08:59.257 8 INFO neutron.services.segments.plugin [-] Segment bb413221-7867-4dd4-96dc-84974f6d83f3 resource provider aggregate not found 2026-05-08 21:08:59.270 8 INFO neutron.services.segments.plugin [-] Segment bb413221-7867-4dd4-96dc-84974f6d83f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb413221-7867-4dd4-96dc-84974f6d83f3 found for delete ", "request_id": "req-7bc17f53-5cdd-473c-9389-e15fa948a28b"}]} 2026-05-08 21:08:59.277 8 INFO neutron.services.segments.plugin [-] Segment bb413221-7867-4dd4-96dc-84974f6d83f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb413221-7867-4dd4-96dc-84974f6d83f3 found for delete ", "request_id": "req-258a6631-e23d-4016-b6c2-0f309a18b92d"}]} [pid: 8|app: 0|req: 643/1157] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:08:58 2026] DELETE /v2.0/networks/e12b24e4-75eb-48f5-81ec-e240fecc92fd => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1158] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:59 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1159] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:08:59 2026] GET /v2.0/security-groups?tenant_id=875f9157033548128849dfe2bcd9ed39&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: 646/1160] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:59 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1161] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:08:59 2026] DELETE /v2.0/security-groups/46934ac3-80a3-46c7-bcbe-8bf4fc9c961e => 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: 648/1162] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:59 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => 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: 649/1163] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:08:59 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&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: 515/1164] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:08:58 2026] PUT /v2.0/routers/97f041a1-404c-4783-9533-5bfa50009e97/add_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1165] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:08:59 2026] GET /v2.0/ports/391bbd82-d40b-4a8b-9dfd-f59a59cd2956 => generated 959 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1166] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:08:59 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1167] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:00 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:00.320 7 INFO neutron_taas.services.taas.taas_plugin [None req-fcb0fba5-a05c-45f6-9609-dc23fa5c9c8a 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] TaaS: Handle Delete Port: 391bbd82-d40b-4a8b-9dfd-f59a59cd2956 2026-05-08 21:09:00.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcb0fba5-a05c-45f6-9609-dc23fa5c9c8a 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Tap Mirror: Handle Delete Port: 391bbd82-d40b-4a8b-9dfd-f59a59cd2956 [pid: 7|app: 0|req: 516/1168] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:08:59 2026] PUT /v2.0/routers/97f041a1-404c-4783-9533-5bfa50009e97/remove_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1169] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:01 2026] GET /v2.0/ports?device_id=97f041a1-404c-4783-9533-5bfa50009e97 => 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: 517/1170] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:01 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:01.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc2240f7-767c-48bb-8363-01c6870f542d 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] TaaS: Handle Delete Port: 6c26786b-194c-4c36-951a-b54a6dfc60ce 2026-05-08 21:09:01.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc2240f7-767c-48bb-8363-01c6870f542d 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Tap Mirror: Handle Delete Port: 6c26786b-194c-4c36-951a-b54a6dfc60ce [pid: 7|app: 0|req: 518/1171] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:01 2026] GET /v2.0/security-groups?tenant_id=483e62664c214b068a1c3448ec4ec8e6&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1172] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:01 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:01.594 8 INFO neutron.services.segments.plugin [-] Segment 0679808b-dae7-4bf9-a7eb-719c725745d9 resource provider aggregate not found 2026-05-08 21:09:01.602 8 INFO neutron.services.segments.plugin [-] Segment 0679808b-dae7-4bf9-a7eb-719c725745d9 resource provider aggregate not found 2026-05-08 21:09:01.619 8 INFO neutron.services.segments.plugin [-] Segment 0679808b-dae7-4bf9-a7eb-719c725745d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0679808b-dae7-4bf9-a7eb-719c725745d9 found for delete ", "request_id": "req-5027825d-f77b-4ebf-87e1-9b1450613303"}]} 2026-05-08 21:09:01.619 8 INFO neutron.services.segments.plugin [-] Segment 0679808b-dae7-4bf9-a7eb-719c725745d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0679808b-dae7-4bf9-a7eb-719c725745d9 found for delete ", "request_id": "req-f33a203f-72fe-4a42-b6a0-0a37cdee77b1"}]} 2026-05-08 21:09:01.631 8 INFO neutron.db.l3_hamode_db [None req-dc2240f7-767c-48bb-8363-01c6870f542d 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] HA network b4471d41-eb6f-49be-bbdf-1bd6dea56b54 was deleted as no HA routers are present in tenant 777439bbcf0a415a8ae7dc0b169adaa8. [pid: 8|app: 0|req: 654/1173] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:01 2026] DELETE /v2.0/routers/97f041a1-404c-4783-9533-5bfa50009e97 => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1174] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:09:01 2026] GET /v2.0/ports?tenant_id=0a337fa72b134b1ba3a0bb02c8040ad6&device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:01.737 7 INFO neutron.db.segments_db [None req-b483e52b-5ec9-4f8c-817c-2c40b616823f f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment c2366465-3b1a-40db-87d9-2da335577213 of type vxlan for network 5f0f5647-ae89-498b-b5b4-d7002e1d9551 [pid: 8|app: 0|req: 656/1175] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:01 2026] DELETE /v2.0/security-groups/c55fcd49-4059-4a5c-b44b-a3b517329563 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1176] 10.0.0.139 () {34 vars in 671 bytes} [Fri May 8 21:09:01 2026] POST /v2.0/networks => generated 729 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1177] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:09:01 2026] GET /v2.0/networks?id=e6160966-f83a-43d0-aab4-1091b3f558c4 => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1178] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:01 2026] DELETE /v2.0/subnets/042cfe62-c4b4-42fb-858d-50578ad83e3c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1179] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:09:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9fd4ec3a-9e20-4a2d-8a64-77ad47418952 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1180] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:01 2026] POST /v2.0/subnets => generated 695 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:02.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-79772cd3-c816-4f73-bbca-b5802786a418 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] TaaS: Handle Delete Port: ebc40c59-e5d0-487d-8598-d80b09cc4d9a 2026-05-08 21:09:02.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79772cd3-c816-4f73-bbca-b5802786a418 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Tap Mirror: Handle Delete Port: ebc40c59-e5d0-487d-8598-d80b09cc4d9a [pid: 7|app: 0|req: 523/1181] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:09:02 2026] GET /v2.0/subnets?id=71ef42c9-ff5c-41ff-adfa-ed1ff4b22dd2 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:02.109 7 INFO neutron.db.segments_db [None req-b4689c62-5e0a-4b9c-9ad4-42e1fbf18ea0 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment f9f57efb-f818-419f-b98c-2b86155d2af9 of type vxlan for network 81997707-8584-4906-967a-d418012b6457 [pid: 8|app: 0|req: 659/1182] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:01 2026] DELETE /v2.0/networks/e29b97f3-eacf-416b-8f5b-9e5d09670a0f => 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: 660/1183] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:09:02 2026] GET /v2.0/ports?network_id=e6160966-f83a-43d0-aab4-1091b3f558c4&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:02.321 7 INFO neutron.db.l3_hamode_db [None req-b4689c62-5e0a-4b9c-9ad4-42e1fbf18ea0 f1515beacaee487d9acfbb1d4d538ce2 469c2c30ab474b9b9f4b90c2039ea4ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:09:02.352 8 INFO neutron.db.segments_db [None req-ebcf536a-fe23-4c6c-a8b3-8b6c4c54ce09 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Added segment 3d436e3a-c4f4-4f90-aaf7-d56b54e6e69e of type vxlan for network c3b546b8-ba3f-4477-90db-037c4fc3a4a4 2026-05-08 21:09:02.595 8 INFO neutron.db.l3_hamode_db [None req-ebcf536a-fe23-4c6c-a8b3-8b6c4c54ce09 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:09:03.045 7 INFO neutron.db.l3_hamode_db [None req-b4689c62-5e0a-4b9c-9ad4-42e1fbf18ea0 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:09:03.324 8 INFO neutron.db.l3_hamode_db [None req-ebcf536a-fe23-4c6c-a8b3-8b6c4c54ce09 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:09:03.638 8 INFO neutron.services.segments.plugin [-] Segment 89eea346-233b-4d1f-b95f-85ae4ea16c6a resource provider aggregate not found 2026-05-08 21:09:03.644 8 INFO neutron.services.segments.plugin [-] Segment 89eea346-233b-4d1f-b95f-85ae4ea16c6a resource provider aggregate not found 2026-05-08 21:09:03.662 8 INFO neutron.services.segments.plugin [-] Segment 89eea346-233b-4d1f-b95f-85ae4ea16c6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89eea346-233b-4d1f-b95f-85ae4ea16c6a found for delete ", "request_id": "req-58e321b4-329d-4e91-aecd-97060030ce65"}]} 2026-05-08 21:09:03.664 8 INFO neutron.services.segments.plugin [-] Segment 89eea346-233b-4d1f-b95f-85ae4ea16c6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89eea346-233b-4d1f-b95f-85ae4ea16c6a found for delete ", "request_id": "req-59d986a0-5918-4449-a94a-e495a66dd73c"}]} [pid: 7|app: 0|req: 524/1184] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:02 2026] POST /v2.0/routers => generated 735 bytes in 1713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1185] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:09:03 2026] GET /v2.0/networks/e6160966-f83a-43d0-aab4-1091b3f558c4?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: 526/1186] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:03 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:04.088 7 INFO neutron.db.segments_db [None req-b985bb92-c992-42bc-abce-2ce17969ea9f f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 67e3f700-976b-4b0f-820c-9a442721164d of type vxlan for network 31f01e86-98ef-4cf9-8738-daa67ea4c4af [pid: 8|app: 0|req: 661/1187] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:02 2026] POST /v2.0/routers => generated 691 bytes in 1809 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1188] 10.0.0.139 () {34 vars in 671 bytes} [Fri May 8 21:09:03 2026] POST /v2.0/networks => generated 722 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1189] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:09:04 2026] GET /v2.0/networks/e6160966-f83a-43d0-aab4-1091b3f558c4?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: 529/1190] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:04 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1191] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:09:04 2026] GET /v2.0/routers/1f2dbe78-859d-4b70-b66e-e7aa297973b7 => generated 697 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1192] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:04 2026] POST /v2.0/subnets => generated 688 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1193] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:09:04 2026] GET /v2.0/routers => generated 700 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:04.697 7 INFO neutron.db.segments_db [None req-03660442-23af-49b9-be18-e6259bc465b7 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 028e3e57-0dcb-440a-a256-344594ceaa83 of type vxlan for network dac5be41-11de-4216-b966-bd0223c319b8 2026-05-08 21:09:04.916 7 INFO neutron.db.l3_hamode_db [None req-03660442-23af-49b9-be18-e6259bc465b7 f1515beacaee487d9acfbb1d4d538ce2 2f8de90965a5459bbae9c48c5b2e372b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 662/1194] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:09:04 2026] PUT /v2.0/routers/a26f6c30-220c-4527-9a59-7b6e98c973d7/add_router_interface => generated 309 bytes in 1125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1195] 10.0.0.139 () {34 vars in 741 bytes} [Fri May 8 21:09:05 2026] PUT /v2.0/routers/1f2dbe78-859d-4b70-b66e-e7aa297973b7 => generated 704 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1196] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:05 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:05.679 7 INFO neutron.db.l3_hamode_db [None req-03660442-23af-49b9-be18-e6259bc465b7 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 665/1197] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:09:05 2026] GET /v2.0/routers/1f2dbe78-859d-4b70-b66e-e7aa297973b7 => generated 704 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1198] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:05 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1199] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:05 2026] GET /v2.0/ports?device_id=1f2dbe78-859d-4b70-b66e-e7aa297973b7 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:05.922 8 INFO neutron_taas.services.taas.taas_plugin [None req-5776f66e-3a98-4d25-b4d7-72aa3998901c 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] TaaS: Handle Delete Port: 41c4a368-98d1-4e6d-9bf2-b1be93fb698f 2026-05-08 21:09:05.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5776f66e-3a98-4d25-b4d7-72aa3998901c 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Tap Mirror: Handle Delete Port: 41c4a368-98d1-4e6d-9bf2-b1be93fb698f 2026-05-08 21:09:06.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-5776f66e-3a98-4d25-b4d7-72aa3998901c 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] TaaS: Handle Delete Port: 3a37d56f-50f2-4465-8e3a-591a8eb5dffc 2026-05-08 21:09:06.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5776f66e-3a98-4d25-b4d7-72aa3998901c 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] Tap Mirror: Handle Delete Port: 3a37d56f-50f2-4465-8e3a-591a8eb5dffc [pid: 7|app: 0|req: 533/1200] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:04 2026] POST /v2.0/routers => generated 728 bytes in 1847 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:06.580 8 INFO neutron.services.segments.plugin [-] Segment 3d436e3a-c4f4-4f90-aaf7-d56b54e6e69e resource provider aggregate not found 2026-05-08 21:09:06.581 8 INFO neutron.services.segments.plugin [-] Segment 3d436e3a-c4f4-4f90-aaf7-d56b54e6e69e resource provider aggregate not found 2026-05-08 21:09:06.600 8 INFO neutron.db.l3_hamode_db [None req-5776f66e-3a98-4d25-b4d7-72aa3998901c 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] HA network c3b546b8-ba3f-4477-90db-037c4fc3a4a4 was deleted as no HA routers are present in tenant 777439bbcf0a415a8ae7dc0b169adaa8. 2026-05-08 21:09:06.613 8 INFO neutron.services.segments.plugin [-] Segment 3d436e3a-c4f4-4f90-aaf7-d56b54e6e69e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d436e3a-c4f4-4f90-aaf7-d56b54e6e69e found for delete ", "request_id": "req-4f444144-016b-4c5e-b6dc-1987e8372752"}]} 2026-05-08 21:09:06.615 8 INFO neutron.services.segments.plugin [-] Segment 3d436e3a-c4f4-4f90-aaf7-d56b54e6e69e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d436e3a-c4f4-4f90-aaf7-d56b54e6e69e found for delete ", "request_id": "req-e21ea94a-6d7b-46e4-bbd7-138d119140a4"}]} [pid: 8|app: 0|req: 668/1201] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:05 2026] DELETE /v2.0/routers/1f2dbe78-859d-4b70-b66e-e7aa297973b7 => generated 0 bytes in 859 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1202] 10.0.0.139 () {34 vars in 685 bytes} [Fri May 8 21:09:06 2026] POST /v2.0/security-groups => generated 1660 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1203] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:06 2026] GET /v2.0/ports?device_id=1f2dbe78-859d-4b70-b66e-e7aa297973b7 => 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: 536/1204] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:09:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:06.850 7 INFO neutron.api.v2.resource [None req-cc549fc8-5e9e-46ae-9278-5c56240229b4 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 537/1205] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:06 2026] DELETE /v2.0/routers/1f2dbe78-859d-4b70-b66e-e7aa297973b7 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1206] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:06 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1207] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:09:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1208] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:07 2026] GET /v2.0/ports?device_id=97f041a1-404c-4783-9533-5bfa50009e97 => 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: 541/1209] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:07 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&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: 542/1210] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:09:07 2026] POST /v2.0/floatingips => generated 552 bytes in 676 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:07.755 7 INFO neutron.api.v2.resource [None req-db9df3b1-ffcd-4783-96d6-55eb45f9e2db 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 543/1211] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:07 2026] DELETE /v2.0/routers/97f041a1-404c-4783-9533-5bfa50009e97 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1212] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:09:06 2026] PUT /v2.0/routers/26c279c8-032b-4dd8-a22b-be7d33d882ec/add_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:07.775 7 INFO neutron.pecan_wsgi.hooks.translation [None req-551a5529-9acd-4068-b7f0-9cba8fee7f5a 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 544/1213] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:07 2026] DELETE /v2.0/subnets/042cfe62-c4b4-42fb-858d-50578ad83e3c => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1214] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:07 2026] GET /v2.0/ports?device_id=70830960-fa74-42d5-a55d-493659ef5759 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:07.821 7 INFO neutron.api.v2.resource [None req-33a6a16f-bdf3-4e5b-8fe2-efa80d980f82 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 545/1215] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:07 2026] DELETE /v2.0/routers/70830960-fa74-42d5-a55d-493659ef5759 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:09:07.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c782e27-97c9-4fa1-a9a7-f091164e3e6f 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 671/1216] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:07 2026] DELETE /v2.0/subnets/914413bd-d5fb-416d-bfa3-ba71101706ce => 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: 546/1217] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:07 2026] GET /v2.0/ports?device_id=f655b358-2a02-4f27-a544-72e96598242d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:07.889 8 INFO neutron.api.v2.resource [None req-c08351fb-286c-486f-a927-d955d86354b3 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 672/1218] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:07 2026] DELETE /v2.0/routers/f655b358-2a02-4f27-a544-72e96598242d => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:09:07.908 7 INFO neutron.pecan_wsgi.hooks.translation [None req-485dd8c2-4e20-4b98-8b1b-8f65ed61d4ec 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 547/1219] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:07 2026] DELETE /v2.0/subnets/84181737-60d2-49cf-8414-1b60969004ed => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:09:07.928 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cf40e166-846e-496d-821a-41a2c1c718c7 82841f6ef6094f4982336088efc85ce7 777439bbcf0a415a8ae7dc0b169adaa8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 673/1220] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:07 2026] DELETE /v2.0/subnets/0ca98425-b8cc-4783-87a4-e9e0c157c2cf => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1221] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:08 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => 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: 674/1222] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:08 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&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: 549/1223] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:08 2026] GET /v2.0/security-groups?tenant_id=777439bbcf0a415a8ae7dc0b169adaa8&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1224] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:08 2026] DELETE /v2.0/security-groups/204e7f69-275c-4e6e-b68c-3e565f663efa => 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: 550/1225] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:09 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1226] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:09 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1227] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:10 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1228] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:10 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:10.655 7 INFO neutron.db.segments_db [None req-9b4338dd-c9b3-401c-a933-c81356b09f90 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Added segment 3ccfda5f-4a65-490d-b088-e7cff7dbe30a of type vxlan for network 0031ba4a-b2f9-4505-8f8f-32d2c514a1d4 [pid: 7|app: 0|req: 551/1231] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:09:10 2026] POST /v2.0/networks => generated 610 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:10.830 8 INFO neutron.db.segments_db [None req-727ebcc0-f775-4d1b-97ba-ea61b5d6a616 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Added segment 22c94c9c-18cd-4b32-be21-28e25de4ef7b of type vxlan for network 05a55b6e-1d6c-43f2-8479-ffcc87073f12 [pid: 8|app: 0|req: 681/1232] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:09:10 2026] POST /v2.0/networks => generated 610 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1233] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:10 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1234] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/networks?id=31f01e86-98ef-4cf9-8738-daa67ea4c4af => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1235] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/quotas/2f8de90965a5459bbae9c48c5b2e372b => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1236] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/ports?tenant_id=2f8de90965a5459bbae9c48c5b2e372b&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1237] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:11 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1238] 10.0.0.227 () {34 vars in 1100 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1914776994&fields=id&tenant_id=469c2c30ab474b9b9f4b90c2039ea4ab => 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: 683/1239] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/networks/31f01e86-98ef-4cf9-8738-daa67ea4c4af?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:11.533 7 INFO neutron.db.segments_db [None req-74710c16-d760-4c00-b063-e42ce9aca840 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Added segment b7924459-473c-4ebd-8f06-cf46e12c7165 of type vxlan for network 5a91e66d-245c-42e8-9ecc-78772345824a [pid: 8|app: 0|req: 684/1240] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/networks?id=5f0f5647-ae89-498b-b5b4-d7002e1d9551 => generated 680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1241] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/networks/31f01e86-98ef-4cf9-8738-daa67ea4c4af?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: 686/1242] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/quotas/469c2c30ab474b9b9f4b90c2039ea4ab => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1243] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/ports?tenant_id=469c2c30ab474b9b9f4b90c2039ea4ab&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1244] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/networks/5f0f5647-ae89-498b-b5b4-d7002e1d9551?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1245] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/networks/5f0f5647-ae89-498b-b5b4-d7002e1d9551?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:11.841 7 INFO neutron.db.l3_hamode_db [None req-74710c16-d760-4c00-b063-e42ce9aca840 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 690/1246] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1247] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:11.969 7 INFO neutron.db.l3_hamode_db [None req-74710c16-d760-4c00-b063-e42ce9aca840 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 692/1248] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:11 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => 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: 693/1249] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:12 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => 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: 557/1250] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:11 2026] POST /v2.0/routers => generated 507 bytes in 1088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1251] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:13 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1252] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:13 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => 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: 560/1253] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:13 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1254] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:13 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1255] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:09:12 2026] PUT /v2.0/routers/cebbd9a6-b6b0-4632-adff-b02792684e59/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1256] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:09:13 2026] GET /v2.0/ports/fe6aaca8-73cd-48b3-a9d4-6e172e9e449a => generated 955 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1257] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:14 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1258] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:14 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => 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: 695/1259] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:09:13 2026] PUT /v2.0/routers/cebbd9a6-b6b0-4632-adff-b02792684e59/add_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1260] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:09:14 2026] GET /v2.0/ports/df29bee4-1300-4562-bc8c-c1a615537577 => generated 955 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1261] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:15 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => 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: 567/1262] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:15 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:15.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-87db9f06-0bf6-4b66-9842-fbf39659d3f7 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] TaaS: Handle Delete Port: df29bee4-1300-4562-bc8c-c1a615537577 2026-05-08 21:09:15.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87db9f06-0bf6-4b66-9842-fbf39659d3f7 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Tap Mirror: Handle Delete Port: df29bee4-1300-4562-bc8c-c1a615537577 [pid: 8|app: 0|req: 696/1263] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:09:15 2026] PUT /v2.0/routers/cebbd9a6-b6b0-4632-adff-b02792684e59/remove_router_interface => generated 309 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1264] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:09:15 2026] GET /v2.0/networks?id=31f01e86-98ef-4cf9-8738-daa67ea4c4af => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:16.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc387c2a-257e-4c67-a2c7-373032a3d685 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] TaaS: Handle Delete Port: fe6aaca8-73cd-48b3-a9d4-6e172e9e449a 2026-05-08 21:09:16.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc387c2a-257e-4c67-a2c7-373032a3d685 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Tap Mirror: Handle Delete Port: fe6aaca8-73cd-48b3-a9d4-6e172e9e449a [pid: 8|app: 0|req: 698/1265] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:09:16 2026] POST /v2.0/ports => generated 954 bytes in 390 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: 699/1266] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:16 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 957 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1267] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:16 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => 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: 568/1268] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:09:15 2026] PUT /v2.0/routers/cebbd9a6-b6b0-4632-adff-b02792684e59/remove_router_interface => generated 309 bytes in 778 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1269] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:16 2026] GET /v2.0/security-groups?id=304293fe-2be2-45b9-8dcd-b39273da7a07&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1270] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:16 2026] GET /v2.0/ports?device_id=cebbd9a6-b6b0-4632-adff-b02792684e59 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:16.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f0bac92-fbf2-4278-8c5d-d504e9fdb789 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] TaaS: Handle Delete Port: aea13c5b-1d89-45f4-b97d-9f4d3a8b42e6 2026-05-08 21:09:16.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f0bac92-fbf2-4278-8c5d-d504e9fdb789 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Tap Mirror: Handle Delete Port: aea13c5b-1d89-45f4-b97d-9f4d3a8b42e6 [pid: 8|app: 0|req: 701/1271] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:09:16 2026] PUT /v2.0/ports/a51f53c9-35c1-48f2-8147-4c5b606901bd => generated 1235 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:16.951 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a8a35d8-39a4-4338-9fcf-b45fd82a3c8b'] response: {'name': 'network-changed', 'server_uuid': '0150a5af-6f38-4d1a-9239-28b05d046e20', 'tag': 'a51f53c9-35c1-48f2-8147-4c5b606901bd', 'status': 'completed', 'code': 200} 2026-05-08 21:09:17.171 7 INFO neutron.services.segments.plugin [-] Segment b7924459-473c-4ebd-8f06-cf46e12c7165 resource provider aggregate not found 2026-05-08 21:09:17.178 7 INFO neutron.services.segments.plugin [-] Segment b7924459-473c-4ebd-8f06-cf46e12c7165 resource provider aggregate not found 2026-05-08 21:09:17.192 7 INFO neutron.services.segments.plugin [-] Segment b7924459-473c-4ebd-8f06-cf46e12c7165 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7924459-473c-4ebd-8f06-cf46e12c7165 found for delete ", "request_id": "req-687b726f-adc3-4b04-86c8-8c29bd0d0ff9"}]} 2026-05-08 21:09:17.195 7 INFO neutron.services.segments.plugin [-] Segment b7924459-473c-4ebd-8f06-cf46e12c7165 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7924459-473c-4ebd-8f06-cf46e12c7165 found for delete ", "request_id": "req-ae3f2c4e-282f-4d03-89fe-5b96b88b77ad"}]} 2026-05-08 21:09:17.206 7 INFO neutron.db.l3_hamode_db [None req-6f0bac92-fbf2-4278-8c5d-d504e9fdb789 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] HA network 5a91e66d-245c-42e8-9ecc-78772345824a was deleted as no HA routers are present in tenant 0dd3e53280c246b2b1c1e61999cf71a8. [pid: 7|app: 0|req: 571/1272] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:16 2026] DELETE /v2.0/routers/cebbd9a6-b6b0-4632-adff-b02792684e59 => generated 0 bytes in 584 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: 702/1273] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:17 2026] DELETE /v2.0/subnets/a2a0b2b6-f686-41a7-be5c-234ce2b22096 => 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: 572/1274] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:17 2026] DELETE /v2.0/subnets/6cb0a37f-1dab-453b-b3b7-a38899f46a33 => 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: 703/1275] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:09:17 2026] GET /v2.0/ports?tenant_id=2f8de90965a5459bbae9c48c5b2e372b&device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1276] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:09:17 2026] GET /v2.0/networks?tenant_id=2f8de90965a5459bbae9c48c5b2e372b&shared=False => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1277] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:09:17 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) [pid: 8|app: 0|req: 706/1278] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:17 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1279] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:17 2026] DELETE /v2.0/networks/05a55b6e-1d6c-43f2-8479-ffcc87073f12 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:09:17.731 8 INFO neutron.services.segments.plugin [-] Segment 3ccfda5f-4a65-490d-b088-e7cff7dbe30a resource provider aggregate not found 2026-05-08 21:09:17.733 8 INFO neutron.services.segments.plugin [-] Segment 3ccfda5f-4a65-490d-b088-e7cff7dbe30a resource provider aggregate not found [pid: 7|app: 0|req: 574/1280] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:17 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:17.750 8 INFO neutron.services.segments.plugin [-] Segment 3ccfda5f-4a65-490d-b088-e7cff7dbe30a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ccfda5f-4a65-490d-b088-e7cff7dbe30a found for delete ", "request_id": "req-7655ac0a-997f-42ad-897e-dc9f98c035df"}]} 2026-05-08 21:09:17.754 8 INFO neutron.services.segments.plugin [-] Segment 3ccfda5f-4a65-490d-b088-e7cff7dbe30a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ccfda5f-4a65-490d-b088-e7cff7dbe30a found for delete ", "request_id": "req-5058d73d-2e5d-4761-8c6d-effb3cd6683f"}]} [pid: 8|app: 0|req: 707/1281] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:17 2026] DELETE /v2.0/networks/0031ba4a-b2f9-4505-8f8f-32d2c514a1d4 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1282] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:17 2026] GET /v2.0/security-groups?id=304293fe-2be2-45b9-8dcd-b39273da7a07&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:17.828 8 INFO neutron.db.segments_db [None req-8001f17d-9a67-4a28-84cd-cd8316c39f73 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Added segment 6c4a9db9-1913-43c6-8329-9799196cebc2 of type vxlan for network 64258934-5f4e-477f-98d5-596106b158d4 [pid: 8|app: 0|req: 708/1283] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:09:17 2026] POST /v2.0/networks => generated 610 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1284] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:17 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1285] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:09:18 2026] GET /v2.0/networks?id=5f0f5647-ae89-498b-b5b4-d7002e1d9551 => generated 680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:18.180 7 INFO neutron.db.segments_db [None req-5fc856f9-7368-4d06-af76-71f96252fee2 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Added segment fbe33917-a54c-4c37-b8f9-9cd745d10458 of type vxlan for network 1e24a513-687d-465f-adb5-b4cba3bcbdeb [pid: 8|app: 0|req: 710/1286] 199.204.45.25 () {34 vars in 1049 bytes} [Fri May 8 21:09:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=469c2c30ab474b9b9f4b90c2039ea4ab => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:18.378 7 INFO neutron.db.l3_hamode_db [None req-5fc856f9-7368-4d06-af76-71f96252fee2 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:09:18.469 7 INFO neutron.db.l3_hamode_db [None req-5fc856f9-7368-4d06-af76-71f96252fee2 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 711/1287] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:09:18 2026] POST /v2.0/ports => generated 954 bytes in 343 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: 577/1288] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:18 2026] POST /v2.0/routers => generated 506 bytes in 834 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1289] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:09:18 2026] PUT /v2.0/ports/e4292067-dd10-412b-8ed1-61fb7064eba0 => generated 1235 bytes in 408 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: 578/1290] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:09:18 2026] GET /v2.0/ports?tenant_id=2f8de90965a5459bbae9c48c5b2e372b&device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1291] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:18 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1292] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:19 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1293] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:09:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a51f53c9-35c1-48f2-8147-4c5b606901bd => 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: 581/1294] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:19 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&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: 582/1295] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:19 2026] GET /v2.0/security-groups?id=304293fe-2be2-45b9-8dcd-b39273da7a07&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:19.136 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2e44a5c-3e4f-410a-a5f4-ca6d696aea44'] response: {'name': 'network-changed', 'server_uuid': '5635b528-01f5-4324-8dfd-c1b26bc45eee', 'tag': 'e4292067-dd10-412b-8ed1-61fb7064eba0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 583/1296] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:09:19 2026] GET /v2.0/subnets?id=25a5e367-a83a-4dc4-83ac-fb80737a19dd => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1297] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:09:19 2026] GET /v2.0/ports?network_id=31f01e86-98ef-4cf9-8738-daa67ea4c4af&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:19.218 7 INFO neutron.services.segments.plugin [-] Segment 22c94c9c-18cd-4b32-be21-28e25de4ef7b resource provider aggregate not found 2026-05-08 21:09:19.227 7 INFO neutron.services.segments.plugin [-] Segment 22c94c9c-18cd-4b32-be21-28e25de4ef7b resource provider aggregate not found 2026-05-08 21:09:19.236 7 INFO neutron.services.segments.plugin [-] Segment 22c94c9c-18cd-4b32-be21-28e25de4ef7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22c94c9c-18cd-4b32-be21-28e25de4ef7b found for delete ", "request_id": "req-640b7c90-12a8-449f-a025-82a663fc95ce"}]} 2026-05-08 21:09:19.244 7 INFO neutron.services.segments.plugin [-] Segment 22c94c9c-18cd-4b32-be21-28e25de4ef7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22c94c9c-18cd-4b32-be21-28e25de4ef7b found for delete ", "request_id": "req-f4c9f867-fd5f-4ac0-a9ba-8c4017029f57"}]} [pid: 7|app: 0|req: 585/1298] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:09:19 2026] GET /v2.0/networks/31f01e86-98ef-4cf9-8738-daa67ea4c4af?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1299] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:09:19 2026] GET /v2.0/networks/31f01e86-98ef-4cf9-8738-daa67ea4c4af?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: 714/1300] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:09:19 2026] POST /v2.0/ports => generated 948 bytes in 371 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: 715/1301] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:09:19 2026] GET /v2.0/ports?tenant_id=469c2c30ab474b9b9f4b90c2039ea4ab&device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => 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: 716/1302] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:09:19 2026] GET /v2.0/networks?tenant_id=469c2c30ab474b9b9f4b90c2039ea4ab&shared=False => generated 776 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1303] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:09:19 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: 718/1304] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:20 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1305] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:20 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => 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: 720/1306] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:20 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1307] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:20 2026] GET /v2.0/security-groups?id=304293fe-2be2-45b9-8dcd-b39273da7a07&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1308] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:09:19 2026] PUT /v2.0/routers/a3c41b2f-7d28-4a4d-9929-5329247dce38/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1309] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:09:20 2026] GET /v2.0/ports/6f436b8c-1e3d-4ca0-b32b-749e53f94d6e => generated 1022 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:09:20.843 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c9543b0-a323-4934-b2bf-57aeafa900a2 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] TaaS: Handle Delete Port: 6f436b8c-1e3d-4ca0-b32b-749e53f94d6e 2026-05-08 21:09:20.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c9543b0-a323-4934-b2bf-57aeafa900a2 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Tap Mirror: Handle Delete Port: 6f436b8c-1e3d-4ca0-b32b-749e53f94d6e [pid: 8|app: 0|req: 723/1310] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:09:20 2026] GET /v2.0/ports?tenant_id=469c2c30ab474b9b9f4b90c2039ea4ab&device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1311] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:09:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e4292067-dd10-412b-8ed1-61fb7064eba0 => 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: 725/1312] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:09:20 2026] GET /v2.0/subnets?id=5d207834-69c3-4198-a20e-ef5b6f088d4d => generated 698 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1313] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:09:20 2026] GET /v2.0/ports?network_id=5f0f5647-ae89-498b-b5b4-d7002e1d9551&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1314] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:09:20 2026] GET /v2.0/networks/5f0f5647-ae89-498b-b5b4-d7002e1d9551?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1315] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:09:20 2026] GET /v2.0/networks/5f0f5647-ae89-498b-b5b4-d7002e1d9551?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1316] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:09:20 2026] PUT /v2.0/routers/a3c41b2f-7d28-4a4d-9929-5329247dce38/remove_router_interface => generated 309 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:21.347 8 INFO neutron.api.v2.resource [None req-0483b29f-813a-4e1b-9a0a-91e849fce151 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 729/1317] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:09:21 2026] PUT /v2.0/routers/a3c41b2f-7d28-4a4d-9929-5329247dce38/remove_router_interface => generated 197 bytes in 97 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: 589/1318] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:21 2026] GET /v2.0/ports?device_id=a3c41b2f-7d28-4a4d-9929-5329247dce38 => 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: 730/1319] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:21 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => 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: 731/1320] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:21 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1321] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:21 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1322] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:21 2026] GET /v2.0/security-groups?id=304293fe-2be2-45b9-8dcd-b39273da7a07&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:21.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-36839052-c0a2-4d38-a641-d717cf6a94cd 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] TaaS: Handle Delete Port: 53e21ca3-75ba-43c4-a4c1-f4d31dd81b72 2026-05-08 21:09:21.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36839052-c0a2-4d38-a641-d717cf6a94cd 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Tap Mirror: Handle Delete Port: 53e21ca3-75ba-43c4-a4c1-f4d31dd81b72 2026-05-08 21:09:21.857 7 INFO neutron.services.segments.plugin [-] Segment fbe33917-a54c-4c37-b8f9-9cd745d10458 resource provider aggregate not found 2026-05-08 21:09:21.858 7 INFO neutron.services.segments.plugin [-] Segment fbe33917-a54c-4c37-b8f9-9cd745d10458 resource provider aggregate not found 2026-05-08 21:09:21.878 7 INFO neutron.services.segments.plugin [-] Segment fbe33917-a54c-4c37-b8f9-9cd745d10458 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbe33917-a54c-4c37-b8f9-9cd745d10458 found for delete ", "request_id": "req-2d3461e4-2c17-4ece-8f55-4b46ad71e0f2"}]} 2026-05-08 21:09:21.880 7 INFO neutron.services.segments.plugin [-] Segment fbe33917-a54c-4c37-b8f9-9cd745d10458 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbe33917-a54c-4c37-b8f9-9cd745d10458 found for delete ", "request_id": "req-a9de66f6-3275-49df-a39b-d88d7fedcd28"}]} 2026-05-08 21:09:21.885 7 INFO neutron.db.l3_hamode_db [None req-36839052-c0a2-4d38-a641-d717cf6a94cd 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] HA network 1e24a513-687d-465f-adb5-b4cba3bcbdeb was deleted as no HA routers are present in tenant 0dd3e53280c246b2b1c1e61999cf71a8. [pid: 7|app: 0|req: 590/1323] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:21 2026] DELETE /v2.0/routers/a3c41b2f-7d28-4a4d-9929-5329247dce38 => generated 0 bytes in 506 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1324] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:21 2026] DELETE /v2.0/subnets/b3315fb5-e57f-4f3c-ba69-f6a566fbbb66 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1325] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:22 2026] DELETE /v2.0/networks/64258934-5f4e-477f-98d5-596106b158d4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:09:22.214 8 INFO neutron.db.segments_db [None req-5031efde-51fb-4559-99d4-901d4078e2a5 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Added segment f3609214-4201-49bd-9e34-ed5bdeb8872e of type vxlan for network 1dfbbc38-2411-4510-a4e5-824a535d0a04 [pid: 8|app: 0|req: 735/1326] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:09:22 2026] POST /v2.0/networks => generated 611 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1327] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:22 2026] POST /v2.0/subnets => generated 626 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:22.569 8 INFO neutron.db.segments_db [None req-c53c5430-1ff6-4f1b-87e9-a1916beb657a 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Added segment 008d542c-516b-4669-8c43-9da7d8067ba1 of type vxlan for network 7782fbfa-a6f4-4a53-b1b6-992892d6d063 [pid: 7|app: 0|req: 593/1328] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:22 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1329] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:22 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1330] 10.0.0.251 () {34 vars in 990 bytes} [Fri May 8 21:09:22 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1331] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:22 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1332] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:22 2026] GET /v2.0/security-groups?id=304293fe-2be2-45b9-8dcd-b39273da7a07&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1333] 10.0.0.251 () {34 vars in 1040 bytes} [Fri May 8 21:09:22 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:22.832 8 INFO neutron.db.l3_hamode_db [None req-c53c5430-1ff6-4f1b-87e9-a1916beb657a 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:09:22.945 8 INFO neutron.db.l3_hamode_db [None req-c53c5430-1ff6-4f1b-87e9-a1916beb657a 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 736/1334] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:22 2026] POST /v2.0/routers => generated 507 bytes in 961 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1335] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:23 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:23.905 7 INFO neutron.services.segments.plugin [-] Segment 6c4a9db9-1913-43c6-8329-9799196cebc2 resource provider aggregate not found 2026-05-08 21:09:23.907 7 INFO neutron.services.segments.plugin [-] Segment 6c4a9db9-1913-43c6-8329-9799196cebc2 resource provider aggregate not found 2026-05-08 21:09:23.920 7 INFO neutron.services.segments.plugin [-] Segment 6c4a9db9-1913-43c6-8329-9799196cebc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c4a9db9-1913-43c6-8329-9799196cebc2 found for delete ", "request_id": "req-cf251d70-8309-4f5b-9246-bc051154a682"}]} 2026-05-08 21:09:23.927 7 INFO neutron.services.segments.plugin [-] Segment 6c4a9db9-1913-43c6-8329-9799196cebc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c4a9db9-1913-43c6-8329-9799196cebc2 found for delete ", "request_id": "req-ea26e63f-7970-4249-8269-2f1c9c1409b5"}]} [pid: 8|app: 0|req: 738/1336] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:23 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1337] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:23 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&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: 740/1338] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:23 2026] GET /v2.0/security-groups?id=304293fe-2be2-45b9-8dcd-b39273da7a07&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: 599/1339] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:09:23 2026] PUT /v2.0/routers/996c762b-1734-4d7c-a800-dc8f82dc93d6/add_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1340] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:09:24 2026] GET /v2.0/ports/80f9d4b9-961f-4318-823a-888b46cf5f6d => generated 955 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:25.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ad395f4-7ccd-4dc1-a5fa-396ae75cd393 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] TaaS: Handle Delete Port: 80f9d4b9-961f-4318-823a-888b46cf5f6d 2026-05-08 21:09:25.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ad395f4-7ccd-4dc1-a5fa-396ae75cd393 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Tap Mirror: Handle Delete Port: 80f9d4b9-961f-4318-823a-888b46cf5f6d [pid: 8|app: 0|req: 742/1341] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:25 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1342] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:25 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1343] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:25 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1344] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:25 2026] GET /v2.0/security-groups?id=304293fe-2be2-45b9-8dcd-b39273da7a07&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1347] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:09:24 2026] PUT /v2.0/routers/996c762b-1734-4d7c-a800-dc8f82dc93d6/remove_router_interface => generated 309 bytes in 1156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1348] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:25 2026] GET /v2.0/ports?device_id=996c762b-1734-4d7c-a800-dc8f82dc93d6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:26.067 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5474416-50c0-4777-b5d6-a5941da2dd3b 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] TaaS: Handle Delete Port: 1f7f94b8-2f01-403d-9342-85b16df6fbb5 2026-05-08 21:09:26.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5474416-50c0-4777-b5d6-a5941da2dd3b 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Tap Mirror: Handle Delete Port: 1f7f94b8-2f01-403d-9342-85b16df6fbb5 [pid: 8|app: 0|req: 749/1349] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:26 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1350] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:26 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:26.434 7 INFO neutron.services.segments.plugin [-] Segment 008d542c-516b-4669-8c43-9da7d8067ba1 resource provider aggregate not found 2026-05-08 21:09:26.442 7 INFO neutron.services.segments.plugin [-] Segment 008d542c-516b-4669-8c43-9da7d8067ba1 resource provider aggregate not found 2026-05-08 21:09:26.451 7 INFO neutron.services.segments.plugin [-] Segment 008d542c-516b-4669-8c43-9da7d8067ba1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 008d542c-516b-4669-8c43-9da7d8067ba1 found for delete ", "request_id": "req-b448cd4e-ce01-4449-85cd-2f3d8bd2abcc"}]} 2026-05-08 21:09:26.456 7 INFO neutron.services.segments.plugin [-] Segment 008d542c-516b-4669-8c43-9da7d8067ba1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 008d542c-516b-4669-8c43-9da7d8067ba1 found for delete ", "request_id": "req-568eee92-6d1c-47f3-8c3c-6a1d7d99c06e"}]} 2026-05-08 21:09:26.492 7 INFO neutron.db.l3_hamode_db [None req-a5474416-50c0-4777-b5d6-a5941da2dd3b 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] HA network 7782fbfa-a6f4-4a53-b1b6-992892d6d063 was deleted as no HA routers are present in tenant 0dd3e53280c246b2b1c1e61999cf71a8. [pid: 7|app: 0|req: 601/1351] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:25 2026] DELETE /v2.0/routers/996c762b-1734-4d7c-a800-dc8f82dc93d6 => generated 0 bytes in 598 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1352] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:26 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1353] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:26 2026] GET /v2.0/security-groups?id=304293fe-2be2-45b9-8dcd-b39273da7a07&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: 8|app: 0|req: 751/1354] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:26 2026] DELETE /v2.0/subnets/b9ba770c-127b-47be-931d-67dbb2d049d4 => generated 0 bytes in 542 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:09:27.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-96edeb26-f86f-443b-8dcf-d69454cddd08 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] TaaS: Handle Delete Port: 746aa9d9-283a-4718-8a07-d268013b3ada 2026-05-08 21:09:27.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96edeb26-f86f-443b-8dcf-d69454cddd08 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Tap Mirror: Handle Delete Port: 746aa9d9-283a-4718-8a07-d268013b3ada [pid: 7|app: 0|req: 604/1355] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:27 2026] DELETE /v2.0/networks/1dfbbc38-2411-4510-a4e5-824a535d0a04 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1356] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:27 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:27.410 7 INFO neutron.db.segments_db [None req-d1c76aff-0e9f-4789-8ac9-286a234a4100 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Added segment c801fe0c-3367-4703-9455-e030b79055b5 of type vxlan for network 15ef1984-633f-40c5-9b0d-5745a61c888e [pid: 8|app: 0|req: 753/1357] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:27 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:27.659 7 INFO neutron.db.l3_hamode_db [None req-d1c76aff-0e9f-4789-8ac9-286a234a4100 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 754/1358] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:27 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1359] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:27 2026] GET /v2.0/security-groups?id=304293fe-2be2-45b9-8dcd-b39273da7a07&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:28.489 7 INFO neutron.services.segments.plugin [-] Segment f3609214-4201-49bd-9e34-ed5bdeb8872e resource provider aggregate not found 2026-05-08 21:09:28.497 7 INFO neutron.services.segments.plugin [-] Segment f3609214-4201-49bd-9e34-ed5bdeb8872e resource provider aggregate not found 2026-05-08 21:09:28.513 7 INFO neutron.services.segments.plugin [-] Segment f3609214-4201-49bd-9e34-ed5bdeb8872e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3609214-4201-49bd-9e34-ed5bdeb8872e found for delete ", "request_id": "req-d63e6c84-ed0c-4d80-8939-d0153b290f79"}]} 2026-05-08 21:09:28.516 7 INFO neutron.services.segments.plugin [-] Segment f3609214-4201-49bd-9e34-ed5bdeb8872e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3609214-4201-49bd-9e34-ed5bdeb8872e found for delete ", "request_id": "req-16c484c7-2081-4704-9049-2aa54e69252d"}]} 2026-05-08 21:09:28.560 7 INFO neutron.db.l3_hamode_db [None req-d1c76aff-0e9f-4789-8ac9-286a234a4100 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 756/1360] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:28 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => 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: 757/1361] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:28 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1362] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:28 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1363] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:28 2026] GET /v2.0/security-groups?id=304293fe-2be2-45b9-8dcd-b39273da7a07&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1364] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:09:28 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:29.109 8 INFO neutron_taas.services.taas.taas_plugin [req-2acbc007-5349-4172-8979-dfc800ec23db req-9ae1c45c-08f5-4e7b-8c54-2e8da37ff269 a19f579977ef46ca93abc34d09cc2be3 2f8de90965a5459bbae9c48c5b2e372b - - default default] TaaS: Handle Delete Port: a51f53c9-35c1-48f2-8147-4c5b606901bd 2026-05-08 21:09:29.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2acbc007-5349-4172-8979-dfc800ec23db req-9ae1c45c-08f5-4e7b-8c54-2e8da37ff269 a19f579977ef46ca93abc34d09cc2be3 2f8de90965a5459bbae9c48c5b2e372b - - default default] Tap Mirror: Handle Delete Port: a51f53c9-35c1-48f2-8147-4c5b606901bd [pid: 8|app: 0|req: 761/1365] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:09:28 2026] DELETE /v2.0/ports/a51f53c9-35c1-48f2-8147-4c5b606901bd => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:09:29.305 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c93b6dc-bf44-4492-a3cc-a357797d754c'] response: {'server_uuid': '0150a5af-6f38-4d1a-9239-28b05d046e20', 'name': 'network-vif-deleted', 'tag': 'a51f53c9-35c1-48f2-8147-4c5b606901bd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 605/1366] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:27 2026] POST /v2.0/routers => generated 687 bytes in 2262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1367] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:09:29 2026] GET /v2.0/routers/6aef41a9-9df6-4890-b5c3-af0c4205c491 => generated 693 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1368] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:29 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1369] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:29 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1370] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:09:29 2026] GET /v2.0/routers => generated 696 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1371] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:29 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1372] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:30 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:30.334 8 INFO neutron.db.l3_db [None req-ff3deb38-5dfb-4d39-99f4-e4e961c657fd a2e942a9fdf94ef9b4c4bc3a70c6df06 469c2c30ab474b9b9f4b90c2039ea4ab - - default default] Floating IP 9c78bdd9-a8e0-42cd-8d59-61648c5589ee associated. External IP: 10.96.250.218, port: e4292067-dd10-412b-8ed1-61fb7064eba0. [pid: 7|app: 0|req: 608/1373] 10.0.0.139 () {34 vars in 741 bytes} [Fri May 8 21:09:29 2026] PUT /v2.0/routers/6aef41a9-9df6-4890-b5c3-af0c4205c491 => generated 700 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1374] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:09:30 2026] GET /v2.0/routers/6aef41a9-9df6-4890-b5c3-af0c4205c491 => generated 700 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1375] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:30 2026] GET /v2.0/ports?device_id=6aef41a9-9df6-4890-b5c3-af0c4205c491 => 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: 766/1376] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:09:30 2026] PUT /v2.0/floatingips/9c78bdd9-a8e0-42cd-8d59-61648c5589ee => generated 855 bytes in 608 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:30.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-2be99c0e-80e2-4f98-a3f4-ab9ff4b528fc 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] TaaS: Handle Delete Port: f5df3a97-6754-48a0-866d-215b070ab4d8 2026-05-08 21:09:30.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2be99c0e-80e2-4f98-a3f4-ab9ff4b528fc 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Tap Mirror: Handle Delete Port: f5df3a97-6754-48a0-866d-215b070ab4d8 [pid: 8|app: 0|req: 767/1377] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:30 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1378] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:30 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:30.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-2be99c0e-80e2-4f98-a3f4-ab9ff4b528fc 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] TaaS: Handle Delete Port: d59db371-a5ab-460b-bbe8-c1bf6a183dd1 2026-05-08 21:09:30.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2be99c0e-80e2-4f98-a3f4-ab9ff4b528fc 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] Tap Mirror: Handle Delete Port: d59db371-a5ab-460b-bbe8-c1bf6a183dd1 [pid: 8|app: 0|req: 769/1379] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:30 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1380] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1381] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1382] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1383] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:31.236 7 INFO neutron.services.segments.plugin [-] Segment c801fe0c-3367-4703-9455-e030b79055b5 resource provider aggregate not found 2026-05-08 21:09:31.236 7 INFO neutron.services.segments.plugin [-] Segment c801fe0c-3367-4703-9455-e030b79055b5 resource provider aggregate not found 2026-05-08 21:09:31.260 7 INFO neutron.services.segments.plugin [-] Segment c801fe0c-3367-4703-9455-e030b79055b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c801fe0c-3367-4703-9455-e030b79055b5 found for delete ", "request_id": "req-2b7a8445-9621-4246-81f6-1e52a9ba046b"}]} 2026-05-08 21:09:31.262 7 INFO neutron.services.segments.plugin [-] Segment c801fe0c-3367-4703-9455-e030b79055b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c801fe0c-3367-4703-9455-e030b79055b5 found for delete ", "request_id": "req-b0f459d0-3e83-464a-b826-cf9f3b32c77f"}]} 2026-05-08 21:09:31.266 7 INFO neutron.db.l3_hamode_db [None req-2be99c0e-80e2-4f98-a3f4-ab9ff4b528fc 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] HA network 15ef1984-633f-40c5-9b0d-5745a61c888e was deleted as no HA routers are present in tenant 0dd3e53280c246b2b1c1e61999cf71a8. [pid: 7|app: 0|req: 611/1384] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:30 2026] DELETE /v2.0/routers/6aef41a9-9df6-4890-b5c3-af0c4205c491 => generated 0 bytes in 806 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1385] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/ports?device_id=6aef41a9-9df6-4890-b5c3-af0c4205c491 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:31.328 7 INFO neutron.api.v2.resource [None req-f7f2ef7d-df59-4513-a558-1d660a19c521 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 612/1386] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:31 2026] DELETE /v2.0/routers/6aef41a9-9df6-4890-b5c3-af0c4205c491 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:09:31.345 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9997a66-c166-4589-86c9-a81b618bdddb'] response: {'name': 'network-changed', 'server_uuid': '5635b528-01f5-4324-8dfd-c1b26bc45eee', 'tag': 'e4292067-dd10-412b-8ed1-61fb7064eba0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 613/1387] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/ports?device_id=996c762b-1734-4d7c-a800-dc8f82dc93d6 => 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: 775/1388] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:31.371 7 INFO neutron.api.v2.resource [None req-8676d892-b4bf-493e-8d39-f88ee013872e 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 614/1389] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:31 2026] DELETE /v2.0/routers/996c762b-1734-4d7c-a800-dc8f82dc93d6 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:09:31.387 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7c6cc80-5b38-413a-acb6-14b1eb3562c0 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 615/1390] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:31 2026] DELETE /v2.0/subnets/b9ba770c-127b-47be-931d-67dbb2d049d4 => 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: 776/1391] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&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: 616/1392] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/ports?device_id=a3c41b2f-7d28-4a4d-9929-5329247dce38 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:31.433 8 INFO neutron.api.v2.resource [None req-fb235728-3456-4955-a72f-3740832d1b7d 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 777/1393] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:31 2026] DELETE /v2.0/routers/a3c41b2f-7d28-4a4d-9929-5329247dce38 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:09:31.449 7 INFO neutron.pecan_wsgi.hooks.translation [None req-884b3d7d-9aec-40ef-bf2c-c3cb373bf0f9 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 617/1394] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:31 2026] DELETE /v2.0/subnets/b3315fb5-e57f-4f3c-ba69-f6a566fbbb66 => 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: 778/1395] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/ports?device_id=cebbd9a6-b6b0-4632-adff-b02792684e59 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:31.498 7 INFO neutron.api.v2.resource [None req-360a0aec-7389-431a-8da2-e4ed5ea04b45 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 618/1396] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:31 2026] DELETE /v2.0/routers/cebbd9a6-b6b0-4632-adff-b02792684e59 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:09:31.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74372365-9b6d-487a-9e24-4b5b86ce2ca8 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 779/1397] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:31 2026] DELETE /v2.0/subnets/a2a0b2b6-f686-41a7-be5c-234ce2b22096 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:09:31.534 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e33c8eb7-b637-4616-b41a-944d70e6fc00 1c01eb0f5c0547988068274551503eff 0dd3e53280c246b2b1c1e61999cf71a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 619/1398] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:31 2026] DELETE /v2.0/subnets/6cb0a37f-1dab-453b-b3b7-a38899f46a33 => 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: 780/1399] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/ports?tenant_id=469c2c30ab474b9b9f4b90c2039ea4ab&device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1400] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/networks?id=5f0f5647-ae89-498b-b5b4-d7002e1d9551 => generated 776 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1401] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e4292067-dd10-412b-8ed1-61fb7064eba0 => generated 860 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1402] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:09:31 2026] GET /v2.0/subnets?id=5d207834-69c3-4198-a20e-ef5b6f088d4d => generated 698 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1403] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:09:32 2026] GET /v2.0/ports?network_id=5f0f5647-ae89-498b-b5b4-d7002e1d9551&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: 622/1404] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:09:32 2026] GET /v2.0/networks/5f0f5647-ae89-498b-b5b4-d7002e1d9551?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: 623/1405] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:09:32 2026] GET /v2.0/networks/5f0f5647-ae89-498b-b5b4-d7002e1d9551?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: 783/1406] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:32 2026] GET /v2.0/security-groups?tenant_id=0dd3e53280c246b2b1c1e61999cf71a8&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1407] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:32 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1408] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:32 2026] GET /v2.0/ports?device_id=0150a5af-6f38-4d1a-9239-28b05d046e20 => 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: 624/1409] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:32 2026] DELETE /v2.0/security-groups/2fe716f8-fbe7-492d-8ed2-cc5b08ceb50f => 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: 786/1410] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:32 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&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: 625/1411] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:32 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1412] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:32 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1413] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:33 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1414] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:33 2026] GET /v2.0/security-groups?id=e8657a07-6328-4f7f-9aac-a2b51507ba40&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: 627/1415] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:09:33 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:33.662 8 INFO neutron_taas.services.taas.taas_plugin [req-a9e9c71c-d253-4872-8278-0055bad21e51 req-0ca9425c-4518-4c89-abcc-df837455398f a2e942a9fdf94ef9b4c4bc3a70c6df06 469c2c30ab474b9b9f4b90c2039ea4ab - - default default] TaaS: Handle Delete Port: e4292067-dd10-412b-8ed1-61fb7064eba0 2026-05-08 21:09:33.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a9e9c71c-d253-4872-8278-0055bad21e51 req-0ca9425c-4518-4c89-abcc-df837455398f a2e942a9fdf94ef9b4c4bc3a70c6df06 469c2c30ab474b9b9f4b90c2039ea4ab - - default default] Tap Mirror: Handle Delete Port: e4292067-dd10-412b-8ed1-61fb7064eba0 [pid: 7|app: 0|req: 628/1416] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:33 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1417] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:09:33 2026] GET /v2.0/security-groups?id=17ab521d-4b38-409e-aead-715c3247d4dd&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1418] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:09:33 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:33.849 7 INFO neutron_taas.services.taas.taas_plugin [req-7db5cea3-275d-497b-9fa3-a524b502ab60 req-51104133-f343-457d-94c8-587d37285ce5 52f8f4164bf84a22a77c7d08d03628da 0a337fa72b134b1ba3a0bb02c8040ad6 - - default default] TaaS: Handle Delete Port: 9fd4ec3a-9e20-4a2d-8a64-77ad47418952 2026-05-08 21:09:33.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7db5cea3-275d-497b-9fa3-a524b502ab60 req-51104133-f343-457d-94c8-587d37285ce5 52f8f4164bf84a22a77c7d08d03628da 0a337fa72b134b1ba3a0bb02c8040ad6 - - default default] Tap Mirror: Handle Delete Port: 9fd4ec3a-9e20-4a2d-8a64-77ad47418952 2026-05-08 21:09:33.955 7 INFO neutron.db.l3_db [req-7db5cea3-275d-497b-9fa3-a524b502ab60 req-51104133-f343-457d-94c8-587d37285ce5 52f8f4164bf84a22a77c7d08d03628da 0a337fa72b134b1ba3a0bb02c8040ad6 - - default default] Floating IP 49c0fdef-0583-45ba-bd92-22b420b1759a disassociated. External IP: 10.96.250.215, port: 9fd4ec3a-9e20-4a2d-8a64-77ad47418952. 2026-05-08 21:09:34.161 8 INFO neutron.db.l3_db [req-a9e9c71c-d253-4872-8278-0055bad21e51 req-0ca9425c-4518-4c89-abcc-df837455398f a2e942a9fdf94ef9b4c4bc3a70c6df06 469c2c30ab474b9b9f4b90c2039ea4ab - - default default] Floating IP 9c78bdd9-a8e0-42cd-8d59-61648c5589ee disassociated. External IP: 10.96.250.218, port: e4292067-dd10-412b-8ed1-61fb7064eba0. [pid: 7|app: 0|req: 631/1419] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:09:33 2026] DELETE /v2.0/ports/9fd4ec3a-9e20-4a2d-8a64-77ad47418952 => generated 0 bytes in 493 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:09:34.321 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3baa497d-e9c4-462d-a753-30d0e7b37331'] response: {'server_uuid': 'd12d0148-0f24-41df-8670-ffafc2fe5356', 'name': 'network-vif-deleted', 'tag': '9fd4ec3a-9e20-4a2d-8a64-77ad47418952', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 789/1420] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:09:33 2026] DELETE /v2.0/ports/e4292067-dd10-412b-8ed1-61fb7064eba0 => generated 0 bytes in 1115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:09:34.679 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-12f79d13-8f2f-4144-a4bb-f2943c2e7753'] response: {'server_uuid': '5635b528-01f5-4324-8dfd-c1b26bc45eee', 'name': 'network-vif-deleted', 'tag': 'e4292067-dd10-412b-8ed1-61fb7064eba0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 632/1421] 10.0.0.139 () {34 vars in 684 bytes} [Fri May 8 21:09:34 2026] POST /v2.0/security-groups => generated 1624 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1422] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:34 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1423] 10.0.0.139 () {32 vars in 663 bytes} [Fri May 8 21:09:34 2026] GET /v2.0/security-groups => generated 4529 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1424] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:34 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1425] 10.0.0.139 () {34 vars in 758 bytes} [Fri May 8 21:09:34 2026] PUT /v2.0/security-groups/8437a9ed-bfab-4d5d-a176-29d5ef6d6d1d => generated 1663 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1426] 10.0.0.139 () {32 vars in 737 bytes} [Fri May 8 21:09:34 2026] GET /v2.0/security-groups/8437a9ed-bfab-4d5d-a176-29d5ef6d6d1d => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1427] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:34 2026] DELETE /v2.0/security-groups/8437a9ed-bfab-4d5d-a176-29d5ef6d6d1d => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:09:35.048 8 INFO neutron_taas.services.taas.taas_plugin [None req-7121b4a2-4716-4b6a-90d3-735300e322ee f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: a917ba2e-5b82-472e-9b75-4519bea1ed23 2026-05-08 21:09:35.051 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7121b4a2-4716-4b6a-90d3-735300e322ee f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: a917ba2e-5b82-472e-9b75-4519bea1ed23 [pid: 7|app: 0|req: 639/1428] 10.0.0.139 () {32 vars in 663 bytes} [Fri May 8 21:09:35 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) 2026-05-08 21:09:35.073 7 INFO neutron.api.v2.resource [None req-b52c52df-c752-48ff-bb67-49dc0b91560c 3d0e72cf91ce4364a53fc0b50979bb6a 1367723ff8b844ed8bbf2c1c4841d589 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 640/1429] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:35 2026] DELETE /v2.0/security-groups/8437a9ed-bfab-4d5d-a176-29d5ef6d6d1d => 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: 641/1430] 10.0.0.139 () {34 vars in 684 bytes} [Fri May 8 21:09:35 2026] POST /v2.0/security-groups => generated 1625 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1431] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:09:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1432] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:09:35 2026] GET /v2.0/security-group-rules/1def7105-d8a0-472f-ad17-786e60324a1d => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1433] 10.0.0.139 () {32 vars in 673 bytes} [Fri May 8 21:09:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1434] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:09:35 2026] DELETE /v2.0/security-group-rules/1def7105-d8a0-472f-ad17-786e60324a1d => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1435] 10.0.0.139 () {32 vars in 673 bytes} [Fri May 8 21:09:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1436] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:09:34 2026] PUT /v2.0/routers/26c279c8-032b-4dd8-a22b-be7d33d882ec/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: 647/1437] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:09:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1438] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:09:35 2026] GET /v2.0/security-group-rules/8bd735f3-5a03-4c0c-8570-af2d6aa966bb => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1439] 10.0.0.139 () {32 vars in 673 bytes} [Fri May 8 21:09:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1440] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:09:35 2026] DELETE /v2.0/security-group-rules/8bd735f3-5a03-4c0c-8570-af2d6aa966bb => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1441] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:35 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:35.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a0d6e77-e0f6-4fec-97ae-47c4f654abfc f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 1430e49e-9668-4835-ba22-391760990651 2026-05-08 21:09:35.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a0d6e77-e0f6-4fec-97ae-47c4f654abfc f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 1430e49e-9668-4835-ba22-391760990651 [pid: 7|app: 0|req: 652/1442] 10.0.0.139 () {32 vars in 673 bytes} [Fri May 8 21:09:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1443] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:35 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:35.981 7 INFO neutron.db.securitygroups_db [None req-14cbfe2f-2011-4615-b99a-1432df29d8c1 3d0e72cf91ce4364a53fc0b50979bb6a 1367723ff8b844ed8bbf2c1c4841d589 - - default default] Project 1367723ff8b844ed8bbf2c1c4841d589 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: 654/1444] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:09:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1445] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:09:36 2026] GET /v2.0/security-group-rules/72c17042-7f22-49dd-b4cb-43dee7775a36 => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1446] 10.0.0.139 () {32 vars in 673 bytes} [Fri May 8 21:09:36 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:36.183 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a0d6e77-e0f6-4fec-97ae-47c4f654abfc f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: ccba36a2-f541-4c8f-aefd-2bd916c88073 2026-05-08 21:09:36.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a0d6e77-e0f6-4fec-97ae-47c4f654abfc f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: ccba36a2-f541-4c8f-aefd-2bd916c88073 [pid: 7|app: 0|req: 657/1447] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:09:36 2026] DELETE /v2.0/security-group-rules/72c17042-7f22-49dd-b4cb-43dee7775a36 => 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: 658/1448] 10.0.0.139 () {32 vars in 673 bytes} [Fri May 8 21:09:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1449] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:36 2026] DELETE /v2.0/security-groups/f1509ecf-4468-4a72-9108-817968662540 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1450] 10.0.0.139 () {32 vars in 663 bytes} [Fri May 8 21:09:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1451] 10.0.0.139 () {32 vars in 663 bytes} [Fri May 8 21:09:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:36.590 8 INFO neutron.services.segments.plugin [-] Segment 028e3e57-0dcb-440a-a256-344594ceaa83 resource provider aggregate not found 2026-05-08 21:09:36.594 8 INFO neutron.services.segments.plugin [-] Segment 028e3e57-0dcb-440a-a256-344594ceaa83 resource provider aggregate not found 2026-05-08 21:09:36.612 8 INFO neutron.services.segments.plugin [-] Segment 028e3e57-0dcb-440a-a256-344594ceaa83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 028e3e57-0dcb-440a-a256-344594ceaa83 found for delete ", "request_id": "req-a911f3e5-dc5b-4c2a-82cb-45759c10a631"}]} 2026-05-08 21:09:36.612 8 INFO neutron.services.segments.plugin [-] Segment 028e3e57-0dcb-440a-a256-344594ceaa83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 028e3e57-0dcb-440a-a256-344594ceaa83 found for delete ", "request_id": "req-9df64011-bc92-49a1-bbed-c5f7d6530501"}]} 2026-05-08 21:09:36.630 8 INFO neutron.db.l3_hamode_db [None req-7a0d6e77-e0f6-4fec-97ae-47c4f654abfc f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] HA network dac5be41-11de-4216-b966-bd0223c319b8 was deleted as no HA routers are present in tenant 2f8de90965a5459bbae9c48c5b2e372b. [pid: 8|app: 0|req: 791/1452] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:35 2026] DELETE /v2.0/routers/26c279c8-032b-4dd8-a22b-be7d33d882ec => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1453] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:36 2026] DELETE /v2.0/subnets/25a5e367-a83a-4dc4-83ac-fb80737a19dd => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:09:36.888 8 INFO neutron_taas.services.taas.taas_plugin [None req-67864ffb-34a2-40e4-9f8a-366b8e800565 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: c5af172f-cef4-400c-8ed8-ddbc3b7dddf1 2026-05-08 21:09:36.891 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67864ffb-34a2-40e4-9f8a-366b8e800565 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: c5af172f-cef4-400c-8ed8-ddbc3b7dddf1 [pid: 7|app: 0|req: 663/1454] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:36 2026] GET /v2.0/security-groups?tenant_id=1367723ff8b844ed8bbf2c1c4841d589&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1455] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:37 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1456] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:37 2026] GET /v2.0/ports?device_id=d12d0148-0f24-41df-8670-ffafc2fe5356 => 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: 792/1457] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:36 2026] DELETE /v2.0/networks/31f01e86-98ef-4cf9-8738-daa67ea4c4af => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1458] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:37 2026] DELETE /v2.0/security-groups/3c467325-b47b-47f9-90f5-c718be2d0a40 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1459] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:37 2026] GET /v2.0/security-groups?tenant_id=2f8de90965a5459bbae9c48c5b2e372b&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1460] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:37 2026] DELETE /v2.0/security-groups/304293fe-2be2-45b9-8dcd-b39273da7a07 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1461] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:09:38 2026] GET /v2.0/ports?device_id=5635b528-01f5-4324-8dfd-c1b26bc45eee => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1462] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:38 2026] DELETE /v2.0/security-groups/17ab521d-4b38-409e-aead-715c3247d4dd => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:09:38.304 8 INFO neutron.api.v2.resource [None req-b4737262-e3d8-457f-a798-6077e312fe0f 52f8f4164bf84a22a77c7d08d03628da 0a337fa72b134b1ba3a0bb02c8040ad6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 795/1463] 10.0.0.139 () {32 vars in 737 bytes} [Fri May 8 21:09:38 2026] GET /v2.0/security-groups/17ab521d-4b38-409e-aead-715c3247d4dd => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:09:38.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-13237230-c946-4530-9687-b9eda7b1778e 52f8f4164bf84a22a77c7d08d03628da 0a337fa72b134b1ba3a0bb02c8040ad6 - - default default] TaaS: Handle Delete Port: 3393c7c9-de83-442d-bcdf-3852d6a3ecb1 2026-05-08 21:09:38.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13237230-c946-4530-9687-b9eda7b1778e 52f8f4164bf84a22a77c7d08d03628da 0a337fa72b134b1ba3a0bb02c8040ad6 - - default default] Tap Mirror: Handle Delete Port: 3393c7c9-de83-442d-bcdf-3852d6a3ecb1 [pid: 7|app: 0|req: 669/1464] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:09:38 2026] DELETE /v2.0/floatingips/49c0fdef-0583-45ba-bd92-22b420b1759a => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:09:38.648 8 INFO neutron.services.segments.plugin [-] Segment 67e3f700-976b-4b0f-820c-9a442721164d resource provider aggregate not found 2026-05-08 21:09:38.656 8 INFO neutron.services.segments.plugin [-] Segment 67e3f700-976b-4b0f-820c-9a442721164d resource provider aggregate not found 2026-05-08 21:09:38.673 8 INFO neutron.services.segments.plugin [-] Segment 67e3f700-976b-4b0f-820c-9a442721164d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67e3f700-976b-4b0f-820c-9a442721164d found for delete ", "request_id": "req-c2a28314-345d-4e37-a1ff-5d69519a027e"}]} 2026-05-08 21:09:38.676 8 INFO neutron.services.segments.plugin [-] Segment 67e3f700-976b-4b0f-820c-9a442721164d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67e3f700-976b-4b0f-820c-9a442721164d found for delete ", "request_id": "req-6e19f98e-396d-4a3b-bed1-83f22592947b"}]} 2026-05-08 21:09:38.995 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9cbb965-b067-424c-a87a-38776b8df6fd f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: bf647047-d761-4a8b-8ea2-7d26657254d5 2026-05-08 21:09:38.998 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9cbb965-b067-424c-a87a-38776b8df6fd f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: bf647047-d761-4a8b-8ea2-7d26657254d5 [pid: 7|app: 0|req: 670/1465] 10.0.0.139 () {34 vars in 684 bytes} [Fri May 8 21:09:39 2026] POST /v2.0/security-groups => generated 1625 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1466] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:09:38 2026] PUT /v2.0/routers/b727d7d5-15b6-44cb-a3ee-3a772ca024f5/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: 797/1467] 10.0.0.139 () {32 vars in 663 bytes} [Fri May 8 21:09:39 2026] GET /v2.0/security-groups => generated 4530 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1468] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:39 2026] DELETE /v2.0/security-groups/e8657a07-6328-4f7f-9aac-a2b51507ba40 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1469] 10.0.0.139 () {34 vars in 758 bytes} [Fri May 8 21:09:39 2026] PUT /v2.0/security-groups/61b46723-3df5-41bb-a22e-3d8147817680 => generated 1662 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:39.656 7 INFO neutron.api.v2.resource [None req-65596a00-d401-48b4-9d06-c9f8a55237d1 a2e942a9fdf94ef9b4c4bc3a70c6df06 469c2c30ab474b9b9f4b90c2039ea4ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 673/1470] 10.0.0.139 () {32 vars in 737 bytes} [Fri May 8 21:09:39 2026] GET /v2.0/security-groups/e8657a07-6328-4f7f-9aac-a2b51507ba40 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1471] 10.0.0.139 () {32 vars in 737 bytes} [Fri May 8 21:09:39 2026] GET /v2.0/security-groups/61b46723-3df5-41bb-a22e-3d8147817680 => generated 1662 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:39.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-830b6284-b324-4ac4-8612-5ffb08df5c38 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: ea72ddcb-ae74-4e4b-addf-41e61e13d498 2026-05-08 21:09:39.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-830b6284-b324-4ac4-8612-5ffb08df5c38 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: ea72ddcb-ae74-4e4b-addf-41e61e13d498 2026-05-08 21:09:39.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbd15eb8-34b3-4caa-b971-cf91b63fc699 a2e942a9fdf94ef9b4c4bc3a70c6df06 469c2c30ab474b9b9f4b90c2039ea4ab - - default default] TaaS: Handle Delete Port: dcc496b2-37c4-4892-b3d8-49cc798d1d4e 2026-05-08 21:09:39.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbd15eb8-34b3-4caa-b971-cf91b63fc699 a2e942a9fdf94ef9b4c4bc3a70c6df06 469c2c30ab474b9b9f4b90c2039ea4ab - - default default] Tap Mirror: Handle Delete Port: dcc496b2-37c4-4892-b3d8-49cc798d1d4e 2026-05-08 21:09:40.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-830b6284-b324-4ac4-8612-5ffb08df5c38 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 746eb888-ba2d-4cb3-bc8f-0c084a55b55e 2026-05-08 21:09:40.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-830b6284-b324-4ac4-8612-5ffb08df5c38 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 746eb888-ba2d-4cb3-bc8f-0c084a55b55e [pid: 7|app: 0|req: 675/1472] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:09:39 2026] DELETE /v2.0/floatingips/9c78bdd9-a8e0-42cd-8d59-61648c5589ee => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1473] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:40 2026] DELETE /v2.0/security-groups/61b46723-3df5-41bb-a22e-3d8147817680 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:09:40.440 8 INFO neutron.db.l3_hamode_db [None req-830b6284-b324-4ac4-8612-5ffb08df5c38 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] HA network 82c539ac-0824-4b3f-9791-c0ec4c8c6972 was deleted as no HA routers are present in tenant 0a337fa72b134b1ba3a0bb02c8040ad6. [pid: 8|app: 0|req: 798/1474] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:39 2026] DELETE /v2.0/routers/b727d7d5-15b6-44cb-a3ee-3a772ca024f5 => generated 0 bytes in 888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1475] 10.0.0.139 () {32 vars in 663 bytes} [Fri May 8 21:09:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:40.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-40c0f686-e9c0-4abb-9291-c299448dcaaa f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 71d07856-9ea7-4dec-86dc-7c90bdbe9e44 2026-05-08 21:09:40.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40c0f686-e9c0-4abb-9291-c299448dcaaa f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 71d07856-9ea7-4dec-86dc-7c90bdbe9e44 [pid: 8|app: 0|req: 800/1476] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:40 2026] DELETE /v2.0/subnets/71ef42c9-ff5c-41ff-adfa-ed1ff4b22dd2 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:09:40.629 8 INFO neutron.api.v2.resource [None req-9ab35e0d-ab17-491f-993d-d0e22c16c6d5 fd24d13582a245cf8221dd7d508055e1 83d5e6cea20c4f398246038b2020b3ea - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 801/1477] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:40 2026] DELETE /v2.0/security-groups/61b46723-3df5-41bb-a22e-3d8147817680 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:09:40.709 8 INFO neutron.services.segments.plugin [-] Segment 3407e0b8-a3b4-4db4-b230-760697806f39 resource provider aggregate not found 2026-05-08 21:09:40.712 8 INFO neutron.services.segments.plugin [-] Segment 3407e0b8-a3b4-4db4-b230-760697806f39 resource provider aggregate not found 2026-05-08 21:09:40.728 8 INFO neutron.services.segments.plugin [-] Segment 3407e0b8-a3b4-4db4-b230-760697806f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3407e0b8-a3b4-4db4-b230-760697806f39 found for delete ", "request_id": "req-f6ceb6a8-be7e-4492-a820-e0bef20644f0"}]} 2026-05-08 21:09:40.730 8 INFO neutron.services.segments.plugin [-] Segment 3407e0b8-a3b4-4db4-b230-760697806f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3407e0b8-a3b4-4db4-b230-760697806f39 found for delete ", "request_id": "req-9ef60705-eb6b-4fc9-99ce-ab0560c4a288"}]} 2026-05-08 21:09:40.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-99003789-ecb7-4ce9-9530-85e7f8087ba5 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 874d8462-a453-45b2-ad07-fddc6ad8093f 2026-05-08 21:09:40.759 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99003789-ecb7-4ce9-9530-85e7f8087ba5 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 874d8462-a453-45b2-ad07-fddc6ad8093f [pid: 8|app: 0|req: 802/1478] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:40 2026] DELETE /v2.0/networks/e6160966-f83a-43d0-aab4-1091b3f558c4 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1479] 10.0.0.139 () {34 vars in 684 bytes} [Fri May 8 21:09:40 2026] POST /v2.0/security-groups => generated 1624 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1482] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:09:40 2026] PUT /v2.0/routers/a26f6c30-220c-4527-9a59-7b6e98c973d7/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1483] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:41 2026] GET /v2.0/security-groups?tenant_id=0a337fa72b134b1ba3a0bb02c8040ad6&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1484] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:09:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1485] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:41 2026] DELETE /v2.0/security-groups/d128a5de-f1ae-415f-96fc-c352a60a65fd => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1486] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:09:41 2026] GET /v2.0/security-group-rules/c21f6fa3-2b27-41b0-9afc-65cfef3c5ef8 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:41.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-254303ff-d22a-4b5f-935d-18e3cacf55b0 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 8f5901f7-6d09-4f9e-842c-d935decbdd07 2026-05-08 21:09:41.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-254303ff-d22a-4b5f-935d-18e3cacf55b0 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 8f5901f7-6d09-4f9e-842c-d935decbdd07 [pid: 8|app: 0|req: 809/1487] 10.0.0.139 () {32 vars in 673 bytes} [Fri May 8 21:09:41 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1488] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:09:41 2026] DELETE /v2.0/security-group-rules/c21f6fa3-2b27-41b0-9afc-65cfef3c5ef8 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1489] 10.0.0.139 () {32 vars in 673 bytes} [Fri May 8 21:09:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:41.678 7 INFO neutron_taas.services.taas.taas_plugin [None req-254303ff-d22a-4b5f-935d-18e3cacf55b0 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: f066ab1f-b801-4830-bea0-8470adb7ecfa 2026-05-08 21:09:41.680 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-254303ff-d22a-4b5f-935d-18e3cacf55b0 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: f066ab1f-b801-4830-bea0-8470adb7ecfa [pid: 8|app: 0|req: 812/1490] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:09:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1491] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:09:41 2026] GET /v2.0/security-group-rules/ea05be25-63e2-4e43-a083-c7f45b771849 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1492] 10.0.0.139 () {32 vars in 673 bytes} [Fri May 8 21:09:41 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1493] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:09:41 2026] DELETE /v2.0/security-group-rules/ea05be25-63e2-4e43-a083-c7f45b771849 => 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: 816/1494] 10.0.0.139 () {32 vars in 673 bytes} [Fri May 8 21:09:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:42.033 7 INFO neutron.services.segments.plugin [-] Segment f9f57efb-f818-419f-b98c-2b86155d2af9 resource provider aggregate not found 2026-05-08 21:09:42.042 7 INFO neutron.services.segments.plugin [-] Segment f9f57efb-f818-419f-b98c-2b86155d2af9 resource provider aggregate not found 2026-05-08 21:09:42.050 7 INFO neutron.services.segments.plugin [-] Segment f9f57efb-f818-419f-b98c-2b86155d2af9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9f57efb-f818-419f-b98c-2b86155d2af9 found for delete ", "request_id": "req-3d114c5e-d1c9-4168-b63e-3ab807a913c3"}]} 2026-05-08 21:09:42.057 7 INFO neutron.db.l3_hamode_db [None req-254303ff-d22a-4b5f-935d-18e3cacf55b0 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] HA network 81997707-8584-4906-967a-d418012b6457 was deleted as no HA routers are present in tenant 469c2c30ab474b9b9f4b90c2039ea4ab. 2026-05-08 21:09:42.063 7 INFO neutron.services.segments.plugin [-] Segment f9f57efb-f818-419f-b98c-2b86155d2af9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9f57efb-f818-419f-b98c-2b86155d2af9 found for delete ", "request_id": "req-e19a0da6-a302-436c-89ea-21267aad01c7"}]} [pid: 7|app: 0|req: 679/1495] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:41 2026] DELETE /v2.0/routers/a26f6c30-220c-4527-9a59-7b6e98c973d7 => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1496] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:09:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1497] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:09:42 2026] DELETE /v2.0/subnets/5d207834-69c3-4198-a20e-ef5b6f088d4d => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1498] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:09:42 2026] GET /v2.0/security-group-rules/bc21ab3e-eaa4-4e72-b1b5-958b7eacee4f => generated 602 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:42.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dd29fa5-a082-40bc-9ff2-6dc25e3d4c4f f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: a2b2eb37-5cdc-4145-9333-8f0bad4340cd 2026-05-08 21:09:42.370 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dd29fa5-a082-40bc-9ff2-6dc25e3d4c4f f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: a2b2eb37-5cdc-4145-9333-8f0bad4340cd [pid: 8|app: 0|req: 820/1499] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:42 2026] DELETE /v2.0/networks/5f0f5647-ae89-498b-b5b4-d7002e1d9551 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1500] 10.0.0.139 () {32 vars in 673 bytes} [Fri May 8 21:09:42 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1501] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:09:42 2026] POST /v2.0/floatingips => generated 552 bytes in 681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:42.760 8 INFO neutron.services.segments.plugin [-] Segment 05b89bbd-f060-44c6-9f08-66a7d18f4a63 resource provider aggregate not found 2026-05-08 21:09:42.764 8 INFO neutron.services.segments.plugin [-] Segment 05b89bbd-f060-44c6-9f08-66a7d18f4a63 resource provider aggregate not found [pid: 7|app: 0|req: 681/1502] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:42 2026] GET /v2.0/security-groups?tenant_id=469c2c30ab474b9b9f4b90c2039ea4ab&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:42.787 8 INFO neutron.services.segments.plugin [-] Segment 05b89bbd-f060-44c6-9f08-66a7d18f4a63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05b89bbd-f060-44c6-9f08-66a7d18f4a63 found for delete ", "request_id": "req-964aa054-da0f-409c-8813-0817281a4b78"}]} 2026-05-08 21:09:42.793 8 INFO neutron.services.segments.plugin [-] Segment 05b89bbd-f060-44c6-9f08-66a7d18f4a63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05b89bbd-f060-44c6-9f08-66a7d18f4a63 found for delete ", "request_id": "req-d8c81dec-8fd6-463f-bf1b-023da9a581d1"}]} [pid: 8|app: 0|req: 822/1503] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:09:42 2026] DELETE /v2.0/security-group-rules/bc21ab3e-eaa4-4e72-b1b5-958b7eacee4f => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:09:42.812 8 INFO neutron.services.segments.plugin [-] Segment c2366465-3b1a-40db-87d9-2da335577213 resource provider aggregate not found 2026-05-08 21:09:42.813 8 INFO neutron.services.segments.plugin [-] Segment c2366465-3b1a-40db-87d9-2da335577213 resource provider aggregate not found 2026-05-08 21:09:42.828 8 INFO neutron.services.segments.plugin [-] Segment c2366465-3b1a-40db-87d9-2da335577213 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2366465-3b1a-40db-87d9-2da335577213 found for delete ", "request_id": "req-8da7a103-84d4-4dfd-b4d7-d34fbbbfd9a5"}]} 2026-05-08 21:09:42.830 8 INFO neutron.services.segments.plugin [-] Segment c2366465-3b1a-40db-87d9-2da335577213 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2366465-3b1a-40db-87d9-2da335577213 found for delete ", "request_id": "req-40d6f4b9-179a-4fe0-9cf9-e0c5e3cce412"}]} [pid: 8|app: 0|req: 823/1504] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:42 2026] DELETE /v2.0/security-groups/e9667c9e-0c13-4368-b09a-e78faca65e6d => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1505] 10.0.0.139 () {32 vars in 673 bytes} [Fri May 8 21:09:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1506] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:42 2026] DELETE /v2.0/security-groups/180f182c-93ae-4b10-a20a-59d68bd47d9c => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1507] 10.0.0.139 () {32 vars in 663 bytes} [Fri May 8 21:09:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1508] 10.0.0.139 () {32 vars in 663 bytes} [Fri May 8 21:09:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1509] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:09:42 2026] POST /v2.0/floatingips => generated 552 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1510] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:09:43 2026] POST /v2.0/floatingips => generated 552 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1511] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:43 2026] GET /v2.0/security-groups?tenant_id=83d5e6cea20c4f398246038b2020b3ea&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1512] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:43 2026] DELETE /v2.0/security-groups/e4d84d39-0def-4734-bf01-fadf7aaebdd7 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1513] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:09:43 2026] POST /v2.0/floatingips => generated 552 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1514] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:09:44 2026] POST /v2.0/floatingips => generated 552 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1515] 10.0.0.139 () {34 vars in 759 bytes} [Fri May 8 21:09:44 2026] PUT /v2.0/floatingips/1a0cc0e0-33bb-4c09-b502-db3cbed473b0/tags => generated 17 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1516] 10.0.0.139 () {34 vars in 759 bytes} [Fri May 8 21:09:45 2026] PUT /v2.0/floatingips/15c1a927-46b3-455a-a6c4-346e21cfd319/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1517] 10.0.0.139 () {34 vars in 759 bytes} [Fri May 8 21:09:45 2026] PUT /v2.0/floatingips/0fbe9a7c-9825-40bc-af30-a669ac089803/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1518] 10.0.0.139 () {34 vars in 759 bytes} [Fri May 8 21:09:45 2026] PUT /v2.0/floatingips/7d949862-ae19-46a1-b53e-173b2cec11d3/tags => 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: 832/1519] 10.0.0.139 () {32 vars in 672 bytes} [Fri May 8 21:09:45 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1520] 10.0.0.139 () {32 vars in 686 bytes} [Fri May 8 21:09:45 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1521] 10.0.0.139 () {32 vars in 682 bytes} [Fri May 8 21:09:45 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1522] 10.0.0.139 () {32 vars in 694 bytes} [Fri May 8 21:09:45 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1523] 10.0.0.139 () {32 vars in 680 bytes} [Fri May 8 21:09:45 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1524] 10.0.0.139 () {32 vars in 694 bytes} [Fri May 8 21:09:45 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1525] 10.0.0.139 () {32 vars in 690 bytes} [Fri May 8 21:09:45 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1526] 10.0.0.139 () {32 vars in 702 bytes} [Fri May 8 21:09:45 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:45.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-9cd3b7e5-1591-4871-ac6d-e6ed920804c6 4fb5a6641d9145f1a1729025b01ca876 0af1a4027f2d4ad3a61bd043d392f8d2 - - default default] TaaS: Handle Delete Port: 9c4a0628-bfd4-40f2-84c6-897364c3f299 2026-05-08 21:09:45.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cd3b7e5-1591-4871-ac6d-e6ed920804c6 4fb5a6641d9145f1a1729025b01ca876 0af1a4027f2d4ad3a61bd043d392f8d2 - - default default] Tap Mirror: Handle Delete Port: 9c4a0628-bfd4-40f2-84c6-897364c3f299 [pid: 7|app: 0|req: 692/1527] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:45 2026] GET /v2.0/security-groups?tenant_id=239090e446e042e3abaf73849b3c7112&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1528] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:09:45 2026] DELETE /v2.0/floatingips/1a0cc0e0-33bb-4c09-b502-db3cbed473b0 => 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: 693/1529] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:45 2026] DELETE /v2.0/security-groups/1dff5d68-0e5b-405b-8a24-f14602347224 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:09:46.102 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f2272cb-1bcd-4e26-9b63-cdd28de49972 4fb5a6641d9145f1a1729025b01ca876 0af1a4027f2d4ad3a61bd043d392f8d2 - - default default] TaaS: Handle Delete Port: e7b3b5d6-ac65-490b-a7cd-f3fb09783721 2026-05-08 21:09:46.105 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f2272cb-1bcd-4e26-9b63-cdd28de49972 4fb5a6641d9145f1a1729025b01ca876 0af1a4027f2d4ad3a61bd043d392f8d2 - - default default] Tap Mirror: Handle Delete Port: e7b3b5d6-ac65-490b-a7cd-f3fb09783721 [pid: 8|app: 0|req: 837/1530] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:45 2026] GET /v2.0/security-groups?tenant_id=b77c306aedc84b67980328c78c3680e3&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1531] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:46 2026] DELETE /v2.0/security-groups/0af4f02d-7ff5-4de9-bc24-5a8c8daf7ec8 => 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: 694/1532] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:09:45 2026] DELETE /v2.0/floatingips/15c1a927-46b3-455a-a6c4-346e21cfd319 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:09:46.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b4bb27b-970c-4d5e-9495-2e9077ed8a5f 4fb5a6641d9145f1a1729025b01ca876 0af1a4027f2d4ad3a61bd043d392f8d2 - - default default] TaaS: Handle Delete Port: 92a49f5f-e8c2-432c-b507-e4148e92fb1e 2026-05-08 21:09:46.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b4bb27b-970c-4d5e-9495-2e9077ed8a5f 4fb5a6641d9145f1a1729025b01ca876 0af1a4027f2d4ad3a61bd043d392f8d2 - - default default] Tap Mirror: Handle Delete Port: 92a49f5f-e8c2-432c-b507-e4148e92fb1e [pid: 7|app: 0|req: 695/1533] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:46 2026] GET /v2.0/security-groups?tenant_id=84281295ecf647efaafa80900666770c&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1534] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:09:46 2026] DELETE /v2.0/floatingips/0fbe9a7c-9825-40bc-af30-a669ac089803 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1535] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:46 2026] DELETE /v2.0/security-groups/e81febb3-806e-4731-876f-49c2d3567400 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:09:46.700 8 INFO neutron_taas.services.taas.taas_plugin [None req-67141e45-88db-460b-88b1-f1910789365d 4fb5a6641d9145f1a1729025b01ca876 0af1a4027f2d4ad3a61bd043d392f8d2 - - default default] TaaS: Handle Delete Port: be5f6e0c-65db-4b73-a255-15e71df9023b 2026-05-08 21:09:46.703 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67141e45-88db-460b-88b1-f1910789365d 4fb5a6641d9145f1a1729025b01ca876 0af1a4027f2d4ad3a61bd043d392f8d2 - - default default] Tap Mirror: Handle Delete Port: be5f6e0c-65db-4b73-a255-15e71df9023b [pid: 8|app: 0|req: 840/1536] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:09:46 2026] DELETE /v2.0/floatingips/7d949862-ae19-46a1-b53e-173b2cec11d3 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:09:46.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-e13f80d2-327d-4f53-9ba1-02555861370a 4fb5a6641d9145f1a1729025b01ca876 0af1a4027f2d4ad3a61bd043d392f8d2 - - default default] TaaS: Handle Delete Port: 629f0e32-7416-4d1d-878d-423d2dce9d1c 2026-05-08 21:09:46.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e13f80d2-327d-4f53-9ba1-02555861370a 4fb5a6641d9145f1a1729025b01ca876 0af1a4027f2d4ad3a61bd043d392f8d2 - - default default] Tap Mirror: Handle Delete Port: 629f0e32-7416-4d1d-878d-423d2dce9d1c [pid: 7|app: 0|req: 697/1537] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:09:46 2026] DELETE /v2.0/floatingips/430e7de1-2bc9-45c7-b0b0-68cd63bcf8c9 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1538] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:47 2026] GET /v2.0/security-groups?tenant_id=c29f2dbe308649609f03d1e5ee2a0c46&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1539] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:48 2026] DELETE /v2.0/security-groups/3d922375-e843-4bae-be07-92f362af4a45 => 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: 842/1540] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:48 2026] GET /v2.0/security-groups?tenant_id=0af1a4027f2d4ad3a61bd043d392f8d2&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1541] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:48 2026] DELETE /v2.0/security-groups/08126164-6a3c-459c-8051-5ead3a1a67de => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1542] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:48 2026] GET /v2.0/security-groups?tenant_id=d3e4b296bacd4392a5becc45835db1e4&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1543] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:49 2026] DELETE /v2.0/security-groups/d9d3926a-3ebe-41ab-be84-4a8392a853d2 => 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: 844/1544] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:50 2026] GET /v2.0/security-groups?tenant_id=f27e8d937b034eae84302de185a776bd&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1545] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:50 2026] DELETE /v2.0/security-groups/d9a8c2d8-8ccb-4db3-a55a-bc6e2b64c788 => 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: 845/1546] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:51 2026] GET /v2.0/security-groups?tenant_id=86b7b9a03428454596b2a304ef25f2b6&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1547] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:51 2026] DELETE /v2.0/security-groups/a339df72-f4d0-4063-a87a-b1272f906642 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1548] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:52 2026] GET /v2.0/security-groups?tenant_id=c8ad4cc7751c41e4ab7ed1cd39f66fc2&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1549] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:52 2026] DELETE /v2.0/security-groups/71156617-2aaa-4526-bc8c-7f1a450ddc83 => 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: 847/1550] 10.0.0.139 () {34 vars in 677 bytes} [Fri May 8 21:09:52 2026] POST /v2.0/subnetpools => generated 549 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1551] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:09:52 2026] GET /v2.0/subnetpools/3ef24815-4ed2-463e-b762-9281e0275fa8 => generated 549 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1552] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:09:52 2026] PUT /v2.0/subnetpools/3ef24815-4ed2-463e-b762-9281e0275fa8 => generated 500 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1553] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:09:53 2026] DELETE /v2.0/subnetpools/3ef24815-4ed2-463e-b762-9281e0275fa8 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:09:53.105 8 INFO neutron.api.v2.resource [None req-1c53d355-ca25-4229-8aaf-0700c6929d95 1063d14212f44912a023daef7547fa7d d239d012077f4702b1dfbafa2d1b0399 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 849/1554] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:09:53 2026] GET /v2.0/subnetpools/3ef24815-4ed2-463e-b762-9281e0275fa8 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:09:53.122 7 INFO neutron.api.v2.resource [None req-a067cc24-78be-4bca-836e-0230abf9e6f0 1063d14212f44912a023daef7547fa7d d239d012077f4702b1dfbafa2d1b0399 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 706/1555] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:09:53 2026] DELETE /v2.0/subnetpools/3ef24815-4ed2-463e-b762-9281e0275fa8 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1556] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:53 2026] GET /v2.0/security-groups?tenant_id=d239d012077f4702b1dfbafa2d1b0399&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:53.917 7 INFO neutron.db.segments_db [None req-2fd76bf0-60b2-4f22-a684-4bcff72b3dde f26c2b3c7186417e9ee21a4607dd92d2 745f1024fa824c759951cc45f75ca54d - - default default] Added segment 309187d7-4c40-485c-b50a-c7f9e7da66ef of type vxlan for network dfcd1129-459b-4c5f-a031-5ceeb80bb756 [pid: 8|app: 0|req: 851/1557] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:53 2026] DELETE /v2.0/security-groups/29c2cb3c-1fa3-4932-85ab-0aeed8666392 => 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: 707/1558] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:09:53 2026] POST /v2.0/networks => generated 612 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:54.064 7 INFO neutron.db.segments_db [None req-7cfaa99f-7663-4cc0-833a-d1cbaa531f14 f26c2b3c7186417e9ee21a4607dd92d2 745f1024fa824c759951cc45f75ca54d - - default default] Added segment 739b4d92-91f5-43b6-afaf-a0696ed2aaea of type vxlan for network 82939dbf-5bc8-4fe9-b9e0-52672baf3ed8 [pid: 7|app: 0|req: 708/1559] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:09:54 2026] POST /v2.0/networks => generated 612 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:54.151 8 INFO neutron.db.segments_db [None req-9aaee6f1-0812-4065-89ea-e8c2093f9b75 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Added segment 87c5dc26-2ef4-4fad-baa9-faf4356a1613 of type vxlan for network b959b0c2-3f8c-46ec-98a8-52a1ae2d2204 2026-05-08 21:09:54.208 7 INFO neutron.db.segments_db [None req-624a42d3-1c77-4e62-b126-8b9c921fca5d f26c2b3c7186417e9ee21a4607dd92d2 745f1024fa824c759951cc45f75ca54d - - default default] Added segment d3c54c7b-c50e-425a-9a6e-033b500d0ab7 of type vxlan for network 54511159-5ae5-4994-ba44-b581b4c7d8c9 [pid: 8|app: 0|req: 852/1560] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:09:53 2026] POST /v2.0/networks => generated 631 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1561] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:09:54 2026] POST /v2.0/networks => generated 613 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:54.345 7 INFO neutron.db.segments_db [None req-3c41af5d-e50d-441e-b054-d24de5b37fe4 f26c2b3c7186417e9ee21a4607dd92d2 745f1024fa824c759951cc45f75ca54d - - default default] Added segment d6165a2d-4fc6-4b7e-9146-97987867cbe1 of type vxlan for network 31542e34-f785-4943-a0c2-fdfaa2790881 [pid: 7|app: 0|req: 710/1562] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:09:54 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:54.498 7 INFO neutron.db.segments_db [None req-dc7d02b1-40b9-4501-a746-c8ca0727d7f1 f26c2b3c7186417e9ee21a4607dd92d2 745f1024fa824c759951cc45f75ca54d - - default default] Added segment 63835830-5695-47ca-b912-32045333605e of type vxlan for network e027da8b-fda0-498c-a955-d98ac8e6074a [pid: 8|app: 0|req: 853/1563] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:54 2026] POST /v2.0/subnets => generated 627 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1564] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:09:54 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:54.588 8 INFO neutron.db.segments_db [None req-b5822e0e-17d1-4c12-9394-114707dacd9c a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Added segment 7aa415d4-00fc-43ec-9ff1-0c84fa1f76c3 of type vxlan for network f3332623-19a1-495c-beaf-edfe0b308cff [pid: 7|app: 0|req: 712/1565] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:09:54 2026] PUT /v2.0/networks/dfcd1129-459b-4c5f-a031-5ceeb80bb756/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1566] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:09:54 2026] PUT /v2.0/networks/82939dbf-5bc8-4fe9-b9e0-52672baf3ed8/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1567] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:09:54 2026] PUT /v2.0/networks/54511159-5ae5-4994-ba44-b581b4c7d8c9/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1568] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:09:54 2026] PUT /v2.0/networks/31542e34-f785-4943-a0c2-fdfaa2790881/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:09:54.873 8 INFO neutron.db.l3_hamode_db [None req-b5822e0e-17d1-4c12-9394-114707dacd9c a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 716/1569] 10.0.0.139 () {32 vars in 666 bytes} [Fri May 8 21:09:54 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1570] 10.0.0.139 () {32 vars in 680 bytes} [Fri May 8 21:09:54 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1571] 10.0.0.139 () {32 vars in 676 bytes} [Fri May 8 21:09:54 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1572] 10.0.0.139 () {32 vars in 688 bytes} [Fri May 8 21:09:55 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1573] 10.0.0.139 () {32 vars in 674 bytes} [Fri May 8 21:09:55 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1574] 10.0.0.139 () {32 vars in 688 bytes} [Fri May 8 21:09:55 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1575] 10.0.0.139 () {32 vars in 684 bytes} [Fri May 8 21:09:55 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1576] 10.0.0.139 () {32 vars in 696 bytes} [Fri May 8 21:09:55 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:09:55.423 7 INFO neutron.services.segments.plugin [-] Segment 309187d7-4c40-485c-b50a-c7f9e7da66ef resource provider aggregate not found 2026-05-08 21:09:55.431 7 INFO neutron.services.segments.plugin [-] Segment 309187d7-4c40-485c-b50a-c7f9e7da66ef resource provider aggregate not found 2026-05-08 21:09:55.440 7 INFO neutron.services.segments.plugin [-] Segment 309187d7-4c40-485c-b50a-c7f9e7da66ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 309187d7-4c40-485c-b50a-c7f9e7da66ef found for delete ", "request_id": "req-7f6230e0-b3a2-4366-aeff-e1719f63657d"}]} [pid: 7|app: 0|req: 724/1577] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:55 2026] DELETE /v2.0/networks/dfcd1129-459b-4c5f-a031-5ceeb80bb756 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:09:55.453 7 INFO neutron.services.segments.plugin [-] Segment 309187d7-4c40-485c-b50a-c7f9e7da66ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 309187d7-4c40-485c-b50a-c7f9e7da66ef found for delete ", "request_id": "req-17f848b7-ee8b-4f24-9a2d-4b059e1f2155"}]} [pid: 7|app: 0|req: 725/1578] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:55 2026] DELETE /v2.0/networks/82939dbf-5bc8-4fe9-b9e0-52672baf3ed8 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:09:55.582 8 INFO neutron.db.l3_hamode_db [None req-b5822e0e-17d1-4c12-9394-114707dacd9c a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 726/1579] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:55 2026] DELETE /v2.0/networks/54511159-5ae5-4994-ba44-b581b4c7d8c9 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1582] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:55 2026] DELETE /v2.0/networks/31542e34-f785-4943-a0c2-fdfaa2790881 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1583] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:09:55 2026] DELETE /v2.0/networks/e027da8b-fda0-498c-a955-d98ac8e6074a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1584] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:09:54 2026] POST /v2.0/routers => generated 695 bytes in 1888 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1585] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:56 2026] GET /v2.0/security-groups?tenant_id=cfc17913484f4ec290f08bc3b5c034aa&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1586] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:56 2026] DELETE /v2.0/security-groups/83e34af3-4836-477b-8fbe-d125d8f291f9 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1587] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:57 2026] GET /v2.0/security-groups?tenant_id=745f1024fa824c759951cc45f75ca54d&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1588] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:57 2026] DELETE /v2.0/security-groups/68f2186a-af6c-483c-92f1-75c7af9f9ede => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:09:57.461 7 INFO neutron.services.segments.plugin [-] Segment 739b4d92-91f5-43b6-afaf-a0696ed2aaea resource provider aggregate not found 2026-05-08 21:09:57.467 7 INFO neutron.services.segments.plugin [-] Segment 739b4d92-91f5-43b6-afaf-a0696ed2aaea resource provider aggregate not found 2026-05-08 21:09:57.489 7 INFO neutron.services.segments.plugin [-] Segment 739b4d92-91f5-43b6-afaf-a0696ed2aaea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 739b4d92-91f5-43b6-afaf-a0696ed2aaea found for delete ", "request_id": "req-ec2d1532-c0d1-4080-9f4a-b2363a9b84da"}]} 2026-05-08 21:09:57.492 7 INFO neutron.services.segments.plugin [-] Segment 739b4d92-91f5-43b6-afaf-a0696ed2aaea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 739b4d92-91f5-43b6-afaf-a0696ed2aaea found for delete ", "request_id": "req-fc3fe030-b31c-4675-9936-cc9aeadfdc4f"}]} 2026-05-08 21:09:57.510 7 INFO neutron.services.segments.plugin [-] Segment d3c54c7b-c50e-425a-9a6e-033b500d0ab7 resource provider aggregate not found 2026-05-08 21:09:57.516 7 INFO neutron.services.segments.plugin [-] Segment d3c54c7b-c50e-425a-9a6e-033b500d0ab7 resource provider aggregate not found 2026-05-08 21:09:57.540 7 INFO neutron.services.segments.plugin [-] Segment d3c54c7b-c50e-425a-9a6e-033b500d0ab7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3c54c7b-c50e-425a-9a6e-033b500d0ab7 found for delete ", "request_id": "req-14aea20f-fa5b-45df-a6d7-31973334ed48"}]} 2026-05-08 21:09:57.540 7 INFO neutron.services.segments.plugin [-] Segment d3c54c7b-c50e-425a-9a6e-033b500d0ab7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3c54c7b-c50e-425a-9a6e-033b500d0ab7 found for delete ", "request_id": "req-fef1155a-2577-4708-8ac7-fdf0fe96d3e3"}]} 2026-05-08 21:09:57.569 7 INFO neutron.services.segments.plugin [-] Segment d6165a2d-4fc6-4b7e-9146-97987867cbe1 resource provider aggregate not found 2026-05-08 21:09:57.569 7 INFO neutron.services.segments.plugin [-] Segment d6165a2d-4fc6-4b7e-9146-97987867cbe1 resource provider aggregate not found 2026-05-08 21:09:57.595 7 INFO neutron.services.segments.plugin [-] Segment d6165a2d-4fc6-4b7e-9146-97987867cbe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6165a2d-4fc6-4b7e-9146-97987867cbe1 found for delete ", "request_id": "req-7e01938e-5199-44bf-a752-c2f90681b972"}]} 2026-05-08 21:09:57.604 7 INFO neutron.services.segments.plugin [-] Segment d6165a2d-4fc6-4b7e-9146-97987867cbe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6165a2d-4fc6-4b7e-9146-97987867cbe1 found for delete ", "request_id": "req-dd357052-55ec-46fa-bdd7-b643fdf9cecc"}]} 2026-05-08 21:09:57.611 7 INFO neutron.services.segments.plugin [-] Segment 63835830-5695-47ca-b912-32045333605e resource provider aggregate not found 2026-05-08 21:09:57.614 7 INFO neutron.services.segments.plugin [-] Segment 63835830-5695-47ca-b912-32045333605e resource provider aggregate not found 2026-05-08 21:09:57.626 7 INFO neutron.services.segments.plugin [-] Segment 63835830-5695-47ca-b912-32045333605e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63835830-5695-47ca-b912-32045333605e found for delete ", "request_id": "req-ba94e015-dd20-4713-91a2-ad1ede5902a6"}]} 2026-05-08 21:09:57.627 7 INFO neutron.services.segments.plugin [-] Segment 63835830-5695-47ca-b912-32045333605e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63835830-5695-47ca-b912-32045333605e found for delete ", "request_id": "req-d7335761-20a6-423b-a269-c62cc0f36b65"}]} [pid: 8|app: 0|req: 859/1589] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:57 2026] GET /v2.0/security-groups?tenant_id=885c73718d6b4ee4bf570ed414792bab&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1590] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:09:56 2026] PUT /v2.0/routers/3e1067d2-3c88-4fa6-9c1d-9849642bdd77/add_router_interface => generated 309 bytes in 1285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1591] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:57 2026] GET /v2.0/security-groups?tenant_id=decaa5d70a174e7baa1c608399b86b78&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1592] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:57 2026] DELETE /v2.0/security-groups/c643c18c-a02b-4e6d-ad01-f645f453063d => 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: 733/1593] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:57 2026] DELETE /v2.0/security-groups/3ec909c7-4cfa-472e-9047-5d3ea6dcd0b4 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1594] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:09:57 2026] POST /v2.0/ports => generated 954 bytes in 295 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: 734/1595] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:09:58 2026] POST /v2.0/ports => generated 957 bytes in 376 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: 862/1596] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:58 2026] GET /v2.0/security-groups?tenant_id=04e1f89c0b3f4794984652d70695f9e3&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1597] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:58 2026] DELETE /v2.0/security-groups/3fd3ab5b-568c-449a-a812-b10da7855dbe => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1598] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:09:58 2026] GET /v2.0/security-groups?tenant_id=5f57b44303ec49a4831506d2dfd257f7&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1599] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:09:58 2026] DELETE /v2.0/security-groups/10463473-e7f9-4c0b-9194-9a98c26672a0 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:09:59.165 7 INFO neutron.db.l3_db [None req-12886f5d-0e5c-49a8-b808-a5127cf719e5 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Floating IP b5ef862f-70f2-458d-9936-f7ad29d0c4e9 associated. External IP: 10.96.250.216, port: 4f5bf5c8-a2f5-4504-8e5b-cf2efa0aff87. [pid: 7|app: 0|req: 735/1600] 10.0.0.139 () {34 vars in 677 bytes} [Fri May 8 21:09:58 2026] POST /v2.0/floatingips => generated 841 bytes in 974 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:09:59.566 8 INFO neutron.db.l3_db [None req-ec1902d1-9f02-4f4e-9f49-c5904f271645 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Floating IP b5ef862f-70f2-458d-9936-f7ad29d0c4e9 disassociated. External IP: 10.96.250.216, port: 4f5bf5c8-a2f5-4504-8e5b-cf2efa0aff87. [pid: 8|app: 0|req: 866/1601] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:09:59 2026] PUT /v2.0/floatingips/b5ef862f-70f2-458d-9936-f7ad29d0c4e9 => generated 552 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:09:59.952 7 INFO neutron_taas.services.taas.taas_plugin [None req-a04b9f28-a7f4-4b73-a625-d0412e721c7f a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] TaaS: Handle Delete Port: 6fcb298b-9ee4-4ef5-b502-0097ccd850b6 2026-05-08 21:09:59.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a04b9f28-a7f4-4b73-a625-d0412e721c7f a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Tap Mirror: Handle Delete Port: 6fcb298b-9ee4-4ef5-b502-0097ccd850b6 [pid: 7|app: 0|req: 736/1602] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:09:59 2026] DELETE /v2.0/floatingips/b5ef862f-70f2-458d-9936-f7ad29d0c4e9 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:10:00.916 8 INFO neutron.db.l3_db [None req-6197c59c-dd63-4598-a3a5-e89a50f8cea1 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Floating IP ed3f7681-e204-4306-8b7c-4ea052b90942 associated. External IP: 10.96.250.204, port: 730c1531-3046-4a81-8666-f95628408a6c. 2026-05-08 21:10:01.116 7 INFO neutron.db.segments_db [None req-b2305989-5a16-44b4-8086-c8a20de776d2 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Added segment f729dd78-3965-4afb-b897-9b3f239fb9f5 of type vxlan for network a9bcc43c-a82a-4b21-a836-9b423ac379f3 [pid: 7|app: 0|req: 737/1603] 10.0.0.139 () {34 vars in 671 bytes} [Fri May 8 21:10:00 2026] POST /v2.0/networks => generated 612 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:01.263 7 INFO neutron.db.segments_db [None req-4f3b775c-c134-47e1-bc66-202cda8ce94a 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Added segment 1598a7e6-8624-4f86-8a2d-fdc6b42de588 of type vxlan for network 664cd342-d47e-483d-a8f2-4803e3d387ef [pid: 8|app: 0|req: 867/1604] 10.0.0.139 () {34 vars in 677 bytes} [Fri May 8 21:10:00 2026] POST /v2.0/floatingips => generated 841 bytes in 1173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1605] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:10:01 2026] GET /v2.0/floatingips/ed3f7681-e204-4306-8b7c-4ea052b90942 => generated 841 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1606] 10.0.0.139 () {32 vars in 655 bytes} [Fri May 8 21:10:01 2026] GET /v2.0/floatingips => generated 844 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:01.790 8 INFO neutron.db.l3_db [None req-b9369b5e-a072-4729-beea-16a288539db3 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Floating IP ed3f7681-e204-4306-8b7c-4ea052b90942 associated. External IP: 10.96.250.204, port: 730c1531-3046-4a81-8666-f95628408a6c. 2026-05-08 21:10:01.954 7 INFO neutron.db.l3_hamode_db [None req-4f3b775c-c134-47e1-bc66-202cda8ce94a 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 870/1607] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:10:01 2026] PUT /v2.0/floatingips/ed3f7681-e204-4306-8b7c-4ea052b90942 => generated 841 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:02.731 7 INFO neutron.db.l3_hamode_db [None req-4f3b775c-c134-47e1-bc66-202cda8ce94a 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 871/1608] 10.0.0.139 () {34 vars in 684 bytes} [Fri May 8 21:10:02 2026] POST /v2.0/security-groups => generated 1601 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 21:10:02.857 8 INFO neutron.db.l3_db [None req-4a897c95-d31d-4e7c-bd53-c524dc81b4e6 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Floating IP ed3f7681-e204-4306-8b7c-4ea052b90942 disassociated. External IP: 10.96.250.204, port: 4f5bf5c8-a2f5-4504-8e5b-cf2efa0aff87. [pid: 8|app: 0|req: 872/1609] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:10:02 2026] PUT /v2.0/floatingips/ed3f7681-e204-4306-8b7c-4ea052b90942 => generated 552 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1610] 10.0.0.139 () {34 vars in 684 bytes} [Fri May 8 21:10:03 2026] POST /v2.0/security-groups => generated 1601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 21:10:03.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-219b4fd4-73f9-428e-bc73-d62cc51cc2b8 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] TaaS: Handle Delete Port: 95d3b9cf-2f14-4569-b7a8-1e6abb5ef7c2 2026-05-08 21:10:03.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-219b4fd4-73f9-428e-bc73-d62cc51cc2b8 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Tap Mirror: Handle Delete Port: 95d3b9cf-2f14-4569-b7a8-1e6abb5ef7c2 [pid: 7|app: 0|req: 738/1611] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:01 2026] POST /v2.0/routers => generated 695 bytes in 2345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1612] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:10:03 2026] DELETE /v2.0/floatingips/ed3f7681-e204-4306-8b7c-4ea052b90942 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1613] 10.0.0.139 () {34 vars in 684 bytes} [Fri May 8 21:10:03 2026] POST /v2.0/security-groups => generated 1601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 21:10:03.704 7 INFO neutron.api.v2.resource [None req-ca684038-f527-4f47-ba0f-170b02da3dc8 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 740/1614] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:10:03 2026] DELETE /v2.0/floatingips/ed3f7681-e204-4306-8b7c-4ea052b90942 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1615] 10.0.0.139 () {32 vars in 776 bytes} [Fri May 8 21:10:03 2026] GET /v2.0/subnets?project_id=6b418f128ade4338a90805fb66e74d42&cidr=10.100.0.0%2F28 => generated 14 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1616] 10.0.0.139 () {34 vars in 684 bytes} [Fri May 8 21:10:03 2026] POST /v2.0/security-groups => generated 1601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1617] 10.0.0.139 () {32 vars in 694 bytes} [Fri May 8 21:10:03 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:03.891 8 INFO neutron_taas.services.taas.taas_plugin [None req-d763a379-d6ac-45f0-be69-7ffe51f105c4 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] TaaS: Handle Delete Port: 4f5bf5c8-a2f5-4504-8e5b-cf2efa0aff87 2026-05-08 21:10:03.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d763a379-d6ac-45f0-be69-7ffe51f105c4 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Tap Mirror: Handle Delete Port: 4f5bf5c8-a2f5-4504-8e5b-cf2efa0aff87 [pid: 7|app: 0|req: 743/1618] 10.0.0.139 () {34 vars in 684 bytes} [Fri May 8 21:10:03 2026] POST /v2.0/security-groups => generated 1601 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1619] 10.0.0.139 () {32 vars in 784 bytes} [Fri May 8 21:10:03 2026] GET /v2.0/subnets?network_id=2d8bb260-2283-4161-8396-fb4f7684d396&cidr=10.100.0.0%2F28 => 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: 745/1620] 10.0.0.139 () {34 vars in 767 bytes} [Fri May 8 21:10:03 2026] PUT /v2.0/security-groups/83eb3279-cb87-43a0-bafb-bdcc730f775e/tags => generated 17 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1621] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:03 2026] DELETE /v2.0/ports/4f5bf5c8-a2f5-4504-8e5b-cf2efa0aff87 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1622] 10.0.0.139 () {34 vars in 767 bytes} [Fri May 8 21:10:04 2026] PUT /v2.0/security-groups/2bf184e6-b017-4689-a03e-43379fabfe43/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:10:04.225 8 INFO neutron_taas.services.taas.taas_plugin [None req-edf52985-5457-45da-a307-00d842d299c9 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] TaaS: Handle Delete Port: 730c1531-3046-4a81-8666-f95628408a6c 2026-05-08 21:10:04.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edf52985-5457-45da-a307-00d842d299c9 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Tap Mirror: Handle Delete Port: 730c1531-3046-4a81-8666-f95628408a6c [pid: 7|app: 0|req: 746/1623] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:04 2026] POST /v2.0/subnets => generated 656 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1624] 10.0.0.139 () {34 vars in 767 bytes} [Fri May 8 21:10:04 2026] PUT /v2.0/security-groups/5a1fd02e-91d6-49ea-a5c9-0b9f37e78ed8/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1625] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:04 2026] DELETE /v2.0/ports/730c1531-3046-4a81-8666-f95628408a6c => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1626] 10.0.0.139 () {34 vars in 767 bytes} [Fri May 8 21:10:04 2026] PUT /v2.0/security-groups/224b9437-3104-4da9-a1e1-a00555fc040d/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: 880/1627] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:10:04 2026] GET /v2.0/ports?device_id=3e1067d2-3c88-4fa6-9c1d-9849642bdd77 => generated 958 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1628] 10.0.0.139 () {32 vars in 680 bytes} [Fri May 8 21:10:04 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:10:05.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-c55020a9-c333-4d30-838d-33894fbb7783 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] TaaS: Handle Delete Port: 4d492cff-3128-4774-a638-3237107ba974 2026-05-08 21:10:05.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c55020a9-c333-4d30-838d-33894fbb7783 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Tap Mirror: Handle Delete Port: 4d492cff-3128-4774-a638-3237107ba974 [pid: 8|app: 0|req: 882/1629] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:10:04 2026] PUT /v2.0/routers/3e1067d2-3c88-4fa6-9c1d-9849642bdd77/remove_router_interface => generated 309 bytes in 1219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1630] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:10:04 2026] PUT /v2.0/routers/46360ef0-4950-4d67-9e08-fc57bdc48965/add_router_interface => generated 309 bytes in 1390 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1631] 10.0.0.139 () {32 vars in 694 bytes} [Fri May 8 21:10:05 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1632] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:10:05 2026] GET /v2.0/networks => generated 5060 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1633] 10.0.0.139 () {32 vars in 690 bytes} [Fri May 8 21:10:05 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1634] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:10:05 2026] GET /v2.0/subnets => generated 3851 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1635] 10.0.0.139 () {32 vars in 702 bytes} [Fri May 8 21:10:05 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:10:06.018 7 INFO neutron_taas.services.taas.taas_plugin [None req-cea5e3fe-6b66-4d05-9d2f-aa75963c2539 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] TaaS: Handle Delete Port: 5e88a6ca-b940-4445-9c96-a9bea3cfdf24 2026-05-08 21:10:06.021 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cea5e3fe-6b66-4d05-9d2f-aa75963c2539 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Tap Mirror: Handle Delete Port: 5e88a6ca-b940-4445-9c96-a9bea3cfdf24 [pid: 8|app: 0|req: 888/1636] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:10:05 2026] GET /v2.0/routers => generated 1282 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1637] 10.0.0.139 () {32 vars in 688 bytes} [Fri May 8 21:10:06 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1638] 10.0.0.139 () {32 vars in 702 bytes} [Fri May 8 21:10:06 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:10:06.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-cea5e3fe-6b66-4d05-9d2f-aa75963c2539 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] TaaS: Handle Delete Port: 1bf73e5a-b06f-4fb6-8add-53abb18ea82f [pid: 8|app: 0|req: 891/1639] 10.0.0.139 () {34 vars in 685 bytes} [Fri May 8 21:10:06 2026] POST /v2.0/security-groups => generated 1675 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 21:10:06.284 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cea5e3fe-6b66-4d05-9d2f-aa75963c2539 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] Tap Mirror: Handle Delete Port: 1bf73e5a-b06f-4fb6-8add-53abb18ea82f [pid: 8|app: 0|req: 892/1640] 10.0.0.139 () {32 vars in 698 bytes} [Fri May 8 21:10:06 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1641] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1642] 10.0.0.139 () {32 vars in 710 bytes} [Fri May 8 21:10:06 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1643] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:06 2026] POST /v2.0/security-group-rules => generated 596 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1644] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:06 2026] DELETE /v2.0/security-groups/83eb3279-cb87-43a0-bafb-bdcc730f775e => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:10:06.673 7 INFO neutron.services.segments.plugin [-] Segment 7aa415d4-00fc-43ec-9ff1-0c84fa1f76c3 resource provider aggregate not found 2026-05-08 21:10:06.683 7 INFO neutron.services.segments.plugin [-] Segment 7aa415d4-00fc-43ec-9ff1-0c84fa1f76c3 resource provider aggregate not found 2026-05-08 21:10:06.697 7 INFO neutron.services.segments.plugin [-] Segment 7aa415d4-00fc-43ec-9ff1-0c84fa1f76c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aa415d4-00fc-43ec-9ff1-0c84fa1f76c3 found for delete ", "request_id": "req-c8b1d14c-4941-405c-bb5b-e708badbb025"}]} 2026-05-08 21:10:06.706 7 INFO neutron.services.segments.plugin [-] Segment 7aa415d4-00fc-43ec-9ff1-0c84fa1f76c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aa415d4-00fc-43ec-9ff1-0c84fa1f76c3 found for delete ", "request_id": "req-bcb1da53-603a-4579-aa05-2a236a008634"}]} 2026-05-08 21:10:06.711 7 INFO neutron.db.l3_hamode_db [None req-cea5e3fe-6b66-4d05-9d2f-aa75963c2539 a489269472fb459c86c00b1b71616195 757380bdf6164b13881cd7b9c3f4ab0a - - default default] HA network f3332623-19a1-495c-beaf-edfe0b308cff was deleted as no HA routers are present in tenant 757380bdf6164b13881cd7b9c3f4ab0a. [pid: 7|app: 0|req: 749/1645] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:10:05 2026] DELETE /v2.0/routers/3e1067d2-3c88-4fa6-9c1d-9849642bdd77 => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1646] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1647] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:06 2026] DELETE /v2.0/security-groups/2bf184e6-b017-4689-a03e-43379fabfe43 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1648] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1649] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:10:06 2026] DELETE /v2.0/subnets/e8712e91-f744-4529-880f-f6f73c828907 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:06.957 8 INFO neutron.db.securitygroups_db [None req-b6bb83ee-e3a2-48dd-a2bb-17a9e72e94f6 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Project 6b418f128ade4338a90805fb66e74d42 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: 752/1650] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:06 2026] DELETE /v2.0/security-groups/5a1fd02e-91d6-49ea-a5c9-0b9f37e78ed8 => 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: 899/1651] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:06 2026] POST /v2.0/security-group-rules => generated 607 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1652] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:06 2026] DELETE /v2.0/networks/b959b0c2-3f8c-46ec-98a8-52a1ae2d2204 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1653] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:07 2026] DELETE /v2.0/security-groups/224b9437-3104-4da9-a1e1-a00555fc040d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:10:07.134 7 INFO neutron.db.securitygroups_db [None req-0fd26fb6-531f-41f4-aa73-aee2affb858e 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Project 6b418f128ade4338a90805fb66e74d42 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: 901/1654] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:07 2026] DELETE /v2.0/security-groups/bfa62abf-7530-4e3b-9c09-2ea87ca4bff4 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1655] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1656] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:10:07 2026] GET /v2.0/networks => generated 1296 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1657] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:07 2026] GET /v2.0/security-groups?tenant_id=757380bdf6164b13881cd7b9c3f4ab0a&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1658] 10.0.0.227 () {34 vars in 1100 bytes} [Fri May 8 21:10:08 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1920252704&fields=id&tenant_id=6b418f128ade4338a90805fb66e74d42 => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1659] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:07 2026] DELETE /v2.0/security-groups/27d1ccad-1b27-4f81-a0b4-65290b5ca5c0 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1660] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:10:08 2026] GET /v2.0/networks?id=a9bcc43c-a82a-4b21-a836-9b423ac379f3 => generated 659 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1661] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:10:08 2026] GET /v2.0/quotas/6b418f128ade4338a90805fb66e74d42 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1662] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:10:08 2026] GET /v2.0/ports?tenant_id=6b418f128ade4338a90805fb66e74d42&fields=id => generated 103 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1663] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:10:08 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?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: 760/1664] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:10:08 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?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: 905/1665] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:08 2026] GET /v2.0/security-groups?tenant_id=fa5ad361343e47dda7e205864b967ce8&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1666] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:08 2026] DELETE /v2.0/security-groups/ee8f93e9-3eb6-47bf-ade2-eaa4baf775fa => 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: 906/1667] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:08 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:10:08.716 7 INFO neutron.services.segments.plugin [-] Segment 87c5dc26-2ef4-4fad-baa9-faf4356a1613 resource provider aggregate not found 2026-05-08 21:10:08.733 7 INFO neutron.services.segments.plugin [-] Segment 87c5dc26-2ef4-4fad-baa9-faf4356a1613 resource provider aggregate not found 2026-05-08 21:10:08.744 7 INFO neutron.services.segments.plugin [-] Segment 87c5dc26-2ef4-4fad-baa9-faf4356a1613 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87c5dc26-2ef4-4fad-baa9-faf4356a1613 found for delete ", "request_id": "req-cec41ca8-032a-4b38-b79c-5a04f1392978"}]} 2026-05-08 21:10:08.760 7 INFO neutron.services.segments.plugin [-] Segment 87c5dc26-2ef4-4fad-baa9-faf4356a1613 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87c5dc26-2ef4-4fad-baa9-faf4356a1613 found for delete ", "request_id": "req-f8e6c067-fb13-451f-a1cf-b254ff3db25e"}]} [pid: 7|app: 0|req: 762/1668] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:08 2026] GET /v2.0/security-groups?tenant_id=e545601cded64702b6872aef5dfd96e8&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1669] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:08 2026] DELETE /v2.0/security-groups/aa3ac0ff-5060-4e69-a314-898739f7aa73 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1670] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:09 2026] GET /v2.0/security-groups?tenant_id=c9e9c96c5e6c4292a7b1c5acec8803d9&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1671] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:09 2026] DELETE /v2.0/security-groups/f51425b3-099c-4979-9340-3f401b96d8a4 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1672] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:09 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1673] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:09 2026] GET /v2.0/security-groups?tenant_id=f0656f7bd4ef4e6ba86136860eca5d3f&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1674] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:09 2026] DELETE /v2.0/security-groups/a5e05d45-a468-4965-bb77-cf77aaeccb1d => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:10:10.681 7 INFO neutron.db.segments_db [None req-c0610a63-2b69-4d56-91a0-56cd54fadb3b 80f6982c5b584ef9a449bddc66f87184 c2d6ac11ff8f463eb040d8ceb5f98abe - - default default] Added segment 1f497930-bde3-4a63-a393-07f92a152712 of type vxlan for network d6f1a17d-68a0-4a9e-a22f-8ccf23facf13 [pid: 8|app: 0|req: 913/1677] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:10 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:10:10.737 7 INFO neutron.db.segments_db [None req-c0610a63-2b69-4d56-91a0-56cd54fadb3b 80f6982c5b584ef9a449bddc66f87184 c2d6ac11ff8f463eb040d8ceb5f98abe - - default default] Added segment a602687a-8a4c-43de-89f9-a0f209858610 of type vxlan for network d57a6e77-737b-40a4-96a3-e15f6f63e99a [pid: 7|app: 0|req: 765/1678] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:10 2026] POST /v2.0/networks => generated 1206 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1679] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:10:10 2026] GET /v2.0/networks => generated 1843 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:10:11.062 7 INFO neutron.services.segments.plugin [-] Segment 1f497930-bde3-4a63-a393-07f92a152712 resource provider aggregate not found 2026-05-08 21:10:11.063 7 INFO neutron.services.segments.plugin [-] Segment 1f497930-bde3-4a63-a393-07f92a152712 resource provider aggregate not found 2026-05-08 21:10:11.081 7 INFO neutron.services.segments.plugin [-] Segment 1f497930-bde3-4a63-a393-07f92a152712 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f497930-bde3-4a63-a393-07f92a152712 found for delete ", "request_id": "req-44371e39-e68e-4e7a-b2c1-c0ff462fa911"}]} 2026-05-08 21:10:11.088 7 INFO neutron.services.segments.plugin [-] Segment 1f497930-bde3-4a63-a393-07f92a152712 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f497930-bde3-4a63-a393-07f92a152712 found for delete ", "request_id": "req-d381886b-a89e-4cb2-bffa-ee24bf775e86"}]} [pid: 7|app: 0|req: 766/1680] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:10 2026] DELETE /v2.0/networks/d6f1a17d-68a0-4a9e-a22f-8ccf23facf13 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:11.211 8 INFO neutron.services.segments.plugin [-] Segment a602687a-8a4c-43de-89f9-a0f209858610 resource provider aggregate not found 2026-05-08 21:10:11.217 8 INFO neutron.services.segments.plugin [-] Segment a602687a-8a4c-43de-89f9-a0f209858610 resource provider aggregate not found 2026-05-08 21:10:11.234 8 INFO neutron.services.segments.plugin [-] Segment a602687a-8a4c-43de-89f9-a0f209858610 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a602687a-8a4c-43de-89f9-a0f209858610 found for delete ", "request_id": "req-de8e1fda-5ab5-496e-82c2-9a005ea1bffe"}]} 2026-05-08 21:10:11.236 8 INFO neutron.services.segments.plugin [-] Segment a602687a-8a4c-43de-89f9-a0f209858610 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a602687a-8a4c-43de-89f9-a0f209858610 found for delete ", "request_id": "req-360b3656-cdd8-41e0-8b30-f11d42dc2d75"}]} [pid: 8|app: 0|req: 915/1681] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:11 2026] DELETE /v2.0/networks/d57a6e77-737b-40a4-96a3-e15f6f63e99a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1682] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:10:11 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:11.361 8 INFO neutron.db.segments_db [None req-487520e6-26b0-4035-a89b-1a87b26e54cd 80f6982c5b584ef9a449bddc66f87184 c2d6ac11ff8f463eb040d8ceb5f98abe - - default default] Added segment b775db8b-3add-4062-a08f-0d1dd70da12d of type vxlan for network cd5c6fb7-7368-4401-850c-0f8f8325e7fe [pid: 8|app: 0|req: 916/1683] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:11 2026] POST /v2.0/networks => generated 635 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:11.488 7 INFO neutron.db.segments_db [None req-8ec83023-072f-4617-9cc3-5c904415fa76 80f6982c5b584ef9a449bddc66f87184 c2d6ac11ff8f463eb040d8ceb5f98abe - - default default] Added segment 588c8140-916b-4b45-8eae-b10be43abdbc of type vxlan for network 242a53fa-8d03-4c8d-8d07-84967c2b7c9a [pid: 7|app: 0|req: 768/1684] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:11 2026] POST /v2.0/networks => generated 634 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1685] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:11 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1686] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:10:11 2026] POST /v2.0/ports => generated 1506 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1687] 10.0.0.139 () {32 vars in 643 bytes} [Fri May 8 21:10:12 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:10:12.427 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e8bc8ce-0ff4-4fbc-8793-e0deb30b7fae 80f6982c5b584ef9a449bddc66f87184 c2d6ac11ff8f463eb040d8ceb5f98abe - - default default] TaaS: Handle Delete Port: 9e5ecf2d-b878-4709-b437-6c428ceec0f2 2026-05-08 21:10:12.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e8bc8ce-0ff4-4fbc-8793-e0deb30b7fae 80f6982c5b584ef9a449bddc66f87184 c2d6ac11ff8f463eb040d8ceb5f98abe - - default default] Tap Mirror: Handle Delete Port: 9e5ecf2d-b878-4709-b437-6c428ceec0f2 [pid: 8|app: 0|req: 918/1688] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:12 2026] DELETE /v2.0/ports/9e5ecf2d-b878-4709-b437-6c428ceec0f2 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:12.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b76806f-42db-4bbd-8327-1368f5196c49 80f6982c5b584ef9a449bddc66f87184 c2d6ac11ff8f463eb040d8ceb5f98abe - - default default] TaaS: Handle Delete Port: 46787431-cfb0-4b9a-8210-0c933ea2ac79 2026-05-08 21:10:12.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b76806f-42db-4bbd-8327-1368f5196c49 80f6982c5b584ef9a449bddc66f87184 c2d6ac11ff8f463eb040d8ceb5f98abe - - default default] Tap Mirror: Handle Delete Port: 46787431-cfb0-4b9a-8210-0c933ea2ac79 [pid: 7|app: 0|req: 771/1689] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:12 2026] DELETE /v2.0/ports/46787431-cfb0-4b9a-8210-0c933ea2ac79 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1690] 10.0.0.139 () {32 vars in 643 bytes} [Fri May 8 21:10:12 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1691] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:10:12 2026] GET /v2.0/networks?id=a9bcc43c-a82a-4b21-a836-9b423ac379f3 => generated 659 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:12.818 8 INFO neutron.db.segments_db [None req-9b09f176-1ac7-4438-a992-e9a3ecfc2a17 80f6982c5b584ef9a449bddc66f87184 c2d6ac11ff8f463eb040d8ceb5f98abe - - default default] Added segment c4609994-2928-4388-99eb-e333a6717efc of type vxlan for network 4f05feaf-d4ca-4bef-8be0-751fe436ac7a [pid: 7|app: 0|req: 773/1692] 199.204.45.25 () {34 vars in 1049 bytes} [Fri May 8 21:10:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6b418f128ade4338a90805fb66e74d42 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1693] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:12 2026] POST /v2.0/networks => generated 635 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1694] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:12 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:10:13.014 8 INFO neutron.db.segments_db [None req-0684893b-55ae-4ef0-98d0-75ecf6c19595 80f6982c5b584ef9a449bddc66f87184 c2d6ac11ff8f463eb040d8ceb5f98abe - - default default] Added segment 7e7deb47-0f9a-4a10-982e-e215808ff7e1 of type vxlan for network c757f4f9-ce29-4991-b26e-f2b7d6c9795c [pid: 8|app: 0|req: 922/1695] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:12 2026] POST /v2.0/networks => generated 634 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1696] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:10:12 2026] POST /v2.0/ports => generated 954 bytes in 409 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: 923/1697] 10.0.0.13 () {32 vars in 801 bytes} [Fri May 8 21:10:13 2026] GET /v2.0/extensions => generated 21537 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1698] 10.0.0.13 () {30 vars in 723 bytes} [Fri May 8 21:10:13 2026] GET /v2.0/quotas/71e34a06433c47459d5a6b03eb3a7742/details => generated 847 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1699] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:10:13 2026] PUT /v2.0/ports/c935e391-12d2-483d-bceb-74e36242f571 => 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, ' 2026-05-08 21:10:13.744 8 INFO neutron.db.segments_db [None req-266d42f7-4bc1-4a9a-b547-4c0f12a9edf5 f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] Added segment 57739bd5-d01b-4afc-ba45-ff5fe92f9490 of type vxlan for network 6d4f2a14-baa7-462a-8d48-9cd2c7766d06 2026-05-08 21:10:13.745 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a0b0542-c3dc-4f43-b8ae-c3c37626e10c'] response: {'name': 'network-changed', 'server_uuid': 'b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c', 'tag': 'c935e391-12d2-483d-bceb-74e36242f571', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 925/1700] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:13 2026] POST /v2.0/networks => generated 613 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1701] 10.0.0.139 () {34 vars in 664 bytes} [Fri May 8 21:10:13 2026] POST /v2.0/ports => generated 743 bytes in 239 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: 776/1702] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:13 2026] POST /v2.0/subnets => generated 1323 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1703] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:14 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => 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: 928/1704] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:10:14 2026] GET /v2.0/subnets => generated 1959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1705] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:14 2026] GET /v2.0/security-groups?id=1abdf059-43df-4dd7-b095-211a8bfd7e84&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1706] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:10:14 2026] DELETE /v2.0/subnets/ab3fff38-6cca-4d05-a0fc-800bc93ce05f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1707] 10.0.0.139 () {34 vars in 666 bytes} [Fri May 8 21:10:14 2026] POST /v2.0/trunks => generated 407 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1708] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:10:14 2026] GET /v2.0/ports?tenant_id=6b418f128ade4338a90805fb66e74d42&device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:10:14.418 8 INFO neutron.db.segments_db [None req-96307a0d-5b83-4c4c-8765-4d87f1ffd556 f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] Added segment e2fb964d-6298-4385-a0b7-028eeeacb662 of type vxlan for network 919d7a07-d7bc-4413-a687-303af078ca6c [pid: 7|app: 0|req: 778/1709] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:10:14 2026] DELETE /v2.0/subnets/749ae324-f7d7-4570-acfa-cf89bf74baf0 => 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: 932/1710] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:14 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1711] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:10:14 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1712] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:10:14 2026] GET /v2.0/networks?tenant_id=6b418f128ade4338a90805fb66e74d42&shared=False => generated 755 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:14.673 7 INFO neutron.services.segments.plugin [-] Segment 7e7deb47-0f9a-4a10-982e-e215808ff7e1 resource provider aggregate not found 2026-05-08 21:10:14.674 7 INFO neutron.services.segments.plugin [-] Segment 7e7deb47-0f9a-4a10-982e-e215808ff7e1 resource provider aggregate not found 2026-05-08 21:10:14.696 7 INFO neutron.services.segments.plugin [-] Segment 7e7deb47-0f9a-4a10-982e-e215808ff7e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e7deb47-0f9a-4a10-982e-e215808ff7e1 found for delete ", "request_id": "req-b152c585-b402-45db-a325-257e0f417372"}]} 2026-05-08 21:10:14.698 7 INFO neutron.services.segments.plugin [-] Segment 7e7deb47-0f9a-4a10-982e-e215808ff7e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e7deb47-0f9a-4a10-982e-e215808ff7e1 found for delete ", "request_id": "req-b64be9d1-e81d-4595-bc73-19d47582ee03"}]} [pid: 7|app: 0|req: 780/1713] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:14 2026] DELETE /v2.0/networks/c757f4f9-ce29-4991-b26e-f2b7d6c9795c => 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: 781/1714] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:10:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1715] 10.0.0.139 () {34 vars in 664 bytes} [Fri May 8 21:10:14 2026] POST /v2.0/ports => generated 743 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 782/1716] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:14 2026] DELETE /v2.0/networks/4f05feaf-d4ca-4bef-8be0-751fe436ac7a => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1717] 10.0.0.139 () {34 vars in 666 bytes} [Fri May 8 21:10:14 2026] POST /v2.0/trunks => generated 407 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:15.041 8 INFO neutron.db.segments_db [None req-13654364-a32c-4016-b8cd-f540c2e03bae f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] Added segment d512bc25-5864-432d-a002-388e068e52e6 of type vxlan for network aa5f4342-ed79-43cd-b54f-35ee7c9c3c6f [pid: 7|app: 0|req: 783/1718] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:14 2026] DELETE /v2.0/networks/242a53fa-8d03-4c8d-8d07-84967c2b7c9a => 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: 936/1719] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:14 2026] POST /v2.0/networks => generated 612 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1720] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:15 2026] DELETE /v2.0/networks/cd5c6fb7-7368-4401-850c-0f8f8325e7fe => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1721] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:15 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1722] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:15 2026] GET /v2.0/security-groups?id=1abdf059-43df-4dd7-b095-211a8bfd7e84&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: 937/1723] 10.0.0.139 () {34 vars in 664 bytes} [Fri May 8 21:10:15 2026] POST /v2.0/ports => generated 743 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1724] 10.0.0.139 () {34 vars in 666 bytes} [Fri May 8 21:10:15 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-05-08 21:10:15.695 8 INFO neutron.db.segments_db [None req-e56f8651-8a2e-479a-88c4-2d09c3b4930f f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] Added segment ee78e242-011a-4d58-a43b-9ae1a2eb3031 of type vxlan for network 47178d3f-4ae5-4b4b-b77c-bc1a8bda4491 [pid: 8|app: 0|req: 938/1725] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:15 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1726] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:15 2026] GET /v2.0/security-groups?tenant_id=c2d6ac11ff8f463eb040d8ceb5f98abe&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1727] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:10:15 2026] GET /v2.0/ports?tenant_id=6b418f128ade4338a90805fb66e74d42&device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1728] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:15 2026] DELETE /v2.0/security-groups/c3441a23-3401-4da5-a513-2566bf93182b => 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: 791/1729] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:10:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c935e391-12d2-483d-bceb-74e36242f571 => 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: 939/1730] 10.0.0.139 () {34 vars in 664 bytes} [Fri May 8 21:10:15 2026] POST /v2.0/ports => generated 743 bytes in 299 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: 792/1731] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:10:16 2026] GET /v2.0/subnets?id=dc5e2a21-d74c-4a99-b002-fa6790522c45 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1732] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:10:16 2026] GET /v2.0/ports?network_id=a9bcc43c-a82a-4b21-a836-9b423ac379f3&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1733] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:10:16 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1734] 10.0.0.139 () {34 vars in 666 bytes} [Fri May 8 21:10:16 2026] POST /v2.0/trunks => generated 407 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1735] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:10:16 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:10:16.309 8 INFO neutron.db.segments_db [None req-bfca7662-9d19-4280-b098-c45acb2dcf0d f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] Added segment 06f0ddb5-5fe4-4a8e-a8e3-ea938db605a2 of type vxlan for network 5cacd499-dcf6-4970-8b3c-5c159bb3e7f8 [pid: 8|app: 0|req: 941/1736] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:16 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1737] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:16 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1738] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:16 2026] GET /v2.0/security-groups?id=1abdf059-43df-4dd7-b095-211a8bfd7e84&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: 944/1739] 10.0.0.13 () {32 vars in 801 bytes} [Fri May 8 21:10:16 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-08 21:10:16.721 7 INFO neutron.services.segments.plugin [-] Segment c4609994-2928-4388-99eb-e333a6717efc resource provider aggregate not found 2026-05-08 21:10:16.725 7 INFO neutron.services.segments.plugin [-] Segment c4609994-2928-4388-99eb-e333a6717efc resource provider aggregate not found [pid: 7|app: 0|req: 796/1740] 10.0.0.139 () {34 vars in 664 bytes} [Fri May 8 21:10:16 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:16.745 7 INFO neutron.services.segments.plugin [-] Segment c4609994-2928-4388-99eb-e333a6717efc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4609994-2928-4388-99eb-e333a6717efc found for delete ", "request_id": "req-575ba985-c74f-4ad6-bc86-de5a4bb991ad"}]} 2026-05-08 21:10:16.763 7 INFO neutron.services.segments.plugin [-] Segment c4609994-2928-4388-99eb-e333a6717efc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4609994-2928-4388-99eb-e333a6717efc found for delete ", "request_id": "req-6421e40f-87ee-4828-b974-a682d3a3e467"}]} 2026-05-08 21:10:16.767 7 INFO neutron.services.segments.plugin [-] Segment 588c8140-916b-4b45-8eae-b10be43abdbc resource provider aggregate not found 2026-05-08 21:10:16.785 7 INFO neutron.services.segments.plugin [-] Segment 588c8140-916b-4b45-8eae-b10be43abdbc resource provider aggregate not found 2026-05-08 21:10:16.785 7 INFO neutron.services.segments.plugin [-] Segment 588c8140-916b-4b45-8eae-b10be43abdbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 588c8140-916b-4b45-8eae-b10be43abdbc found for delete ", "request_id": "req-b37b316b-7eef-427a-ba2c-82da07bf2bde"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:10:16.818 7 INFO neutron.services.segments.plugin [-] Segment b775db8b-3add-4062-a08f-0d1dd70da12d resource provider aggregate not found 2026-05-08 21:10:16.820 7 INFO neutron.services.segments.plugin [-] Segment 588c8140-916b-4b45-8eae-b10be43abdbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 588c8140-916b-4b45-8eae-b10be43abdbc found for delete ", "request_id": "req-0ec1793b-ac2f-4660-b35c-e7eba4fecd4e"}]} 2026-05-08 21:10:16.837 7 INFO neutron.services.segments.plugin [-] Segment b775db8b-3add-4062-a08f-0d1dd70da12d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b775db8b-3add-4062-a08f-0d1dd70da12d found for delete ", "request_id": "req-12b72a85-ba4e-4634-9da7-19292c3190aa"}]} 2026-05-08 21:10:16.840 7 INFO neutron.services.segments.plugin [-] Segment b775db8b-3add-4062-a08f-0d1dd70da12d resource provider aggregate not found 2026-05-08 21:10:16.857 7 INFO neutron.services.segments.plugin [-] Segment b775db8b-3add-4062-a08f-0d1dd70da12d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b775db8b-3add-4062-a08f-0d1dd70da12d found for delete ", "request_id": "req-327cb0eb-e720-4794-8bda-b60021106d2c"}]} [pid: 8|app: 0|req: 945/1741] 10.0.0.139 () {34 vars in 666 bytes} [Fri May 8 21:10:16 2026] POST /v2.0/trunks => generated 407 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1742] 10.0.0.13 () {30 vars in 723 bytes} [Fri May 8 21:10:16 2026] GET /v2.0/quotas/71e34a06433c47459d5a6b03eb3a7742/details => generated 847 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1743] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:10:16 2026] PUT /v2.0/trunks/9f7a1edc-5bc0-42bb-9e96-7b07dc9f0840/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: 798/1744] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:10:16 2026] PUT /v2.0/trunks/9a9c4c7e-9bb3-4134-8090-91b578b50f3f/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1745] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:10:16 2026] PUT /v2.0/trunks/b525d902-5c4b-44b5-a57f-930225a75133/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1746] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:10:17 2026] PUT /v2.0/trunks/a3de2cda-fd24-4311-81e2-6239ea160985/tags => 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: 948/1747] 10.0.0.139 () {32 vars in 662 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1748] 10.0.0.139 () {32 vars in 676 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1749] 10.0.0.139 () {32 vars in 672 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1750] 10.0.0.139 () {32 vars in 684 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1751] 10.0.0.139 () {32 vars in 670 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1752] 10.0.0.139 () {32 vars in 684 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1753] 10.0.0.139 () {32 vars in 680 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1754] 10.0.0.139 () {32 vars in 692 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1755] 10.0.0.139 () {32 vars in 719 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks/9f7a1edc-5bc0-42bb-9e96-7b07dc9f0840 => generated 412 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1756] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/ports/085eb860-aafb-4541-a7e2-952a7f54062b => generated 826 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1757] 10.0.0.139 () {32 vars in 722 bytes} [Fri May 8 21:10:17 2026] DELETE /v2.0/trunks/9f7a1edc-5bc0-42bb-9e96-7b07dc9f0840 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1758] 10.0.0.139 () {32 vars in 719 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks/9a9c4c7e-9bb3-4134-8090-91b578b50f3f => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1759] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/ports/06b9aae1-c16d-42f6-87ca-9681021a42a2 => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1760] 10.0.0.139 () {32 vars in 722 bytes} [Fri May 8 21:10:17 2026] DELETE /v2.0/trunks/9a9c4c7e-9bb3-4134-8090-91b578b50f3f => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1761] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1762] 10.0.0.139 () {32 vars in 719 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks/b525d902-5c4b-44b5-a57f-930225a75133 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1763] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/security-groups?id=1abdf059-43df-4dd7-b095-211a8bfd7e84&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1764] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/ports/3fa66522-1d45-48c1-bd5c-c3540f3129bf => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1765] 10.0.0.139 () {32 vars in 722 bytes} [Fri May 8 21:10:17 2026] DELETE /v2.0/trunks/b525d902-5c4b-44b5-a57f-930225a75133 => 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: 810/1766] 10.0.0.139 () {32 vars in 719 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks/a3de2cda-fd24-4311-81e2-6239ea160985 => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1767] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/ports/0b1c6581-86c4-42a7-81e9-f5034c31f607 => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1768] 10.0.0.139 () {32 vars in 722 bytes} [Fri May 8 21:10:17 2026] DELETE /v2.0/trunks/a3de2cda-fd24-4311-81e2-6239ea160985 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1769] 10.0.0.139 () {32 vars in 719 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/trunks/7cde73b6-c47f-4fbb-b741-79d62ce3f533 => 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: 814/1770] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:10:17 2026] GET /v2.0/ports/a2d0977c-c2e8-4eb3-9e40-836edba28b7d => generated 826 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:18.000 8 INFO neutron.db.segments_db [None req-d9dcb24e-995d-42b0-9118-99b31f351e92 77207188a8894fe7a8b58a910c4322c7 78fa46f9f7de4da184cda442a1377f04 - - default default] Added segment 9b544ca4-7468-4930-bd85-34ebf71db9c6 of type vxlan for network ee0732ca-6f00-4010-8f7b-b29622704f4e 2026-05-08 21:10:18.048 8 INFO neutron.db.segments_db [None req-d9dcb24e-995d-42b0-9118-99b31f351e92 77207188a8894fe7a8b58a910c4322c7 78fa46f9f7de4da184cda442a1377f04 - - default default] Added segment 6f9ac591-4cf4-434c-8f87-696d5db250ac of type vxlan for network 7fb8c19c-a17f-47ba-a6ec-fe32bcd5e1f1 [pid: 7|app: 0|req: 815/1771] 10.0.0.139 () {32 vars in 722 bytes} [Fri May 8 21:10:18 2026] DELETE /v2.0/trunks/7cde73b6-c47f-4fbb-b741-79d62ce3f533 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1772] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:17 2026] POST /v2.0/networks => generated 1206 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 21:10:18.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-d316e8a0-c5b0-46d4-8f8b-9123d8e923da f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] TaaS: Handle Delete Port: 085eb860-aafb-4541-a7e2-952a7f54062b 2026-05-08 21:10:18.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d316e8a0-c5b0-46d4-8f8b-9123d8e923da f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] Tap Mirror: Handle Delete Port: 085eb860-aafb-4541-a7e2-952a7f54062b [pid: 8|app: 0|req: 958/1773] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:10:18 2026] GET /v2.0/networks => generated 1843 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1774] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:18 2026] DELETE /v2.0/ports/085eb860-aafb-4541-a7e2-952a7f54062b => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:18.308 8 INFO neutron.services.segments.plugin [-] Segment 9b544ca4-7468-4930-bd85-34ebf71db9c6 resource provider aggregate not found 2026-05-08 21:10:18.311 8 INFO neutron.services.segments.plugin [-] Segment 9b544ca4-7468-4930-bd85-34ebf71db9c6 resource provider aggregate not found 2026-05-08 21:10:18.330 8 INFO neutron.services.segments.plugin [-] Segment 9b544ca4-7468-4930-bd85-34ebf71db9c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b544ca4-7468-4930-bd85-34ebf71db9c6 found for delete ", "request_id": "req-71b6c636-c574-40c1-8909-86bbacec9da7"}]} [pid: 8|app: 0|req: 959/1775] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:18 2026] DELETE /v2.0/networks/ee0732ca-6f00-4010-8f7b-b29622704f4e => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:18.338 8 INFO neutron.services.segments.plugin [-] Segment 9b544ca4-7468-4930-bd85-34ebf71db9c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b544ca4-7468-4930-bd85-34ebf71db9c6 found for delete ", "request_id": "req-31861727-fd99-4ccb-8be8-ea1dfa76209e"}]} 2026-05-08 21:10:18.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-349dbbd6-fa5b-412a-ba9b-04f642ed5302 f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] TaaS: Handle Delete Port: 06b9aae1-c16d-42f6-87ca-9681021a42a2 2026-05-08 21:10:18.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-349dbbd6-fa5b-412a-ba9b-04f642ed5302 f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] Tap Mirror: Handle Delete Port: 06b9aae1-c16d-42f6-87ca-9681021a42a2 [pid: 7|app: 0|req: 817/1776] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:18 2026] DELETE /v2.0/ports/06b9aae1-c16d-42f6-87ca-9681021a42a2 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1777] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:18 2026] DELETE /v2.0/networks/7fb8c19c-a17f-47ba-a6ec-fe32bcd5e1f1 => 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: 961/1778] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:10:18 2026] GET /v2.0/networks => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:18.537 7 INFO neutron_taas.services.taas.taas_plugin [None req-1951e7ff-d125-4f87-b057-f514a8802c8f f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] TaaS: Handle Delete Port: 3fa66522-1d45-48c1-bd5c-c3540f3129bf 2026-05-08 21:10:18.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1951e7ff-d125-4f87-b057-f514a8802c8f f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] Tap Mirror: Handle Delete Port: 3fa66522-1d45-48c1-bd5c-c3540f3129bf 2026-05-08 21:10:18.592 8 INFO neutron.db.segments_db [None req-0dcb2c26-168e-4a03-8135-acdefb395787 77207188a8894fe7a8b58a910c4322c7 78fa46f9f7de4da184cda442a1377f04 - - default default] Added segment 1d2c7fcb-42f1-4d0f-9159-b29275f28df0 of type vxlan for network 6efe2527-6404-42a8-946a-ba20e4684949 [pid: 7|app: 0|req: 818/1779] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:18 2026] DELETE /v2.0/ports/3fa66522-1d45-48c1-bd5c-c3540f3129bf => 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: 962/1780] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:18 2026] POST /v2.0/networks => generated 630 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:18.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-406883ea-aa56-4127-b243-788dc7dc4081 f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] TaaS: Handle Delete Port: 0b1c6581-86c4-42a7-81e9-f5034c31f607 2026-05-08 21:10:18.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-406883ea-aa56-4127-b243-788dc7dc4081 f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] Tap Mirror: Handle Delete Port: 0b1c6581-86c4-42a7-81e9-f5034c31f607 2026-05-08 21:10:18.729 8 INFO neutron.db.segments_db [None req-895106ae-ff21-4de1-b016-4a9733409a06 77207188a8894fe7a8b58a910c4322c7 78fa46f9f7de4da184cda442a1377f04 - - default default] Added segment 216340a3-2df6-43aa-87e8-99b59dc08193 of type vxlan for network 5122620f-c447-4c0c-afd4-1718de50f60d [pid: 7|app: 0|req: 819/1781] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:18 2026] DELETE /v2.0/ports/0b1c6581-86c4-42a7-81e9-f5034c31f607 => 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: 963/1782] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:18 2026] POST /v2.0/networks => generated 631 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1783] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:18 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:18.949 8 INFO neutron_taas.services.taas.taas_plugin [None req-a762f446-b3a5-486e-9b2c-5efc9598a329 f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] TaaS: Handle Delete Port: a2d0977c-c2e8-4eb3-9e40-836edba28b7d 2026-05-08 21:10:18.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a762f446-b3a5-486e-9b2c-5efc9598a329 f4bc58f2a7ac4b0a8e05d5c07f1abb4b 0388049903184ea3858c5c9bcb15b1e9 - - default default] Tap Mirror: Handle Delete Port: a2d0977c-c2e8-4eb3-9e40-836edba28b7d [pid: 8|app: 0|req: 964/1784] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:18 2026] DELETE /v2.0/ports/a2d0977c-c2e8-4eb3-9e40-836edba28b7d => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1785] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:19 2026] GET /v2.0/security-groups?id=1abdf059-43df-4dd7-b095-211a8bfd7e84&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: 966/1786] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:19 2026] DELETE /v2.0/networks/6d4f2a14-baa7-462a-8d48-9cd2c7766d06 => 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: 967/1787] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:19 2026] DELETE /v2.0/networks/919d7a07-d7bc-4413-a687-303af078ca6c => 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: 968/1788] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:19 2026] DELETE /v2.0/networks/aa5f4342-ed79-43cd-b54f-35ee7c9c3c6f => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1789] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:10:18 2026] POST /v2.0/ports => generated 1505 bytes in 596 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: 822/1790] 10.0.0.139 () {32 vars in 643 bytes} [Fri May 8 21:10:19 2026] GET /v2.0/ports => generated 1505 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1791] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:19 2026] DELETE /v2.0/networks/47178d3f-4ae5-4b4b-b77c-bc1a8bda4491 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:19.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3ac2214-9772-40db-9b2e-f4e7111cb5cc 77207188a8894fe7a8b58a910c4322c7 78fa46f9f7de4da184cda442a1377f04 - - default default] TaaS: Handle Delete Port: e657db72-db4e-400e-9ed4-2c04eb3f8f8a 2026-05-08 21:10:19.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3ac2214-9772-40db-9b2e-f4e7111cb5cc 77207188a8894fe7a8b58a910c4322c7 78fa46f9f7de4da184cda442a1377f04 - - default default] Tap Mirror: Handle Delete Port: e657db72-db4e-400e-9ed4-2c04eb3f8f8a [pid: 7|app: 0|req: 823/1792] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:19 2026] DELETE /v2.0/ports/e657db72-db4e-400e-9ed4-2c04eb3f8f8a => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1793] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:19 2026] DELETE /v2.0/networks/5cacd499-dcf6-4970-8b3c-5c159bb3e7f8 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:19.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-f85ed1cb-9cf0-4921-8462-91f39fd97b96 77207188a8894fe7a8b58a910c4322c7 78fa46f9f7de4da184cda442a1377f04 - - default default] TaaS: Handle Delete Port: b7596ebf-4c9e-408b-81de-ba482e1b14f7 2026-05-08 21:10:19.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f85ed1cb-9cf0-4921-8462-91f39fd97b96 77207188a8894fe7a8b58a910c4322c7 78fa46f9f7de4da184cda442a1377f04 - - default default] Tap Mirror: Handle Delete Port: b7596ebf-4c9e-408b-81de-ba482e1b14f7 [pid: 7|app: 0|req: 824/1794] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:19 2026] DELETE /v2.0/ports/b7596ebf-4c9e-408b-81de-ba482e1b14f7 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1795] 10.0.0.139 () {32 vars in 643 bytes} [Fri May 8 21:10:19 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) 2026-05-08 21:10:19.968 7 INFO neutron.db.segments_db [None req-d2a09eb0-2977-468e-a3e6-a6ed17dba960 77207188a8894fe7a8b58a910c4322c7 78fa46f9f7de4da184cda442a1377f04 - - default default] Added segment aadb8e83-7076-44ce-a8fd-0a263c851c78 of type vxlan for network 7dbf0893-353d-4e9a-b50b-43098b3d83d1 [pid: 7|app: 0|req: 825/1796] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:19 2026] POST /v2.0/networks => generated 631 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:20.129 8 INFO neutron.db.segments_db [None req-1be4920d-d98b-4a52-8dc2-4c634998b721 77207188a8894fe7a8b58a910c4322c7 78fa46f9f7de4da184cda442a1377f04 - - default default] Added segment 10b1f0a4-0c19-40ae-9593-751f2b3c13b7 of type vxlan for network 6064199f-047e-4fc2-a7d4-3e8fa6ac861b [pid: 8|app: 0|req: 972/1797] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:20 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1798] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:20 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:20.355 8 INFO neutron.services.segments.plugin [-] Segment 6f9ac591-4cf4-434c-8f87-696d5db250ac resource provider aggregate not found 2026-05-08 21:10:20.365 8 INFO neutron.services.segments.plugin [-] Segment 6f9ac591-4cf4-434c-8f87-696d5db250ac resource provider aggregate not found 2026-05-08 21:10:20.376 8 INFO neutron.services.segments.plugin [-] Segment 6f9ac591-4cf4-434c-8f87-696d5db250ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f9ac591-4cf4-434c-8f87-696d5db250ac found for delete ", "request_id": "req-bde011cd-007c-42b2-ab00-0d8e858f4e48"}]} 2026-05-08 21:10:20.396 8 INFO neutron.services.segments.plugin [-] Segment 6f9ac591-4cf4-434c-8f87-696d5db250ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f9ac591-4cf4-434c-8f87-696d5db250ac found for delete ", "request_id": "req-27dcb4f8-3924-4e00-945a-1d98a785c488"}]} 2026-05-08 21:10:20.404 8 INFO neutron.services.segments.plugin [-] Segment 57739bd5-d01b-4afc-ba45-ff5fe92f9490 resource provider aggregate not found [pid: 7|app: 0|req: 826/1799] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:20 2026] GET /v2.0/security-groups?tenant_id=71e34a06433c47459d5a6b03eb3a7742&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:10:20.415 8 INFO neutron.services.segments.plugin [-] Segment 57739bd5-d01b-4afc-ba45-ff5fe92f9490 resource provider aggregate not found 2026-05-08 21:10:20.432 8 INFO neutron.services.segments.plugin [-] Segment 57739bd5-d01b-4afc-ba45-ff5fe92f9490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57739bd5-d01b-4afc-ba45-ff5fe92f9490 found for delete ", "request_id": "req-8a4c0987-258b-4c3b-a5d4-ee31ecffb00c"}]} [pid: 7|app: 0|req: 827/1800] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:20 2026] GET /v2.0/security-groups?id=1abdf059-43df-4dd7-b095-211a8bfd7e84&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:20.437 8 INFO neutron.services.segments.plugin [-] Segment 57739bd5-d01b-4afc-ba45-ff5fe92f9490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57739bd5-d01b-4afc-ba45-ff5fe92f9490 found for delete ", "request_id": "req-aa1c99f3-5792-4861-9efc-17bba06b017a"}]} 2026-05-08 21:10:20.452 8 INFO neutron.services.segments.plugin [-] Segment e2fb964d-6298-4385-a0b7-028eeeacb662 resource provider aggregate not found 2026-05-08 21:10:20.456 8 INFO neutron.services.segments.plugin [-] Segment e2fb964d-6298-4385-a0b7-028eeeacb662 resource provider aggregate not found 2026-05-08 21:10:20.468 8 INFO neutron.services.segments.plugin [-] Segment e2fb964d-6298-4385-a0b7-028eeeacb662 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2fb964d-6298-4385-a0b7-028eeeacb662 found for delete ", "request_id": "req-5833c29d-80b7-4b47-9e84-8eb25590815e"}]} 2026-05-08 21:10:20.478 8 INFO neutron.services.segments.plugin [-] Segment e2fb964d-6298-4385-a0b7-028eeeacb662 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2fb964d-6298-4385-a0b7-028eeeacb662 found for delete ", "request_id": "req-2fb1a94e-a6c2-462e-a3e9-5922be7153f6"}]} 2026-05-08 21:10:20.497 8 INFO neutron.services.segments.plugin [-] Segment d512bc25-5864-432d-a002-388e068e52e6 resource provider aggregate not found 2026-05-08 21:10:20.503 8 INFO neutron.services.segments.plugin [-] Segment d512bc25-5864-432d-a002-388e068e52e6 resource provider aggregate not found 2026-05-08 21:10:20.520 8 INFO neutron.services.segments.plugin [-] Segment d512bc25-5864-432d-a002-388e068e52e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d512bc25-5864-432d-a002-388e068e52e6 found for delete ", "request_id": "req-61e6c001-e5ed-42de-ac40-1bcd651cc6d9"}]} 2026-05-08 21:10:20.525 8 INFO neutron.services.segments.plugin [-] Segment d512bc25-5864-432d-a002-388e068e52e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d512bc25-5864-432d-a002-388e068e52e6 found for delete ", "request_id": "req-6b913845-091f-4ca2-89af-5043a9f66ef0"}]} [pid: 7|app: 0|req: 828/1801] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:20 2026] DELETE /v2.0/security-groups/0fe6a8f2-0826-48c9-a1c2-fd0fd8294585 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:10:20.542 8 INFO neutron.services.segments.plugin [-] Segment ee78e242-011a-4d58-a43b-9ae1a2eb3031 resource provider aggregate not found 2026-05-08 21:10:20.543 8 INFO neutron.services.segments.plugin [-] Segment ee78e242-011a-4d58-a43b-9ae1a2eb3031 resource provider aggregate not found 2026-05-08 21:10:20.570 8 INFO neutron.services.segments.plugin [-] Segment ee78e242-011a-4d58-a43b-9ae1a2eb3031 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee78e242-011a-4d58-a43b-9ae1a2eb3031 found for delete ", "request_id": "req-c05d22d8-9e38-4769-b3ef-b40a4dab6a36"}]} 2026-05-08 21:10:20.574 8 INFO neutron.services.segments.plugin [-] Segment ee78e242-011a-4d58-a43b-9ae1a2eb3031 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee78e242-011a-4d58-a43b-9ae1a2eb3031 found for delete ", "request_id": "req-532d0f04-57d3-4917-ad9d-fe679027a48c"}]} 2026-05-08 21:10:20.596 8 INFO neutron.services.segments.plugin [-] Segment 06f0ddb5-5fe4-4a8e-a8e3-ea938db605a2 resource provider aggregate not found 2026-05-08 21:10:20.601 8 INFO neutron.services.segments.plugin [-] Segment 06f0ddb5-5fe4-4a8e-a8e3-ea938db605a2 resource provider aggregate not found 2026-05-08 21:10:20.616 8 INFO neutron.services.segments.plugin [-] Segment 06f0ddb5-5fe4-4a8e-a8e3-ea938db605a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f0ddb5-5fe4-4a8e-a8e3-ea938db605a2 found for delete ", "request_id": "req-4aa8b7ea-2735-44cf-be1d-1926aa9ccf88"}]} 2026-05-08 21:10:20.625 8 INFO neutron.services.segments.plugin [-] Segment 06f0ddb5-5fe4-4a8e-a8e3-ea938db605a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f0ddb5-5fe4-4a8e-a8e3-ea938db605a2 found for delete ", "request_id": "req-0f7020fd-22cc-496a-9784-0743615c9f27"}]} [pid: 8|app: 0|req: 974/1802] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:20 2026] POST /v2.0/subnets => generated 1273 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1803] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:10:20 2026] GET /v2.0/subnets => generated 1909 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1804] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:20 2026] GET /v2.0/security-groups?tenant_id=3c5ff1c046f0438a8f041ca01f4c2845&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1805] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:10:20 2026] DELETE /v2.0/subnets/49d8e9f3-fda2-4733-ba27-9146bcf1d90e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1806] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:20 2026] DELETE /v2.0/security-groups/0e5fb4eb-eb6e-4b4a-82a1-3e11de1a8f00 => 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: 977/1807] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:10:21 2026] DELETE /v2.0/subnets/95327329-4d1d-4f31-8f5c-7e5640dcef7e => 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: 831/1808] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:21 2026] GET /v2.0/security-groups?tenant_id=0388049903184ea3858c5c9bcb15b1e9&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: 978/1809] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:10:21 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1810] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:21 2026] DELETE /v2.0/security-groups/0df83392-2947-4792-8789-513eafe9e26d => 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: 979/1811] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:21 2026] DELETE /v2.0/networks/6064199f-047e-4fc2-a7d4-3e8fa6ac861b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:21.437 7 INFO neutron.services.segments.plugin [-] Segment aadb8e83-7076-44ce-a8fd-0a263c851c78 resource provider aggregate not found 2026-05-08 21:10:21.441 7 INFO neutron.services.segments.plugin [-] Segment aadb8e83-7076-44ce-a8fd-0a263c851c78 resource provider aggregate not found [pid: 7|app: 0|req: 833/1812] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:21 2026] DELETE /v2.0/networks/7dbf0893-353d-4e9a-b50b-43098b3d83d1 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:21.456 7 INFO neutron.services.segments.plugin [-] Segment aadb8e83-7076-44ce-a8fd-0a263c851c78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aadb8e83-7076-44ce-a8fd-0a263c851c78 found for delete ", "request_id": "req-af63f4f6-8349-491f-b9cc-96e370fbfcb0"}]} 2026-05-08 21:10:21.459 7 INFO neutron.services.segments.plugin [-] Segment aadb8e83-7076-44ce-a8fd-0a263c851c78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aadb8e83-7076-44ce-a8fd-0a263c851c78 found for delete ", "request_id": "req-4727d96c-867f-40bf-bf7c-cc0fa1fa6f64"}]} [pid: 8|app: 0|req: 980/1813] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:21 2026] GET /v2.0/security-groups?tenant_id=39c563bb381947ec8a372ddc4862efea&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1814] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:21 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => 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: 834/1815] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:21 2026] DELETE /v2.0/networks/5122620f-c447-4c0c-afd4-1718de50f60d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1816] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:21 2026] GET /v2.0/security-groups?id=1abdf059-43df-4dd7-b095-211a8bfd7e84&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1817] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:21 2026] DELETE /v2.0/security-groups/74dbc481-f0dc-4e42-810c-f575d7e82f96 => 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: 983/1818] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:21 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1819] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:21 2026] DELETE /v2.0/networks/6efe2527-6404-42a8-946a-ba20e4684949 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1820] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:21 2026] GET /v2.0/security-groups?id=1abdf059-43df-4dd7-b095-211a8bfd7e84&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: 837/1821] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:10:21 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1822] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:22 2026] GET /v2.0/security-groups?tenant_id=78fa46f9f7de4da184cda442a1377f04&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:10:22.485 8 INFO neutron.db.l3_db [None req-24b27ad8-8dd9-4abc-ae0e-9c29a010042b 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Floating IP 0112f5ff-53c2-4f06-b624-1ad978d6dbd4 associated. External IP: 10.96.250.207, port: c935e391-12d2-483d-bceb-74e36242f571. [pid: 7|app: 0|req: 839/1823] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:22 2026] DELETE /v2.0/security-groups/956d9427-f521-4e29-9ff1-8d0c810553dd => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:10:22.649 8 INFO neutron.services.segments.plugin [-] Segment 10b1f0a4-0c19-40ae-9593-751f2b3c13b7 resource provider aggregate not found 2026-05-08 21:10:22.652 8 INFO neutron.services.segments.plugin [-] Segment 10b1f0a4-0c19-40ae-9593-751f2b3c13b7 resource provider aggregate not found 2026-05-08 21:10:22.682 8 INFO neutron.services.segments.plugin [-] Segment 10b1f0a4-0c19-40ae-9593-751f2b3c13b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10b1f0a4-0c19-40ae-9593-751f2b3c13b7 found for delete ", "request_id": "req-e9e8482b-cf0e-4aa2-b79c-d71f0c8d7362"}]} 2026-05-08 21:10:22.682 8 INFO neutron.services.segments.plugin [-] Segment 10b1f0a4-0c19-40ae-9593-751f2b3c13b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10b1f0a4-0c19-40ae-9593-751f2b3c13b7 found for delete ", "request_id": "req-fb8ce373-0b8d-4b7d-9bac-918199224152"}]} 2026-05-08 21:10:22.797 7 INFO neutron.db.segments_db [None req-0e0f4610-8905-4229-97d8-d79bb7158444 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 1ef05bea-6878-42c2-ad3d-88ae7ba7693f of type vxlan for network aa0d8b1e-46e6-406c-935a-b15856dfad51 [pid: 8|app: 0|req: 985/1824] 10.0.0.139 () {34 vars in 677 bytes} [Fri May 8 21:10:21 2026] POST /v2.0/floatingips => generated 855 bytes in 1003 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1825] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:10:22 2026] GET /v2.0/floatingips/0112f5ff-53c2-4f06-b624-1ad978d6dbd4 => generated 855 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:22.878 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df33cdee-c707-4f78-817e-4f3c74623bbb'] response: {'name': 'network-changed', 'server_uuid': 'b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c', 'tag': 'c935e391-12d2-483d-bceb-74e36242f571', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 840/1826] 10.0.0.139 () {34 vars in 671 bytes} [Fri May 8 21:10:22 2026] POST /v2.0/networks => generated 722 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1827] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:22 2026] POST /v2.0/subnets => generated 688 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:23.132 7 INFO neutron.db.segments_db [None req-ecdc5d57-8ce1-4606-8074-185ada3d05c6 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment 2f2374d5-d7e8-4b96-9e0a-dee123bd5966 of type vxlan for network 858bd349-f6f0-4869-a1d9-c59e32b219bb 2026-05-08 21:10:23.399 7 INFO neutron.db.l3_hamode_db [None req-ecdc5d57-8ce1-4606-8074-185ada3d05c6 f1515beacaee487d9acfbb1d4d538ce2 ce62e074456349828395c275c7670e28 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 988/1828] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:10:23 2026] GET /v2.0/ports?tenant_id=6b418f128ade4338a90805fb66e74d42&device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1829] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:10:23 2026] GET /v2.0/networks?id=a9bcc43c-a82a-4b21-a836-9b423ac379f3 => generated 755 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:23.483 7 INFO neutron.services.segments.plugin [-] Segment 216340a3-2df6-43aa-87e8-99b59dc08193 resource provider aggregate not found 2026-05-08 21:10:23.498 7 INFO neutron.services.segments.plugin [-] Segment 216340a3-2df6-43aa-87e8-99b59dc08193 resource provider aggregate not found 2026-05-08 21:10:23.510 7 INFO neutron.services.segments.plugin [-] Segment 216340a3-2df6-43aa-87e8-99b59dc08193 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 216340a3-2df6-43aa-87e8-99b59dc08193 found for delete ", "request_id": "req-74f9c0c3-3130-47eb-b8b8-79e907ff695a"}]} 2026-05-08 21:10:23.515 7 INFO neutron.services.segments.plugin [-] Segment 216340a3-2df6-43aa-87e8-99b59dc08193 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 216340a3-2df6-43aa-87e8-99b59dc08193 found for delete ", "request_id": "req-ae2784d1-5ea1-4a52-99b9-86b0bdefeb07"}]} [pid: 8|app: 0|req: 990/1830] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:10:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c935e391-12d2-483d-bceb-74e36242f571 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:23.524 7 INFO neutron.services.segments.plugin [-] Segment 1d2c7fcb-42f1-4d0f-9159-b29275f28df0 resource provider aggregate not found 2026-05-08 21:10:23.533 7 INFO neutron.services.segments.plugin [-] Segment 1d2c7fcb-42f1-4d0f-9159-b29275f28df0 resource provider aggregate not found 2026-05-08 21:10:23.549 7 INFO neutron.services.segments.plugin [-] Segment 1d2c7fcb-42f1-4d0f-9159-b29275f28df0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d2c7fcb-42f1-4d0f-9159-b29275f28df0 found for delete ", "request_id": "req-1359b1f1-954d-492c-81b2-95b7010c435c"}]} [pid: 8|app: 0|req: 991/1831] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:10:23 2026] GET /v2.0/subnets?id=dc5e2a21-d74c-4a99-b002-fa6790522c45 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:23.551 7 INFO neutron.services.segments.plugin [-] Segment 1d2c7fcb-42f1-4d0f-9159-b29275f28df0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d2c7fcb-42f1-4d0f-9159-b29275f28df0 found for delete ", "request_id": "req-8c37f5ea-5a31-415a-8d1e-bcb4aeb576c5"}]} [pid: 8|app: 0|req: 992/1832] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:10:23 2026] GET /v2.0/ports?network_id=a9bcc43c-a82a-4b21-a836-9b423ac379f3&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1833] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:10:23 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?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: 994/1834] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:10:23 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?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: 995/1835] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:10:23 2026] GET /v2.0/floatingips/0112f5ff-53c2-4f06-b624-1ad978d6dbd4 => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:24.088 7 INFO neutron.db.l3_hamode_db [None req-ecdc5d57-8ce1-4606-8074-185ada3d05c6 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:10:24.727 8 INFO neutron.db.segments_db [None req-8d0cdb49-2a43-489f-95be-e77652298afe 0e74bfdf6b2248f0b201eb88258940ad 5971105594ba40899c9a4a96c0a73180 - - default default] Added segment 54976f90-fc73-4730-b59a-1c3a4d2db854 of type vxlan for network 402d905d-51b1-4738-b10b-d658deaf3609 [pid: 8|app: 0|req: 996/1836] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:24 2026] POST /v2.0/networks => generated 624 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1837] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:23 2026] POST /v2.0/routers => generated 728 bytes in 1878 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1838] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:24 2026] POST /v2.0/subnets => generated 641 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1839] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:10:25 2026] GET /v2.0/floatingips/0112f5ff-53c2-4f06-b624-1ad978d6dbd4 => generated 857 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1840] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:10:24 2026] POST /v2.0/floatingips => generated 552 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:25.489 7 INFO neutron.db.segments_db [None req-a6c3391f-256a-4d02-a096-38b6dbedb0ce 0e74bfdf6b2248f0b201eb88258940ad 5971105594ba40899c9a4a96c0a73180 - - default default] Added segment 3da6ef77-c6d8-41ed-9eb6-027c829ec004 of type vxlan for network 3df97b7d-e26f-4cf8-a539-8875070227db [pid: 7|app: 0|req: 843/1841] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:25 2026] POST /v2.0/networks => generated 625 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1842] 10.0.0.139 () {34 vars in 759 bytes} [Fri May 8 21:10:25 2026] PUT /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/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: 845/1843] 10.0.0.139 () {34 vars in 743 bytes} [Fri May 8 21:10:25 2026] PUT /v2.0/networks/3df97b7d-e26f-4cf8-a539-8875070227db => generated 592 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1844] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:10:25 2026] GET /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1847] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:25 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1848] 10.0.0.139 () {34 vars in 770 bytes} [Fri May 8 21:10:25 2026] PUT /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1849] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:10:25 2026] PUT /v2.0/routers/2946ed65-df02-403f-92aa-1d48d08352da/add_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1850] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/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: 851/1851] 10.0.0.139 () {34 vars in 741 bytes} [Fri May 8 21:10:26 2026] PUT /v2.0/subnets/9a0c5512-d263-45a3-86b5-c780c20d3598 => generated 636 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1852] 10.0.0.139 () {34 vars in 766 bytes} [Fri May 8 21:10:26 2026] PUT /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1853] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1854] 10.0.0.139 () {34 vars in 788 bytes} [Fri May 8 21:10:26 2026] PUT /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1855] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:10:26.390 7 INFO neutron.services.segments.plugin [-] Segment 3da6ef77-c6d8-41ed-9eb6-027c829ec004 resource provider aggregate not found 2026-05-08 21:10:26.393 7 INFO neutron.services.segments.plugin [-] Segment 3da6ef77-c6d8-41ed-9eb6-027c829ec004 resource provider aggregate not found 2026-05-08 21:10:26.409 7 INFO neutron.services.segments.plugin [-] Segment 3da6ef77-c6d8-41ed-9eb6-027c829ec004 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3da6ef77-c6d8-41ed-9eb6-027c829ec004 found for delete ", "request_id": "req-fbec0b10-cd93-4c20-a3b9-7fd5afb5b115"}]} 2026-05-08 21:10:26.410 7 INFO neutron.services.segments.plugin [-] Segment 3da6ef77-c6d8-41ed-9eb6-027c829ec004 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3da6ef77-c6d8-41ed-9eb6-027c829ec004 found for delete ", "request_id": "req-332fcd27-589c-4558-b01f-f6087f413c6d"}]} [pid: 8|app: 0|req: 1005/1856] 10.0.0.139 () {34 vars in 759 bytes} [Fri May 8 21:10:26 2026] PUT /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1857] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:26 2026] DELETE /v2.0/networks/3df97b7d-e26f-4cf8-a539-8875070227db => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:26.444 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f4e80c6-39b7-4bf3-9adb-4c99824666f5 0e74bfdf6b2248f0b201eb88258940ad 5971105594ba40899c9a4a96c0a73180 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 853/1858] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:26 2026] DELETE /v2.0/networks/3df97b7d-e26f-4cf8-a539-8875070227db => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1859] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1860] 10.0.0.139 () {32 vars in 694 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1861] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1862] 10.0.0.139 () {32 vars in 742 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/subnets?network_id=2d8bb260-2283-4161-8396-fb4f7684d396 => generated 649 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1863] 10.0.0.139 () {32 vars in 653 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-08 21:10:26.549 8 INFO neutron.api.v2.resource [None req-a2ba1dda-b73d-4ac7-9a09-95139e90a85d 05d6a7871c934979b931475f822bdcfb 62bd370cfbb849cda9e1c0007ac45f94 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1008/1864] 10.0.0.139 () {32 vars in 751 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1865] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/networks => 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: 858/1866] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1867] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:10:26 2026] DELETE /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1868] 10.0.0.139 () {32 vars in 723 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/networks/402d905d-51b1-4738-b10b-d658deaf3609 => generated 668 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1869] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1870] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/subnets/3137e625-c24c-4c87-9cb3-ef79e21dee82 => generated 641 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:26.721 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c0a36fde-deaf-45d0-9b0e-d5e4587a94d2 0e74bfdf6b2248f0b201eb88258940ad 5971105594ba40899c9a4a96c0a73180 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1871] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:10:26 2026] DELETE /v2.0/subnets/9a0c5512-d263-45a3-86b5-c780c20d3598 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:10:26.740 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd33fe4c-0255-4da5-991d-4a18f3d71d13 0e74bfdf6b2248f0b201eb88258940ad 5971105594ba40899c9a4a96c0a73180 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 862/1872] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:26 2026] DELETE /v2.0/networks/3df97b7d-e26f-4cf8-a539-8875070227db => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:10:26.748 8 INFO neutron.api.v2.resource [None req-a5d63428-553d-497e-a948-a98a749d6c91 05d6a7871c934979b931475f822bdcfb 62bd370cfbb849cda9e1c0007ac45f94 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1011/1873] 10.0.0.139 () {32 vars in 754 bytes} [Fri May 8 21:10:26 2026] DELETE /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1874] 10.0.0.139 () {32 vars in 742 bytes} [Fri May 8 21:10:26 2026] DELETE /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1875] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:10:26 2026] DELETE /v2.0/subnets/3137e625-c24c-4c87-9cb3-ef79e21dee82 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1876] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:10:26 2026] GET /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1877] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:26 2026] DELETE /v2.0/networks/402d905d-51b1-4738-b10b-d658deaf3609 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:27.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a2cbd74-6301-4e67-85db-fda0f38ef067 05d6a7871c934979b931475f822bdcfb 62bd370cfbb849cda9e1c0007ac45f94 - - default default] TaaS: Handle Delete Port: c2836645-2326-418f-8fc9-f7c28c48edef 2026-05-08 21:10:27.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a2cbd74-6301-4e67-85db-fda0f38ef067 05d6a7871c934979b931475f822bdcfb 62bd370cfbb849cda9e1c0007ac45f94 - - default default] Tap Mirror: Handle Delete Port: c2836645-2326-418f-8fc9-f7c28c48edef [pid: 8|app: 0|req: 1014/1878] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:10:26 2026] DELETE /v2.0/floatingips/12c3cf3c-fb94-46ad-a11c-7ceb24d1657a => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:10:27.341 7 INFO neutron.db.segments_db [None req-cbf1734d-5d65-4ba2-983f-e92bfb568818 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment c0752789-12de-4466-919b-1175a6843c7a of type vxlan for network 966dd411-bece-4c17-96e0-4fbcc3f50e8e [pid: 7|app: 0|req: 865/1879] 10.0.0.139 () {34 vars in 671 bytes} [Fri May 8 21:10:27 2026] POST /v2.0/networks => generated 721 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1880] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:27 2026] POST /v2.0/subnets => generated 687 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:27.631 8 INFO neutron.db.segments_db [None req-6602582b-0839-4186-978e-71ab8591b683 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Added segment f1e3b140-ffc0-4c6f-8704-f1d36205d9ec of type vxlan for network 4c083137-d2b4-4019-8ce9-fb4a9c8627a4 [pid: 7|app: 0|req: 866/1881] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:27 2026] GET /v2.0/security-groups?tenant_id=5971105594ba40899c9a4a96c0a73180&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1882] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:27 2026] DELETE /v2.0/security-groups/fe19382c-0f3f-4ee6-9706-d79f34345376 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:10:27.842 8 INFO neutron.db.l3_hamode_db [None req-6602582b-0839-4186-978e-71ab8591b683 f1515beacaee487d9acfbb1d4d538ce2 a855e25df7bb44a0879ec59659caa68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 868/1883] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:27 2026] GET /v2.0/security-groups?tenant_id=b496857052214b1aa33800f0fff47887&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1884] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:28 2026] DELETE /v2.0/security-groups/a7bc53c7-0379-40c3-baca-4c1358f2141e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:10:28.431 7 INFO neutron.services.segments.plugin [-] Segment 54976f90-fc73-4730-b59a-1c3a4d2db854 resource provider aggregate not found 2026-05-08 21:10:28.441 7 INFO neutron.services.segments.plugin [-] Segment 54976f90-fc73-4730-b59a-1c3a4d2db854 resource provider aggregate not found 2026-05-08 21:10:28.458 7 INFO neutron.services.segments.plugin [-] Segment 54976f90-fc73-4730-b59a-1c3a4d2db854 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54976f90-fc73-4730-b59a-1c3a4d2db854 found for delete ", "request_id": "req-cca1920e-354b-4372-887f-be985bf48a2e"}]} 2026-05-08 21:10:28.463 7 INFO neutron.services.segments.plugin [-] Segment 54976f90-fc73-4730-b59a-1c3a4d2db854 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54976f90-fc73-4730-b59a-1c3a4d2db854 found for delete ", "request_id": "req-adc0f764-c211-4e36-9b88-71da097c79c9"}]} [pid: 7|app: 0|req: 870/1885] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:28 2026] GET /v2.0/security-groups?tenant_id=62bd370cfbb849cda9e1c0007ac45f94&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:10:28.565 8 INFO neutron.db.l3_hamode_db [None req-6602582b-0839-4186-978e-71ab8591b683 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 871/1886] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:28 2026] DELETE /v2.0/security-groups/490dd31d-d537-4564-bee1-7d5d87385833 => 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: 1016/1887] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:27 2026] POST /v2.0/routers => generated 727 bytes in 1801 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:30.096 8 INFO neutron.db.segments_db [None req-832ec06e-9782-4919-a30b-4ee1dffcaeaf b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] Added segment b7427ef4-2813-4d0e-8ab3-c1a1743ef629 of type vxlan for network 90b632bf-54e7-4b26-9f3f-d65b8430eea5 [pid: 8|app: 0|req: 1017/1888] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:29 2026] POST /v2.0/networks => generated 630 bytes in 616 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1889] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:10:30 2026] POST /v2.0/ports => generated 778 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:10:30.525 8 INFO neutron.db.segments_db [None req-5d8a9e74-953a-4661-bdbe-156052ae4ae8 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] Added segment 8154378b-0a79-41a2-9e14-1d28c8fff4da of type vxlan for network 9247fe43-2863-441a-811a-c660fda932d7 [pid: 7|app: 0|req: 872/1890] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:10:29 2026] PUT /v2.0/routers/273a97cd-7152-412f-9d1f-38a35874d4ac/add_router_interface => generated 309 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1891] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:30 2026] POST /v2.0/networks => generated 617 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1892] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:30 2026] POST /v2.0/subnets => generated 646 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1893] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:10:30 2026] POST /v2.0/ports => generated 962 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:10:31.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d0898da-499d-4047-ad22-15a897041c70 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] TaaS: Handle Delete Port: 0dcbb06b-d81a-4f2d-b252-b2f4edff87b0 2026-05-08 21:10:31.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d0898da-499d-4047-ad22-15a897041c70 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] Tap Mirror: Handle Delete Port: 0dcbb06b-d81a-4f2d-b252-b2f4edff87b0 [pid: 7|app: 0|req: 874/1894] 10.0.0.139 () {34 vars in 685 bytes} [Fri May 8 21:10:31 2026] POST /v2.0/security-groups => generated 1675 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1895] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:31 2026] DELETE /v2.0/ports/0dcbb06b-d81a-4f2d-b252-b2f4edff87b0 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:31.559 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3aaf508-12d1-4c56-b53c-e728bcff9855 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/1896] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:31 2026] DELETE /v2.0/ports/0dcbb06b-d81a-4f2d-b252-b2f4edff87b0 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1897] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:31.582 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5adc81f9-df29-4bd3-9d0a-7b4ba85bcfd8 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/1898] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:10:31 2026] GET /v2.0/ports/0dcbb06b-d81a-4f2d-b252-b2f4edff87b0 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1899] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:10:31 2026] DELETE /v2.0/subnets/fe689066-6ab6-4a2c-b7df-15f501b6d171 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1900] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:31 2026] POST /v2.0/security-group-rules => generated 596 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1901] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:31.844 8 INFO neutron.services.segments.plugin [-] Segment 8154378b-0a79-41a2-9e14-1d28c8fff4da resource provider aggregate not found 2026-05-08 21:10:31.850 8 INFO neutron.services.segments.plugin [-] Segment 8154378b-0a79-41a2-9e14-1d28c8fff4da resource provider aggregate not found 2026-05-08 21:10:31.867 8 INFO neutron.services.segments.plugin [-] Segment 8154378b-0a79-41a2-9e14-1d28c8fff4da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8154378b-0a79-41a2-9e14-1d28c8fff4da found for delete ", "request_id": "req-feb30967-defd-4218-846a-bebfca104df3"}]} 2026-05-08 21:10:31.868 8 INFO neutron.services.segments.plugin [-] Segment 8154378b-0a79-41a2-9e14-1d28c8fff4da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8154378b-0a79-41a2-9e14-1d28c8fff4da found for delete ", "request_id": "req-94d92b24-628e-4ceb-b9e8-5cf3ce6a20da"}]} [pid: 8|app: 0|req: 1025/1902] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:31 2026] DELETE /v2.0/networks/9247fe43-2863-441a-811a-c660fda932d7 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1903] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:32.004 7 INFO neutron.db.segments_db [None req-404a8f91-ca17-487f-b03b-f76c10bcd9e8 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] Added segment 9c3687fb-8393-49e6-a7d1-4e0836dcc76f of type vxlan for network 5472cfd3-c05b-46b3-821a-be0feb331572 [pid: 8|app: 0|req: 1026/1904] 10.0.0.139 () {34 vars in 678 bytes} [Fri May 8 21:10:31 2026] POST /v2.0/qos/policies => generated 359 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1905] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:31 2026] POST /v2.0/networks => generated 616 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:32.091 8 INFO neutron.db.securitygroups_db [None req-a8ee19c8-42b1-4527-b620-7f5f12176d50 af89c9bc06be41179460bca5c717bcdb ce62e074456349828395c275c7670e28 - - default default] Project ce62e074456349828395c275c7670e28 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: 880/1906] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:10:32 2026] PUT /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1907] 10.0.0.251 () {34 vars in 990 bytes} [Fri May 8 21:10:32 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1908] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1909] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:10:32 2026] GET /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1910] 10.0.0.251 () {34 vars in 1040 bytes} [Fri May 8 21:10:32 2026] GET /v2.0/security-groups?id=1abdf059-43df-4dd7-b095-211a8bfd7e84&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:32.295 8 INFO neutron.db.securitygroups_db [None req-3431265d-8d05-4182-aa40-73371f1c3b10 af89c9bc06be41179460bca5c717bcdb ce62e074456349828395c275c7670e28 - - default default] Project ce62e074456349828395c275c7670e28 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: 882/1911] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:32 2026] POST /v2.0/subnets => generated 646 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1912] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:32 2026] POST /v2.0/security-group-rules => generated 606 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1913] 10.0.0.139 () {34 vars in 764 bytes} [Fri May 8 21:10:32 2026] PUT /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/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: 884/1914] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:10:32 2026] GET /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1915] 10.0.0.139 () {34 vars in 760 bytes} [Fri May 8 21:10:32 2026] PUT /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1916] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:10:32 2026] GET /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1917] 10.0.0.139 () {34 vars in 782 bytes} [Fri May 8 21:10:32 2026] PUT /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/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: 888/1918] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:10:32 2026] GET /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1919] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:10:32 2026] PUT /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1920] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:10:32 2026] GET /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/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: 1031/1921] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:10:32 2026] POST /v2.0/ports => generated 923 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1922] 10.0.0.139 () {32 vars in 741 bytes} [Fri May 8 21:10:32 2026] GET /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:10:32.816 7 INFO neutron.api.v2.resource [None req-47eea13b-0d05-4148-b2f9-98b60ee9e81b b2d3119970214ab780e4b814d0d76cb4 79d4a575d4ba403386393713e31c3afa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 892/1923] 10.0.0.139 () {32 vars in 745 bytes} [Fri May 8 21:10:32 2026] GET /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 21:10:32.862 8 INFO neutron_taas.services.taas.taas_plugin [None req-a79c2241-3994-42e1-af7c-bcb0286cbf1d b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] TaaS: Handle Delete Port: 0ec6c0e1-8009-4395-b04b-dfad87961b8f 2026-05-08 21:10:32.866 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a79c2241-3994-42e1-af7c-bcb0286cbf1d b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] Tap Mirror: Handle Delete Port: 0ec6c0e1-8009-4395-b04b-dfad87961b8f [pid: 7|app: 0|req: 893/1924] 10.0.0.139 () {32 vars in 744 bytes} [Fri May 8 21:10:32 2026] DELETE /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/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: 894/1925] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:10:32 2026] GET /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1926] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:32 2026] DELETE /v2.0/ports/0ec6c0e1-8009-4395-b04b-dfad87961b8f => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:10:33.007 8 INFO neutron.api.v2.resource [None req-132a9a21-b59f-4a2f-953e-999ccf237e31 b2d3119970214ab780e4b814d0d76cb4 79d4a575d4ba403386393713e31c3afa - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1033/1927] 10.0.0.139 () {32 vars in 748 bytes} [Fri May 8 21:10:32 2026] DELETE /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 21:10:33.020 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc725bcd-b954-46fd-a758-229bc0015f19 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1034/1928] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:10:33 2026] GET /v2.0/ports/0ec6c0e1-8009-4395-b04b-dfad87961b8f => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1929] 10.0.0.139 () {34 vars in 685 bytes} [Fri May 8 21:10:32 2026] POST /v2.0/security-groups => generated 1660 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1930] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:10:33 2026] DELETE /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1931] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:10:33 2026] DELETE /v2.0/subnets/dc356135-14af-4264-b22a-e302cab16513 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1932] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1933] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:10:33 2026] GET /v2.0/policies/903f11d1-aef3-4328-921f-882913d799c0/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1934] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1935] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:33 2026] DELETE /v2.0/networks/5472cfd3-c05b-46b3-821a-be0feb331572 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1936] 10.0.0.139 () {32 vars in 734 bytes} [Fri May 8 21:10:33 2026] DELETE /v2.0/qos/policies/903f11d1-aef3-4328-921f-882913d799c0 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1937] 10.0.0.139 () {34 vars in 665 bytes} [Fri May 8 21:10:33 2026] POST /v2.0/ports => generated 777 bytes in 279 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: 1038/1938] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:10:33 2026] POST /v2.0/floatingips => generated 552 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1939] 10.0.0.139 () {34 vars in 737 bytes} [Fri May 8 21:10:33 2026] PUT /v2.0/ports/9de588ec-0a20-40c4-b8d5-671cf007d402 => generated 752 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:33.894 8 INFO neutron.services.segments.plugin [-] Segment 9c3687fb-8393-49e6-a7d1-4e0836dcc76f resource provider aggregate not found 2026-05-08 21:10:33.898 8 INFO neutron.services.segments.plugin [-] Segment 9c3687fb-8393-49e6-a7d1-4e0836dcc76f resource provider aggregate not found 2026-05-08 21:10:33.913 8 INFO neutron.services.segments.plugin [-] Segment 9c3687fb-8393-49e6-a7d1-4e0836dcc76f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c3687fb-8393-49e6-a7d1-4e0836dcc76f found for delete ", "request_id": "req-331378ae-6b46-4594-8aa2-30fbe6a75d95"}]} 2026-05-08 21:10:33.919 8 INFO neutron.services.segments.plugin [-] Segment 9c3687fb-8393-49e6-a7d1-4e0836dcc76f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c3687fb-8393-49e6-a7d1-4e0836dcc76f found for delete ", "request_id": "req-270888e1-08ff-4341-beba-b8726b6e9ef8"}]} 2026-05-08 21:10:33.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-69b9e6f1-5f2b-4a73-9186-ee8512a6d484 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] TaaS: Handle Delete Port: 9de588ec-0a20-40c4-b8d5-671cf007d402 2026-05-08 21:10:33.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69b9e6f1-5f2b-4a73-9186-ee8512a6d484 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] Tap Mirror: Handle Delete Port: 9de588ec-0a20-40c4-b8d5-671cf007d402 [pid: 8|app: 0|req: 1039/1940] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:33 2026] DELETE /v2.0/ports/9de588ec-0a20-40c4-b8d5-671cf007d402 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 902/1941] 10.0.0.139 () {32 vars in 643 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/ports => generated 781 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:34.069 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d2c21f9-be5c-404b-bc3c-9b0be92a0521 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1040/1942] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/ports/9de588ec-0a20-40c4-b8d5-671cf007d402 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1943] 10.0.0.139 () {32 vars in 643 bytes} [Fri May 8 21:10:34 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: 8|app: 0|req: 1042/1944] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/ports/b8610ecb-18a4-46de-a22c-80f750d73c7b => generated 778 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:34.174 8 INFO neutron.pecan_wsgi.hooks.translation [None req-571c9d35-db97-47f8-b4e1-d24b7d7dc852 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1043/1945] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:34 2026] DELETE /v2.0/ports/0ec6c0e1-8009-4395-b04b-dfad87961b8f => 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: 1044/1946] 10.0.0.227 () {34 vars in 1100 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1762819641&fields=id&tenant_id=ce62e074456349828395c275c7670e28 => generated 69 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:10:34.211 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b24440c6-0864-4dbb-9e65-db3e83a443d4 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1045/1947] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:10:34 2026] DELETE /v2.0/subnets/dc356135-14af-4264-b22a-e302cab16513 => 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: 1046/1948] 10.0.0.227 () {34 vars in 1098 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--957216668&fields=id&tenant_id=ce62e074456349828395c275c7670e28 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:10:34.249 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac5e22e5-6424-4dab-b5bf-a536a21ddd01 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1047/1949] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:10:34 2026] DELETE /v2.0/subnets/fe689066-6ab6-4a2c-b7df-15f501b6d171 => 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: 1048/1950] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/networks?id=aa0d8b1e-46e6-406c-935a-b15856dfad51 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1951] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/security-groups?tenant_id=79d4a575d4ba403386393713e31c3afa&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1952] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/quotas/ce62e074456349828395c275c7670e28 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:34.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-c61134eb-ea4b-4c8a-b39b-d3b7e2c05709 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] TaaS: Handle Delete Port: b8610ecb-18a4-46de-a22c-80f750d73c7b 2026-05-08 21:10:34.406 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c61134eb-ea4b-4c8a-b39b-d3b7e2c05709 b4d87e952d264a1dbf038708991eb49d 0810444f5f38465c8be76953bcaa3e7d - - default default] Tap Mirror: Handle Delete Port: b8610ecb-18a4-46de-a22c-80f750d73c7b [pid: 7|app: 0|req: 905/1953] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:34 2026] DELETE /v2.0/security-groups/330fb526-cd62-455e-8278-745dd6655969 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1954] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:10:34 2026] DELETE /v2.0/ports/b8610ecb-18a4-46de-a22c-80f750d73c7b => 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: 906/1955] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/ports?tenant_id=ce62e074456349828395c275c7670e28&fields=id => generated 103 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1956] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/networks/aa0d8b1e-46e6-406c-935a-b15856dfad51?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: 1050/1957] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:10:34 2026] DELETE /v2.0/networks/90b632bf-54e7-4b26-9f3f-d65b8430eea5 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1958] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/networks/aa0d8b1e-46e6-406c-935a-b15856dfad51?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1959] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/security-groups?tenant_id=ef5bca31e5e3451785a57fe8843ef2d7&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1960] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:34 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1961] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:34 2026] DELETE /v2.0/security-groups/c81a61d7-fed4-4913-a572-2091d450d73e => 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: 910/1962] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:35 2026] GET /v2.0/security-groups?tenant_id=0810444f5f38465c8be76953bcaa3e7d&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1963] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:35 2026] DELETE /v2.0/security-groups/f90a49e6-5a65-4db4-a41a-fcbeea4f3422 => 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: 911/1964] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:35 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:10:35.941 8 INFO neutron.services.segments.plugin [-] Segment b7427ef4-2813-4d0e-8ab3-c1a1743ef629 resource provider aggregate not found 2026-05-08 21:10:35.948 8 INFO neutron.services.segments.plugin [-] Segment b7427ef4-2813-4d0e-8ab3-c1a1743ef629 resource provider aggregate not found 2026-05-08 21:10:35.961 8 INFO neutron.services.segments.plugin [-] Segment b7427ef4-2813-4d0e-8ab3-c1a1743ef629 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7427ef4-2813-4d0e-8ab3-c1a1743ef629 found for delete ", "request_id": "req-830b9dc4-dc26-41b1-8d87-8227ba87255c"}]} 2026-05-08 21:10:35.980 8 INFO neutron.services.segments.plugin [-] Segment b7427ef4-2813-4d0e-8ab3-c1a1743ef629 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7427ef4-2813-4d0e-8ab3-c1a1743ef629 found for delete ", "request_id": "req-1b15bf99-dc7e-4160-a036-255dd30b29a2"}]} [pid: 8|app: 0|req: 1054/1965] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:36 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => 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: 912/1966] 10.0.0.139 () {32 vars in 623 bytes} [Fri May 8 21:10:37 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: 1055/1967] 10.0.0.139 () {32 vars in 633 bytes} [Fri May 8 21:10:37 2026] GET /v2.0/ => generated 632 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1968] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:37 2026] GET /v2.0/security-groups?tenant_id=677d3643486f473cb56ba8b3557e5632&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1969] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:38 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => 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: 1056/1970] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:38 2026] DELETE /v2.0/security-groups/df41c5ec-a5a7-46b6-b79b-9f714f0343a7 => 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: 915/1971] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:10:39 2026] GET /v2.0/networks?id=aa0d8b1e-46e6-406c-935a-b15856dfad51 => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1972] 199.204.45.25 () {34 vars in 1049 bytes} [Fri May 8 21:10:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ce62e074456349828395c275c7670e28 => generated 273 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1973] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:39 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1974] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:10:39 2026] POST /v2.0/ports => generated 993 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1975] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:10:39 2026] PUT /v2.0/ports/e89956d0-27e4-47e3-8030-6c7746e05ab4 => generated 1274 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:10:39.984 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1b8abf4-62be-481a-a0c1-8dc423d746b2'] response: {'name': 'network-changed', 'server_uuid': '57cc4928-910a-49d6-81ee-587a0a29ac6f', 'tag': 'e89956d0-27e4-47e3-8030-6c7746e05ab4', '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: 1059/1976] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:40 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1008 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: 7|app: 0|req: 918/1977] 10.0.0.227 () {34 vars in 1120 bytes} [Fri May 8 21:10:40 2026] GET /v2.0/security-groups?id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&id=dfa25936-4872-4889-b8fb-74ac67ade784&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1978] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:10:40 2026] GET /v2.0/ports?tenant_id=ce62e074456349828395c275c7670e28&device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1277 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1979] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:10:40 2026] GET /v2.0/networks?tenant_id=ce62e074456349828395c275c7670e28&shared=False => generated 769 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/1980] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:10:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1983] 10.0.0.139 () {32 vars in 826 bytes} [Fri May 8 21:10:41 2026] GET /v2.0/ports?project_id=6b418f128ade4338a90805fb66e74d42&network_id=a9bcc43c-a82a-4b21-a836-9b423ac379f3 => generated 3691 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1984] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:41 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1985] 10.0.0.227 () {34 vars in 1120 bytes} [Fri May 8 21:10:41 2026] GET /v2.0/security-groups?id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&id=dfa25936-4872-4889-b8fb-74ac67ade784&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/1986] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:10:41 2026] GET /v2.0/ports?tenant_id=ce62e074456349828395c275c7670e28&device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1277 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1987] 10.0.0.139 () {32 vars in 742 bytes} [Fri May 8 21:10:41 2026] GET /v2.0/subnets?network_id=2d8bb260-2283-4161-8396-fb4f7684d396 => generated 667 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/1988] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:10:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=e89956d0-27e4-47e3-8030-6c7746e05ab4 => 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: 924/1989] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:10:41 2026] GET /v2.0/subnets?id=77f9edd8-d643-4f33-b838-1db8ba9e7834 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/1990] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:10:41 2026] GET /v2.0/ports?network_id=aa0d8b1e-46e6-406c-935a-b15856dfad51&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: 7|app: 0|req: 925/1991] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:10:41 2026] GET /v2.0/networks/aa0d8b1e-46e6-406c-935a-b15856dfad51?fields=segments => generated 14 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/1992] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:10:41 2026] GET /v2.0/networks/aa0d8b1e-46e6-406c-935a-b15856dfad51?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:10:42.162 7 INFO neutron.db.l3_db [None req-41220542-4629-4974-95e1-755bb26a3e19 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Floating IP 0112f5ff-53c2-4f06-b624-1ad978d6dbd4 disassociated. External IP: 10.96.250.207, port: c935e391-12d2-483d-bceb-74e36242f571. [pid: 7|app: 0|req: 926/1993] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:10:42 2026] PUT /v2.0/floatingips/0112f5ff-53c2-4f06-b624-1ad978d6dbd4 => generated 554 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/1994] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:10:42 2026] GET /v2.0/floatingips/0112f5ff-53c2-4f06-b624-1ad978d6dbd4 => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:42.543 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf6d5a5c-0c16-4f79-b201-2df7403c8adf'] response: {'name': 'network-changed', 'server_uuid': 'b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c', 'tag': 'c935e391-12d2-483d-bceb-74e36242f571', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 927/1995] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:42 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1008 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/1996] 10.0.0.227 () {34 vars in 1120 bytes} [Fri May 8 21:10:42 2026] GET /v2.0/security-groups?id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&id=dfa25936-4872-4889-b8fb-74ac67ade784&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1997] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:10:43 2026] GET /v2.0/ports?tenant_id=6b418f128ade4338a90805fb66e74d42&device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/1998] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:10:43 2026] GET /v2.0/networks?id=a9bcc43c-a82a-4b21-a836-9b423ac379f3 => generated 755 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1999] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:10:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c935e391-12d2-483d-bceb-74e36242f571 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2000] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:10:43 2026] GET /v2.0/subnets?id=dc5e2a21-d74c-4a99-b002-fa6790522c45 => generated 677 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2001] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:10:43 2026] GET /v2.0/ports?network_id=a9bcc43c-a82a-4b21-a836-9b423ac379f3&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2002] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:10:43 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2003] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:10:43 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/2004] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:43 2026] GET /v2.0/security-groups?tenant_id=778c71ebf3ea42669104a1e89b6c1616&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/2005] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:10:43 2026] GET /v2.0/floatingips/0112f5ff-53c2-4f06-b624-1ad978d6dbd4 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2006] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:43 2026] DELETE /v2.0/security-groups/3929b844-2278-46b2-b232-885a1d4a60c2 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/2007] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:43 2026] GET /v2.0/security-groups?tenant_id=4c7f96b7d3ac47ee9e7c53cc40c0c6f7&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/2008] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:43 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/2009] 10.0.0.227 () {34 vars in 1120 bytes} [Fri May 8 21:10:43 2026] GET /v2.0/security-groups?id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&id=dfa25936-4872-4889-b8fb-74ac67ade784&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2010] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:43 2026] DELETE /v2.0/security-groups/8914a20b-6a5d-443a-a995-9a3453c92f77 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:10:44.333 7 INFO neutron.db.segments_db [None req-2d755af8-420a-4032-b2c1-de9e782312f6 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Added segment 9b70922f-3390-4ee9-b75b-a499d12f0611 of type vxlan for network 0f721530-d8f6-4892-85e4-6fbd28855e15 [pid: 7|app: 0|req: 935/2011] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:43 2026] POST /v2.0/networks => generated 621 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2012] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:10:44 2026] GET /v2.0/floatingips/0112f5ff-53c2-4f06-b624-1ad978d6dbd4 => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2013] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:44 2026] POST /v2.0/subnets => generated 658 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/2014] 10.0.0.139 () {32 vars in 722 bytes} [Fri May 8 21:10:44 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2015] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:44 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2016] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:44 2026] POST /v2.0/subnets => generated 731 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:45.110 8 INFO neutron.db.segments_db [None req-346a145a-f8f9-4609-9cbc-b245229efd81 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Added segment 23a0c34e-27cb-4f6e-b7df-87389bfcd108 of type vxlan for network 27ab0b18-8dde-49ec-92fc-00da08018735 [pid: 8|app: 0|req: 1079/2017] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:45 2026] POST /v2.0/networks => generated 619 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2018] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:10:45 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1277 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2019] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:45 2026] POST /v2.0/subnets => generated 656 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2020] 199.204.45.25 () {34 vars in 1123 bytes} [Fri May 8 21:10:45 2026] GET /v2.0/security-groups?id=dfa25936-4872-4889-b8fb-74ac67ade784&id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/2021] 10.0.0.227 () {34 vars in 1120 bytes} [Fri May 8 21:10:44 2026] GET /v2.0/security-groups?id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&id=dfa25936-4872-4889-b8fb-74ac67ade784&fields=id&fields=name => generated 206 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2022] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:45 2026] POST /v2.0/subnets => generated 726 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:45.809 8 INFO neutron.db.segments_db [None req-ee5136bb-e5e5-48d7-81d9-a0c25559e75c 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Added segment 82aab94a-9ade-4a1d-b3d3-480040b2d795 of type vxlan for network aa59bf66-2d1d-4074-b7bb-16b8ac68db22 [pid: 7|app: 0|req: 940/2023] 10.0.0.139 () {34 vars in 685 bytes} [Fri May 8 21:10:45 2026] POST /v2.0/security-groups => generated 1675 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2024] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:10:45 2026] POST /v2.0/networks => generated 619 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2025] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2026] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:45 2026] POST /v2.0/security-group-rules => generated 596 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2027] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:45 2026] POST /v2.0/subnets => generated 655 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2028] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:46 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) [pid: 7|app: 0|req: 944/2029] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:10:46.422 7 INFO neutron.db.securitygroups_db [None req-308fc932-7a1e-4d58-8f36-6e14edfc2182 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Project 6b418f128ade4338a90805fb66e74d42 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: 1086/2030] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:46 2026] POST /v2.0/subnets => generated 730 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2031] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:46 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) 2026-05-08 21:10:46.563 7 INFO neutron.db.securitygroups_db [None req-6c93a5b3-9c1c-489a-b010-398652a2d969 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Project 6b418f128ade4338a90805fb66e74d42 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-08 21:10:46.568 8 INFO neutron.db.segments_db [None req-6c81c124-10c7-4702-806c-17b3db8f8ca1 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Added segment 1bb1566a-8ba6-4bfc-b05d-365cac4a07aa of type vxlan for network 9dcf940b-3278-468c-bb07-7e7c1bc4066f [pid: 7|app: 0|req: 946/2032] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:46 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: 947/2033] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:46 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2034] 10.0.0.227 () {34 vars in 1120 bytes} [Fri May 8 21:10:46 2026] GET /v2.0/security-groups?id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&id=dfa25936-4872-4889-b8fb-74ac67ade784&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:46.835 8 INFO neutron.db.l3_hamode_db [None req-6c81c124-10c7-4702-806c-17b3db8f8ca1 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 949/2035] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:10:47 2026] GET /v2.0/networks => generated 1296 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2036] 10.0.0.227 () {34 vars in 1100 bytes} [Fri May 8 21:10:47 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1108406930&fields=id&tenant_id=6b418f128ade4338a90805fb66e74d42 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2037] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:10:47 2026] GET /v2.0/networks?id=a9bcc43c-a82a-4b21-a836-9b423ac379f3 => generated 659 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2038] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:10:47 2026] GET /v2.0/quotas/6b418f128ade4338a90805fb66e74d42 => 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: 953/2039] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:10:47 2026] GET /v2.0/ports?tenant_id=6b418f128ade4338a90805fb66e74d42&fields=id => generated 149 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2040] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:10:47 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2041] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:10:47 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2042] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:47 2026] GET /v2.0/security-groups?tenant_id=ed2387206ce449fd8acd3ab844976e3a&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2043] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:47 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => 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: 958/2044] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:47 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:10:48.080 8 INFO neutron.db.l3_hamode_db [None req-6c81c124-10c7-4702-806c-17b3db8f8ca1 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 959/2045] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:48 2026] DELETE /v2.0/security-groups/1a25672e-2a5a-4099-a277-179e3759a340 => 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: 960/2046] 10.0.0.227 () {34 vars in 1120 bytes} [Fri May 8 21:10:48 2026] GET /v2.0/security-groups?id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&id=dfa25936-4872-4889-b8fb-74ac67ade784&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2047] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:48 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:10:48.698 7 INFO neutron.db.l3_db [None req-2177f9c2-5547-492b-892b-cdfd24f2ec03 af89c9bc06be41179460bca5c717bcdb ce62e074456349828395c275c7670e28 - - default default] Floating IP cd3d96ad-7a06-4a5f-a876-13d97a386b15 associated. External IP: 10.96.250.217, port: e89956d0-27e4-47e3-8030-6c7746e05ab4. [pid: 8|app: 0|req: 1087/2048] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:10:46 2026] POST /v2.0/routers => generated 684 bytes in 2473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2049] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:10:48 2026] PUT /v2.0/floatingips/cd3d96ad-7a06-4a5f-a876-13d97a386b15 => generated 855 bytes in 751 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:10:49.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f40b3a71-86a4-4b98-acd9-f830cb974ebb'] response: {'name': 'network-changed', 'server_uuid': '57cc4928-910a-49d6-81ee-587a0a29ac6f', 'tag': 'e89956d0-27e4-47e3-8030-6c7746e05ab4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 963/2050] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:49 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2051] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:10:49 2026] GET /v2.0/ports?tenant_id=ce62e074456349828395c275c7670e28&device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1279 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2052] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:10:49 2026] GET /v2.0/networks?id=aa0d8b1e-46e6-406c-935a-b15856dfad51 => generated 769 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2053] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:10:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=e89956d0-27e4-47e3-8030-6c7746e05ab4 => 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: 967/2054] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:10:49 2026] GET /v2.0/subnets?id=77f9edd8-d643-4f33-b838-1db8ba9e7834 => 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: 968/2055] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:10:49 2026] GET /v2.0/ports?network_id=aa0d8b1e-46e6-406c-935a-b15856dfad51&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2056] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:10:49 2026] GET /v2.0/networks/aa0d8b1e-46e6-406c-935a-b15856dfad51?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: 970/2057] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:10:49 2026] GET /v2.0/networks/aa0d8b1e-46e6-406c-935a-b15856dfad51?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2058] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:50 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => 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: 1088/2059] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:10:48 2026] PUT /v2.0/routers/05802ba1-6395-4a2e-a421-c9d7aac03a1a/add_router_interface => generated 309 bytes in 1345 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2060] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:51 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => 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: 972/2061] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:10:50 2026] PUT /v2.0/routers/05802ba1-6395-4a2e-a421-c9d7aac03a1a/add_router_interface => generated 309 bytes in 1331 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2062] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:51 2026] GET /v2.0/security-groups?tenant_id=cfbc7428455b4a39b94a3115ffde8138&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2063] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:51 2026] DELETE /v2.0/security-groups/0f1045f3-773a-42b9-a6ca-dfab5c5cbd68 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2064] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:10:52 2026] GET /v2.0/networks?id=a9bcc43c-a82a-4b21-a836-9b423ac379f3 => generated 659 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2065] 199.204.45.25 () {34 vars in 1049 bytes} [Fri May 8 21:10:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6b418f128ade4338a90805fb66e74d42 => generated 274 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2066] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:10:52 2026] POST /v2.0/ports => generated 958 bytes in 416 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: 1095/2067] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:52 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 961 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2068] 10.0.0.139 () {34 vars in 783 bytes} [Fri May 8 21:10:51 2026] PUT /v2.0/routers/05802ba1-6395-4a2e-a421-c9d7aac03a1a/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2069] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:52 2026] GET /v2.0/security-groups?id=6479bcda-ec9d-44a9-a5a8-27666509c182&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: 1096/2070] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:10:52 2026] PUT /v2.0/ports/136e45e2-fdcb-4de8-831e-3a7c1c366e11 => generated 1239 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:10:53.097 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ceb58c7e-5f4e-4509-b0cb-de7d2f73611b'] response: {'name': 'network-changed', 'server_uuid': '416ee75b-b94c-4aac-8ef9-c2dd8f4ac609', 'tag': '136e45e2-fdcb-4de8-831e-3a7c1c366e11', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 975/2071] 10.0.0.139 () {34 vars in 684 bytes} [Fri May 8 21:10:53 2026] POST /v2.0/security-groups => generated 1628 bytes in 141 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: 1097/2072] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2073] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2074] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2075] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:10:53 2026] GET /v2.0/ports?tenant_id=6b418f128ade4338a90805fb66e74d42&device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2076] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2077] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:10:53 2026] GET /v2.0/networks?tenant_id=6b418f128ade4338a90805fb66e74d42&shared=False => generated 755 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2078] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:10:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2079] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2080] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2081] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2082] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:54 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2083] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:54 2026] GET /v2.0/security-groups?id=6479bcda-ec9d-44a9-a5a8-27666509c182&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: 1103/2084] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2085] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2086] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2087] 10.0.0.139 () {34 vars in 695 bytes} [Fri May 8 21:10:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2088] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:10:54 2026] GET /v2.0/ports?tenant_id=6b418f128ade4338a90805fb66e74d42&device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2089] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:10:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=136e45e2-fdcb-4de8-831e-3a7c1c366e11 => 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: 1106/2090] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:10:54 2026] GET /v2.0/subnets?id=dc5e2a21-d74c-4a99-b002-fa6790522c45 => generated 677 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2091] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:10:54 2026] GET /v2.0/ports?network_id=a9bcc43c-a82a-4b21-a836-9b423ac379f3&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2092] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:10:54 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?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: 986/2093] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:10:54 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?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: 1108/2094] 10.0.0.227 () {34 vars in 1096 bytes} [Fri May 8 21:10:55 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1548881477&fields=id&tenant_id=6ac82cfed9754df79ec650232923f422 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2095] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:10:55 2026] GET /v2.0/networks?id=27ab0b18-8dde-49ec-92fc-00da08018735 => generated 705 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2096] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:10:55 2026] GET /v2.0/quotas/6ac82cfed9754df79ec650232923f422 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2097] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:10:55 2026] GET /v2.0/ports?tenant_id=6ac82cfed9754df79ec650232923f422&fields=id => generated 241 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2098] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:55 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2099] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:55 2026] GET /v2.0/security-groups?id=6479bcda-ec9d-44a9-a5a8-27666509c182&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: 989/2100] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:10:55 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2101] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:10:55 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 990/2102] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:55 2026] GET /v2.0/ports?device_id=4150a21a-0d97-48d2-b3a1-b16fe5569013 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2105] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:56 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2106] 10.0.0.139 () {34 vars in 678 bytes} [Fri May 8 21:10:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2107] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:56 2026] GET /v2.0/security-groups?id=6479bcda-ec9d-44a9-a5a8-27666509c182&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: 1115/2108] 10.0.0.139 () {34 vars in 678 bytes} [Fri May 8 21:10:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2109] 10.0.0.139 () {34 vars in 678 bytes} [Fri May 8 21:10:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2110] 10.0.0.139 () {34 vars in 678 bytes} [Fri May 8 21:10:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2111] 10.0.0.139 () {34 vars in 678 bytes} [Fri May 8 21:10:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2112] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:10:56 2026] PUT /v2.0/policies/d31a92b8-45db-4d88-b2a8-838578cc66fa/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: 996/2113] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:10:56 2026] PUT /v2.0/policies/40e104c9-7347-48cd-8018-7763a51dcfc2/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2114] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:10:56 2026] PUT /v2.0/policies/85cab27f-f851-49c5-be89-8375c83ad6b4/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2115] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:10:56 2026] PUT /v2.0/policies/045201cb-eb1e-43dd-8831-a4fcb29e75b7/tags => 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: 1119/2116] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1010 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2117] 10.0.0.227 () {34 vars in 1120 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/security-groups?id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&id=dfa25936-4872-4889-b8fb-74ac67ade784&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2118] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1279 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2119] 10.0.0.139 () {32 vars in 674 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2120] 10.0.0.139 () {32 vars in 858 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/floatingips?floating_network_id=2d8bb260-2283-4161-8396-fb4f7684d396&port_id=e89956d0-27e4-47e3-8030-6c7746e05ab4 => generated 860 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2121] 10.0.0.139 () {32 vars in 688 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2122] 10.0.0.139 () {32 vars in 684 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2123] 10.0.0.139 () {32 vars in 696 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2124] 10.0.0.139 () {32 vars in 682 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2125] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2126] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/security-groups?id=6479bcda-ec9d-44a9-a5a8-27666509c182&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: 1124/2127] 10.0.0.139 () {32 vars in 696 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2128] 10.0.0.139 () {32 vars in 692 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2129] 10.0.0.139 () {32 vars in 704 bytes} [Fri May 8 21:10:57 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2130] 10.0.0.139 () {32 vars in 734 bytes} [Fri May 8 21:10:57 2026] DELETE /v2.0/qos/policies/d31a92b8-45db-4d88-b2a8-838578cc66fa => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2131] 10.0.0.139 () {32 vars in 734 bytes} [Fri May 8 21:10:57 2026] DELETE /v2.0/qos/policies/40e104c9-7347-48cd-8018-7763a51dcfc2 => 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: 1006/2132] 10.0.0.139 () {32 vars in 734 bytes} [Fri May 8 21:10:58 2026] DELETE /v2.0/qos/policies/85cab27f-f851-49c5-be89-8375c83ad6b4 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2133] 10.0.0.139 () {32 vars in 734 bytes} [Fri May 8 21:10:58 2026] DELETE /v2.0/qos/policies/045201cb-eb1e-43dd-8831-a4fcb29e75b7 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2134] 10.0.0.251 () {34 vars in 990 bytes} [Fri May 8 21:10:58 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2135] 10.0.0.139 () {32 vars in 734 bytes} [Fri May 8 21:10:58 2026] DELETE /v2.0/qos/policies/0b22ca2d-dd8e-4802-aac2-1ed7a30348d8 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2136] 10.0.0.251 () {34 vars in 1120 bytes} [Fri May 8 21:10:58 2026] GET /v2.0/security-groups?id=dfa25936-4872-4889-b8fb-74ac67ade784&id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2137] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:58 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2138] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:10:58 2026] GET /v2.0/security-groups?id=6479bcda-ec9d-44a9-a5a8-27666509c182&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2139] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:59 2026] GET /v2.0/security-groups?tenant_id=68bc564f4989441589c916b482bbb2a5&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2140] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:59 2026] DELETE /v2.0/security-groups/c803a65e-9f94-49d4-8f5f-69a8bc5437cc => 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: 1010/2141] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:59 2026] GET /v2.0/security-groups?tenant_id=513f490c55e24049bdc7b23c2d322d0d&name=default => generated 2925 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2142] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:59 2026] DELETE /v2.0/security-groups/e78c4b25-defa-468d-8c41-4b4f851a8a16 => 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: 1133/2143] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:10:59 2026] GET /v2.0/networks?id=27ab0b18-8dde-49ec-92fc-00da08018735 => generated 705 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2144] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:10:59 2026] GET /v2.0/security-groups?tenant_id=6e6f24427a3e4bf48ea664bcf5992224&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2145] 199.204.45.25 () {34 vars in 1049 bytes} [Fri May 8 21:10:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6ac82cfed9754df79ec650232923f422 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2146] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:10:59 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2147] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:10:59 2026] DELETE /v2.0/security-groups/7bbf46ed-fc6e-4c87-b07d-b4767f8bb4ee => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2148] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:00 2026] GET /v2.0/security-groups?id=6479bcda-ec9d-44a9-a5a8-27666509c182&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2149] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:00 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2150] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:00 2026] GET /v2.0/security-groups?id=6479bcda-ec9d-44a9-a5a8-27666509c182&fields=id&fields=name => generated 114 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2151] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:11:00 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2152] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:11:00 2026] POST /v2.0/ports => generated 1175 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:11:00.729 8 INFO neutron.db.l3_db [None req-f3d853e6-b3bb-4ca3-8483-a14e6286a57f 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Floating IP 0112f5ff-53c2-4f06-b624-1ad978d6dbd4 associated. External IP: 10.96.250.207, port: 136e45e2-fdcb-4de8-831e-3a7c1c366e11. [pid: 7|app: 0|req: 1014/2153] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:11:00 2026] PUT /v2.0/ports/681bf6c1-cd66-4215-990b-d57332ce6ded => generated 1456 bytes in 443 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: 1015/2154] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:00 2026] GET /v2.0/ports?device_id=4150a21a-0d97-48d2-b3a1-b16fe5569013 => generated 1190 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2155] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:00 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1010 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2156] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:01 2026] GET /v2.0/security-groups?id=283e0531-23e9-4a77-838c-742f6b4d71c0&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:01.096 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ecd629fb-9d9f-45e5-87a6-0b01c43c06ee'] response: {'name': 'network-changed', 'server_uuid': '4150a21a-0d97-48d2-b3a1-b16fe5569013', 'tag': '681bf6c1-cd66-4215-990b-d57332ce6ded', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1018/2157] 10.0.0.227 () {34 vars in 1120 bytes} [Fri May 8 21:11:01 2026] GET /v2.0/security-groups?id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&id=dfa25936-4872-4889-b8fb-74ac67ade784&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2158] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:11:00 2026] PUT /v2.0/floatingips/0112f5ff-53c2-4f06-b624-1ad978d6dbd4 => generated 856 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:01.163 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a204256-bb2d-4d1c-bc6b-908ec61e9304'] response: {'name': 'network-changed', 'server_uuid': '416ee75b-b94c-4aac-8ef9-c2dd8f4ac609', 'tag': '136e45e2-fdcb-4de8-831e-3a7c1c366e11', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1019/2159] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:11:01 2026] GET /v2.0/floatingips/0112f5ff-53c2-4f06-b624-1ad978d6dbd4 => generated 856 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2160] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:11:01 2026] GET /v2.0/ports?tenant_id=6ac82cfed9754df79ec650232923f422&device_id=4150a21a-0d97-48d2-b3a1-b16fe5569013 => generated 1459 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2161] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:11:01 2026] GET /v2.0/ports?tenant_id=6b418f128ade4338a90805fb66e74d42&device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2162] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:11:01 2026] GET /v2.0/networks?tenant_id=6ac82cfed9754df79ec650232923f422&shared=False => generated 2377 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2163] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:11:01 2026] GET /v2.0/networks?id=a9bcc43c-a82a-4b21-a836-9b423ac379f3 => generated 755 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2164] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:11:01 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: 7|app: 0|req: 1022/2165] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:11:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=136e45e2-fdcb-4de8-831e-3a7c1c366e11 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2166] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:11:01 2026] GET /v2.0/subnets?id=dc5e2a21-d74c-4a99-b002-fa6790522c45 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2167] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:11:01 2026] GET /v2.0/ports?network_id=a9bcc43c-a82a-4b21-a836-9b423ac379f3&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: 1145/2168] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:11:01 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?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: 1024/2169] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:11:01 2026] GET /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3?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: 1025/2170] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:11:02 2026] GET /v2.0/floatingips/0112f5ff-53c2-4f06-b624-1ad978d6dbd4 => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2171] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:02 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2172] 10.0.0.227 () {34 vars in 1120 bytes} [Fri May 8 21:11:02 2026] GET /v2.0/security-groups?id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&id=dfa25936-4872-4889-b8fb-74ac67ade784&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2173] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:11:02 2026] GET /v2.0/ports?tenant_id=6ac82cfed9754df79ec650232923f422&device_id=4150a21a-0d97-48d2-b3a1-b16fe5569013 => generated 1459 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2174] 199.204.45.25 () {34 vars in 1053 bytes} [Fri May 8 21:11:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=681bf6c1-cd66-4215-990b-d57332ce6ded => 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: 1148/2175] 199.204.45.25 () {34 vars in 1103 bytes} [Fri May 8 21:11:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A23d&port_id=681bf6c1-cd66-4215-990b-d57332ce6ded => 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: 1028/2176] 199.204.45.25 () {34 vars in 1063 bytes} [Fri May 8 21:11:02 2026] GET /v2.0/subnets?id=34690d83-5a24-4e60-99a2-b1a0cf1796a3&id=0a829162-61d4-40eb-8b9b-c948825e9939 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2177] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:11:02 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&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: 1029/2178] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:11:03 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&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: 1150/2179] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:11:03 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1151/2180] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:11:03 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1030/2181] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:11:03 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1010 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:03.241 8 INFO neutron_taas.services.taas.taas_plugin [req-a1ba3460-7444-4cd1-a678-837d2af4df92 req-57317000-2dd9-450d-862b-7a2f406ebc10 af89c9bc06be41179460bca5c717bcdb ce62e074456349828395c275c7670e28 - - default default] TaaS: Handle Delete Port: e89956d0-27e4-47e3-8030-6c7746e05ab4 2026-05-08 21:11:03.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a1ba3460-7444-4cd1-a678-837d2af4df92 req-57317000-2dd9-450d-862b-7a2f406ebc10 af89c9bc06be41179460bca5c717bcdb ce62e074456349828395c275c7670e28 - - default default] Tap Mirror: Handle Delete Port: e89956d0-27e4-47e3-8030-6c7746e05ab4 [pid: 7|app: 0|req: 1031/2182] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:11:03 2026] GET /v2.0/floatingips/0112f5ff-53c2-4f06-b624-1ad978d6dbd4 => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:03.363 8 INFO neutron.db.l3_db [req-a1ba3460-7444-4cd1-a678-837d2af4df92 req-57317000-2dd9-450d-862b-7a2f406ebc10 af89c9bc06be41179460bca5c717bcdb ce62e074456349828395c275c7670e28 - - default default] Floating IP cd3d96ad-7a06-4a5f-a876-13d97a386b15 disassociated. External IP: 10.96.250.217, port: e89956d0-27e4-47e3-8030-6c7746e05ab4. [pid: 7|app: 0|req: 1032/2183] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:03 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:03.686 7 INFO neutron.db.segments_db [None req-7b637b68-554f-402a-b330-63ed16dce421 f0edc8eac40e45fa835191cd0338ffd8 19de2124338e4925b8b6f466b4ffc2ec - - default default] Added segment bc46974b-4935-4deb-9e00-c824e84f433f of type vxlan for network a2736d1d-0870-452a-9aa8-d7d48641e480 [pid: 8|app: 0|req: 1152/2184] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:11:03 2026] DELETE /v2.0/ports/e89956d0-27e4-47e3-8030-6c7746e05ab4 => generated 0 bytes in 561 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2185] 10.0.0.227 () {34 vars in 1120 bytes} [Fri May 8 21:11:03 2026] GET /v2.0/security-groups?id=5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5&id=dfa25936-4872-4889-b8fb-74ac67ade784&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:03.746 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-90c4f738-c872-4d3f-9234-bafb9d3ac231'] response: {'server_uuid': '57cc4928-910a-49d6-81ee-587a0a29ac6f', 'name': 'network-vif-deleted', 'tag': 'e89956d0-27e4-47e3-8030-6c7746e05ab4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1033/2186] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:03 2026] POST /v2.0/networks => generated 612 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2187] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:11:03 2026] PUT /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2188] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:11:03 2026] GET /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/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: 1155/2189] 10.0.0.139 () {34 vars in 764 bytes} [Fri May 8 21:11:03 2026] PUT /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2190] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:11:03 2026] GET /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2191] 10.0.0.139 () {34 vars in 760 bytes} [Fri May 8 21:11:03 2026] PUT /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags/red => 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: 1036/2192] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:11:04 2026] GET /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2193] 10.0.0.139 () {34 vars in 782 bytes} [Fri May 8 21:11:04 2026] PUT /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2194] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:11:04 2026] GET /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2195] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:11:04 2026] PUT /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2196] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:11:04 2026] GET /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2197] 10.0.0.139 () {32 vars in 741 bytes} [Fri May 8 21:11:04 2026] GET /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:04.464 7 INFO neutron.api.v2.resource [None req-0052daa6-d138-4430-9817-c19bbd333c52 f0edc8eac40e45fa835191cd0338ffd8 19de2124338e4925b8b6f466b4ffc2ec - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1039/2198] 10.0.0.139 () {32 vars in 745 bytes} [Fri May 8 21:11:04 2026] GET /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2199] 10.0.0.139 () {32 vars in 744 bytes} [Fri May 8 21:11:04 2026] DELETE /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2200] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:11:04 2026] GET /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:11:04.643 8 INFO neutron.api.v2.resource [None req-5e82d325-c97d-4173-84bf-a4df02233195 f0edc8eac40e45fa835191cd0338ffd8 19de2124338e4925b8b6f466b4ffc2ec - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1161/2201] 10.0.0.139 () {32 vars in 748 bytes} [Fri May 8 21:11:04 2026] DELETE /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/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: 1041/2202] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:11:04 2026] DELETE /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2203] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:11:04 2026] GET /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2204] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:04 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:11:04.898 7 INFO neutron.services.segments.plugin [-] Segment bc46974b-4935-4deb-9e00-c824e84f433f resource provider aggregate not found 2026-05-08 21:11:04.903 7 INFO neutron.services.segments.plugin [-] Segment bc46974b-4935-4deb-9e00-c824e84f433f resource provider aggregate not found 2026-05-08 21:11:04.917 7 INFO neutron.services.segments.plugin [-] Segment bc46974b-4935-4deb-9e00-c824e84f433f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc46974b-4935-4deb-9e00-c824e84f433f found for delete ", "request_id": "req-17c25649-a20a-464d-b7ad-fad05d3e1ac6"}]} 2026-05-08 21:11:04.921 7 INFO neutron.services.segments.plugin [-] Segment bc46974b-4935-4deb-9e00-c824e84f433f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc46974b-4935-4deb-9e00-c824e84f433f found for delete ", "request_id": "req-999c1ccd-275e-4fac-b843-8acaa998c274"}]} [pid: 7|app: 0|req: 1042/2205] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:04 2026] DELETE /v2.0/networks/a2736d1d-0870-452a-9aa8-d7d48641e480 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2206] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:05 2026] GET /v2.0/security-groups?tenant_id=19de2124338e4925b8b6f466b4ffc2ec&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2207] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:05 2026] DELETE /v2.0/security-groups/f5778a33-974b-415e-8f37-20f3e1be90b4 => 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: 1044/2208] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:05 2026] GET /v2.0/ports?device_id=57cc4928-910a-49d6-81ee-587a0a29ac6f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2209] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:05 2026] GET /v2.0/security-groups?tenant_id=d2e59ff7186c42b9aba231833aab7e99&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2210] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:06 2026] DELETE /v2.0/security-groups/19eb922d-0689-485f-a999-d3fcf2ccf0b3 => 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: 1166/2211] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:06 2026] GET /v2.0/ports?device_id=4150a21a-0d97-48d2-b3a1-b16fe5569013 => generated 1192 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2212] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:06 2026] GET /v2.0/security-groups?id=283e0531-23e9-4a77-838c-742f6b4d71c0&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: 1167/2213] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:07 2026] DELETE /v2.0/security-groups/dfa25936-4872-4889-b8fb-74ac67ade784 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:07.220 7 INFO neutron.api.v2.resource [None req-fef8f41c-783c-409f-86f4-c208deea88f4 af89c9bc06be41179460bca5c717bcdb ce62e074456349828395c275c7670e28 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1047/2214] 10.0.0.139 () {32 vars in 737 bytes} [Fri May 8 21:11:07 2026] GET /v2.0/security-groups/dfa25936-4872-4889-b8fb-74ac67ade784 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:11:07.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2915797-7b79-46e1-93ea-4ff3d83f5a08 af89c9bc06be41179460bca5c717bcdb ce62e074456349828395c275c7670e28 - - default default] TaaS: Handle Delete Port: 47f15f82-8f0f-497d-80d2-5c2a177b2116 2026-05-08 21:11:07.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2915797-7b79-46e1-93ea-4ff3d83f5a08 af89c9bc06be41179460bca5c717bcdb ce62e074456349828395c275c7670e28 - - default default] Tap Mirror: Handle Delete Port: 47f15f82-8f0f-497d-80d2-5c2a177b2116 [pid: 8|app: 0|req: 1168/2215] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:11:07 2026] DELETE /v2.0/floatingips/cd3d96ad-7a06-4a5f-a876-13d97a386b15 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2216] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:07 2026] DELETE /v2.0/security-groups/5db06ac3-f8cc-47dd-ba40-8efe1fcfa9f5 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:08.123 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9a793e0-9304-437c-a878-2bd19914e1d2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: c9ef4d5a-8196-419d-bfd6-6f9c3544996a 2026-05-08 21:11:08.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9a793e0-9304-437c-a878-2bd19914e1d2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: c9ef4d5a-8196-419d-bfd6-6f9c3544996a [pid: 8|app: 0|req: 1169/2217] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:11:07 2026] PUT /v2.0/routers/2946ed65-df02-403f-92aa-1d48d08352da/remove_router_interface => generated 309 bytes in 913 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:08.878 7 INFO neutron_taas.services.taas.taas_plugin [None req-064780a2-b049-4c14-88e2-47a15094182b f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 71626cf3-9a61-44fe-9476-deccc7935810 2026-05-08 21:11:08.883 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-064780a2-b049-4c14-88e2-47a15094182b f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 71626cf3-9a61-44fe-9476-deccc7935810 2026-05-08 21:11:09.128 7 INFO neutron_taas.services.taas.taas_plugin [None req-064780a2-b049-4c14-88e2-47a15094182b f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 52976e8e-056f-439a-a0d2-9862811f158f 2026-05-08 21:11:09.132 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-064780a2-b049-4c14-88e2-47a15094182b f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 52976e8e-056f-439a-a0d2-9862811f158f 2026-05-08 21:11:09.562 7 INFO neutron.services.segments.plugin [-] Segment 2f2374d5-d7e8-4b96-9e0a-dee123bd5966 resource provider aggregate not found 2026-05-08 21:11:09.570 7 INFO neutron.services.segments.plugin [-] Segment 2f2374d5-d7e8-4b96-9e0a-dee123bd5966 resource provider aggregate not found 2026-05-08 21:11:09.585 7 INFO neutron.services.segments.plugin [-] Segment 2f2374d5-d7e8-4b96-9e0a-dee123bd5966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f2374d5-d7e8-4b96-9e0a-dee123bd5966 found for delete ", "request_id": "req-d246ec09-b49b-4953-a5f9-06ebdbcdb7ef"}]} 2026-05-08 21:11:09.588 7 INFO neutron.services.segments.plugin [-] Segment 2f2374d5-d7e8-4b96-9e0a-dee123bd5966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f2374d5-d7e8-4b96-9e0a-dee123bd5966 found for delete ", "request_id": "req-8d4f3bd8-dcf7-4387-91f9-26bb87e61c24"}]} 2026-05-08 21:11:09.591 7 INFO neutron.db.l3_hamode_db [None req-064780a2-b049-4c14-88e2-47a15094182b f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] HA network 858bd349-f6f0-4869-a1d9-c59e32b219bb was deleted as no HA routers are present in tenant ce62e074456349828395c275c7670e28. [pid: 7|app: 0|req: 1049/2218] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:08 2026] DELETE /v2.0/routers/2946ed65-df02-403f-92aa-1d48d08352da => generated 0 bytes in 958 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2219] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:09 2026] DELETE /v2.0/subnets/77f9edd8-d643-4f33-b838-1db8ba9e7834 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:09.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-01b6534a-4daa-4193-95ac-76c3330e1a65 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 2a5a7541-d67e-4ade-9020-509446e61d29 2026-05-08 21:11:09.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01b6534a-4daa-4193-95ac-76c3330e1a65 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 2a5a7541-d67e-4ade-9020-509446e61d29 2026-05-08 21:11:10.050 7 INFO neutron.db.segments_db [None req-22a59c21-94fa-4c54-a441-225e9c580711 fa041e5487774786b001e6ada77884fd 3bd1c709d7554cfd9301f28c015b1836 - - default default] Added segment 0b3fa6f1-c7f2-47e3-a793-3fb8fdce107c of type vxlan for network 530fa71b-1153-4744-82f5-8ff72d4c0b43 2026-05-08 21:11:10.105 8 INFO neutron.services.segments.plugin [-] Segment 1ef05bea-6878-42c2-ad3d-88ae7ba7693f resource provider aggregate not found 2026-05-08 21:11:10.111 8 INFO neutron.services.segments.plugin [-] Segment 1ef05bea-6878-42c2-ad3d-88ae7ba7693f resource provider aggregate not found [pid: 8|app: 0|req: 1171/2220] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:09 2026] DELETE /v2.0/networks/aa0d8b1e-46e6-406c-935a-b15856dfad51 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:10.132 8 INFO neutron.services.segments.plugin [-] Segment 1ef05bea-6878-42c2-ad3d-88ae7ba7693f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ef05bea-6878-42c2-ad3d-88ae7ba7693f found for delete ", "request_id": "req-c150a4a4-aad9-43ed-bd80-111d7292ebad"}]} 2026-05-08 21:11:10.134 8 INFO neutron.services.segments.plugin [-] Segment 1ef05bea-6878-42c2-ad3d-88ae7ba7693f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ef05bea-6878-42c2-ad3d-88ae7ba7693f found for delete ", "request_id": "req-3e4041ce-35c4-4808-a843-8cf1b36e5067"}]} [pid: 7|app: 0|req: 1050/2221] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:09 2026] POST /v2.0/networks => generated 612 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2222] 10.0.0.139 () {34 vars in 664 bytes} [Fri May 8 21:11:10 2026] POST /v2.0/ports => generated 743 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:11:10.564 8 INFO neutron_taas.services.taas.taas_plugin [None req-600bcb8d-6df7-49fb-b40b-868d4c4a7df9 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: a8483357-8408-4154-81e5-ff2e3fd477c3 2026-05-08 21:11:10.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-600bcb8d-6df7-49fb-b40b-868d4c4a7df9 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: a8483357-8408-4154-81e5-ff2e3fd477c3 [pid: 7|app: 0|req: 1052/2223] 10.0.0.139 () {34 vars in 747 bytes} [Fri May 8 21:11:10 2026] PUT /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1053/2224] 10.0.0.139 () {32 vars in 727 bytes} [Fri May 8 21:11:10 2026] GET /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1056/2227] 10.0.0.139 () {34 vars in 758 bytes} [Fri May 8 21:11:10 2026] PUT /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1057/2228] 10.0.0.139 () {32 vars in 727 bytes} [Fri May 8 21:11:10 2026] GET /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1058/2229] 10.0.0.139 () {34 vars in 754 bytes} [Fri May 8 21:11:10 2026] PUT /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags/red => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1059/2230] 10.0.0.251 () {34 vars in 990 bytes} [Fri May 8 21:11:10 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2231] 10.0.0.139 () {32 vars in 727 bytes} [Fri May 8 21:11:10 2026] GET /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1061/2232] 10.0.0.251 () {34 vars in 1040 bytes} [Fri May 8 21:11:10 2026] GET /v2.0/security-groups?id=6479bcda-ec9d-44a9-a5a8-27666509c182&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2233] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:11:10 2026] PUT /v2.0/routers/273a97cd-7152-412f-9d1f-38a35874d4ac/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2234] 10.0.0.139 () {34 vars in 776 bytes} [Fri May 8 21:11:11 2026] PUT /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags/black.or.white => generated 4 bytes in 93 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: 1063/2235] 10.0.0.139 () {32 vars in 727 bytes} [Fri May 8 21:11:11 2026] GET /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags => generated 52 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:11:11.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-7703fecf-1e9b-42ac-ab91-1d65445acec2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 3a69d8a3-16f5-4141-8d67-fe40d7173c27 2026-05-08 21:11:11.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7703fecf-1e9b-42ac-ab91-1d65445acec2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 3a69d8a3-16f5-4141-8d67-fe40d7173c27 [pid: 7|app: 0|req: 1064/2236] 10.0.0.139 () {34 vars in 747 bytes} [Fri May 8 21:11:11 2026] PUT /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags => generated 37 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, ' [pid: 7|app: 0|req: 1065/2237] 10.0.0.139 () {32 vars in 727 bytes} [Fri May 8 21:11:11 2026] GET /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1066/2238] 10.0.0.139 () {32 vars in 735 bytes} [Fri May 8 21:11:11 2026] GET /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags/red => generated 0 bytes in 76 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: 1067/2239] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:11 2026] GET /v2.0/ports?device_id=4150a21a-0d97-48d2-b3a1-b16fe5569013 => generated 1192 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:11.505 8 INFO neutron_taas.services.taas.taas_plugin [None req-7703fecf-1e9b-42ac-ab91-1d65445acec2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 4a5d57cd-6de8-4ddd-b901-86eadf302996 2026-05-08 21:11:11.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7703fecf-1e9b-42ac-ab91-1d65445acec2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 4a5d57cd-6de8-4ddd-b901-86eadf302996 2026-05-08 21:11:11.520 7 INFO neutron.api.v2.resource [None req-de45f534-3a54-4e35-bc0a-610ab56d92f1 fa041e5487774786b001e6ada77884fd 3bd1c709d7554cfd9301f28c015b1836 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1068/2240] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:11:11 2026] GET /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1069/2241] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:11 2026] GET /v2.0/security-groups?id=283e0531-23e9-4a77-838c-742f6b4d71c0&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2242] 10.0.0.139 () {32 vars in 738 bytes} [Fri May 8 21:11:11 2026] DELETE /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/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, ' [pid: 7|app: 0|req: 1071/2243] 10.0.0.139 () {32 vars in 818 bytes} [Fri May 8 21:11:11 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&mac_address=fa%3A16%3A3e%3Ab2%3A7a%3A9b => generated 1192 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2244] 10.0.0.139 () {32 vars in 727 bytes} [Fri May 8 21:11:11 2026] GET /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:11:11.843 8 INFO neutron.db.l3_hamode_db [None req-7703fecf-1e9b-42ac-ab91-1d65445acec2 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] HA network 4c083137-d2b4-4019-8ce9-fb4a9c8627a4 was deleted as no HA routers are present in tenant a855e25df7bb44a0879ec59659caa68e. [pid: 8|app: 0|req: 1173/2245] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:11 2026] DELETE /v2.0/routers/273a97cd-7152-412f-9d1f-38a35874d4ac => generated 0 bytes in 804 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:11.898 8 INFO neutron.api.v2.resource [None req-a7ccd68e-63d2-4208-af71-23949fc23013 fa041e5487774786b001e6ada77884fd 3bd1c709d7554cfd9301f28c015b1836 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1174/2246] 10.0.0.139 () {32 vars in 742 bytes} [Fri May 8 21:11:11 2026] DELETE /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags/green => generated 99 bytes in 49 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: 1175/2247] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:11 2026] DELETE /v2.0/subnets/98489f44-a33b-49d6-9ce0-df7d2b78d4fb => 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: 1176/2248] 10.0.0.139 () {32 vars in 730 bytes} [Fri May 8 21:11:12 2026] DELETE /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:11:12.152 8 INFO neutron.services.segments.plugin [-] Segment f1e3b140-ffc0-4c6f-8704-f1d36205d9ec resource provider aggregate not found 2026-05-08 21:11:12.158 8 INFO neutron.services.segments.plugin [-] Segment f1e3b140-ffc0-4c6f-8704-f1d36205d9ec resource provider aggregate not found 2026-05-08 21:11:12.173 8 INFO neutron.services.segments.plugin [-] Segment f1e3b140-ffc0-4c6f-8704-f1d36205d9ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1e3b140-ffc0-4c6f-8704-f1d36205d9ec found for delete ", "request_id": "req-68c516fc-9449-492c-b3db-92401a42aead"}]} 2026-05-08 21:11:12.180 8 INFO neutron.services.segments.plugin [-] Segment f1e3b140-ffc0-4c6f-8704-f1d36205d9ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1e3b140-ffc0-4c6f-8704-f1d36205d9ec found for delete ", "request_id": "req-34b9bd23-4df5-4495-a601-6a57997ff8ad"}]} 2026-05-08 21:11:12.236 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a67604f-68b8-47d1-ba97-82ad71a5f6b6 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 7049b754-47d7-439d-8147-6ce9a755c098 2026-05-08 21:11:12.239 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a67604f-68b8-47d1-ba97-82ad71a5f6b6 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 7049b754-47d7-439d-8147-6ce9a755c098 [pid: 8|app: 0|req: 1177/2249] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:12 2026] DELETE /v2.0/networks/966dd411-bece-4c17-96e0-4fbcc3f50e8e => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:12.449 7 INFO neutron.db.l3_db [None req-40739f6f-6735-4440-a094-7fe494a6fe57 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Floating IP a9f6d2bb-a402-4099-a8c3-57a7d7ced727 associated. External IP: 10.96.250.217, port: 681bf6c1-cd66-4215-990b-d57332ce6ded. [pid: 8|app: 0|req: 1178/2250] 10.0.0.139 () {32 vars in 727 bytes} [Fri May 8 21:11:12 2026] GET /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:11:12.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-999b67de-3fe2-4d45-b91b-615175c365f5 fa041e5487774786b001e6ada77884fd 3bd1c709d7554cfd9301f28c015b1836 - - default default] TaaS: Handle Delete Port: 52b5c4a6-bf78-45ef-800e-61ec27f18798 2026-05-08 21:11:12.604 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-999b67de-3fe2-4d45-b91b-615175c365f5 fa041e5487774786b001e6ada77884fd 3bd1c709d7554cfd9301f28c015b1836 - - default default] Tap Mirror: Handle Delete Port: 52b5c4a6-bf78-45ef-800e-61ec27f18798 [pid: 8|app: 0|req: 1179/2251] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:11:12 2026] DELETE /v2.0/ports/52b5c4a6-bf78-45ef-800e-61ec27f18798 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2252] 10.0.0.139 () {34 vars in 677 bytes} [Fri May 8 21:11:11 2026] POST /v2.0/floatingips => generated 853 bytes in 1061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2253] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:12 2026] GET /v2.0/security-groups?tenant_id=a855e25df7bb44a0879ec59659caa68e&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:12.796 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab3b8ad8-5502-48f8-91f5-f965312b6e5d'] response: {'name': 'network-changed', 'server_uuid': '4150a21a-0d97-48d2-b3a1-b16fe5569013', 'tag': '681bf6c1-cd66-4215-990b-d57332ce6ded', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1180/2254] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:12 2026] DELETE /v2.0/networks/530fa71b-1153-4744-82f5-8ff72d4c0b43 => 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: 1181/2255] 10.0.0.227 () {34 vars in 1096 bytes} [Fri May 8 21:11:12 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1548881477&fields=id&tenant_id=6ac82cfed9754df79ec650232923f422 => 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: 1075/2256] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:12 2026] DELETE /v2.0/security-groups/d6077c91-c6a1-41b2-a822-6f64113cee98 => 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: 1182/2257] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:11:12 2026] GET /v2.0/networks?id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2258] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:11:12 2026] GET /v2.0/quotas/6ac82cfed9754df79ec650232923f422 => 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: 1077/2259] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:12 2026] GET /v2.0/security-groups?tenant_id=ce62e074456349828395c275c7670e28&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: 1183/2260] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:11:12 2026] GET /v2.0/ports?tenant_id=6ac82cfed9754df79ec650232923f422&fields=id => generated 333 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2261] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:13 2026] DELETE /v2.0/security-groups/76f933a1-0f20-4bb0-994c-b6278444ec7e => 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: 1184/2262] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?fields=segments => 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: 1079/2263] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2264] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/ports?tenant_id=6ac82cfed9754df79ec650232923f422&device_id=4150a21a-0d97-48d2-b3a1-b16fe5569013 => 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: 1080/2265] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/ports?device_id=b0858b54-abc7-498c-8373-0ea6fb1d9d55 => 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: 1186/2266] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/networks?id=27ab0b18-8dde-49ec-92fc-00da08018735 => generated 801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2267] 199.204.45.25 () {34 vars in 1053 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=681bf6c1-cd66-4215-990b-d57332ce6ded => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2268] 199.204.45.25 () {34 vars in 1103 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A23d&port_id=681bf6c1-cd66-4215-990b-d57332ce6ded => 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: 1188/2269] 199.204.45.25 () {34 vars in 1063 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/subnets?id=34690d83-5a24-4e60-99a2-b1a0cf1796a3&id=0a829162-61d4-40eb-8b9b-c948825e9939 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2270] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&device_owner=network%3Adhcp => generated 1457 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2271] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2272] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1192/2273] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2274] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/security-groups?tenant_id=874714e71ab74918aecbc2a3711b5eaa&name=default => generated 2929 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2275] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:13 2026] DELETE /v2.0/security-groups/a595fd52-e0dd-4285-844e-4f7fa3254403 => 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: 1083/2276] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:13 2026] GET /v2.0/security-groups?tenant_id=3bd1c709d7554cfd9301f28c015b1836&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2277] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:13 2026] DELETE /v2.0/security-groups/9ee55394-342f-45cc-923c-3f1701633015 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:14.198 8 INFO neutron.services.segments.plugin [-] Segment c0752789-12de-4466-919b-1175a6843c7a resource provider aggregate not found 2026-05-08 21:11:14.212 8 INFO neutron.services.segments.plugin [-] Segment c0752789-12de-4466-919b-1175a6843c7a resource provider aggregate not found 2026-05-08 21:11:14.219 8 INFO neutron.services.segments.plugin [-] Segment c0752789-12de-4466-919b-1175a6843c7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0752789-12de-4466-919b-1175a6843c7a found for delete ", "request_id": "req-f25c0b7c-f799-40f0-898e-599f9971d4ee"}]} 2026-05-08 21:11:14.228 8 INFO neutron.services.segments.plugin [-] Segment c0752789-12de-4466-919b-1175a6843c7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0752789-12de-4466-919b-1175a6843c7a found for delete ", "request_id": "req-5e6c7ef7-5408-4c78-aa89-46ed6c512f1b"}]} 2026-05-08 21:11:14.235 8 INFO neutron.services.segments.plugin [-] Segment 0b3fa6f1-c7f2-47e3-a793-3fb8fdce107c resource provider aggregate not found 2026-05-08 21:11:14.241 8 INFO neutron.services.segments.plugin [-] Segment 0b3fa6f1-c7f2-47e3-a793-3fb8fdce107c resource provider aggregate not found 2026-05-08 21:11:14.254 8 INFO neutron.services.segments.plugin [-] Segment 0b3fa6f1-c7f2-47e3-a793-3fb8fdce107c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b3fa6f1-c7f2-47e3-a793-3fb8fdce107c found for delete ", "request_id": "req-ec91d51c-143e-4f57-b9b4-75abaccae41e"}]} 2026-05-08 21:11:14.254 8 INFO neutron.services.segments.plugin [-] Segment 0b3fa6f1-c7f2-47e3-a793-3fb8fdce107c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b3fa6f1-c7f2-47e3-a793-3fb8fdce107c found for delete ", "request_id": "req-4fcae3ba-3189-4be1-a579-2d9200d3cda1"}]} 2026-05-08 21:11:17.352 7 INFO neutron.db.segments_db [None req-1cb20dfc-5609-491b-ae21-a5f056e6563e a8937193414e4388b6bde168ec015c87 00f52de40e1d44ab94e86e1a7516f495 - - default default] Added segment b867f737-8738-4b35-b814-3eaa57ec2a40 of type vxlan for network 3b7d7f50-efd9-4a42-bf6f-a55d705c1cc8 [pid: 7|app: 0|req: 1084/2278] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:17 2026] POST /v2.0/networks => generated 708 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2279] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:11:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2280] 10.0.0.139 () {34 vars in 759 bytes} [Fri May 8 21:11:17 2026] PUT /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2281] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:11:17 2026] GET /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2282] 10.0.0.139 () {34 vars in 770 bytes} [Fri May 8 21:11:17 2026] PUT /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2283] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:11:17 2026] POST /v2.0/subnets => generated 644 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2284] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:11:17 2026] GET /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:11:17.609 7 WARNING neutron.api.v2.base [None req-85299a08-48cb-4efd-8aa6-c26e48776cf1 a8937193414e4388b6bde168ec015c87 00f52de40e1d44ab94e86e1a7516f495 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-08 21:11:17.610 7 INFO neutron.api.v2.resource [None req-85299a08-48cb-4efd-8aa6-c26e48776cf1 a8937193414e4388b6bde168ec015c87 00f52de40e1d44ab94e86e1a7516f495 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1086/2285] 10.0.0.139 () {34 vars in 681 bytes} [Fri May 8 21:11:17 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2286] 10.0.0.139 () {34 vars in 766 bytes} [Fri May 8 21:11:17 2026] PUT /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2287] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:11:17 2026] GET /v2.0/networks?id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2288] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:11:17 2026] GET /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/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: 1203/2289] 199.204.45.25 () {34 vars in 1049 bytes} [Fri May 8 21:11:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6ac82cfed9754df79ec650232923f422 => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:17.802 7 INFO neutron.services.segments.plugin [-] Segment b867f737-8738-4b35-b814-3eaa57ec2a40 resource provider aggregate not found 2026-05-08 21:11:17.807 7 INFO neutron.services.segments.plugin [-] Segment b867f737-8738-4b35-b814-3eaa57ec2a40 resource provider aggregate not found [pid: 8|app: 0|req: 1204/2290] 10.0.0.139 () {34 vars in 788 bytes} [Fri May 8 21:11:17 2026] PUT /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 21:11:17.839 7 INFO neutron.services.segments.plugin [-] Segment b867f737-8738-4b35-b814-3eaa57ec2a40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b867f737-8738-4b35-b814-3eaa57ec2a40 found for delete ", "request_id": "req-15f4574c-4679-4887-b831-741b47a9a4a1"}]} 2026-05-08 21:11:17.839 7 INFO neutron.services.segments.plugin [-] Segment b867f737-8738-4b35-b814-3eaa57ec2a40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b867f737-8738-4b35-b814-3eaa57ec2a40 found for delete ", "request_id": "req-0b673314-9b9c-42c8-8c81-156f7046987e"}]} [pid: 7|app: 0|req: 1087/2291] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:17 2026] DELETE /v2.0/networks/3b7d7f50-efd9-4a42-bf6f-a55d705c1cc8 => 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: 1088/2292] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:11:17 2026] GET /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:11:17.922 7 INFO neutron.db.segments_db [None req-b1e718cf-250a-431e-84bb-cc0d84e5d302 a8937193414e4388b6bde168ec015c87 00f52de40e1d44ab94e86e1a7516f495 - - default default] Added segment 72630e55-81c1-4645-a85e-59cea8e597f9 of type vxlan for network 787809e2-3698-4450-b051-561e0b167e22 [pid: 7|app: 0|req: 1089/2293] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:17 2026] POST /v2.0/networks => generated 708 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2294] 10.0.0.139 () {34 vars in 759 bytes} [Fri May 8 21:11:18 2026] PUT /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2295] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:11:18 2026] POST /v2.0/subnets => generated 647 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2296] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:11:18 2026] GET /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:11:18.236 7 WARNING neutron.api.v2.base [None req-6a53c1b0-675e-4009-9272-528b91ebcf66 a8937193414e4388b6bde168ec015c87 00f52de40e1d44ab94e86e1a7516f495 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-08 21:11:18.237 7 INFO neutron.api.v2.resource [None req-6a53c1b0-675e-4009-9272-528b91ebcf66 a8937193414e4388b6bde168ec015c87 00f52de40e1d44ab94e86e1a7516f495 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1093/2297] 10.0.0.139 () {34 vars in 681 bytes} [Fri May 8 21:11:18 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2298] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:11:17 2026] POST /v2.0/ports => generated 1187 bytes in 406 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: 1094/2299] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:11:18 2026] GET /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:18.408 8 INFO neutron.services.segments.plugin [-] Segment 72630e55-81c1-4645-a85e-59cea8e597f9 resource provider aggregate not found 2026-05-08 21:11:18.415 8 INFO neutron.services.segments.plugin [-] Segment 72630e55-81c1-4645-a85e-59cea8e597f9 resource provider aggregate not found 2026-05-08 21:11:18.431 8 INFO neutron.services.segments.plugin [-] Segment 72630e55-81c1-4645-a85e-59cea8e597f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72630e55-81c1-4645-a85e-59cea8e597f9 found for delete ", "request_id": "req-057ae661-e167-4b3a-a844-88254d5b1820"}]} 2026-05-08 21:11:18.433 8 INFO neutron.services.segments.plugin [-] Segment 72630e55-81c1-4645-a85e-59cea8e597f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72630e55-81c1-4645-a85e-59cea8e597f9 found for delete ", "request_id": "req-d2e613ed-4141-45ba-90be-9ea7e14bbcb0"}]} [pid: 8|app: 0|req: 1206/2300] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:18 2026] DELETE /v2.0/networks/787809e2-3698-4450-b051-561e0b167e22 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:18.477 8 INFO neutron.api.v2.resource [None req-ed20e4bf-9860-4090-b354-9bf6b01c500d d923247ce760466cac6ce7adfbccdc8c a979dbee2e6d49ec8e5215cd474f868b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1207/2301] 10.0.0.139 () {32 vars in 751 bytes} [Fri May 8 21:11:18 2026] GET /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2302] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:18 2026] GET /v2.0/ports?device_id=b0858b54-abc7-498c-8373-0ea6fb1d9d55 => generated 1202 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:18.546 8 INFO neutron.db.segments_db [None req-df0eb24c-5dd2-4aa9-9262-8d2960616b4c a8937193414e4388b6bde168ec015c87 00f52de40e1d44ab94e86e1a7516f495 - - default default] Added segment 496b644c-796d-4730-a3a3-92174522d7b7 of type vxlan for network 8e7b0359-16b7-4420-88bd-97b2d37c829e [pid: 8|app: 0|req: 1209/2303] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:18 2026] POST /v2.0/networks => generated 708 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2304] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:11:18 2026] DELETE /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2305] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:18 2026] GET /v2.0/security-groups?id=283e0531-23e9-4a77-838c-742f6b4d71c0&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2306] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:11:18 2026] PUT /v2.0/ports/8f107af0-013f-46ed-8fa1-c036380edb72 => generated 1468 bytes in 448 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: 1096/2307] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:11:18 2026] GET /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:11:18.747 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ca00ca9-6cb0-4a7a-9b58-727839a05d49'] response: {'name': 'network-changed', 'server_uuid': 'b0858b54-abc7-498c-8373-0ea6fb1d9d55', 'tag': '8f107af0-013f-46ed-8fa1-c036380edb72', 'status': 'completed', 'code': 200} 2026-05-08 21:11:18.767 7 INFO neutron.api.v2.resource [None req-6d552ef7-436c-4b32-ab38-fc3dd5f4a0e2 d923247ce760466cac6ce7adfbccdc8c a979dbee2e6d49ec8e5215cd474f868b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1097/2308] 10.0.0.139 () {32 vars in 754 bytes} [Fri May 8 21:11:18 2026] DELETE /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2309] 10.0.0.139 () {32 vars in 742 bytes} [Fri May 8 21:11:18 2026] DELETE /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2310] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:11:18 2026] GET /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2311] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:11:18 2026] POST /v2.0/subnets => generated 647 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2312] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:11:18 2026] DELETE /v2.0/subnetpools/5af567a5-6b9c-4bbc-bd5a-11eac3d68188 => 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: 1213/2313] 10.0.0.139 () {34 vars in 681 bytes} [Fri May 8 21:11:18 2026] POST /v2.0/rbac-policies => generated 324 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2314] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:11:19 2026] GET /v2.0/ports?tenant_id=6ac82cfed9754df79ec650232923f422&device_id=b0858b54-abc7-498c-8373-0ea6fb1d9d55 => generated 1471 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2315] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:11:19 2026] GET /v2.0/networks?tenant_id=6ac82cfed9754df79ec650232923f422&shared=False => generated 2377 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2316] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:11:19 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) [pid: 8|app: 0|req: 1215/2317] 10.0.0.251 () {34 vars in 990 bytes} [Fri May 8 21:11:19 2026] GET /v2.0/ports?device_id=4150a21a-0d97-48d2-b3a1-b16fe5569013 => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2318] 10.0.0.251 () {34 vars in 1040 bytes} [Fri May 8 21:11:19 2026] GET /v2.0/security-groups?id=283e0531-23e9-4a77-838c-742f6b4d71c0&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2319] 10.0.0.139 () {32 vars in 723 bytes} [Fri May 8 21:11:19 2026] GET /v2.0/networks/8e7b0359-16b7-4420-88bd-97b2d37c829e => generated 655 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2320] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:19 2026] GET /v2.0/security-groups?tenant_id=a979dbee2e6d49ec8e5215cd474f868b&name=default => generated 2929 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2321] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:19 2026] DELETE /v2.0/security-groups/7a9a8e68-aa53-4807-b71d-812def260f7f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2322] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:20 2026] GET /v2.0/security-groups?tenant_id=2948df14293b4694ae00a9f2d88b5599&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:20.213 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f553536-44f5-447c-af5e-2c5a559b1d26 ba94aa7fdbdd471d8d82c3f99a0f40ec 6721b306545749c4b007f6cd1f5e3d9a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1218/2323] 10.0.0.139 () {32 vars in 723 bytes} [Fri May 8 21:11:20 2026] GET /v2.0/networks/8e7b0359-16b7-4420-88bd-97b2d37c829e => generated 138 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2324] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:20 2026] DELETE /v2.0/security-groups/5b44335e-6373-4e3f-8690-f8a09da97d4d => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2325] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:11:20 2026] GET /v2.0/ports?tenant_id=6ac82cfed9754df79ec650232923f422&device_id=b0858b54-abc7-498c-8373-0ea6fb1d9d55 => generated 1471 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:20.487 8 INFO neutron.services.segments.plugin [-] Segment 496b644c-796d-4730-a3a3-92174522d7b7 resource provider aggregate not found 2026-05-08 21:11:20.499 8 INFO neutron.services.segments.plugin [-] Segment 496b644c-796d-4730-a3a3-92174522d7b7 resource provider aggregate not found 2026-05-08 21:11:20.512 8 INFO neutron.services.segments.plugin [-] Segment 496b644c-796d-4730-a3a3-92174522d7b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 496b644c-796d-4730-a3a3-92174522d7b7 found for delete ", "request_id": "req-c125a06a-dc15-413b-a998-86a76124bbef"}]} [pid: 7|app: 0|req: 1108/2326] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:11:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=8f107af0-013f-46ed-8fa1-c036380edb72 => 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: 1219/2327] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:20 2026] DELETE /v2.0/networks/8e7b0359-16b7-4420-88bd-97b2d37c829e => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:20.548 8 INFO neutron.services.segments.plugin [-] Segment 496b644c-796d-4730-a3a3-92174522d7b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 496b644c-796d-4730-a3a3-92174522d7b7 found for delete ", "request_id": "req-e55fc71a-9fb4-4eb7-a128-f6246d72fbdf"}]} 2026-05-08 21:11:20.555 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eec32e82-46a4-4529-87d8-8b95d9dd5df1 a8937193414e4388b6bde168ec015c87 00f52de40e1d44ab94e86e1a7516f495 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2328] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:20 2026] DELETE /v2.0/subnets/0f51ccea-4de5-483f-a3ef-92e9aeb8e45b => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2329] 199.204.45.25 () {34 vars in 1105 bytes} [Fri May 8 21:11:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b6&port_id=8f107af0-013f-46ed-8fa1-c036380edb72 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:11:20.580 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5550b354-a8f3-40bb-9d8e-137226996c2f a8937193414e4388b6bde168ec015c87 00f52de40e1d44ab94e86e1a7516f495 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1221/2330] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:20 2026] DELETE /v2.0/subnets/ca5b7a6c-03b8-4fb8-97ec-5c3a1e0a8bdb => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:11:20.612 8 INFO neutron.pecan_wsgi.hooks.translation [None req-490bd01b-b4e5-4396-9fbc-57ec549aaa65 a8937193414e4388b6bde168ec015c87 00f52de40e1d44ab94e86e1a7516f495 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1222/2331] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:20 2026] DELETE /v2.0/subnets/af0a83be-6163-4319-abde-710b7b725487 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2332] 199.204.45.25 () {34 vars in 1063 bytes} [Fri May 8 21:11:20 2026] GET /v2.0/subnets?id=474759a6-2e2d-4c90-936c-8652fab6130c&id=50a83d90-d3c6-4323-86dc-bd6bcbb7be8d => generated 1414 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2333] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:11:20 2026] GET /v2.0/ports?network_id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2334] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:20 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2335] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:11:20 2026] GET /v2.0/ports?network_id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22&device_owner=network%3Adhcp => generated 1461 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2336] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:20 2026] GET /v2.0/security-groups?id=6479bcda-ec9d-44a9-a5a8-27666509c182&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2337] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:11:20 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1225/2338] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:11:20 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1114/2339] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:21 2026] GET /v2.0/security-groups?tenant_id=25273148cc2e4bf5aa5817ff6fc433bd&name=default => generated 2929 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2340] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:21 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2341] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:21 2026] GET /v2.0/security-groups?id=6479bcda-ec9d-44a9-a5a8-27666509c182&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2342] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:21 2026] DELETE /v2.0/security-groups/68d64538-674f-4c2d-bc03-14962b3aeb59 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2343] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:22 2026] GET /v2.0/security-groups?tenant_id=00f52de40e1d44ab94e86e1a7516f495&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2344] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:22 2026] DELETE /v2.0/security-groups/7d685612-6c2c-4aad-91fd-4692a3360678 => 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: 1229/2345] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:22 2026] GET /v2.0/security-groups?tenant_id=6721b306545749c4b007f6cd1f5e3d9a&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2346] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:22 2026] DELETE /v2.0/security-groups/a3d7e7e1-34ea-47cb-ba70-c69714717a56 => 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: 1230/2347] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:22 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 975 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2348] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:22 2026] GET /v2.0/security-groups?id=6479bcda-ec9d-44a9-a5a8-27666509c182&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: 1231/2349] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:11:23 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 975 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:23.210 7 INFO neutron_taas.services.taas.taas_plugin [req-b42dca78-a90f-4207-b99f-eb913e99ac5d req-7881b797-33fe-4248-b8dd-c857048f345d 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] TaaS: Handle Delete Port: 136e45e2-fdcb-4de8-831e-3a7c1c366e11 2026-05-08 21:11:23.213 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b42dca78-a90f-4207-b99f-eb913e99ac5d req-7881b797-33fe-4248-b8dd-c857048f345d 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Tap Mirror: Handle Delete Port: 136e45e2-fdcb-4de8-831e-3a7c1c366e11 2026-05-08 21:11:23.343 7 INFO neutron.db.l3_db [req-b42dca78-a90f-4207-b99f-eb913e99ac5d req-7881b797-33fe-4248-b8dd-c857048f345d 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Floating IP 0112f5ff-53c2-4f06-b624-1ad978d6dbd4 disassociated. External IP: 10.96.250.207, port: 136e45e2-fdcb-4de8-831e-3a7c1c366e11. [pid: 7|app: 0|req: 1119/2350] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:11:23 2026] DELETE /v2.0/ports/136e45e2-fdcb-4de8-831e-3a7c1c366e11 => generated 0 bytes in 643 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:23.733 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea308387-43e5-4aef-95cd-f90ed1fefc4d'] response: {'server_uuid': '416ee75b-b94c-4aac-8ef9-c2dd8f4ac609', 'name': 'network-vif-deleted', 'tag': '136e45e2-fdcb-4de8-831e-3a7c1c366e11', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1232/2351] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:23 2026] GET /v2.0/ports?device_id=b0858b54-abc7-498c-8373-0ea6fb1d9d55 => generated 1204 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2352] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:23 2026] GET /v2.0/security-groups?id=283e0531-23e9-4a77-838c-742f6b4d71c0&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2353] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:24 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => 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: 1121/2354] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:25 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => 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: 1123/2357] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:26 2026] GET /v2.0/ports?device_id=416ee75b-b94c-4aac-8ef9-c2dd8f4ac609 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:11:27.102 8 INFO neutron.db.segments_db [None req-287183ff-bad1-40d6-af31-b431437818b8 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] Added segment 70c9c41b-a1de-4854-b116-83b59a707676 of type vxlan for network 3e818373-198e-49c9-abff-6e0046c47613 [pid: 8|app: 0|req: 1235/2358] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:26 2026] POST /v2.0/networks => generated 613 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2359] 10.0.0.139 () {34 vars in 664 bytes} [Fri May 8 21:11:27 2026] POST /v2.0/ports => generated 743 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1236/2360] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:27 2026] DELETE /v2.0/security-groups/6479bcda-ec9d-44a9-a5a8-27666509c182 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:27.565 7 INFO neutron.db.segments_db [None req-c23532ea-3ef9-4996-85bc-429926d9e223 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] Added segment 7ad83407-bf31-43de-9a84-9552239f307b of type vxlan for network 538c7d57-d897-462f-9bb1-319a77a8b3e2 [pid: 7|app: 0|req: 1125/2361] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:27 2026] POST /v2.0/networks => generated 612 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:11:27.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd8f76cf-a9db-4223-85dd-ac2382796d81 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] TaaS: Handle Delete Port: 1fdfa278-0a52-4528-9bbf-1578a6b940b4 2026-05-08 21:11:27.682 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd8f76cf-a9db-4223-85dd-ac2382796d81 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Tap Mirror: Handle Delete Port: 1fdfa278-0a52-4528-9bbf-1578a6b940b4 [pid: 8|app: 0|req: 1237/2362] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:11:27 2026] DELETE /v2.0/floatingips/0112f5ff-53c2-4f06-b624-1ad978d6dbd4 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2363] 10.0.0.139 () {34 vars in 664 bytes} [Fri May 8 21:11:27 2026] POST /v2.0/ports => generated 743 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:11:28.018 8 INFO neutron.db.segments_db [None req-d64b8cc1-0175-41a8-8f93-a5b038b11d01 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] Added segment 46896b96-025e-41bc-8aa6-72eb8d627125 of type vxlan for network 9bb8fe13-643d-4af0-973d-4dda80a1f91b /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1127/2364] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:28 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2365] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:28 2026] GET /v2.0/security-groups?id=1abdf059-43df-4dd7-b095-211a8bfd7e84&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: 1238/2366] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:27 2026] POST /v2.0/networks => generated 612 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2367] 10.0.0.139 () {34 vars in 664 bytes} [Fri May 8 21:11:28 2026] POST /v2.0/ports => generated 743 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:11:28.464 8 INFO neutron.db.segments_db [None req-d83ba8ae-5c63-41ae-917d-89bfc40b6feb 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] Added segment 31c7d900-57da-4cea-b234-dc0b280dd967 of type vxlan for network 1e2a4c82-18c0-4960-9a1f-9767e7964387 [pid: 8|app: 0|req: 1239/2368] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:28 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1130/2369] 10.0.0.139 () {34 vars in 664 bytes} [Fri May 8 21:11:28 2026] POST /v2.0/ports => generated 743 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:11:28.881 8 INFO neutron.db.segments_db [None req-9ab514a9-b92c-461e-9ea1-853066c09f85 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] Added segment f9c48866-9ae0-423f-9ea9-09e5e0072d92 of type vxlan for network b11b63cf-0351-485d-843b-c686e8229b37 [pid: 8|app: 0|req: 1240/2370] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:28 2026] POST /v2.0/networks => generated 612 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1131/2371] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:28 2026] GET /v2.0/ports?device_id=b0858b54-abc7-498c-8373-0ea6fb1d9d55 => generated 1204 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2372] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:29 2026] GET /v2.0/security-groups?id=283e0531-23e9-4a77-838c-742f6b4d71c0&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: 7|app: 0|req: 1133/2373] 10.0.0.139 () {32 vars in 818 bytes} [Fri May 8 21:11:29 2026] GET /v2.0/ports?network_id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22&mac_address=fa%3A16%3A3e%3A3c%3A38%3Aba => generated 1204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2374] 10.0.0.139 () {34 vars in 664 bytes} [Fri May 8 21:11:28 2026] POST /v2.0/ports => generated 743 bytes in 336 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/2375] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:29 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => 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: 1243/2376] 10.0.0.139 () {34 vars in 747 bytes} [Fri May 8 21:11:29 2026] PUT /v2.0/ports/62bbc362-6e70-425f-abfb-38a240987887/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1244/2377] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:29 2026] GET /v2.0/security-groups?id=1abdf059-43df-4dd7-b095-211a8bfd7e84&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: 1245/2378] 10.0.0.139 () {34 vars in 747 bytes} [Fri May 8 21:11:29 2026] PUT /v2.0/ports/29770e78-6f87-48eb-a34a-b4e670689bc5/tags => generated 25 bytes in 63 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: 1246/2379] 10.0.0.139 () {34 vars in 747 bytes} [Fri May 8 21:11:29 2026] PUT /v2.0/ports/f7e553c0-6380-4d8f-a4cb-320dc3cc6bc3/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1247/2380] 10.0.0.139 () {34 vars in 747 bytes} [Fri May 8 21:11:29 2026] PUT /v2.0/ports/93ff751d-d3be-4b77-8954-b39c951e8562/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1248/2381] 10.0.0.139 () {32 vars in 660 bytes} [Fri May 8 21:11:29 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2382] 10.0.0.139 () {32 vars in 674 bytes} [Fri May 8 21:11:29 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:29.927 7 INFO neutron.db.l3_db [None req-34a6a468-35dc-4400-bb18-c28c146e4930 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Floating IP 62728a42-0995-44c3-8fb1-38d10b4069e8 associated. External IP: 10.96.250.206, port: 8f107af0-013f-46ed-8fa1-c036380edb72. [pid: 8|app: 0|req: 1250/2383] 10.0.0.139 () {32 vars in 670 bytes} [Fri May 8 21:11:29 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2384] 10.0.0.139 () {32 vars in 682 bytes} [Fri May 8 21:11:29 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2385] 10.0.0.139 () {32 vars in 668 bytes} [Fri May 8 21:11:30 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2386] 10.0.0.139 () {32 vars in 682 bytes} [Fri May 8 21:11:30 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2387] 10.0.0.139 () {34 vars in 677 bytes} [Fri May 8 21:11:29 2026] POST /v2.0/floatingips => generated 855 bytes in 1095 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2388] 10.0.0.139 () {32 vars in 678 bytes} [Fri May 8 21:11:30 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:30.298 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9e738b4-9d2d-4b51-baf4-852b34ca4bae'] response: {'name': 'network-changed', 'server_uuid': 'b0858b54-abc7-498c-8373-0ea6fb1d9d55', 'tag': '8f107af0-013f-46ed-8fa1-c036380edb72', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1135/2389] 10.0.0.139 () {32 vars in 690 bytes} [Fri May 8 21:11:30 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:30.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-38f09946-b426-4ca2-9c22-cbb610194e1a 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] TaaS: Handle Delete Port: 62bbc362-6e70-425f-abfb-38a240987887 2026-05-08 21:11:30.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38f09946-b426-4ca2-9c22-cbb610194e1a 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] Tap Mirror: Handle Delete Port: 62bbc362-6e70-425f-abfb-38a240987887 [pid: 7|app: 0|req: 1136/2390] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:11:30 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2391] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:30 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => 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: 1255/2392] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:11:30 2026] DELETE /v2.0/ports/62bbc362-6e70-425f-abfb-38a240987887 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2393] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:11:30 2026] GET /v2.0/security-groups?id=1abdf059-43df-4dd7-b095-211a8bfd7e84&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:30.702 7 INFO neutron_taas.services.taas.taas_plugin [req-6399a37e-7a87-4b6e-bb2a-30ee162875aa req-bef13908-f6a3-421d-9c53-f71c7b4166a0 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] TaaS: Handle Delete Port: c935e391-12d2-483d-bceb-74e36242f571 2026-05-08 21:11:30.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6399a37e-7a87-4b6e-bb2a-30ee162875aa req-bef13908-f6a3-421d-9c53-f71c7b4166a0 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Tap Mirror: Handle Delete Port: c935e391-12d2-483d-bceb-74e36242f571 2026-05-08 21:11:30.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-51949fc2-7b43-410f-9b0a-715d2bce21a0 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] TaaS: Handle Delete Port: 29770e78-6f87-48eb-a34a-b4e670689bc5 2026-05-08 21:11:30.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51949fc2-7b43-410f-9b0a-715d2bce21a0 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] Tap Mirror: Handle Delete Port: 29770e78-6f87-48eb-a34a-b4e670689bc5 [pid: 8|app: 0|req: 1257/2394] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:11:30 2026] DELETE /v2.0/ports/29770e78-6f87-48eb-a34a-b4e670689bc5 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2395] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:11:30 2026] GET /v2.0/ports?tenant_id=6ac82cfed9754df79ec650232923f422&device_id=b0858b54-abc7-498c-8373-0ea6fb1d9d55 => generated 1473 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2396] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:11:30 2026] DELETE /v2.0/ports/c935e391-12d2-483d-bceb-74e36242f571 => 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: 1139/2397] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:11:30 2026] GET /v2.0/networks?id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:30.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce17a3e2-a904-46f1-a151-64336abbbb0a 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] TaaS: Handle Delete Port: f7e553c0-6380-4d8f-a4cb-320dc3cc6bc3 2026-05-08 21:11:30.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce17a3e2-a904-46f1-a151-64336abbbb0a 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] Tap Mirror: Handle Delete Port: f7e553c0-6380-4d8f-a4cb-320dc3cc6bc3 [pid: 7|app: 0|req: 1140/2398] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:11:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=8f107af0-013f-46ed-8fa1-c036380edb72 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2399] 199.204.45.25 () {34 vars in 1105 bytes} [Fri May 8 21:11:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b6&port_id=8f107af0-013f-46ed-8fa1-c036380edb72 => 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: 1142/2400] 199.204.45.25 () {34 vars in 1063 bytes} [Fri May 8 21:11:30 2026] GET /v2.0/subnets?id=474759a6-2e2d-4c90-936c-8652fab6130c&id=50a83d90-d3c6-4323-86dc-bd6bcbb7be8d => generated 1414 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2401] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:11:30 2026] DELETE /v2.0/ports/f7e553c0-6380-4d8f-a4cb-320dc3cc6bc3 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2402] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:11:31 2026] GET /v2.0/ports?network_id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22&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: 1144/2403] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:11:31 2026] GET /v2.0/ports?network_id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:31.122 8 INFO neutron_taas.services.taas.taas_plugin [None req-d23f54f1-fde0-48e8-85b5-5de0ee1500a0 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] TaaS: Handle Delete Port: 93ff751d-d3be-4b77-8954-b39c951e8562 2026-05-08 21:11:31.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d23f54f1-fde0-48e8-85b5-5de0ee1500a0 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] Tap Mirror: Handle Delete Port: 93ff751d-d3be-4b77-8954-b39c951e8562 [pid: 7|app: 0|req: 1145/2404] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:11:31 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2405] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:11:31 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1260/2406] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:11:31 2026] DELETE /v2.0/ports/93ff751d-d3be-4b77-8954-b39c951e8562 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:31.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbfb357f-5668-4245-a062-eecb184f2847 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] TaaS: Handle Delete Port: 2bd41c49-0913-4752-8153-112b1e388baa 2026-05-08 21:11:31.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbfb357f-5668-4245-a062-eecb184f2847 86eb7fc7f51e4d36a150a964cac7c8c0 5d3f2d7015214058addb12d6bbbe190b - - default default] Tap Mirror: Handle Delete Port: 2bd41c49-0913-4752-8153-112b1e388baa [pid: 7|app: 0|req: 1147/2407] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:11:31 2026] DELETE /v2.0/ports/2bd41c49-0913-4752-8153-112b1e388baa => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:31.563 8 INFO neutron.services.segments.plugin [-] Segment 70c9c41b-a1de-4854-b116-83b59a707676 resource provider aggregate not found 2026-05-08 21:11:31.567 8 INFO neutron.services.segments.plugin [-] Segment 70c9c41b-a1de-4854-b116-83b59a707676 resource provider aggregate not found 2026-05-08 21:11:31.582 8 INFO neutron.services.segments.plugin [-] Segment 70c9c41b-a1de-4854-b116-83b59a707676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70c9c41b-a1de-4854-b116-83b59a707676 found for delete ", "request_id": "req-c1b0ebec-6bad-47ec-92e4-5f7e5ded62eb"}]} [pid: 8|app: 0|req: 1261/2408] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:31 2026] DELETE /v2.0/networks/3e818373-198e-49c9-abff-6e0046c47613 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:31.596 8 INFO neutron.services.segments.plugin [-] Segment 70c9c41b-a1de-4854-b116-83b59a707676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70c9c41b-a1de-4854-b116-83b59a707676 found for delete ", "request_id": "req-b4e29154-d147-4028-8a62-323d9f6b8af5"}]} 2026-05-08 21:11:31.687 7 INFO neutron.services.segments.plugin [-] Segment 7ad83407-bf31-43de-9a84-9552239f307b resource provider aggregate not found 2026-05-08 21:11:31.692 7 INFO neutron.services.segments.plugin [-] Segment 7ad83407-bf31-43de-9a84-9552239f307b resource provider aggregate not found 2026-05-08 21:11:31.707 7 INFO neutron.services.segments.plugin [-] Segment 7ad83407-bf31-43de-9a84-9552239f307b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ad83407-bf31-43de-9a84-9552239f307b found for delete ", "request_id": "req-b10c0ef6-bd21-4287-9319-d4cdb267f845"}]} 2026-05-08 21:11:31.713 7 INFO neutron.services.segments.plugin [-] Segment 7ad83407-bf31-43de-9a84-9552239f307b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ad83407-bf31-43de-9a84-9552239f307b found for delete ", "request_id": "req-ee30b191-f117-4208-829a-298db749c6dd"}]} [pid: 7|app: 0|req: 1148/2409] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:31 2026] DELETE /v2.0/networks/538c7d57-d897-462f-9bb1-319a77a8b3e2 => 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: 1262/2410] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:31 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => 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: 1149/2411] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:31 2026] DELETE /v2.0/networks/9bb8fe13-643d-4af0-973d-4dda80a1f91b => 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: 1263/2412] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:31 2026] DELETE /v2.0/networks/1e2a4c82-18c0-4960-9a1f-9767e7964387 => 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: 1150/2413] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:31 2026] DELETE /v2.0/networks/b11b63cf-0351-485d-843b-c686e8229b37 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:32.338 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-92b566a7-ba75-413e-959b-3aaf2e4cf0dc'] response: {'server_uuid': 'b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c', 'name': 'network-vif-deleted', 'tag': 'c935e391-12d2-483d-bceb-74e36242f571', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1264/2414] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:32 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2415] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:32 2026] GET /v2.0/security-groups?tenant_id=46bbedfe8b20452ab889f08b2bec68d1&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2416] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:33 2026] DELETE /v2.0/security-groups/a3b5995d-4aec-4576-98c3-bb52ddfd7032 => 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: 1152/2417] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:33 2026] GET /v2.0/security-groups?tenant_id=5ea832fe8e3344cdb849dcf8b9a8fa14&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2418] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:33 2026] DELETE /v2.0/security-groups/e6ae32df-dc88-4f22-af45-292aa4ae593f => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:33.603 8 INFO neutron.services.segments.plugin [-] Segment 31c7d900-57da-4cea-b234-dc0b280dd967 resource provider aggregate not found 2026-05-08 21:11:33.618 8 INFO neutron.services.segments.plugin [-] Segment 31c7d900-57da-4cea-b234-dc0b280dd967 resource provider aggregate not found 2026-05-08 21:11:33.623 8 INFO neutron.services.segments.plugin [-] Segment 31c7d900-57da-4cea-b234-dc0b280dd967 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31c7d900-57da-4cea-b234-dc0b280dd967 found for delete ", "request_id": "req-218ab28e-a05c-4564-a388-e2d7b16f7a5c"}]} 2026-05-08 21:11:33.635 8 INFO neutron.services.segments.plugin [-] Segment 31c7d900-57da-4cea-b234-dc0b280dd967 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31c7d900-57da-4cea-b234-dc0b280dd967 found for delete ", "request_id": "req-0293e98c-c511-4e6b-89cf-e8326b3c470f"}]} 2026-05-08 21:11:33.729 7 INFO neutron.services.segments.plugin [-] Segment 46896b96-025e-41bc-8aa6-72eb8d627125 resource provider aggregate not found 2026-05-08 21:11:33.733 7 INFO neutron.services.segments.plugin [-] Segment 46896b96-025e-41bc-8aa6-72eb8d627125 resource provider aggregate not found [pid: 7|app: 0|req: 1153/2419] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:33 2026] GET /v2.0/security-groups?tenant_id=5d3f2d7015214058addb12d6bbbe190b&name=default => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:33.750 7 INFO neutron.services.segments.plugin [-] Segment 46896b96-025e-41bc-8aa6-72eb8d627125 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46896b96-025e-41bc-8aa6-72eb8d627125 found for delete ", "request_id": "req-7a38de32-182e-4e39-9e3d-7ca74a614e34"}]} 2026-05-08 21:11:33.752 7 INFO neutron.services.segments.plugin [-] Segment 46896b96-025e-41bc-8aa6-72eb8d627125 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46896b96-025e-41bc-8aa6-72eb8d627125 found for delete ", "request_id": "req-0ab04d65-00e8-4e53-8edc-ffa3d76651cb"}]} 2026-05-08 21:11:33.767 7 INFO neutron.services.segments.plugin [-] Segment f9c48866-9ae0-423f-9ea9-09e5e0072d92 resource provider aggregate not found 2026-05-08 21:11:33.770 7 INFO neutron.services.segments.plugin [-] Segment f9c48866-9ae0-423f-9ea9-09e5e0072d92 resource provider aggregate not found 2026-05-08 21:11:33.787 7 INFO neutron.services.segments.plugin [-] Segment f9c48866-9ae0-423f-9ea9-09e5e0072d92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9c48866-9ae0-423f-9ea9-09e5e0072d92 found for delete ", "request_id": "req-6fa2a1ad-db44-4f3a-8469-7416fcb202ec"}]} 2026-05-08 21:11:33.787 7 INFO neutron.services.segments.plugin [-] Segment f9c48866-9ae0-423f-9ea9-09e5e0072d92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9c48866-9ae0-423f-9ea9-09e5e0072d92 found for delete ", "request_id": "req-4b4f8880-0c6c-4c4f-91af-bf052badd3f7"}]} [pid: 8|app: 0|req: 1267/2420] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:33 2026] DELETE /v2.0/security-groups/0ba4a1a8-08ff-4fad-808c-97ae56e22851 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2421] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:11:33 2026] GET /v2.0/ports?device_id=b4cddff3-8ee3-43fb-bf3d-916e8cc5f77c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2422] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:34 2026] DELETE /v2.0/security-groups/1abdf059-43df-4dd7-b095-211a8bfd7e84 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:35.490 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4c3d012-0e44-4fb6-b3b4-b8cf9902de71 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] TaaS: Handle Delete Port: c79c2acb-7956-4650-a173-15fec2555c4b 2026-05-08 21:11:35.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4c3d012-0e44-4fb6-b3b4-b8cf9902de71 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Tap Mirror: Handle Delete Port: c79c2acb-7956-4650-a173-15fec2555c4b [pid: 7|app: 0|req: 1155/2423] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:11:35 2026] PUT /v2.0/routers/46360ef0-4950-4d67-9e08-fc57bdc48965/remove_router_interface => generated 309 bytes in 867 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2424] 10.0.0.251 () {34 vars in 990 bytes} [Fri May 8 21:11:35 2026] GET /v2.0/ports?device_id=b0858b54-abc7-498c-8373-0ea6fb1d9d55 => generated 1473 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2425] 10.0.0.251 () {34 vars in 1040 bytes} [Fri May 8 21:11:36 2026] GET /v2.0/security-groups?id=283e0531-23e9-4a77-838c-742f6b4d71c0&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2426] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:36 2026] DELETE /v2.0/subnets/dc5e2a21-d74c-4a99-b002-fa6790522c45 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:36.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-e73414ef-0ab4-4fb8-a796-dacc01281b42 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] TaaS: Handle Delete Port: f7ec6419-d7a5-41b5-bac1-ad3bd299b778 2026-05-08 21:11:36.343 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e73414ef-0ab4-4fb8-a796-dacc01281b42 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Tap Mirror: Handle Delete Port: f7ec6419-d7a5-41b5-bac1-ad3bd299b778 2026-05-08 21:11:36.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-e73414ef-0ab4-4fb8-a796-dacc01281b42 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] TaaS: Handle Delete Port: d45bc2ad-716b-4a0a-a81f-fb54c4fed5c5 2026-05-08 21:11:36.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e73414ef-0ab4-4fb8-a796-dacc01281b42 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Tap Mirror: Handle Delete Port: d45bc2ad-716b-4a0a-a81f-fb54c4fed5c5 2026-05-08 21:11:36.887 8 INFO neutron.services.segments.plugin [-] Segment 1598a7e6-8624-4f86-8a2d-fdc6b42de588 resource provider aggregate not found 2026-05-08 21:11:36.894 8 INFO neutron.services.segments.plugin [-] Segment 1598a7e6-8624-4f86-8a2d-fdc6b42de588 resource provider aggregate not found 2026-05-08 21:11:36.913 8 INFO neutron.services.segments.plugin [-] Segment 1598a7e6-8624-4f86-8a2d-fdc6b42de588 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1598a7e6-8624-4f86-8a2d-fdc6b42de588 found for delete ", "request_id": "req-216853e8-ebcd-4fd4-aaf5-87cc1273e268"}]} 2026-05-08 21:11:36.915 8 INFO neutron.services.segments.plugin [-] Segment 1598a7e6-8624-4f86-8a2d-fdc6b42de588 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1598a7e6-8624-4f86-8a2d-fdc6b42de588 found for delete ", "request_id": "req-e9838776-d6f1-4ef9-86be-408c65d33e57"}]} 2026-05-08 21:11:36.926 8 INFO neutron.db.l3_hamode_db [None req-e73414ef-0ab4-4fb8-a796-dacc01281b42 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] HA network 664cd342-d47e-483d-a8f2-4803e3d387ef was deleted as no HA routers are present in tenant 6b418f128ade4338a90805fb66e74d42. [pid: 8|app: 0|req: 1271/2427] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:36 2026] DELETE /v2.0/routers/46360ef0-4950-4d67-9e08-fc57bdc48965 => generated 0 bytes in 761 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:37.027 7 INFO neutron_taas.services.taas.taas_plugin [None req-be0fa6e0-9c1a-44d0-93e2-e890e7c404dd 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] TaaS: Handle Delete Port: 6e9323f6-60ae-4cf7-89a5-4b680988610a 2026-05-08 21:11:37.030 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be0fa6e0-9c1a-44d0-93e2-e890e7c404dd 005ab2ed6172484394ab935264b221ec 6b418f128ade4338a90805fb66e74d42 - - default default] Tap Mirror: Handle Delete Port: 6e9323f6-60ae-4cf7-89a5-4b680988610a 2026-05-08 21:11:37.194 7 INFO neutron.services.segments.plugin [-] Segment f729dd78-3965-4afb-b897-9b3f239fb9f5 resource provider aggregate not found 2026-05-08 21:11:37.197 7 INFO neutron.services.segments.plugin [-] Segment f729dd78-3965-4afb-b897-9b3f239fb9f5 resource provider aggregate not found 2026-05-08 21:11:37.213 7 INFO neutron.services.segments.plugin [-] Segment f729dd78-3965-4afb-b897-9b3f239fb9f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f729dd78-3965-4afb-b897-9b3f239fb9f5 found for delete ", "request_id": "req-4b2be942-e5c3-4bd8-a9c1-f9823e86ebaf"}]} 2026-05-08 21:11:37.218 7 INFO neutron.services.segments.plugin [-] Segment f729dd78-3965-4afb-b897-9b3f239fb9f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f729dd78-3965-4afb-b897-9b3f239fb9f5 found for delete ", "request_id": "req-611c4bf6-64de-4f64-9417-49291bfdf367"}]} [pid: 7|app: 0|req: 1157/2428] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:36 2026] DELETE /v2.0/networks/a9bcc43c-a82a-4b21-a836-9b423ac379f3 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2429] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:37 2026] GET /v2.0/security-groups?tenant_id=6b418f128ade4338a90805fb66e74d42&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:38.037 8 INFO neutron.db.segments_db [None req-ba46bdfe-05b1-4ea7-ad0a-d812d25f7596 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Added segment 09085aa3-a4d9-473b-a592-fee30765417e of type vxlan for network 5727cbcf-6f00-495a-acc5-f69a09d8c8bb [pid: 7|app: 0|req: 1159/2430] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:38 2026] DELETE /v2.0/security-groups/5a13aa9b-922c-4be3-9122-d196284032c7 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:38.267 8 INFO neutron.db.l3_hamode_db [None req-ba46bdfe-05b1-4ea7-ad0a-d812d25f7596 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1160/2431] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:38 2026] GET /v2.0/security-groups?tenant_id=822fe97f70a74947823c0d5ac211f974&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:38.389 8 INFO neutron.db.l3_hamode_db [None req-ba46bdfe-05b1-4ea7-ad0a-d812d25f7596 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1161/2432] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:38 2026] DELETE /v2.0/security-groups/ce31f01d-775b-4592-aad5-7d672b274951 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2433] 10.0.0.139 () {34 vars in 668 bytes} [Fri May 8 21:11:37 2026] POST /v2.0/routers => generated 474 bytes in 1099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:11:38.999 7 INFO neutron.db.l3_hamode_db [None req-f8a2c242-cfb7-4e87-9827-9518e7df1625 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:11:39.118 7 INFO neutron.db.l3_hamode_db [None req-f8a2c242-cfb7-4e87-9827-9518e7df1625 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1162/2434] 10.0.0.139 () {34 vars in 668 bytes} [Fri May 8 21:11:38 2026] POST /v2.0/routers => generated 474 bytes in 757 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:11:39.765 8 INFO neutron.db.l3_hamode_db [None req-08d8eca8-3056-4bbd-80aa-37c8be05ca05 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:11:39.871 8 INFO neutron.db.l3_hamode_db [None req-08d8eca8-3056-4bbd-80aa-37c8be05ca05 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1273/2435] 10.0.0.139 () {34 vars in 668 bytes} [Fri May 8 21:11:39 2026] POST /v2.0/routers => generated 474 bytes in 797 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:11:40.594 7 INFO neutron.db.l3_hamode_db [None req-9a686dd1-3f42-4bfc-8745-143f8d52c356 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:11:40.742 7 INFO neutron.db.l3_hamode_db [None req-9a686dd1-3f42-4bfc-8745-143f8d52c356 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1163/2438] 10.0.0.139 () {34 vars in 668 bytes} [Fri May 8 21:11:40 2026] POST /v2.0/routers => generated 474 bytes in 723 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:11:41.306 8 INFO neutron.db.l3_hamode_db [None req-77c73e2e-d5fd-4e8b-a07a-5911b7e06047 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 21:11:41.432 8 INFO neutron.db.l3_hamode_db [None req-77c73e2e-d5fd-4e8b-a07a-5911b7e06047 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1276/2439] 10.0.0.139 () {34 vars in 668 bytes} [Fri May 8 21:11:41 2026] POST /v2.0/routers => generated 474 bytes in 1189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2440] 10.0.0.139 () {34 vars in 751 bytes} [Fri May 8 21:11:42 2026] PUT /v2.0/routers/f820d885-3203-4885-b73f-f0966f3f1cbc/tags => generated 17 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2441] 10.0.0.139 () {34 vars in 751 bytes} [Fri May 8 21:11:42 2026] PUT /v2.0/routers/ae442645-b585-4d5c-8ba1-a2ccc0424e44/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:11:42.712 8 INFO neutron.db.segments_db [None req-c4af5d3b-61aa-4406-b1e6-f857d37fc244 b5c974a2144e4f30a59c8e3d7cae2ad0 1b6efef3990b4ce0a1985ba51155f76a - - default default] Added segment d92a432e-949e-4aa6-b4d8-014718c49f34 of type vxlan for network 6bd8a20b-b31a-45d5-b01e-35ba8939ed18 [pid: 7|app: 0|req: 1166/2442] 10.0.0.139 () {34 vars in 751 bytes} [Fri May 8 21:11:42 2026] PUT /v2.0/routers/3cb4d17e-94da-4a74-8a29-13f42f838172/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2443] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:42 2026] POST /v2.0/networks => generated 612 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2444] 10.0.0.139 () {34 vars in 751 bytes} [Fri May 8 21:11:42 2026] PUT /v2.0/routers/f39c2639-2693-449a-a453-5774cf1760cb/tags => generated 19 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2445] 10.0.0.139 () {32 vars in 664 bytes} [Fri May 8 21:11:42 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2446] 10.0.0.139 () {32 vars in 678 bytes} [Fri May 8 21:11:42 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2447] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:11:42 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-05-08 21:11:43.066 8 INFO neutron.db.segments_db [None req-35492c08-4445-47a4-bb37-7ba68bfabbab b5c974a2144e4f30a59c8e3d7cae2ad0 1b6efef3990b4ce0a1985ba51155f76a - - default default] Added segment f8ec38cc-7624-4ad4-bfcc-540517c98eaf of type vxlan for network e18f6f61-9bc0-4355-8808-64df748dde03 [pid: 7|app: 0|req: 1170/2448] 10.0.0.139 () {32 vars in 674 bytes} [Fri May 8 21:11:43 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2449] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:43 2026] POST /v2.0/networks => generated 613 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2450] 10.0.0.139 () {32 vars in 686 bytes} [Fri May 8 21:11:43 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2451] 10.0.0.139 () {32 vars in 672 bytes} [Fri May 8 21:11:43 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2452] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:11:43 2026] POST /v2.0/subnets => generated 629 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:11:43.413 8 INFO neutron.db.segments_db [None req-78ef3587-6c87-4b02-bbc7-0311029ddf95 b5c974a2144e4f30a59c8e3d7cae2ad0 1b6efef3990b4ce0a1985ba51155f76a - - default default] Added segment eeff645d-f520-4172-ae3b-f0d6cb12a9c8 of type vxlan for network b926ba9a-a738-4dbb-a629-1333350f5cf6 [pid: 8|app: 0|req: 1281/2453] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:43 2026] POST /v2.0/networks => generated 612 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2454] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:11:43 2026] POST /v2.0/subnets => generated 629 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:11:43.771 8 INFO neutron.db.segments_db [None req-0e0b4f54-febc-4eea-9e01-24f322ca563a b5c974a2144e4f30a59c8e3d7cae2ad0 1b6efef3990b4ce0a1985ba51155f76a - - default default] Added segment a9214c9d-a08b-4144-81e0-ba2abb6ac148 of type vxlan for network 78228061-c867-4c7c-b183-86b430ca0491 [pid: 7|app: 0|req: 1173/2455] 10.0.0.139 () {32 vars in 686 bytes} [Fri May 8 21:11:43 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 550 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2456] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:43 2026] POST /v2.0/networks => generated 613 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2457] 10.0.0.139 () {32 vars in 682 bytes} [Fri May 8 21:11:43 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2458] 10.0.0.139 () {32 vars in 694 bytes} [Fri May 8 21:11:43 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2459] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:11:43 2026] GET /v2.0/routers/f820d885-3203-4885-b73f-f0966f3f1cbc => generated 485 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2460] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:11:43 2026] POST /v2.0/subnets => generated 629 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 21:11:44.168 8 INFO neutron.db.segments_db [None req-8d952db6-bf02-4031-bb30-de7be319afa6 b5c974a2144e4f30a59c8e3d7cae2ad0 1b6efef3990b4ce0a1985ba51155f76a - - default default] Added segment 235c4ce0-16d9-49e6-b901-91eb34bcdac1 of type vxlan for network 59db67aa-0589-4e71-bc8a-a4755f196ace [pid: 8|app: 0|req: 1285/2461] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:11:44 2026] POST /v2.0/networks => generated 612 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2462] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:11:44 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: 1177/2463] 10.0.0.139 () {34 vars in 742 bytes} [Fri May 8 21:11:43 2026] PUT /v2.0/routers/f820d885-3203-4885-b73f-f0966f3f1cbc => generated 485 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2464] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:11:44 2026] GET /v2.0/ports?device_id=f820d885-3203-4885-b73f-f0966f3f1cbc => 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: 1287/2465] 10.0.0.139 () {34 vars in 751 bytes} [Fri May 8 21:11:44 2026] PUT /v2.0/subnets/dc8e6a7b-d288-4907-a843-703ee01b8518/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2466] 10.0.0.139 () {34 vars in 751 bytes} [Fri May 8 21:11:44 2026] PUT /v2.0/subnets/1c33575f-5f8a-4395-a4b0-a87f05336713/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: 1289/2467] 10.0.0.139 () {34 vars in 751 bytes} [Fri May 8 21:11:44 2026] PUT /v2.0/subnets/8e6ed354-d3e0-4314-b5df-f417d8583690/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:11:44.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-96729ee2-7dab-4f9b-acd2-25f9918f5fe8 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] TaaS: Handle Delete Port: 8c3dd638-bbf6-47c1-891f-971afe7e5dac 2026-05-08 21:11:44.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96729ee2-7dab-4f9b-acd2-25f9918f5fe8 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Tap Mirror: Handle Delete Port: 8c3dd638-bbf6-47c1-891f-971afe7e5dac [pid: 8|app: 0|req: 1290/2468] 10.0.0.139 () {34 vars in 751 bytes} [Fri May 8 21:11:44 2026] PUT /v2.0/subnets/ee7937a0-df3d-42b8-badd-5f1a3cf03217/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2469] 10.0.0.139 () {32 vars in 664 bytes} [Fri May 8 21:11:44 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2470] 10.0.0.139 () {32 vars in 678 bytes} [Fri May 8 21:11:44 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2471] 10.0.0.139 () {32 vars in 674 bytes} [Fri May 8 21:11:44 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2472] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:44 2026] DELETE /v2.0/routers/f820d885-3203-4885-b73f-f0966f3f1cbc => generated 0 bytes in 366 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2473] 10.0.0.139 () {32 vars in 686 bytes} [Fri May 8 21:11:44 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2474] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:11:44 2026] GET /v2.0/routers/ae442645-b585-4d5c-8ba1-a2ccc0424e44 => generated 493 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2475] 10.0.0.139 () {32 vars in 672 bytes} [Fri May 8 21:11:44 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2476] 10.0.0.139 () {32 vars in 686 bytes} [Fri May 8 21:11:45 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2477] 10.0.0.139 () {32 vars in 682 bytes} [Fri May 8 21:11:45 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2478] 10.0.0.139 () {32 vars in 694 bytes} [Fri May 8 21:11:45 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2479] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:45 2026] DELETE /v2.0/subnets/dc8e6a7b-d288-4907-a843-703ee01b8518 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2480] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:45 2026] DELETE /v2.0/subnets/1c33575f-5f8a-4395-a4b0-a87f05336713 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2481] 10.0.0.139 () {34 vars in 742 bytes} [Fri May 8 21:11:45 2026] PUT /v2.0/routers/ae442645-b585-4d5c-8ba1-a2ccc0424e44 => generated 493 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2482] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:11:45 2026] GET /v2.0/ports?device_id=ae442645-b585-4d5c-8ba1-a2ccc0424e44 => 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: 1301/2483] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:45 2026] DELETE /v2.0/subnets/8e6ed354-d3e0-4314-b5df-f417d8583690 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:45.731 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d1fa911-4201-4d0f-a913-4b245efc0073 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] TaaS: Handle Delete Port: 364d1395-467f-4ddc-bb20-567d057d030b 2026-05-08 21:11:45.734 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d1fa911-4201-4d0f-a913-4b245efc0073 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Tap Mirror: Handle Delete Port: 364d1395-467f-4ddc-bb20-567d057d030b [pid: 8|app: 0|req: 1302/2484] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:45 2026] DELETE /v2.0/subnets/ee7937a0-df3d-42b8-badd-5f1a3cf03217 => 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: 1303/2485] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:45 2026] DELETE /v2.0/subnets/52e7a1c1-13eb-48d7-88d3-07529489941f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2486] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:45 2026] DELETE /v2.0/routers/ae442645-b585-4d5c-8ba1-a2ccc0424e44 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:45.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ead0707-cffb-453a-a9e3-33aefc6ff8ce b5c974a2144e4f30a59c8e3d7cae2ad0 1b6efef3990b4ce0a1985ba51155f76a - - default default] TaaS: Handle Delete Port: d4371526-c4d5-45e7-a1e4-ffb3ecfb2d4e 2026-05-08 21:11:45.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ead0707-cffb-453a-a9e3-33aefc6ff8ce b5c974a2144e4f30a59c8e3d7cae2ad0 1b6efef3990b4ce0a1985ba51155f76a - - default default] Tap Mirror: Handle Delete Port: d4371526-c4d5-45e7-a1e4-ffb3ecfb2d4e [pid: 7|app: 0|req: 1184/2487] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:11:45 2026] GET /v2.0/routers/3cb4d17e-94da-4a74-8a29-13f42f838172 => generated 502 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:46.172 8 INFO neutron.services.segments.plugin [-] Segment d92a432e-949e-4aa6-b4d8-014718c49f34 resource provider aggregate not found 2026-05-08 21:11:46.174 8 INFO neutron.services.segments.plugin [-] Segment d92a432e-949e-4aa6-b4d8-014718c49f34 resource provider aggregate not found 2026-05-08 21:11:46.189 8 INFO neutron.services.segments.plugin [-] Segment d92a432e-949e-4aa6-b4d8-014718c49f34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d92a432e-949e-4aa6-b4d8-014718c49f34 found for delete ", "request_id": "req-f8d54868-b956-41d7-bacc-5bd278db4ce6"}]} 2026-05-08 21:11:46.198 8 INFO neutron.services.segments.plugin [-] Segment d92a432e-949e-4aa6-b4d8-014718c49f34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d92a432e-949e-4aa6-b4d8-014718c49f34 found for delete ", "request_id": "req-a68ef0f1-a742-42ef-92d0-76da90da9f63"}]} [pid: 8|app: 0|req: 1304/2488] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:45 2026] DELETE /v2.0/networks/6bd8a20b-b31a-45d5-b01e-35ba8939ed18 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2489] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:46 2026] DELETE /v2.0/networks/e18f6f61-9bc0-4355-8808-64df748dde03 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2490] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:46 2026] DELETE /v2.0/networks/b926ba9a-a738-4dbb-a629-1333350f5cf6 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2491] 10.0.0.139 () {34 vars in 742 bytes} [Fri May 8 21:11:46 2026] PUT /v2.0/routers/3cb4d17e-94da-4a74-8a29-13f42f838172 => generated 502 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2492] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:11:46 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2493] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:11:46 2026] GET /v2.0/ports?device_id=3cb4d17e-94da-4a74-8a29-13f42f838172 => 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: 1307/2494] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:46 2026] DELETE /v2.0/networks/78228061-c867-4c7c-b183-86b430ca0491 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:11:46.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-047a26d9-8697-4788-a5d8-3ea46648279c 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] TaaS: Handle Delete Port: 6f372159-8c39-45bd-a566-c12c85dffbbc 2026-05-08 21:11:46.734 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-047a26d9-8697-4788-a5d8-3ea46648279c 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Tap Mirror: Handle Delete Port: 6f372159-8c39-45bd-a566-c12c85dffbbc [pid: 8|app: 0|req: 1308/2495] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:11:46 2026] DELETE /v2.0/networks/59db67aa-0589-4e71-bc8a-a4755f196ace => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2496] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:46 2026] DELETE /v2.0/routers/3cb4d17e-94da-4a74-8a29-13f42f838172 => generated 0 bytes in 401 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2497] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:11:46 2026] GET /v2.0/routers/f39c2639-2693-449a-a453-5774cf1760cb => generated 487 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2498] 10.0.0.139 () {34 vars in 742 bytes} [Fri May 8 21:11:47 2026] PUT /v2.0/routers/f39c2639-2693-449a-a453-5774cf1760cb => generated 487 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2499] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:11:47 2026] GET /v2.0/ports?device_id=f39c2639-2693-449a-a453-5774cf1760cb => 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: 1311/2500] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:47 2026] GET /v2.0/security-groups?tenant_id=1b6efef3990b4ce0a1985ba51155f76a&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:47.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-9cdc83f1-1041-4746-b0b9-f51cf173920e 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] TaaS: Handle Delete Port: ce6bffbb-071b-4f86-8fa5-ae62d515cdab 2026-05-08 21:11:47.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cdc83f1-1041-4746-b0b9-f51cf173920e 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Tap Mirror: Handle Delete Port: ce6bffbb-071b-4f86-8fa5-ae62d515cdab [pid: 8|app: 0|req: 1312/2501] 10.0.0.143 () {30 vars in 690 bytes} [Fri May 8 21:11:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2502] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:47 2026] DELETE /v2.0/security-groups/5663d995-30e4-4ace-aeed-c7d8a0961b2a => 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: 1314/2503] 10.0.0.143 () {30 vars in 692 bytes} [Fri May 8 21:11:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2504] 10.0.0.143 () {30 vars in 668 bytes} [Fri May 8 21:11:47 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: 1316/2505] 10.0.0.143 () {30 vars in 704 bytes} [Fri May 8 21:11:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2506] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:47 2026] DELETE /v2.0/routers/f39c2639-2693-449a-a453-5774cf1760cb => 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: 1191/2507] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:11:47 2026] GET /v2.0/routers/0b48338f-ad9c-4816-9d3d-aec9f3dbad54 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2508] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:47 2026] GET /v2.0/security-groups?tenant_id=9123838cec9b4a10981f8231ff038620&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2509] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:48 2026] DELETE /v2.0/security-groups/52964427-bbfe-49a6-8d0c-5436642833fe => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:48.205 8 INFO neutron.services.segments.plugin [-] Segment f8ec38cc-7624-4ad4-bfcc-540517c98eaf resource provider aggregate not found 2026-05-08 21:11:48.213 8 INFO neutron.services.segments.plugin [-] Segment f8ec38cc-7624-4ad4-bfcc-540517c98eaf resource provider aggregate not found 2026-05-08 21:11:48.220 8 INFO neutron.services.segments.plugin [-] Segment f8ec38cc-7624-4ad4-bfcc-540517c98eaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8ec38cc-7624-4ad4-bfcc-540517c98eaf found for delete ", "request_id": "req-b9d06098-3ff8-4810-a60d-923a2b83057b"}]} 2026-05-08 21:11:48.225 8 INFO neutron.services.segments.plugin [-] Segment f8ec38cc-7624-4ad4-bfcc-540517c98eaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8ec38cc-7624-4ad4-bfcc-540517c98eaf found for delete ", "request_id": "req-3cbea5c8-02a7-48d6-be3e-01e82d9e0a06"}]} 2026-05-08 21:11:48.236 8 INFO neutron.services.segments.plugin [-] Segment eeff645d-f520-4172-ae3b-f0d6cb12a9c8 resource provider aggregate not found 2026-05-08 21:11:48.239 8 INFO neutron.services.segments.plugin [-] Segment eeff645d-f520-4172-ae3b-f0d6cb12a9c8 resource provider aggregate not found 2026-05-08 21:11:48.252 8 INFO neutron.services.segments.plugin [-] Segment eeff645d-f520-4172-ae3b-f0d6cb12a9c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeff645d-f520-4172-ae3b-f0d6cb12a9c8 found for delete ", "request_id": "req-434d1788-c7fb-4b5f-bbac-886541aaa72c"}]} 2026-05-08 21:11:48.257 8 INFO neutron.services.segments.plugin [-] Segment eeff645d-f520-4172-ae3b-f0d6cb12a9c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeff645d-f520-4172-ae3b-f0d6cb12a9c8 found for delete ", "request_id": "req-05153d03-1585-4ddf-985e-ccba24226495"}]} 2026-05-08 21:11:48.272 8 INFO neutron.services.segments.plugin [-] Segment a9214c9d-a08b-4144-81e0-ba2abb6ac148 resource provider aggregate not found 2026-05-08 21:11:48.276 8 INFO neutron.services.segments.plugin [-] Segment a9214c9d-a08b-4144-81e0-ba2abb6ac148 resource provider aggregate not found 2026-05-08 21:11:48.290 8 INFO neutron.services.segments.plugin [-] Segment a9214c9d-a08b-4144-81e0-ba2abb6ac148 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9214c9d-a08b-4144-81e0-ba2abb6ac148 found for delete ", "request_id": "req-bc2fb5e3-90f8-47b6-ab17-a6fa1d6c244f"}]} 2026-05-08 21:11:48.295 8 INFO neutron.services.segments.plugin [-] Segment a9214c9d-a08b-4144-81e0-ba2abb6ac148 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9214c9d-a08b-4144-81e0-ba2abb6ac148 found for delete ", "request_id": "req-40e664d1-7f52-473a-b2bc-1e4c1002cd86"}]} 2026-05-08 21:11:48.325 8 INFO neutron.services.segments.plugin [-] Segment 235c4ce0-16d9-49e6-b901-91eb34bcdac1 resource provider aggregate not found 2026-05-08 21:11:48.332 8 INFO neutron.services.segments.plugin [-] Segment 235c4ce0-16d9-49e6-b901-91eb34bcdac1 resource provider aggregate not found 2026-05-08 21:11:48.352 8 INFO neutron.services.segments.plugin [-] Segment 235c4ce0-16d9-49e6-b901-91eb34bcdac1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 235c4ce0-16d9-49e6-b901-91eb34bcdac1 found for delete ", "request_id": "req-112d12e6-1a5f-4a20-897d-5700b9c79c81"}]} 2026-05-08 21:11:48.355 8 INFO neutron.services.segments.plugin [-] Segment 235c4ce0-16d9-49e6-b901-91eb34bcdac1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 235c4ce0-16d9-49e6-b901-91eb34bcdac1 found for delete ", "request_id": "req-767d2061-21fe-4245-8d3a-2529ccd06ad4"}]} [pid: 8|app: 0|req: 1319/2510] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:48 2026] GET /v2.0/security-groups?tenant_id=45e47d44ad694c3aaca707694779fe27&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2511] 10.0.0.143 () {28 vars in 439 bytes} [Fri May 8 21:11:48 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2512] 10.0.0.139 () {34 vars in 742 bytes} [Fri May 8 21:11:47 2026] PUT /v2.0/routers/0b48338f-ad9c-4816-9d3d-aec9f3dbad54 => generated 480 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2513] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:48 2026] DELETE /v2.0/security-groups/297fc492-4239-4e72-a178-0c61d60a5ad8 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2514] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:11:48 2026] GET /v2.0/ports?device_id=0b48338f-ad9c-4816-9d3d-aec9f3dbad54 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2515] 10.0.0.143 () {30 vars in 728 bytes} [Fri May 8 21:11:48 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 658 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2516] 10.0.0.143 () {30 vars in 690 bytes} [Fri May 8 21:11:48 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: 1195/2517] 10.0.0.143 () {30 vars in 692 bytes} [Fri May 8 21:11:48 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: 1196/2518] 10.0.0.143 () {30 vars in 668 bytes} [Fri May 8 21:11:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2519] 10.0.0.143 () {30 vars in 704 bytes} [Fri May 8 21:11:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2520] 10.0.0.143 () {30 vars in 728 bytes} [Fri May 8 21:11:48 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:48.705 8 INFO neutron_taas.services.taas.taas_plugin [None req-811ea242-7928-4a37-bbe1-2e99cb52ff33 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] TaaS: Handle Delete Port: c2fc5fa5-c579-467a-90d7-4d1b78b43fb6 2026-05-08 21:11:48.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-811ea242-7928-4a37-bbe1-2e99cb52ff33 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] Tap Mirror: Handle Delete Port: c2fc5fa5-c579-467a-90d7-4d1b78b43fb6 [pid: 7|app: 0|req: 1199/2521] 10.0.0.143 () {30 vars in 690 bytes} [Fri May 8 21:11: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: 7|app: 0|req: 1200/2522] 10.0.0.143 () {30 vars in 692 bytes} [Fri May 8 21:11: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: 7|app: 0|req: 1201/2523] 10.0.0.143 () {30 vars in 668 bytes} [Fri May 8 21:11: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: 1202/2524] 10.0.0.143 () {30 vars in 704 bytes} [Fri May 8 21:11: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: 7|app: 0|req: 1203/2525] 10.0.0.143 () {30 vars in 730 bytes} [Fri May 8 21:11:48 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2526] 10.0.0.143 () {30 vars in 682 bytes} [Fri May 8 21:11:48 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:49.032 8 INFO neutron.db.l3_hamode_db [None req-811ea242-7928-4a37-bbe1-2e99cb52ff33 7af160dd099e43efa5843b06c0a6ed45 912c408d7b8c4ca68780dca7f5b55aa6 - - default default] HA network 5727cbcf-6f00-495a-acc5-f69a09d8c8bb was deleted as no HA routers are present in tenant 912c408d7b8c4ca68780dca7f5b55aa6. [pid: 8|app: 0|req: 1323/2527] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:48 2026] DELETE /v2.0/routers/0b48338f-ad9c-4816-9d3d-aec9f3dbad54 => generated 0 bytes in 484 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2528] 10.0.0.143 () {34 vars in 704 bytes} [Fri May 8 21:11:48 2026] POST /v2.0/ports => generated 1128 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2529] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:49 2026] GET /v2.0/security-groups?tenant_id=912c408d7b8c4ca68780dca7f5b55aa6&name=default => generated 2929 bytes in 277 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: 1206/2530] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:50 2026] DELETE /v2.0/security-groups/b1da0b0b-7abd-477b-b450-0a33a4ea1f83 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:50.371 8 INFO neutron.services.segments.plugin [-] Segment 09085aa3-a4d9-473b-a592-fee30765417e resource provider aggregate not found 2026-05-08 21:11:50.380 8 INFO neutron.services.segments.plugin [-] Segment 09085aa3-a4d9-473b-a592-fee30765417e resource provider aggregate not found 2026-05-08 21:11:50.385 8 INFO neutron.services.segments.plugin [-] Segment 09085aa3-a4d9-473b-a592-fee30765417e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09085aa3-a4d9-473b-a592-fee30765417e found for delete ", "request_id": "req-e93a1417-2b5e-436f-b2ea-62c04b6d6433"}]} 2026-05-08 21:11:50.411 8 INFO neutron.services.segments.plugin [-] Segment 09085aa3-a4d9-473b-a592-fee30765417e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09085aa3-a4d9-473b-a592-fee30765417e found for delete ", "request_id": "req-4cb08746-c173-4a0e-964b-d391b7710b78"}]} [pid: 8|app: 0|req: 1325/2531] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:50 2026] GET /v2.0/security-groups?tenant_id=88a78af20b4c4b2cbefe41384cb16b1d&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2532] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:50 2026] DELETE /v2.0/security-groups/c5d6084c-9ef6-4dec-94cf-66a3fcf2e408 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2533] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:50 2026] GET /v2.0/security-groups?tenant_id=04e2df8f15314f059f8109698cce02cc&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2534] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:50 2026] DELETE /v2.0/security-groups/a45659b6-c962-404b-9487-9d9e5d9a01da => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2535] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:11:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2536] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:11:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2537] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:11:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2538] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:11:52 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: 1212/2539] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:11:52 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:52.210 8 INFO neutron.db.segments_db [None req-8e3c2da5-632f-415b-9942-9127d4dd387c e70b8caa667f4397884294ed0b4ab33f d43d7ddb5d9e476daa8b85872c6df990 - - default default] Added segment 9f57569a-58b8-4a61-b3bf-e03ab1ff4ff3 of type vxlan for network 9d48a880-bba7-40ad-a3db-8ffea25f109c [pid: 7|app: 0|req: 1213/2540] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:11:52 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: 1214/2541] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:11:52 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) 2026-05-08 21:11:52.451 8 INFO neutron.db.l3_hamode_db [None req-8e3c2da5-632f-415b-9942-9127d4dd387c e70b8caa667f4397884294ed0b4ab33f d43d7ddb5d9e476daa8b85872c6df990 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1215/2542] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:11:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2543] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:11:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:11:52.482 7 INFO neutron.api.v2.resource [None req-41f902fa-b5af-46bf-a07f-88d8e8a2e37c f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1217/2544] 199.204.45.25 () {30 vars in 762 bytes} [Fri May 8 21:11:52 2026] GET /v2.0/security-groups/lb-364b2a06-ef3f-4c7d-8e40-7b04c4beeb52 => 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: 1218/2545] 199.204.45.25 () {30 vars in 784 bytes} [Fri May 8 21:11:52 2026] GET /v2.0/security-groups?name=lb-364b2a06-ef3f-4c7d-8e40-7b04c4beeb52 => generated 23 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:11:52.558 8 INFO neutron.db.l3_hamode_db [None req-8e3c2da5-632f-415b-9942-9127d4dd387c e70b8caa667f4397884294ed0b4ab33f d43d7ddb5d9e476daa8b85872c6df990 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1219/2546] 199.204.45.25 () {34 vars in 735 bytes} [Fri May 8 21:11:52 2026] POST /v2.0/security-groups => generated 1638 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2547] 199.204.45.25 () {30 vars in 814 bytes} [Fri May 8 21:11:52 2026] GET /v2.0/security-group-rules?security_group_id=7e4b3cf6-131e-40d0-9163-a467773c2f26 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2548] 199.204.45.25 () {34 vars in 788 bytes} [Fri May 8 21:11:52 2026] PUT /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 209 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: 1222/2549] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:11: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: 1223/2550] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:11:52 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: 1224/2551] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:11:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2552] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:11:53 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: 1226/2553] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:11:53 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2554] 10.0.0.139 () {34 vars in 668 bytes} [Fri May 8 21:11:52 2026] POST /v2.0/routers => generated 474 bytes in 966 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2555] 10.0.0.139 () {34 vars in 751 bytes} [Fri May 8 21:11:53 2026] PUT /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2556] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:11:53 2026] GET /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2557] 10.0.0.139 () {34 vars in 762 bytes} [Fri May 8 21:11:53 2026] PUT /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags/green => generated 4 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2558] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:11:53 2026] GET /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2559] 10.0.0.139 () {34 vars in 758 bytes} [Fri May 8 21:11:53 2026] PUT /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags/red => generated 4 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2560] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:11:53 2026] GET /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2561] 10.0.0.139 () {34 vars in 780 bytes} [Fri May 8 21:11:53 2026] PUT /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags/black.or.white => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2562] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:11:53 2026] GET /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags => generated 52 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2563] 10.0.0.139 () {34 vars in 751 bytes} [Fri May 8 21:11:54 2026] PUT /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags => generated 37 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2564] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:11:54 2026] GET /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2565] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:11:54 2026] GET /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags/red => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:54.480 8 INFO neutron.api.v2.resource [None req-7d1d1f1a-5dce-43fb-8c92-deefe2d6e4a4 e70b8caa667f4397884294ed0b4ab33f d43d7ddb5d9e476daa8b85872c6df990 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1334/2566] 10.0.0.139 () {32 vars in 743 bytes} [Fri May 8 21:11:54 2026] GET /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags/green => generated 99 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2567] 10.0.0.139 () {32 vars in 742 bytes} [Fri May 8 21:11:54 2026] DELETE /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags/red => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2568] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:11:54 2026] GET /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags => generated 30 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:11:54.785 7 INFO neutron.api.v2.resource [None req-dea9cfb4-b3b4-4e3d-a270-b773f6c4abe2 e70b8caa667f4397884294ed0b4ab33f d43d7ddb5d9e476daa8b85872c6df990 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1234/2569] 10.0.0.139 () {32 vars in 746 bytes} [Fri May 8 21:11:54 2026] DELETE /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags/green => generated 99 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2570] 10.0.0.139 () {32 vars in 734 bytes} [Fri May 8 21:11:54 2026] DELETE /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/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: 1235/2571] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:11:54 2026] GET /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196/tags => generated 12 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2572] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:11:55 2026] GET /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196 => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2573] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:11:54 2026] POST /v2.0/subnetpools => generated 516 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2574] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:11:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2575] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:11:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2576] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:11:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2577] 10.0.0.139 () {34 vars in 676 bytes} [Fri May 8 21:11:55 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: 1342/2578] 10.0.0.139 () {34 vars in 759 bytes} [Fri May 8 21:11:55 2026] PUT /v2.0/subnetpools/69c5125c-486a-42fb-94c9-671a38c2492b/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2579] 10.0.0.139 () {34 vars in 759 bytes} [Fri May 8 21:11:55 2026] PUT /v2.0/subnetpools/d4d703f9-0b70-4eab-aab1-90b36afebd1e/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2580] 10.0.0.139 () {34 vars in 759 bytes} [Fri May 8 21:11:55 2026] PUT /v2.0/subnetpools/ba36b852-2992-4397-a930-dc20ca5e30f2/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2581] 10.0.0.139 () {34 vars in 759 bytes} [Fri May 8 21:11:55 2026] PUT /v2.0/subnetpools/616d9b92-a015-4d6f-b213-a59cb2d7de1e/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2582] 10.0.0.139 () {32 vars in 672 bytes} [Fri May 8 21:11:55 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2583] 10.0.0.139 () {32 vars in 686 bytes} [Fri May 8 21:11:55 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2584] 10.0.0.139 () {34 vars in 742 bytes} [Fri May 8 21:11:55 2026] PUT /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196 => generated 480 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2585] 10.0.0.139 () {32 vars in 682 bytes} [Fri May 8 21:11:55 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2586] 10.0.0.139 () {32 vars in 736 bytes} [Fri May 8 21:11:55 2026] GET /v2.0/ports?device_id=64aa137e-c540-468c-aada-cd2ef8286196 => 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: 1349/2587] 10.0.0.139 () {32 vars in 694 bytes} [Fri May 8 21:11:55 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: 8|app: 0|req: 1350/2588] 10.0.0.139 () {32 vars in 680 bytes} [Fri May 8 21:11:55 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2591] 10.0.0.139 () {32 vars in 694 bytes} [Fri May 8 21:11:55 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2592] 10.0.0.139 () {32 vars in 690 bytes} [Fri May 8 21:11:55 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: 8|app: 0|req: 1355/2593] 10.0.0.139 () {32 vars in 702 bytes} [Fri May 8 21:11:55 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:11:55.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-66ec486b-62af-45e6-9e7c-ad4ed23bcfa2 e70b8caa667f4397884294ed0b4ab33f d43d7ddb5d9e476daa8b85872c6df990 - - default default] TaaS: Handle Delete Port: fbfb5f0d-bdbb-43c4-92dc-6ec8101a58ea [pid: 8|app: 0|req: 1356/2594] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:11:55 2026] DELETE /v2.0/subnetpools/69c5125c-486a-42fb-94c9-671a38c2492b => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:55.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66ec486b-62af-45e6-9e7c-ad4ed23bcfa2 e70b8caa667f4397884294ed0b4ab33f d43d7ddb5d9e476daa8b85872c6df990 - - default default] Tap Mirror: Handle Delete Port: fbfb5f0d-bdbb-43c4-92dc-6ec8101a58ea [pid: 8|app: 0|req: 1357/2595] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:11:55 2026] DELETE /v2.0/subnetpools/d4d703f9-0b70-4eab-aab1-90b36afebd1e => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2596] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:11:55 2026] DELETE /v2.0/subnetpools/ba36b852-2992-4397-a930-dc20ca5e30f2 => 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: 1359/2597] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:11:55 2026] DELETE /v2.0/subnetpools/616d9b92-a015-4d6f-b213-a59cb2d7de1e => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2598] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:11:55 2026] DELETE /v2.0/subnetpools/33e22346-837c-47ce-b50c-508960e4519a => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:11:56.042 7 INFO neutron.services.segments.plugin [-] Segment 9f57569a-58b8-4a61-b3bf-e03ab1ff4ff3 resource provider aggregate not found 2026-05-08 21:11:56.047 7 INFO neutron.services.segments.plugin [-] Segment 9f57569a-58b8-4a61-b3bf-e03ab1ff4ff3 resource provider aggregate not found 2026-05-08 21:11:56.062 7 INFO neutron.services.segments.plugin [-] Segment 9f57569a-58b8-4a61-b3bf-e03ab1ff4ff3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f57569a-58b8-4a61-b3bf-e03ab1ff4ff3 found for delete ", "request_id": "req-0c424136-43ff-41c6-81ba-237b6dbde0db"}]} 2026-05-08 21:11:56.066 7 INFO neutron.services.segments.plugin [-] Segment 9f57569a-58b8-4a61-b3bf-e03ab1ff4ff3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f57569a-58b8-4a61-b3bf-e03ab1ff4ff3 found for delete ", "request_id": "req-aaee8726-7c67-4936-865d-51079c858479"}]} 2026-05-08 21:11:56.067 7 INFO neutron.db.l3_hamode_db [None req-66ec486b-62af-45e6-9e7c-ad4ed23bcfa2 e70b8caa667f4397884294ed0b4ab33f d43d7ddb5d9e476daa8b85872c6df990 - - default default] HA network 9d48a880-bba7-40ad-a3db-8ffea25f109c was deleted as no HA routers are present in tenant d43d7ddb5d9e476daa8b85872c6df990. [pid: 7|app: 0|req: 1239/2599] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:11:55 2026] DELETE /v2.0/routers/64aa137e-c540-468c-aada-cd2ef8286196 => generated 0 bytes in 445 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2600] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:56 2026] GET /v2.0/security-groups?tenant_id=8e7ae94fa40541caa495c502f94ebc4f&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2601] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:56 2026] GET /v2.0/security-groups?tenant_id=d43d7ddb5d9e476daa8b85872c6df990&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2602] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:56 2026] DELETE /v2.0/security-groups/0b411e11-d306-4b5a-aa2b-687561fb4cea => 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: 1362/2603] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:56 2026] DELETE /v2.0/security-groups/e7d5d091-c299-46c8-be5d-a81f0a9c12b5 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2604] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:57 2026] GET /v2.0/security-groups?tenant_id=4896f682ef274a55ac764e3f3229d9cb&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2605] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:57 2026] GET /v2.0/security-groups?tenant_id=175d15ca8afa4e8e94c38a9c64fe4f08&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: 1364/2606] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:57 2026] DELETE /v2.0/security-groups/12b51f0a-4dad-4c78-8e35-41c0095de135 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2607] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:57 2026] DELETE /v2.0/security-groups/02452d9d-40a6-46b0-bcb2-4054432a6de5 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2608] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:11:57 2026] GET /v2.0/security-groups?tenant_id=345b0e5f72f748c28ebcb3cba97ee976&name=default => generated 2929 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2609] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:11:57 2026] DELETE /v2.0/security-groups/1416654c-8dd4-4cea-8aa7-f542d3c550dd => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2610] 10.0.0.227 () {34 vars in 1016 bytes} [Fri May 8 21:12:00 2026] GET /v2.0/security-groups?id=fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09&fields=id => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2611] 10.0.0.227 () {34 vars in 982 bytes} [Fri May 8 21:12:00 2026] GET /v2.0/networks?id=896c36c5-b90b-4402-a957-3e3eacea9edd => generated 735 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2612] 10.0.0.227 () {34 vars in 965 bytes} [Fri May 8 21:12:00 2026] GET /v2.0/quotas/b888833a85764adea4ad2cbf5f113890 => generated 291 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2613] 10.0.0.227 () {34 vars in 1002 bytes} [Fri May 8 21:12:00 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&fields=id => generated 149 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2614] 10.0.0.227 () {34 vars in 1008 bytes} [Fri May 8 21:12:00 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?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: 1371/2615] 10.0.0.227 () {34 vars in 1108 bytes} [Fri May 8 21:12:00 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2616] 10.0.0.139 () {34 vars in 684 bytes} [Fri May 8 21:12:00 2026] POST /v2.0/security-groups => generated 1603 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2617] 10.0.0.139 () {34 vars in 767 bytes} [Fri May 8 21:12:00 2026] PUT /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/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: 1247/2618] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:12:00 2026] GET /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2619] 10.0.0.139 () {34 vars in 778 bytes} [Fri May 8 21:12:00 2026] PUT /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 21:12:00.924 8 INFO neutron.db.segments_db [None req-0915f591-eb79-428b-800e-8978c1225100 1ef0a043ac0b438893c1953d8468db98 e66fcab9f48b445988909a9bc4d5c9eb - - default default] Added segment 3af85638-c18b-4eb0-a1ea-4ef13f7233d4 of type vxlan for network 49021836-a2bd-4175-972e-c57013a6b942 [pid: 7|app: 0|req: 1249/2620] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:12:00 2026] GET /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/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: 1250/2621] 10.0.0.139 () {34 vars in 774 bytes} [Fri May 8 21:12:00 2026] PUT /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2622] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:12:00 2026] GET /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/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: 1372/2623] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:12:00 2026] POST /v2.0/networks => generated 612 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2624] 10.0.0.139 () {34 vars in 796 bytes} [Fri May 8 21:12:01 2026] PUT /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 21:12:01.068 8 INFO neutron.db.segments_db [None req-1ae712c2-ba4d-4c80-a5fb-b8f8d4f4d706 1ef0a043ac0b438893c1953d8468db98 e66fcab9f48b445988909a9bc4d5c9eb - - default default] Added segment 12ebc0e4-ac33-468f-a4a5-072564c68061 of type vxlan for network 6664f1a2-7ab2-4a05-8431-b0a6a1603ed2 [pid: 7|app: 0|req: 1253/2625] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:12:01 2026] GET /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2626] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:12:01 2026] POST /v2.0/networks => generated 612 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2627] 10.0.0.139 () {34 vars in 767 bytes} [Fri May 8 21:12:01 2026] PUT /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2628] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:12:01 2026] GET /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2629] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:12:01 2026] PUT /v2.0/networks/49021836-a2bd-4175-972e-c57013a6b942/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: 1375/2630] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:12:01 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2631] 10.0.0.139 () {32 vars in 755 bytes} [Fri May 8 21:12:01 2026] GET /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/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: 1376/2632] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:12:01 2026] GET /v2.0/networks/49021836-a2bd-4175-972e-c57013a6b942/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:12:01.267 7 INFO neutron.api.v2.resource [None req-da2c65a2-7967-4691-993b-f18cad2b7185 31b5a8283894407986970631601ebf62 022b5bd34fd64493839f58e233279508 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1257/2633] 10.0.0.139 () {32 vars in 759 bytes} [Fri May 8 21:12:01 2026] GET /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2634] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:12:01 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2635] 10.0.0.139 () {32 vars in 758 bytes} [Fri May 8 21:12:01 2026] DELETE /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags/red => 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: 1258/2636] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:12:01 2026] PUT /v2.0/networks/6664f1a2-7ab2-4a05-8431-b0a6a1603ed2/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: 1379/2637] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:12:01 2026] GET /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2638] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:12:01 2026] GET /v2.0/networks/6664f1a2-7ab2-4a05-8431-b0a6a1603ed2/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:12:01.405 8 INFO neutron.api.v2.resource [None req-6812e856-aa98-400f-a116-127fe44e3796 31b5a8283894407986970631601ebf62 022b5bd34fd64493839f58e233279508 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1380/2639] 10.0.0.139 () {32 vars in 762 bytes} [Fri May 8 21:12:01 2026] DELETE /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2640] 10.0.0.139 () {34 vars in 753 bytes} [Fri May 8 21:12:01 2026] PUT /v2.0/networks/6664f1a2-7ab2-4a05-8431-b0a6a1603ed2/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2641] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:12:01 2026] DELETE /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2642] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:12:01 2026] GET /v2.0/networks/6664f1a2-7ab2-4a05-8431-b0a6a1603ed2/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2643] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:12:01 2026] GET /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d/tags => 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: 1262/2644] 10.0.0.139 () {32 vars in 733 bytes} [Fri May 8 21:12:01 2026] GET /v2.0/networks/49021836-a2bd-4175-972e-c57013a6b942/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: 1383/2645] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:12:01 2026] DELETE /v2.0/security-groups/22e97efa-a280-410b-875a-621be59fcf4d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:12:01.629 7 INFO neutron.services.segments.plugin [-] Segment 3af85638-c18b-4eb0-a1ea-4ef13f7233d4 resource provider aggregate not found 2026-05-08 21:12:01.633 7 INFO neutron.services.segments.plugin [-] Segment 3af85638-c18b-4eb0-a1ea-4ef13f7233d4 resource provider aggregate not found 2026-05-08 21:12:01.651 7 INFO neutron.services.segments.plugin [-] Segment 3af85638-c18b-4eb0-a1ea-4ef13f7233d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3af85638-c18b-4eb0-a1ea-4ef13f7233d4 found for delete ", "request_id": "req-fb9847d5-9f61-4e30-a465-65480c8d59d8"}]} 2026-05-08 21:12:01.654 7 INFO neutron.services.segments.plugin [-] Segment 3af85638-c18b-4eb0-a1ea-4ef13f7233d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3af85638-c18b-4eb0-a1ea-4ef13f7233d4 found for delete ", "request_id": "req-0d4c21be-c64f-4eec-938a-9d992210145d"}]} [pid: 7|app: 0|req: 1263/2646] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:12:01 2026] DELETE /v2.0/networks/49021836-a2bd-4175-972e-c57013a6b942 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:12:01.765 8 INFO neutron.services.segments.plugin [-] Segment 12ebc0e4-ac33-468f-a4a5-072564c68061 resource provider aggregate not found 2026-05-08 21:12:01.771 8 INFO neutron.services.segments.plugin [-] Segment 12ebc0e4-ac33-468f-a4a5-072564c68061 resource provider aggregate not found 2026-05-08 21:12:01.783 8 INFO neutron.services.segments.plugin [-] Segment 12ebc0e4-ac33-468f-a4a5-072564c68061 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12ebc0e4-ac33-468f-a4a5-072564c68061 found for delete ", "request_id": "req-95207435-120c-45b0-92d1-55352f7f0644"}]} 2026-05-08 21:12:01.788 8 INFO neutron.services.segments.plugin [-] Segment 12ebc0e4-ac33-468f-a4a5-072564c68061 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12ebc0e4-ac33-468f-a4a5-072564c68061 found for delete ", "request_id": "req-99fb4fab-2c2d-4870-8690-984def59d8e1"}]} [pid: 8|app: 0|req: 1384/2647] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:12:01 2026] DELETE /v2.0/networks/6664f1a2-7ab2-4a05-8431-b0a6a1603ed2 => 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: 1264/2648] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:12:02 2026] GET /v2.0/security-groups?tenant_id=d31ca3e0067e4ead92f5e293c977a338&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2649] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:12:02 2026] DELETE /v2.0/security-groups/a657b402-31a9-4828-b062-9ad23fe64a6d => 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: 1265/2650] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:12:02 2026] GET /v2.0/security-groups?tenant_id=50d44688690b4f27941159774e6a19bc&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2651] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:12:02 2026] GET /v2.0/security-groups?tenant_id=022b5bd34fd64493839f58e233279508&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2652] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:12:02 2026] DELETE /v2.0/security-groups/cf1d5b05-b9d0-4156-bc35-cbf23b23a4e7 => 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: 1267/2653] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:12:02 2026] DELETE /v2.0/security-groups/5f60a751-ac16-4426-bec0-b57866e8c708 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2654] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:12:02 2026] GET /v2.0/security-groups?tenant_id=e66fcab9f48b445988909a9bc4d5c9eb&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2655] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:12:02 2026] DELETE /v2.0/security-groups/178ba2ca-1ab5-402e-ac4a-9136aa556043 => 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: 1388/2656] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:12:03 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2657] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:12:03 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => 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: 1389/2658] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:12:05 2026] GET /v2.0/networks?id=896c36c5-b90b-4402-a957-3e3eacea9edd => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2659] 199.204.45.25 () {34 vars in 1049 bytes} [Fri May 8 21:12:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b888833a85764adea4ad2cbf5f113890 => generated 343 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2660] 199.204.45.25 () {38 vars in 954 bytes} [Fri May 8 21:12:05 2026] POST /v2.0/ports => generated 1078 bytes in 281 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: 1271/2661] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:12:05 2026] PUT /v2.0/ports/8d133e73-5524-4289-aa2b-80ad48111fc5 => generated 1239 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:12:06.003 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-219958c3-ccfb-4c1b-8e74-d1ac8a56ca0c'] response: {'name': 'network-changed', 'server_uuid': '8f863325-6da9-4622-86cc-afcab2b1f4d9', 'tag': '8d133e73-5524-4289-aa2b-80ad48111fc5', 'status': 'completed', 'code': 200} 2026-05-08 21:12:06.106 8 INFO neutron.db.segments_db [None req-e45de1a7-f854-4108-b6a3-bc729aa05ae9 b88769436f3840a3a680e094b0799107 6cead5d85ba6499eb60acc6d6478bbf5 - - default default] Added segment e694c305-0778-4084-9863-bfcd928a09b7 of type vxlan for network f1ddff56-31c3-49bc-86e2-825f809d1eb8 [pid: 8|app: 0|req: 1391/2662] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:12:05 2026] POST /v2.0/networks => generated 613 bytes in 467 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: 1392/2663] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:12:06 2026] GET /v2.0/security-groups?tenant_id=c6da7a54628d4ff0b195d7ddf02a0a8b&name=default => generated 2929 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2664] 10.0.0.139 () {34 vars in 669 bytes} [Fri May 8 21:12:06 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2665] 10.0.0.139 () {34 vars in 751 bytes} [Fri May 8 21:12:06 2026] PUT /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2666] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:12:06 2026] DELETE /v2.0/security-groups/3d9f3f2d-ae00-4235-a9fa-3a8e180bc184 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2667] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:12:06 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => 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: 1394/2668] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:12:06 2026] GET /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2669] 199.204.45.25 () {34 vars in 1017 bytes} [Fri May 8 21:12:06 2026] GET /v2.0/networks?tenant_id=b888833a85764adea4ad2cbf5f113890&shared=False => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2670] 10.0.0.139 () {34 vars in 762 bytes} [Fri May 8 21:12:06 2026] PUT /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2671] 199.204.45.25 () {34 vars in 929 bytes} [Fri May 8 21:12:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2672] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:12:06 2026] GET /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2673] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:12:06 2026] GET /v2.0/security-groups?tenant_id=1aca0273abb34cb189fc5ceec113ed0f&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2674] 10.0.0.139 () {34 vars in 758 bytes} [Fri May 8 21:12:06 2026] PUT /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2675] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:12:06 2026] GET /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2676] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:12:06 2026] DELETE /v2.0/security-groups/76738258-88dc-4d8b-b5ff-f0e2fdcee935 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2677] 10.0.0.139 () {34 vars in 780 bytes} [Fri May 8 21:12:06 2026] PUT /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags/black.or.white => 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: 1278/2678] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:12:06 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2679] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:12:06 2026] GET /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2680] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:12:06 2026] GET /v2.0/security-groups?id=fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2681] 10.0.0.139 () {34 vars in 751 bytes} [Fri May 8 21:12:06 2026] PUT /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2682] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:12:07 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2683] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:12:07 2026] GET /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2684] 10.0.0.139 () {32 vars in 739 bytes} [Fri May 8 21:12:07 2026] GET /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:12:07.141 7 INFO neutron.api.v2.resource [None req-61f96e21-b61e-4ed7-b6e6-e870cf5f4646 b88769436f3840a3a680e094b0799107 6cead5d85ba6499eb60acc6d6478bbf5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1281/2685] 10.0.0.139 () {32 vars in 743 bytes} [Fri May 8 21:12:07 2026] GET /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2686] 10.0.0.139 () {32 vars in 742 bytes} [Fri May 8 21:12:07 2026] DELETE /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2687] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:12:07 2026] GET /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:12:07.307 8 INFO neutron.api.v2.resource [None req-3fa96684-78ed-45f6-b4aa-99bc91a5019c b88769436f3840a3a680e094b0799107 6cead5d85ba6499eb60acc6d6478bbf5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1406/2688] 10.0.0.139 () {32 vars in 746 bytes} [Fri May 8 21:12:07 2026] DELETE /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/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: 1283/2689] 10.0.0.139 () {32 vars in 734 bytes} [Fri May 8 21:12:07 2026] DELETE /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags => 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: 1407/2690] 10.0.0.139 () {32 vars in 731 bytes} [Fri May 8 21:12:07 2026] GET /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2691] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:12:07 2026] DELETE /v2.0/subnets/86eeb620-90ec-4e4a-8678-7b2ca99060df => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:12:07.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-b09f28e6-3807-4702-bd97-9e39bc18801f b88769436f3840a3a680e094b0799107 6cead5d85ba6499eb60acc6d6478bbf5 - - default default] TaaS: Handle Delete Port: dd798094-dbc8-4865-82ba-0ca39465d361 2026-05-08 21:12:07.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b09f28e6-3807-4702-bd97-9e39bc18801f b88769436f3840a3a680e094b0799107 6cead5d85ba6499eb60acc6d6478bbf5 - - default default] Tap Mirror: Handle Delete Port: dd798094-dbc8-4865-82ba-0ca39465d361 [pid: 7|app: 0|req: 1285/2692] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:12:07 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2693] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:12:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.92&port_id=8d133e73-5524-4289-aa2b-80ad48111fc5 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:12:07.785 8 INFO neutron.services.segments.plugin [-] Segment e694c305-0778-4084-9863-bfcd928a09b7 resource provider aggregate not found 2026-05-08 21:12:07.789 8 INFO neutron.services.segments.plugin [-] Segment e694c305-0778-4084-9863-bfcd928a09b7 resource provider aggregate not found 2026-05-08 21:12:07.802 8 INFO neutron.services.segments.plugin [-] Segment e694c305-0778-4084-9863-bfcd928a09b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e694c305-0778-4084-9863-bfcd928a09b7 found for delete ", "request_id": "req-f8c7a1c4-d4d2-4949-aa01-11532a5026af"}]} 2026-05-08 21:12:07.804 8 INFO neutron.services.segments.plugin [-] Segment e694c305-0778-4084-9863-bfcd928a09b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e694c305-0778-4084-9863-bfcd928a09b7 found for delete ", "request_id": "req-04962b2c-b642-48c4-8f36-2b345c38bdf8"}]} [pid: 8|app: 0|req: 1408/2694] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:12:07 2026] DELETE /v2.0/networks/f1ddff56-31c3-49bc-86e2-825f809d1eb8 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2695] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:12:07 2026] GET /v2.0/subnets?id=d584e07b-de38-4162-835d-6dec6bdcf190 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2696] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:12:07 2026] GET /v2.0/ports?network_id=896c36c5-b90b-4402-a957-3e3eacea9edd&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2697] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:12:07 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?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: 1410/2698] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:12:07 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?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: 1289/2699] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:12:08 2026] GET /v2.0/security-groups?tenant_id=5e23b19104df413f83651a281c32cd65&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2700] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:12:08 2026] DELETE /v2.0/security-groups/b050e450-cade-4588-b332-22bb662f049c => 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: 1290/2701] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:12:08 2026] GET /v2.0/security-groups?tenant_id=6cead5d85ba6499eb60acc6d6478bbf5&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2702] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:12:08 2026] DELETE /v2.0/security-groups/9703d3d5-30bc-4aba-8b35-b17b75150746 => 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: 1291/2703] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:12:09 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2704] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:12:09 2026] GET /v2.0/security-groups?id=fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2705] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:12:09 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2708] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:12:11 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => 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: 1415/2709] 199.204.45.25 () {34 vars in 1043 bytes} [Fri May 8 21:12:12 2026] GET /v2.0/security-groups?id=fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:12:12.516 7 INFO neutron.db.segments_db [None req-2abd893c-0796-415d-9d2b-7d6d5a1b8478 807b54d221e440f1baca8d9ba2105f85 9c787914369143208a4ea7cc0a3b8011 - - default default] Added segment 92bbc8da-eeab-4e9b-b556-3e13b6836cc5 of type vxlan for network 21eb7f79-4273-4333-96b2-35db43557c9e [pid: 7|app: 0|req: 1295/2710] 10.0.0.139 () {34 vars in 670 bytes} [Fri May 8 21:12:12 2026] POST /v2.0/networks => generated 612 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2711] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:12:12 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => 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: 1297/2712] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:12:12 2026] GET /v2.0/security-groups?id=fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2713] 10.0.0.139 () {34 vars in 664 bytes} [Fri May 8 21:12:12 2026] POST /v2.0/ports => generated 743 bytes in 328 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: 1417/2714] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:12:13 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2715] 10.0.0.139 () {34 vars in 666 bytes} [Fri May 8 21:12:13 2026] POST /v2.0/trunks => generated 407 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2716] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:12:13 2026] PUT /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2717] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:12:13 2026] GET /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2718] 10.0.0.139 () {34 vars in 760 bytes} [Fri May 8 21:12:13 2026] PUT /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2719] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:12:13 2026] GET /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2720] 10.0.0.139 () {34 vars in 756 bytes} [Fri May 8 21:12:13 2026] PUT /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2721] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:12:13 2026] GET /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2722] 10.0.0.139 () {34 vars in 778 bytes} [Fri May 8 21:12:13 2026] PUT /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags/black.or.white => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2723] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:12:13 2026] GET /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2724] 10.0.0.139 () {34 vars in 749 bytes} [Fri May 8 21:12:13 2026] PUT /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/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: 1303/2725] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:12:13 2026] GET /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2726] 10.0.0.139 () {32 vars in 737 bytes} [Fri May 8 21:12:13 2026] GET /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:12:13.586 7 INFO neutron.api.v2.resource [None req-f76c2989-c49e-4bd1-b7d4-de138f0e8814 807b54d221e440f1baca8d9ba2105f85 9c787914369143208a4ea7cc0a3b8011 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1304/2727] 10.0.0.139 () {32 vars in 741 bytes} [Fri May 8 21:12:13 2026] GET /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2728] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:12:13 2026] DELETE /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2729] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:12:13 2026] GET /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:12:13.682 8 INFO neutron.api.v2.resource [None req-11bc8dcb-83ec-49b4-905a-875c9914f43e 807b54d221e440f1baca8d9ba2105f85 9c787914369143208a4ea7cc0a3b8011 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1425/2730] 10.0.0.139 () {32 vars in 744 bytes} [Fri May 8 21:12:13 2026] DELETE /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2731] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:12:13 2026] DELETE /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2732] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:12:13 2026] GET /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b/tags => 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: 1307/2733] 10.0.0.139 () {32 vars in 719 bytes} [Fri May 8 21:12:13 2026] GET /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2734] 10.0.0.139 () {32 vars in 717 bytes} [Fri May 8 21:12:13 2026] GET /v2.0/ports/d6a87217-9f4e-47bd-80d9-fd098c9ccb72 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2735] 10.0.0.139 () {32 vars in 722 bytes} [Fri May 8 21:12:13 2026] DELETE /v2.0/trunks/93d2a5e3-7e89-4e33-9307-e4b5334b710b => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:12:14.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-350b5022-a51f-414b-94f4-2d35857614a1 807b54d221e440f1baca8d9ba2105f85 9c787914369143208a4ea7cc0a3b8011 - - default default] TaaS: Handle Delete Port: d6a87217-9f4e-47bd-80d9-fd098c9ccb72 2026-05-08 21:12:14.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-350b5022-a51f-414b-94f4-2d35857614a1 807b54d221e440f1baca8d9ba2105f85 9c787914369143208a4ea7cc0a3b8011 - - default default] Tap Mirror: Handle Delete Port: d6a87217-9f4e-47bd-80d9-fd098c9ccb72 [pid: 8|app: 0|req: 1428/2736] 10.0.0.139 () {32 vars in 720 bytes} [Fri May 8 21:12:13 2026] DELETE /v2.0/ports/d6a87217-9f4e-47bd-80d9-fd098c9ccb72 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:12:14.209 7 INFO neutron.services.segments.plugin [-] Segment 92bbc8da-eeab-4e9b-b556-3e13b6836cc5 resource provider aggregate not found 2026-05-08 21:12:14.212 7 INFO neutron.services.segments.plugin [-] Segment 92bbc8da-eeab-4e9b-b556-3e13b6836cc5 resource provider aggregate not found 2026-05-08 21:12:14.228 7 INFO neutron.services.segments.plugin [-] Segment 92bbc8da-eeab-4e9b-b556-3e13b6836cc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92bbc8da-eeab-4e9b-b556-3e13b6836cc5 found for delete ", "request_id": "req-f8ac926e-7cfb-4ec8-aa25-ffeb2c28800e"}]} 2026-05-08 21:12:14.230 7 INFO neutron.services.segments.plugin [-] Segment 92bbc8da-eeab-4e9b-b556-3e13b6836cc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92bbc8da-eeab-4e9b-b556-3e13b6836cc5 found for delete ", "request_id": "req-07263f6d-9da5-4d4f-9576-837f3565da62"}]} [pid: 7|app: 0|req: 1309/2737] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:12:14 2026] DELETE /v2.0/networks/21eb7f79-4273-4333-96b2-35db43557c9e => 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: 1429/2738] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:12:14 2026] GET /v2.0/security-groups?tenant_id=9c787914369143208a4ea7cc0a3b8011&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2739] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:12:15 2026] DELETE /v2.0/security-groups/8692b29d-b800-4a31-a296-543288cc1718 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2740] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:12:15 2026] GET /v2.0/security-groups?tenant_id=edd24c09a910410db33eec2946576ac5&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2741] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:12:15 2026] DELETE /v2.0/security-groups/9a0a62e3-efa0-497c-8102-a860e73277cf => 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: 1431/2742] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:12:15 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2743] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:12:16 2026] GET /v2.0/security-groups?id=fa233a1a-a1d1-45e0-94f8-3cc42dfc0a09&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/2744] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:12:16 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2749] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:12:51 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: 1435/2750] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:12:51 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: 1316/2751] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:12:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2752] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:12:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2753] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:12:51 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2754] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:12:51 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2755] 199.204.45.25 () {34 vars in 716 bytes} [Fri May 8 21:12:51 2026] POST /v2.0/ports => generated 1059 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2756] 10.0.0.227 () {34 vars in 971 bytes} [Fri May 8 21:12:51 2026] GET /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1059 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2757] 10.0.0.227 () {34 vars in 907 bytes} [Fri May 8 21:12:52 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: 8|app: 0|req: 1439/2758] 199.204.45.25 () {34 vars in 1261 bytes} [Fri May 8 21:12:53 2026] GET /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2759] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:12:53 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?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: 1440/2760] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:12:53 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2761] 199.204.45.25 () {34 vars in 974 bytes} [Fri May 8 21:12:53 2026] GET /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1059 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2762] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:12:53 2026] GET /v2.0/networks?id=0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2763] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:12:53 2026] PUT /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1249 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:12:54.332 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d65fc86-7db5-483b-bfe5-1a9e56aeb311'] response: {'name': 'network-changed', 'server_uuid': '8f863325-6da9-4622-86cc-afcab2b1f4d9', 'tag': '84a11518-9b37-4fb6-89b8-2afb3f8b5720', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1442/2764] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:12:54 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2765] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:12:54 2026] GET /v2.0/networks?id=0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2766] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:12:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=84a11518-9b37-4fb6-89b8-2afb3f8b5720 => 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: 1324/2767] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:12:54 2026] GET /v2.0/subnets?id=0dbe867a-c942-44df-85dc-9516545ede7f => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2768] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:12:55 2026] GET /v2.0/ports?network_id=0f721530-d8f6-4892-85e4-6fbd28855e15&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2769] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:12:55 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?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: 1445/2770] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:12:55 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?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: 1327/2773] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:12:56 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2774] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:12:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.92&port_id=8d133e73-5524-4289-aa2b-80ad48111fc5 => 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: 1328/2775] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:12:56 2026] GET /v2.0/subnets?id=d584e07b-de38-4162-835d-6dec6bdcf190 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2776] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:12:56 2026] GET /v2.0/ports?network_id=896c36c5-b90b-4402-a957-3e3eacea9edd&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: 7|app: 0|req: 1329/2777] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:12:56 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?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: 1449/2778] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:12:56 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2779] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:12:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=84a11518-9b37-4fb6-89b8-2afb3f8b5720 => 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: 1450/2780] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:12:56 2026] GET /v2.0/subnets?id=0dbe867a-c942-44df-85dc-9516545ede7f => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2781] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:12:56 2026] GET /v2.0/ports?network_id=0f721530-d8f6-4892-85e4-6fbd28855e15&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: 1451/2782] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:12:56 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?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: 1332/2783] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:12:56 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?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: 1452/2784] 10.0.0.227 () {34 vars in 971 bytes} [Fri May 8 21:13:00 2026] GET /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1251 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2785] 199.204.45.25 () {34 vars in 788 bytes} [Fri May 8 21:13:00 2026] PUT /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1275 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:13:00.840 8 INFO neutron.api.v2.resource [None req-24b1bca5-6f84-4e23-aecf-5cb37b447f6b f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1453/2786] 199.204.45.25 () {30 vars in 762 bytes} [Fri May 8 21:13:00 2026] GET /v2.0/security-groups/lb-364b2a06-ef3f-4c7d-8e40-7b04c4beeb52 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:13:00.856 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c4b3487-8869-4d9c-a6c4-1bee6e0f98f1'] response: {'name': 'network-changed', 'server_uuid': '8f863325-6da9-4622-86cc-afcab2b1f4d9', 'tag': '84a11518-9b37-4fb6-89b8-2afb3f8b5720', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1334/2787] 199.204.45.25 () {30 vars in 784 bytes} [Fri May 8 21:13:00 2026] GET /v2.0/security-groups?name=lb-364b2a06-ef3f-4c7d-8e40-7b04c4beeb52 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2788] 199.204.45.25 () {34 vars in 788 bytes} [Fri May 8 21:13:00 2026] PUT /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1313 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:13:01.154 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ac9f700-e8df-4b6a-bd67-96f265fcd8de'] response: {'name': 'network-changed', 'server_uuid': '8f863325-6da9-4622-86cc-afcab2b1f4d9', 'tag': '84a11518-9b37-4fb6-89b8-2afb3f8b5720', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1335/2789] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:13:01 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1455/2790] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:13:01 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: 1336/2791] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:13:01 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: 1456/2792] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:13:01 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: 1337/2793] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2794] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => 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: 1338/2795] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 2585 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2796] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1349 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2797] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/networks?id=0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 803 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2798] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2799] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=84a11518-9b37-4fb6-89b8-2afb3f8b5720 => 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: 1460/2800] 199.204.45.25 () {30 vars in 742 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 800 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2801] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/subnets?id=0dbe867a-c942-44df-85dc-9516545ede7f => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2802] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2803] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/ports?network_id=0f721530-d8f6-4892-85e4-6fbd28855e15&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2804] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2805] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2806] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:01 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2807] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:13:02 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2808] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:13:02 2026] GET /v2.0/networks?id=0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2809] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:13:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2810] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:13:02 2026] GET /v2.0/subnets?id=0dbe867a-c942-44df-85dc-9516545ede7f => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2811] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:02 2026] GET /v2.0/ports?network_id=0f721530-d8f6-4892-85e4-6fbd28855e15&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2812] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:02 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2813] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:02 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:13:10.452 8 INFO neutron.db.l3_db [None req-bd868fb3-52b4-4168-8a10-90747576502a 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Floating IP 4be1da6d-a8c7-425d-8cca-976c116ef171 associated. External IP: 10.96.250.214, port: 92c1e907-967c-42a3-970f-d1a1a59052cf. [pid: 8|app: 0|req: 1467/2816] 10.0.0.139 () {34 vars in 677 bytes} [Fri May 8 21:13:09 2026] POST /v2.0/floatingips => generated 898 bytes in 1049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2817] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:13:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2818] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:13:13 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: 1351/2819] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:13:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2820] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:13:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:13:13.530 7 INFO neutron.api.v2.resource [None req-2c1813c6-ac68-415d-b15e-c9b79ff47df6 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1352/2821] 199.204.45.25 () {30 vars in 762 bytes} [Fri May 8 21:13:13 2026] GET /v2.0/security-groups/lb-364b2a06-ef3f-4c7d-8e40-7b04c4beeb52 => generated 149 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2822] 199.204.45.25 () {30 vars in 784 bytes} [Fri May 8 21:13:13 2026] GET /v2.0/security-groups?name=lb-364b2a06-ef3f-4c7d-8e40-7b04c4beeb52 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2823] 199.204.45.25 () {30 vars in 814 bytes} [Fri May 8 21:13:13 2026] GET /v2.0/security-group-rules?security_group_id=7e4b3cf6-131e-40d0-9163-a467773c2f26 => generated 1182 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2824] 199.204.45.25 () {34 vars in 746 bytes} [Fri May 8 21:13:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2825] 199.204.45.25 () {34 vars in 746 bytes} [Fri May 8 21:13:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2826] 10.0.0.143 () {30 vars in 690 bytes} [Fri May 8 21:13:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2827] 10.0.0.143 () {30 vars in 692 bytes} [Fri May 8 21:13:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2828] 10.0.0.143 () {30 vars in 668 bytes} [Fri May 8 21:13:22 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: 1356/2829] 10.0.0.143 () {30 vars in 704 bytes} [Fri May 8 21:13:22 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: 1474/2830] 10.0.0.143 () {28 vars in 439 bytes} [Fri May 8 21:13:22 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: 1357/2831] 10.0.0.143 () {30 vars in 728 bytes} [Fri May 8 21:13:22 2026] GET /v2.0/subnets/34690d83-5a24-4e60-99a2-b1a0cf1796a3 => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2832] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:13:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2833] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:13:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2834] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:13:25 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: 1359/2835] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:13:25 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: 8|app: 0|req: 1477/2836] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:25 2026] GET /v2.0/subnets/34690d83-5a24-4e60-99a2-b1a0cf1796a3 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2837] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:13:25 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 2585 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2839] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:13:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2841] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:13:25 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: 1363/2842] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:13:25 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: 1480/2843] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:13:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2844] 199.204.45.25 () {34 vars in 716 bytes} [Fri May 8 21:13:25 2026] POST /v2.0/ports => generated 1324 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2845] 10.0.0.227 () {34 vars in 971 bytes} [Fri May 8 21:13:26 2026] GET /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8 => generated 1324 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1365/2846] 199.204.45.25 () {34 vars in 1261 bytes} [Fri May 8 21:13:27 2026] GET /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2847] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:27 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2848] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:27 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2849] 199.204.45.25 () {34 vars in 974 bytes} [Fri May 8 21:13:28 2026] GET /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8 => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2850] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:13:28 2026] GET /v2.0/networks?id=27ab0b18-8dde-49ec-92fc-00da08018735 => 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: 1484/2851] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:13:28 2026] PUT /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8 => generated 1514 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:13:28.626 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d609e6ba-879c-4a6a-a890-13bf4075e43b'] response: {'name': 'network-changed', 'server_uuid': '8f863325-6da9-4622-86cc-afcab2b1f4d9', 'tag': '83dd1ceb-3a55-4928-b189-2bd6e039dde8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1368/2852] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:13:29 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 4091 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: 8|app: 0|req: 1485/2853] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:13:29 2026] GET /v2.0/networks?id=27ab0b18-8dde-49ec-92fc-00da08018735 => 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: 1369/2854] 199.204.45.25 () {34 vars in 1055 bytes} [Fri May 8 21:13:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.90&port_id=83dd1ceb-3a55-4928-b189-2bd6e039dde8 => 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: 1486/2855] 199.204.45.25 () {34 vars in 1103 bytes} [Fri May 8 21:13:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3c7&port_id=83dd1ceb-3a55-4928-b189-2bd6e039dde8 => 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: 1370/2856] 199.204.45.25 () {34 vars in 1063 bytes} [Fri May 8 21:13:29 2026] GET /v2.0/subnets?id=34690d83-5a24-4e60-99a2-b1a0cf1796a3&id=0a829162-61d4-40eb-8b9b-c948825e9939 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2857] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:29 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2858] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:29 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2859] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:29 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1372/2860] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:29 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1489/2861] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:13:30 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 4091 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2862] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:13:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.92&port_id=8d133e73-5524-4289-aa2b-80ad48111fc5 => 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: 1490/2863] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:13:30 2026] GET /v2.0/subnets?id=d584e07b-de38-4162-835d-6dec6bdcf190 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2864] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:30 2026] GET /v2.0/ports?network_id=896c36c5-b90b-4402-a957-3e3eacea9edd&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2865] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:30 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?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: 1375/2866] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:30 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2867] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:13:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=84a11518-9b37-4fb6-89b8-2afb3f8b5720 => 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: 1376/2868] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:13:30 2026] GET /v2.0/subnets?id=0dbe867a-c942-44df-85dc-9516545ede7f => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2869] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:30 2026] GET /v2.0/ports?network_id=0f721530-d8f6-4892-85e4-6fbd28855e15&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2870] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:30 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?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: 1494/2871] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:30 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?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: 1378/2872] 199.204.45.25 () {34 vars in 1055 bytes} [Fri May 8 21:13:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.90&port_id=83dd1ceb-3a55-4928-b189-2bd6e039dde8 => 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: 1495/2873] 199.204.45.25 () {34 vars in 1103 bytes} [Fri May 8 21:13:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3c7&port_id=83dd1ceb-3a55-4928-b189-2bd6e039dde8 => 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: 1379/2874] 199.204.45.25 () {34 vars in 1063 bytes} [Fri May 8 21:13:31 2026] GET /v2.0/subnets?id=34690d83-5a24-4e60-99a2-b1a0cf1796a3&id=0a829162-61d4-40eb-8b9b-c948825e9939 => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2875] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:31 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&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: 1380/2876] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:31 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2877] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:31 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1381/2878] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:31 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1498/2879] 10.0.0.227 () {34 vars in 971 bytes} [Fri May 8 21:13:34 2026] GET /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8 => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2880] 199.204.45.25 () {30 vars in 742 bytes} [Fri May 8 21:13:35 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2881] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:35 2026] GET /v2.0/subnets/34690d83-5a24-4e60-99a2-b1a0cf1796a3 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2882] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:35 2026] GET /v2.0/subnets/0a829162-61d4-40eb-8b9b-c948825e9939 => generated 744 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2883] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:13:35 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: 1384/2884] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:13:35 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: 1501/2885] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:13:35 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: 1385/2886] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:13: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: 8|app: 0|req: 1502/2887] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:35 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2888] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:13:35 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2889] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:13:35 2026] GET /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1349 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2890] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:35 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2891] 199.204.45.25 () {30 vars in 742 bytes} [Fri May 8 21:13:35 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2892] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:13:35 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2893] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:35 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2896] 10.0.0.143 () {30 vars in 690 bytes} [Fri May 8 21:13:43 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: 1507/2897] 10.0.0.143 () {30 vars in 692 bytes} [Fri May 8 21:13:43 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: 1391/2898] 10.0.0.143 () {30 vars in 668 bytes} [Fri May 8 21:13:43 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: 1508/2899] 10.0.0.143 () {30 vars in 704 bytes} [Fri May 8 21:13:43 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: 1392/2900] 10.0.0.143 () {28 vars in 439 bytes} [Fri May 8 21:13:43 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: 1509/2901] 10.0.0.143 () {30 vars in 728 bytes} [Fri May 8 21:13:43 2026] GET /v2.0/subnets/50a83d90-d3c6-4323-86dc-bd6bcbb7be8d => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2902] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:13:44 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: 1510/2903] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:13:44 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: 1394/2904] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:13:44 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: 1511/2905] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:13:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2906] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:44 2026] GET /v2.0/subnets/34690d83-5a24-4e60-99a2-b1a0cf1796a3 => 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: 1512/2907] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:44 2026] GET /v2.0/subnets/50a83d90-d3c6-4323-86dc-bd6bcbb7be8d => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2908] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:13:44 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 4093 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2909] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:13:44 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: 1397/2910] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:13:44 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: 1514/2911] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:13:44 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: 1398/2912] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:13:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2913] 199.204.45.25 () {34 vars in 716 bytes} [Fri May 8 21:13:44 2026] POST /v2.0/ports => generated 1332 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2914] 10.0.0.227 () {34 vars in 971 bytes} [Fri May 8 21:13:45 2026] GET /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 1332 bytes in 83 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: 1516/2915] 10.0.0.227 () {34 vars in 907 bytes} [Fri May 8 21:13:45 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2916] 199.204.45.25 () {34 vars in 1261 bytes} [Fri May 8 21:13:46 2026] GET /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2917] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:46 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1401/2918] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:46 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2919] 199.204.45.25 () {34 vars in 974 bytes} [Fri May 8 21:13:47 2026] GET /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 1332 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2920] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:13:47 2026] GET /v2.0/networks?id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2921] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:13:47 2026] PUT /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 1522 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:13:47.645 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80a1dfbc-59ce-4937-a09b-13c2b340d313'] response: {'name': 'network-changed', 'server_uuid': '8f863325-6da9-4622-86cc-afcab2b1f4d9', 'tag': '3b8cd667-16e1-42c3-a4ee-545010a13b71', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1403/2922] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:13:48 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 5607 bytes in 54 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: 1520/2923] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:13:48 2026] GET /v2.0/networks?id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2924] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:13:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.191&port_id=3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2925] 199.204.45.25 () {34 vars in 1105 bytes} [Fri May 8 21:13:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f0&port_id=3b8cd667-16e1-42c3-a4ee-545010a13b71 => 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: 1405/2926] 199.204.45.25 () {34 vars in 1063 bytes} [Fri May 8 21:13:48 2026] GET /v2.0/subnets?id=474759a6-2e2d-4c90-936c-8652fab6130c&id=50a83d90-d3c6-4323-86dc-bd6bcbb7be8d => generated 1414 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2927] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:48 2026] GET /v2.0/ports?network_id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22&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: 1406/2928] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:48 2026] GET /v2.0/ports?network_id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2929] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:48 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1407/2930] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:48 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1524/2931] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:13:49 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 5607 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2932] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:13:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.92&port_id=8d133e73-5524-4289-aa2b-80ad48111fc5 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2933] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:13:49 2026] GET /v2.0/subnets?id=d584e07b-de38-4162-835d-6dec6bdcf190 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2934] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:49 2026] GET /v2.0/ports?network_id=896c36c5-b90b-4402-a957-3e3eacea9edd&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2935] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:49 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?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: 1410/2936] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:49 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?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: 1527/2937] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:13:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=84a11518-9b37-4fb6-89b8-2afb3f8b5720 => 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: 1411/2938] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:13:49 2026] GET /v2.0/subnets?id=0dbe867a-c942-44df-85dc-9516545ede7f => generated 679 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2939] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:49 2026] GET /v2.0/ports?network_id=0f721530-d8f6-4892-85e4-6fbd28855e15&device_owner=network%3Adhcp => generated 1461 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2940] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:49 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?fields=segments => generated 14 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2941] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?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: 1413/2942] 199.204.45.25 () {34 vars in 1055 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.90&port_id=83dd1ceb-3a55-4928-b189-2bd6e039dde8 => 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: 1530/2943] 199.204.45.25 () {34 vars in 1103 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3c7&port_id=83dd1ceb-3a55-4928-b189-2bd6e039dde8 => 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: 1414/2944] 199.204.45.25 () {34 vars in 1063 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/subnets?id=34690d83-5a24-4e60-99a2-b1a0cf1796a3&id=0a829162-61d4-40eb-8b9b-c948825e9939 => generated 1411 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2945] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&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: 1415/2946] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2947] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1416/2948] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2949] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.191&port_id=3b8cd667-16e1-42c3-a4ee-545010a13b71 => 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: 1417/2950] 199.204.45.25 () {34 vars in 1105 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f0&port_id=3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2951] 199.204.45.25 () {34 vars in 1063 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/subnets?id=474759a6-2e2d-4c90-936c-8652fab6130c&id=50a83d90-d3c6-4323-86dc-bd6bcbb7be8d => generated 1414 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2952] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/ports?network_id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2953] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/ports?network_id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2954] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1536/2955] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:50 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2956] 10.0.0.227 () {34 vars in 971 bytes} [Fri May 8 21:13:54 2026] GET /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 1524 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2957] 199.204.45.25 () {30 vars in 742 bytes} [Fri May 8 21:13:54 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2958] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:54 2026] GET /v2.0/subnets/50a83d90-d3c6-4323-86dc-bd6bcbb7be8d => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2959] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:54 2026] GET /v2.0/subnets/474759a6-2e2d-4c90-936c-8652fab6130c => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2960] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:13:54 2026] GET /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8 => generated 1516 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2961] 199.204.45.25 () {34 vars in 789 bytes} [Fri May 8 21:13:54 2026] PUT /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8 => generated 1251 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:13:55.075 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-16dc8924-3679-4ab5-82e7-4145df8970c4'] response: {'name': 'network-changed', 'server_uuid': '8f863325-6da9-4622-86cc-afcab2b1f4d9', 'tag': '83dd1ceb-3a55-4928-b189-2bd6e039dde8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1423/2962] 199.204.45.25 () {30 vars in 742 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735 => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1540/2963] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/subnets/34690d83-5a24-4e60-99a2-b1a0cf1796a3 => generated 674 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2964] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:13:55 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: 1541/2965] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:13:55 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: 1425/2966] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2967] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2968] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2969] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2970] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1349 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2971] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2972] 199.204.45.25 () {30 vars in 742 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2973] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2974] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2975] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 5380 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2978] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/networks?id=27ab0b18-8dde-49ec-92fc-00da08018735 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2979] 199.204.45.25 () {34 vars in 1055 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.90&port_id=83dd1ceb-3a55-4928-b189-2bd6e039dde8 => 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: 1431/2980] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/subnets?id=34690d83-5a24-4e60-99a2-b1a0cf1796a3 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2981] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&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: 1432/2982] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1551/2983] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:13:55 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1433/2984] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:14:08 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: 1552/2985] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:14:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2986] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:14: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: 1553/2987] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:14:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2988] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:14:08 2026] GET /v2.0/subnets/34690d83-5a24-4e60-99a2-b1a0cf1796a3 => 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: 1554/2989] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:08 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 5380 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2990] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:14:08 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: 1555/2991] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:14: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: 1437/2992] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:14:08 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: 1556/2993] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:14: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: 1438/2994] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:14:08 2026] GET /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2995] 199.204.45.25 () {34 vars in 789 bytes} [Fri May 8 21:14:08 2026] PUT /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 1255 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:14:09.166 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-760db488-6d02-415f-b1e9-3037c9121546'] response: {'name': 'network-changed', 'server_uuid': '8f863325-6da9-4622-86cc-afcab2b1f4d9', 'tag': '3b8cd667-16e1-42c3-a4ee-545010a13b71', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1439/2996] 199.204.45.25 () {30 vars in 742 bytes} [Fri May 8 21:14:09 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => generated 798 bytes in 49 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: 1558/2997] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:14:09 2026] GET /v2.0/subnets/50a83d90-d3c6-4323-86dc-bd6bcbb7be8d => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2998] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:14:09 2026] GET /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 1291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2999] 199.204.45.25 () {34 vars in 788 bytes} [Fri May 8 21:14:09 2026] PUT /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 1080 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/3000] 199.204.45.25 () {30 vars in 742 bytes} [Fri May 8 21:14:09 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1560/3001] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:09 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 4972 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3002] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:14:09 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 4972 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3003] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:14:09 2026] GET /v2.0/networks?id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => generated 801 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3004] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:09 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 4972 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3005] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:14:09 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1444/3006] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:14:09 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1564/3009] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:10 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 4972 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:14:11.209 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf59d86e-cf49-429a-9e28-153e6db764e7'] response: {'name': 'network-changed', 'server_uuid': '8f863325-6da9-4622-86cc-afcab2b1f4d9', 'tag': '3b8cd667-16e1-42c3-a4ee-545010a13b71', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1446/3010] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:14:11 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 4972 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3011] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:14:11 2026] GET /v2.0/networks?id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => 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: 1447/3012] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:14:11 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1566/3013] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:14:11 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1448/3014] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:11 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 4972 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3015] 199.204.45.25 () {34 vars in 974 bytes} [Fri May 8 21:14:12 2026] GET /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3016] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:14:12 2026] GET /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3017] 199.204.45.25 () {34 vars in 1015 bytes} [Fri May 8 21:14:12 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3018] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:14:12 2026] PUT /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 917 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3019] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:12 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 3864 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:14:13.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-25a3b9c8-b499-4f33-89c0-f3a12c24a1e1 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 3b8cd667-16e1-42c3-a4ee-545010a13b71 2026-05-08 21:14:13.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25a3b9c8-b499-4f33-89c0-f3a12c24a1e1 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 3b8cd667-16e1-42c3-a4ee-545010a13b71 [pid: 7|app: 0|req: 1451/3020] 199.204.45.25 () {32 vars in 758 bytes} [Fri May 8 21:14:13 2026] DELETE /v2.0/ports/3b8cd667-16e1-42c3-a4ee-545010a13b71 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3021] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:14:13 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: 1452/3022] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:14:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3023] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:14:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3024] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:14:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3025] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:14:13 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3026] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:14:13 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3027] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:14:13 2026] GET /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1349 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3028] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:14:13 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3029] 199.204.45.25 () {30 vars in 742 bytes} [Fri May 8 21:14:13 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3030] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:14:13 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3031] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:14:13 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3032] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:14:13 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 3864 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3033] 199.204.45.25 () {34 vars in 1225 bytes} [Fri May 8 21:14:13 2026] GET /v2.0/networks?id=896c36c5-b90b-4402-a957-3e3eacea9edd&id=0f721530-d8f6-4892-85e4-6fbd28855e15&id=27ab0b18-8dde-49ec-92fc-00da08018735&id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => generated 3098 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3034] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.92&port_id=8d133e73-5524-4289-aa2b-80ad48111fc5 => 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: 1577/3035] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/subnets?id=d584e07b-de38-4162-835d-6dec6bdcf190 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3036] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/ports?network_id=896c36c5-b90b-4402-a957-3e3eacea9edd&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3037] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?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: 1460/3038] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3039] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=84a11518-9b37-4fb6-89b8-2afb3f8b5720 => 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: 1461/3040] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/subnets?id=0dbe867a-c942-44df-85dc-9516545ede7f => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3041] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/ports?network_id=0f721530-d8f6-4892-85e4-6fbd28855e15&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3042] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3043] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3044] 199.204.45.25 () {34 vars in 1055 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.90&port_id=83dd1ceb-3a55-4928-b189-2bd6e039dde8 => 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: 1582/3045] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/subnets?id=34690d83-5a24-4e60-99a2-b1a0cf1796a3 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3046] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3047] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1465/3048] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:14:14 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1584/3049] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:14:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3050] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:14:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3051] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:14:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3052] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:14: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: 1586/3053] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:18 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 3864 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3054] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:14:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3055] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:14:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3056] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:14:18 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: 1588/3057] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:14:18 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: 1470/3058] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:14:18 2026] GET /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8 => generated 1287 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3059] 199.204.45.25 () {34 vars in 788 bytes} [Fri May 8 21:14:19 2026] PUT /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8 => generated 1080 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:14:19.347 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-69ee8372-d187-4d12-99f3-576dd84d0d8e'] response: {'name': 'network-changed', 'server_uuid': '8f863325-6da9-4622-86cc-afcab2b1f4d9', 'tag': '83dd1ceb-3a55-4928-b189-2bd6e039dde8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1471/3060] 199.204.45.25 () {30 vars in 742 bytes} [Fri May 8 21:14:19 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1590/3061] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:19 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 3693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3062] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:19 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 3693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3063] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:14:19 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 3693 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3064] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:14:19 2026] GET /v2.0/networks?id=27ab0b18-8dde-49ec-92fc-00da08018735 => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3065] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:14:19 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1474/3066] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:14:20 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3067] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:20 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 3693 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3068] 199.204.45.25 () {34 vars in 974 bytes} [Fri May 8 21:14:21 2026] GET /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8 => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3069] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:14:21 2026] GET /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3070] 199.204.45.25 () {34 vars in 1015 bytes} [Fri May 8 21:14:21 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?fields=dns_domain => generated 29 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3071] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:21 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 3693 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3072] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:14:21 2026] PUT /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8 => generated 917 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3073] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:22 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:14:22.825 7 INFO neutron_taas.services.taas.taas_plugin [None req-5fd9f739-b556-4970-ac3c-d63289c4445a f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 83dd1ceb-3a55-4928-b189-2bd6e039dde8 2026-05-08 21:14:22.828 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fd9f739-b556-4970-ac3c-d63289c4445a f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 83dd1ceb-3a55-4928-b189-2bd6e039dde8 [pid: 7|app: 0|req: 1478/3074] 199.204.45.25 () {32 vars in 758 bytes} [Fri May 8 21:14:22 2026] DELETE /v2.0/ports/83dd1ceb-3a55-4928-b189-2bd6e039dde8 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3075] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:14:23 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: 1479/3076] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:14:23 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: 1598/3077] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:14:23 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: 1480/3078] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:14:23 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: 1599/3079] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3080] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3081] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1349 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3082] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3083] 199.204.45.25 () {30 vars in 742 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3084] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3085] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3086] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3087] 199.204.45.25 () {34 vars in 1145 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/networks?id=896c36c5-b90b-4402-a957-3e3eacea9edd&id=0f721530-d8f6-4892-85e4-6fbd28855e15&id=27ab0b18-8dde-49ec-92fc-00da08018735 => generated 2311 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3088] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.92&port_id=8d133e73-5524-4289-aa2b-80ad48111fc5 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3089] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/subnets?id=d584e07b-de38-4162-835d-6dec6bdcf190 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3090] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/ports?network_id=896c36c5-b90b-4402-a957-3e3eacea9edd&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3091] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?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: 1487/3092] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3093] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=84a11518-9b37-4fb6-89b8-2afb3f8b5720 => 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: 1488/3094] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/subnets?id=0dbe867a-c942-44df-85dc-9516545ede7f => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3095] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/ports?network_id=0f721530-d8f6-4892-85e4-6fbd28855e15&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3096] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?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: 1608/3097] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:14:23 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?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: 1491/3100] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:14:35 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: 1610/3101] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:14:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3102] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:14:35 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: 1611/3103] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:14:35 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-05-08 21:14:35.200 7 INFO neutron.api.v2.resource [None req-a4de5d59-cdc4-4b47-821c-9474cc693ef0 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/3104] 199.204.45.25 () {30 vars in 762 bytes} [Fri May 8 21:14:35 2026] GET /v2.0/security-groups/lb-364b2a06-ef3f-4c7d-8e40-7b04c4beeb52 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3105] 199.204.45.25 () {30 vars in 784 bytes} [Fri May 8 21:14:35 2026] GET /v2.0/security-groups?name=lb-364b2a06-ef3f-4c7d-8e40-7b04c4beeb52 => generated 2865 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3106] 199.204.45.25 () {30 vars in 814 bytes} [Fri May 8 21:14:35 2026] GET /v2.0/security-group-rules?security_group_id=7e4b3cf6-131e-40d0-9163-a467773c2f26 => generated 2334 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3107] 199.204.45.25 () {32 vars in 788 bytes} [Fri May 8 21:14:35 2026] DELETE /v2.0/security-group-rules/2fcc47e6-c8ec-4658-a30b-5ec3a41b3dc3 => 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: 1495/3108] 199.204.45.25 () {32 vars in 788 bytes} [Fri May 8 21:14:35 2026] DELETE /v2.0/security-group-rules/cbbc27ee-ce76-47ed-b01d-84b9b2b78dfc => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:14:38.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-c85d2fc0-3196-49dc-b20e-d9e193145e09 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: b92d4b53-aae7-48ad-ae34-3609e2b750dd 2026-05-08 21:14:38.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c85d2fc0-3196-49dc-b20e-d9e193145e09 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: b92d4b53-aae7-48ad-ae34-3609e2b750dd 2026-05-08 21:14:39.164 8 INFO neutron.db.l3_db [None req-c85d2fc0-3196-49dc-b20e-d9e193145e09 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Floating IP 4be1da6d-a8c7-425d-8cca-976c116ef171 disassociated (deleted). External IP: 10.96.250.214, port: 92c1e907-967c-42a3-970f-d1a1a59052cf. [pid: 8|app: 0|req: 1614/3109] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:14:38 2026] DELETE /v2.0/floatingips/4be1da6d-a8c7-425d-8cca-976c116ef171 => generated 0 bytes in 560 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:14:39.438 7 INFO neutron.api.v2.resource [None req-bdfd74a4-0541-4edf-9913-baded49309a4 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1496/3110] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:14:39 2026] GET /v2.0/floatingips/4be1da6d-a8c7-425d-8cca-976c116ef171 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3111] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:14:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3112] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:14:40 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: 1616/3113] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:14:40 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: 1498/3114] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:14:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:14:40.302 8 INFO neutron.api.v2.resource [None req-85df254f-d86a-42f7-bd2e-1489b5f41124 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3115] 199.204.45.25 () {30 vars in 762 bytes} [Fri May 8 21:14:40 2026] GET /v2.0/security-groups/lb-364b2a06-ef3f-4c7d-8e40-7b04c4beeb52 => 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: 1499/3116] 199.204.45.25 () {30 vars in 784 bytes} [Fri May 8 21:14:40 2026] GET /v2.0/security-groups?name=lb-364b2a06-ef3f-4c7d-8e40-7b04c4beeb52 => 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: 1618/3117] 199.204.45.25 () {30 vars in 814 bytes} [Fri May 8 21:14:40 2026] GET /v2.0/security-group-rules?security_group_id=7e4b3cf6-131e-40d0-9163-a467773c2f26 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3118] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:14:40 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: 1619/3119] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:14:40 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: 1501/3120] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:14:40 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: 1620/3121] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:14:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3122] 199.204.45.25 () {30 vars in 740 bytes} [Fri May 8 21:14:40 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3123] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:40 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3124] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:40 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3127] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:40 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3128] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:41 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 2585 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3129] 199.204.45.25 () {34 vars in 974 bytes} [Fri May 8 21:14:42 2026] GET /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => 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: 1624/3130] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:14:42 2026] GET /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3131] 199.204.45.25 () {34 vars in 1015 bytes} [Fri May 8 21:14:42 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15?fields=dns_domain => generated 29 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3132] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:42 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 2585 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3133] 199.204.45.25 () {38 vars in 1027 bytes} [Fri May 8 21:14:42 2026] PUT /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1150 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3134] 199.204.45.25 () {30 vars in 768 bytes} [Fri May 8 21:14:43 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 1244 bytes in 32 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: 1509/3135] 199.204.45.25 () {34 vars in 788 bytes} [Fri May 8 21:14:43 2026] PUT /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1090 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3136] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:14:44 2026] GET /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => generated 1090 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 21:14:44.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-936c5fbb-0c17-4c73-a8eb-6e20dff988b3 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 84a11518-9b37-4fb6-89b8-2afb3f8b5720 2026-05-08 21:14:44.295 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-936c5fbb-0c17-4c73-a8eb-6e20dff988b3 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 84a11518-9b37-4fb6-89b8-2afb3f8b5720 [pid: 7|app: 0|req: 1510/3137] 199.204.45.25 () {32 vars in 758 bytes} [Fri May 8 21:14:44 2026] DELETE /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => 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: 1628/3138] 199.204.45.25 () {30 vars in 702 bytes} [Fri May 8 21:14:44 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: 1511/3139] 199.204.45.25 () {30 vars in 704 bytes} [Fri May 8 21:14:44 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: 1629/3140] 199.204.45.25 () {30 vars in 680 bytes} [Fri May 8 21:14:44 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: 1512/3141] 199.204.45.25 () {30 vars in 716 bytes} [Fri May 8 21:14:44 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-05-08 21:14:44.564 8 INFO neutron.pecan_wsgi.hooks.translation [None req-470e6081-95a8-4c4e-800a-c65c8a041040 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3142] 199.204.45.25 () {32 vars in 758 bytes} [Fri May 8 21:14:44 2026] DELETE /v2.0/ports/84a11518-9b37-4fb6-89b8-2afb3f8b5720 => 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: 1513/3143] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:14:44 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:14:44.640 8 INFO neutron.api.v2.resource [None req-8ab19cb0-9b9b-473a-bd3b-91815b3a7b77 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3144] 199.204.45.25 () {30 vars in 762 bytes} [Fri May 8 21:14:44 2026] GET /v2.0/security-groups/lb-364b2a06-ef3f-4c7d-8e40-7b04c4beeb52 => 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: 1514/3145] 199.204.45.25 () {30 vars in 784 bytes} [Fri May 8 21:14:44 2026] GET /v2.0/security-groups?name=lb-364b2a06-ef3f-4c7d-8e40-7b04c4beeb52 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3146] 199.204.45.25 () {30 vars in 736 bytes} [Fri May 8 21:14:44 2026] GET /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3147] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:14:44 2026] GET /v2.0/ports?tenant_id=b888833a85764adea4ad2cbf5f113890&device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3148] 199.204.45.25 () {34 vars in 1065 bytes} [Fri May 8 21:14:44 2026] GET /v2.0/networks?id=896c36c5-b90b-4402-a957-3e3eacea9edd&id=0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 1524 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3149] 199.204.45.25 () {34 vars in 1059 bytes} [Fri May 8 21:14:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.92&port_id=8d133e73-5524-4289-aa2b-80ad48111fc5 => 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: 1518/3150] 199.204.45.25 () {34 vars in 983 bytes} [Fri May 8 21:14:44 2026] GET /v2.0/subnets?id=d584e07b-de38-4162-835d-6dec6bdcf190 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3151] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:14:44 2026] GET /v2.0/ports?network_id=896c36c5-b90b-4402-a957-3e3eacea9edd&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3152] 199.204.45.25 () {34 vars in 788 bytes} [Fri May 8 21:14:44 2026] PUT /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 1090 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3153] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:14:44 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3154] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:14:44 2026] GET /v2.0/networks/896c36c5-b90b-4402-a957-3e3eacea9edd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3155] 199.204.45.25 () {32 vars in 778 bytes} [Fri May 8 21:14:44 2026] DELETE /v2.0/security-groups/7e4b3cf6-131e-40d0-9163-a467773c2f26 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:14:45.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8980c4c-45d8-432f-9fb7-a174a79bd0ac f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 92c1e907-967c-42a3-970f-d1a1a59052cf 2026-05-08 21:14:45.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8980c4c-45d8-432f-9fb7-a174a79bd0ac f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 92c1e907-967c-42a3-970f-d1a1a59052cf [pid: 7|app: 0|req: 1522/3156] 199.204.45.25 () {32 vars in 758 bytes} [Fri May 8 21:14:45 2026] DELETE /v2.0/ports/92c1e907-967c-42a3-970f-d1a1a59052cf => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3157] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:14:47 2026] GET /v2.0/ports?device_id=8f863325-6da9-4622-86cc-afcab2b1f4d9 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:14:48.100 7 INFO neutron_taas.services.taas.taas_plugin [req-a15a5bab-7622-485a-8177-2a59bf380eeb req-7e0962c7-e229-42f0-8921-357853dbffa7 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] TaaS: Handle Delete Port: 8d133e73-5524-4289-aa2b-80ad48111fc5 2026-05-08 21:14:48.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a15a5bab-7622-485a-8177-2a59bf380eeb req-7e0962c7-e229-42f0-8921-357853dbffa7 f1515beacaee487d9acfbb1d4d538ce2 b888833a85764adea4ad2cbf5f113890 - - default default] Tap Mirror: Handle Delete Port: 8d133e73-5524-4289-aa2b-80ad48111fc5 [pid: 7|app: 0|req: 1523/3158] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:14:47 2026] DELETE /v2.0/ports/8d133e73-5524-4289-aa2b-80ad48111fc5 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:14:48.283 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef86221e-0d67-443e-ad70-be75cd97b80c'] response: {'server_uuid': '8f863325-6da9-4622-86cc-afcab2b1f4d9', 'name': 'network-vif-deleted', 'tag': '8d133e73-5524-4289-aa2b-80ad48111fc5', 'status': 'completed', 'code': 200} 2026-05-08 21:14:49.758 8 INFO neutron_taas.services.taas.taas_plugin [None req-aac15d22-e846-4f7e-848f-4d4514d52544 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: 9c6e4a89-600f-4857-8fc1-9fcf003bccdb 2026-05-08 21:14:49.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aac15d22-e846-4f7e-848f-4d4514d52544 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: 9c6e4a89-600f-4857-8fc1-9fcf003bccdb 2026-05-08 21:14:49.992 8 INFO neutron.db.l3_db [None req-aac15d22-e846-4f7e-848f-4d4514d52544 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Floating IP 62728a42-0995-44c3-8fb1-38d10b4069e8 disassociated (deleted). External IP: 10.96.250.206, port: 8f107af0-013f-46ed-8fa1-c036380edb72. [pid: 8|app: 0|req: 1636/3159] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:14:49 2026] DELETE /v2.0/floatingips/62728a42-0995-44c3-8fb1-38d10b4069e8 => generated 0 bytes in 750 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:14:50.401 7 INFO neutron.api.v2.resource [None req-3fe45b39-1551-48a9-9c57-0c8fcebf79df 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/3160] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:14:50 2026] GET /v2.0/floatingips/62728a42-0995-44c3-8fb1-38d10b4069e8 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:14:50.411 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-580aa377-cb26-4f81-9f3e-007031edd19c'] response: {'name': 'network-changed', 'server_uuid': 'b0858b54-abc7-498c-8373-0ea6fb1d9d55', 'tag': '8f107af0-013f-46ed-8fa1-c036380edb72', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1637/3161] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:14:50 2026] GET /v2.0/ports?device_id=b0858b54-abc7-498c-8373-0ea6fb1d9d55 => generated 1204 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3162] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:14:50 2026] GET /v2.0/security-groups?id=283e0531-23e9-4a77-838c-742f6b4d71c0&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3163] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:14:50 2026] GET /v2.0/ports?tenant_id=6ac82cfed9754df79ec650232923f422&device_id=b0858b54-abc7-498c-8373-0ea6fb1d9d55 => generated 1473 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3164] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:14:50 2026] GET /v2.0/networks?id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => 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: 1639/3165] 199.204.45.25 () {34 vars in 1057 bytes} [Fri May 8 21:14:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=8f107af0-013f-46ed-8fa1-c036380edb72 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3166] 199.204.45.25 () {34 vars in 1105 bytes} [Fri May 8 21:14:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b6&port_id=8f107af0-013f-46ed-8fa1-c036380edb72 => 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: 1640/3167] 199.204.45.25 () {34 vars in 1063 bytes} [Fri May 8 21:14:51 2026] GET /v2.0/subnets?id=474759a6-2e2d-4c90-936c-8652fab6130c&id=50a83d90-d3c6-4323-86dc-bd6bcbb7be8d => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3168] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:14:51 2026] GET /v2.0/ports?network_id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22&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: 1641/3169] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:14:51 2026] GET /v2.0/ports?network_id=aa59bf66-2d1d-4074-b7bb-16b8ac68db22&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: 1529/3170] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:14:51 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1642/3171] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:14:51 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22?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: 1530/3172] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:14:52 2026] GET /v2.0/ports?device_id=b0858b54-abc7-498c-8373-0ea6fb1d9d55 => generated 1204 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:14:53.159 8 INFO neutron_taas.services.taas.taas_plugin [req-dcfb5571-98ad-4c1f-8580-c4ce1d1d4c22 req-3a5eb5f4-9368-4f94-a48c-70f59add8fac 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: 8f107af0-013f-46ed-8fa1-c036380edb72 2026-05-08 21:14:53.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dcfb5571-98ad-4c1f-8580-c4ce1d1d4c22 req-3a5eb5f4-9368-4f94-a48c-70f59add8fac 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: 8f107af0-013f-46ed-8fa1-c036380edb72 [pid: 8|app: 0|req: 1643/3173] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:14:53 2026] DELETE /v2.0/ports/8f107af0-013f-46ed-8fa1-c036380edb72 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:14:53.388 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-febbe396-1ad9-43bc-a77e-3c02902827dc'] response: {'server_uuid': 'b0858b54-abc7-498c-8373-0ea6fb1d9d55', 'name': 'network-vif-deleted', 'tag': '8f107af0-013f-46ed-8fa1-c036380edb72', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1532/3176] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:14:55 2026] GET /v2.0/ports?device_id=b0858b54-abc7-498c-8373-0ea6fb1d9d55 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 21:15:00.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-b490912a-090c-43c0-ae39-51d7ec9dd8df 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: 066705a8-cd4d-4f1e-bacf-973e16d5d37b 2026-05-08 21:15:00.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b490912a-090c-43c0-ae39-51d7ec9dd8df 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: 066705a8-cd4d-4f1e-bacf-973e16d5d37b 2026-05-08 21:15:01.185 8 INFO neutron.db.l3_db [None req-b490912a-090c-43c0-ae39-51d7ec9dd8df 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Floating IP a9f6d2bb-a402-4099-a8c3-57a7d7ced727 disassociated (deleted). External IP: 10.96.250.217, port: 681bf6c1-cd66-4215-990b-d57332ce6ded. [pid: 8|app: 0|req: 1645/3177] 10.0.0.139 () {32 vars in 732 bytes} [Fri May 8 21:15:00 2026] DELETE /v2.0/floatingips/a9f6d2bb-a402-4099-a8c3-57a7d7ced727 => generated 0 bytes in 678 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:01.548 7 INFO neutron.api.v2.resource [None req-3c20b701-1525-43fa-8a2b-a14323703798 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1533/3178] 10.0.0.139 () {32 vars in 729 bytes} [Fri May 8 21:15:01 2026] GET /v2.0/floatingips/a9f6d2bb-a402-4099-a8c3-57a7d7ced727 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:15:01.555 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45ccdc6e-dc19-4cfc-98e3-5045082cbf85'] response: {'name': 'network-changed', 'server_uuid': '4150a21a-0d97-48d2-b3a1-b16fe5569013', 'tag': '681bf6c1-cd66-4215-990b-d57332ce6ded', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1646/3179] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:15:01 2026] GET /v2.0/ports?device_id=4150a21a-0d97-48d2-b3a1-b16fe5569013 => generated 1192 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3180] 10.0.0.227 () {34 vars in 1040 bytes} [Fri May 8 21:15:01 2026] GET /v2.0/security-groups?id=283e0531-23e9-4a77-838c-742f6b4d71c0&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3181] 199.204.45.25 () {34 vars in 1079 bytes} [Fri May 8 21:15:02 2026] GET /v2.0/ports?tenant_id=6ac82cfed9754df79ec650232923f422&device_id=4150a21a-0d97-48d2-b3a1-b16fe5569013 => 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: 1535/3182] 199.204.45.25 () {34 vars in 985 bytes} [Fri May 8 21:15:02 2026] GET /v2.0/networks?id=27ab0b18-8dde-49ec-92fc-00da08018735 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3183] 199.204.45.25 () {34 vars in 1053 bytes} [Fri May 8 21:15:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=681bf6c1-cd66-4215-990b-d57332ce6ded => 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: 1536/3184] 199.204.45.25 () {34 vars in 1103 bytes} [Fri May 8 21:15:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A23d&port_id=681bf6c1-cd66-4215-990b-d57332ce6ded => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3185] 199.204.45.25 () {34 vars in 1063 bytes} [Fri May 8 21:15:02 2026] GET /v2.0/subnets?id=34690d83-5a24-4e60-99a2-b1a0cf1796a3&id=0a829162-61d4-40eb-8b9b-c948825e9939 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3186] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:15:02 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3187] 199.204.45.25 () {34 vars in 1051 bytes} [Fri May 8 21:15:02 2026] GET /v2.0/ports?network_id=27ab0b18-8dde-49ec-92fc-00da08018735&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3188] 199.204.45.25 () {34 vars in 1011 bytes} [Fri May 8 21:15:02 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?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: 1651/3189] 199.204.45.25 () {34 vars in 1111 bytes} [Fri May 8 21:15:02 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3190] 199.204.45.25 () {34 vars in 993 bytes} [Fri May 8 21:15:04 2026] GET /v2.0/ports?device_id=4150a21a-0d97-48d2-b3a1-b16fe5569013 => generated 1192 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 21:15:04.353 8 INFO neutron_taas.services.taas.taas_plugin [req-6b8824ae-0010-4355-85e2-f42e2c46e679 req-a88a89b5-448f-4dfd-b7a5-8eeeb7f2f516 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: 681bf6c1-cd66-4215-990b-d57332ce6ded 2026-05-08 21:15:04.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6b8824ae-0010-4355-85e2-f42e2c46e679 req-a88a89b5-448f-4dfd-b7a5-8eeeb7f2f516 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: 681bf6c1-cd66-4215-990b-d57332ce6ded [pid: 8|app: 0|req: 1652/3191] 199.204.45.25 () {36 vars in 996 bytes} [Fri May 8 21:15:04 2026] DELETE /v2.0/ports/681bf6c1-cd66-4215-990b-d57332ce6ded => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:15:04.613 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-291039e5-68a2-40db-a38d-ac7d22599406'] response: {'server_uuid': '4150a21a-0d97-48d2-b3a1-b16fe5569013', 'name': 'network-vif-deleted', 'tag': '681bf6c1-cd66-4215-990b-d57332ce6ded', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1540/3192] 10.0.0.227 () {34 vars in 990 bytes} [Fri May 8 21:15:06 2026] GET /v2.0/ports?device_id=4150a21a-0d97-48d2-b3a1-b16fe5569013 => 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: 1542/3195] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:15:11 2026] DELETE /v2.0/security-group-rules/7a6bdd95-639b-41a0-a5c6-c4577dbc43f0 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:12.035 8 INFO neutron.api.v2.resource [None req-bcef115d-c945-4aa5-96bd-dace3dbea707 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1654/3196] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:15:12 2026] GET /v2.0/security-group-rules/7a6bdd95-639b-41a0-a5c6-c4577dbc43f0 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3197] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:15:12 2026] DELETE /v2.0/security-group-rules/0e2318cc-e6f2-4ec1-8d9d-4b36402aa6b1 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:12.113 8 INFO neutron.api.v2.resource [None req-8940eb04-b06c-4ea9-930f-9acadda7ce9d 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1655/3198] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:15:12 2026] GET /v2.0/security-group-rules/0e2318cc-e6f2-4ec1-8d9d-4b36402aa6b1 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3199] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:15:12 2026] DELETE /v2.0/security-group-rules/173f7cf3-431b-414b-9d60-9a6da00f11f3 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:12.189 8 INFO neutron.api.v2.resource [None req-800b2e23-4554-452a-bf46-06634bf58bb2 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1656/3200] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:15:12 2026] GET /v2.0/security-group-rules/173f7cf3-431b-414b-9d60-9a6da00f11f3 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3201] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:15:12 2026] DELETE /v2.0/security-group-rules/d4a5618c-5c8b-402e-bd25-7c34b03808b3 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:12.270 8 INFO neutron.api.v2.resource [None req-c4a1eeef-ca9d-4da4-94d9-7029d51239b4 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1657/3202] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:15:12 2026] GET /v2.0/security-group-rules/d4a5618c-5c8b-402e-bd25-7c34b03808b3 => 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: 1546/3203] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:15:12 2026] DELETE /v2.0/security-group-rules/7179b4b8-1e3c-4ad3-9a37-aebc52d733be => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:12.371 8 INFO neutron.api.v2.resource [None req-cf5b14a4-e2dd-41f7-9188-b6ec661eb364 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1658/3204] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:15:12 2026] GET /v2.0/security-group-rules/7179b4b8-1e3c-4ad3-9a37-aebc52d733be => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3205] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:15:12 2026] DELETE /v2.0/security-group-rules/cce246d8-7bad-40b4-9818-951ec5d62186 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:12.461 8 INFO neutron.api.v2.resource [None req-f537901c-a8cf-49dc-88cd-456d33ffe34a 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1659/3206] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:15:12 2026] GET /v2.0/security-group-rules/cce246d8-7bad-40b4-9818-951ec5d62186 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3207] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:15:12 2026] DELETE /v2.0/security-group-rules/b68920c9-451d-4787-9dad-d8538c55209d => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:12.545 8 INFO neutron.api.v2.resource [None req-856faddb-5b6f-426d-831f-dba1edaff9e9 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1660/3208] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:15:12 2026] GET /v2.0/security-group-rules/b68920c9-451d-4787-9dad-d8538c55209d => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3209] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:15:12 2026] DELETE /v2.0/security-group-rules/8677ba1e-d792-46b4-abc9-411fe15d02bc => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:12.625 8 INFO neutron.api.v2.resource [None req-05bb22f0-2b9f-4e15-b434-e3ffdbf67e12 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1661/3210] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:15:12 2026] GET /v2.0/security-group-rules/8677ba1e-d792-46b4-abc9-411fe15d02bc => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3211] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:15:12 2026] DELETE /v2.0/security-group-rules/20465e8c-f6e3-4911-814c-a5a133027724 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:12.705 8 INFO neutron.api.v2.resource [None req-16811df0-b430-4de1-adf1-7a26f0881529 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1662/3212] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:15:12 2026] GET /v2.0/security-group-rules/20465e8c-f6e3-4911-814c-a5a133027724 => 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: 1551/3213] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:15:12 2026] DELETE /v2.0/security-group-rules/61b5229a-6a98-4f9e-ae1a-e582900e4d3d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:12.786 8 INFO neutron.api.v2.resource [None req-3e584ed0-4862-461f-90fe-e22a927b30db 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1663/3214] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:15:12 2026] GET /v2.0/security-group-rules/61b5229a-6a98-4f9e-ae1a-e582900e4d3d => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3215] 10.0.0.139 () {32 vars in 750 bytes} [Fri May 8 21:15:12 2026] DELETE /v2.0/security-group-rules/47cb0faa-5e0a-46ac-8544-705d0b35c736 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:12.853 8 INFO neutron.api.v2.resource [None req-bdf533c2-e83b-4d84-acc3-7d1c223f97c5 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1664/3216] 10.0.0.139 () {32 vars in 747 bytes} [Fri May 8 21:15:12 2026] GET /v2.0/security-group-rules/47cb0faa-5e0a-46ac-8544-705d0b35c736 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3217] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:15:12 2026] DELETE /v2.0/security-groups/283e0531-23e9-4a77-838c-742f6b4d71c0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:12.971 8 INFO neutron.api.v2.resource [None req-717136fc-7f89-4e6c-b543-2a2b60bba2a9 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1665/3218] 10.0.0.139 () {32 vars in 737 bytes} [Fri May 8 21:15:12 2026] GET /v2.0/security-groups/283e0531-23e9-4a77-838c-742f6b4d71c0 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:15:13.402 7 INFO neutron_taas.services.taas.taas_plugin [None req-db59f461-2abc-4b81-8be1-7a5787979345 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: 9b372f44-3367-4417-a48f-45b4b7785d40 2026-05-08 21:15:13.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db59f461-2abc-4b81-8be1-7a5787979345 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: 9b372f44-3367-4417-a48f-45b4b7785d40 [pid: 7|app: 0|req: 1554/3219] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:15:13 2026] PUT /v2.0/routers/05802ba1-6395-4a2e-a421-c9d7aac03a1a/remove_router_interface => generated 309 bytes in 1249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:15:14.433 8 INFO neutron.api.v2.resource [None req-e89d5e34-0bb1-478c-926b-212fc5d1a9df 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1666/3220] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:15:14 2026] PUT /v2.0/routers/05802ba1-6395-4a2e-a421-c9d7aac03a1a/remove_router_interface => generated 198 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:15:14.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8f3ecc2-0434-4447-ad07-c18b61e1412e 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: 565f0b75-e4f5-4231-a183-24e1175e9f8b 2026-05-08 21:15:14.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8f3ecc2-0434-4447-ad07-c18b61e1412e 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: 565f0b75-e4f5-4231-a183-24e1175e9f8b [pid: 7|app: 0|req: 1555/3221] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:15:14 2026] PUT /v2.0/routers/05802ba1-6395-4a2e-a421-c9d7aac03a1a/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:15:15.486 8 INFO neutron.api.v2.resource [None req-0815bded-21cc-4661-b4ce-bb5a72ee4be3 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1667/3222] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:15:15 2026] PUT /v2.0/routers/05802ba1-6395-4a2e-a421-c9d7aac03a1a/remove_router_interface => generated 198 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:15:15.894 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9ad4863-3774-4749-b5c8-238612d1d33d 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: c51417e3-5278-4a92-a5f8-e6383b395497 2026-05-08 21:15:15.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9ad4863-3774-4749-b5c8-238612d1d33d 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: c51417e3-5278-4a92-a5f8-e6383b395497 [pid: 7|app: 0|req: 1556/3223] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:15:15 2026] PUT /v2.0/routers/05802ba1-6395-4a2e-a421-c9d7aac03a1a/remove_router_interface => generated 309 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 21:15:16.519 8 INFO neutron.api.v2.resource [None req-eb5f37a1-f9cf-43fa-9b70-939515d902c9 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1668/3224] 10.0.0.139 () {34 vars in 789 bytes} [Fri May 8 21:15:16 2026] PUT /v2.0/routers/05802ba1-6395-4a2e-a421-c9d7aac03a1a/remove_router_interface => generated 198 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:15:16.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-398f908d-00f7-49e3-9af3-6fb14e86d198 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: 33cead18-f836-4a75-82aa-a744cac1c26e 2026-05-08 21:15:16.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-398f908d-00f7-49e3-9af3-6fb14e86d198 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: 33cead18-f836-4a75-82aa-a744cac1c26e 2026-05-08 21:15:16.933 7 INFO neutron_taas.services.taas.taas_plugin [None req-398f908d-00f7-49e3-9af3-6fb14e86d198 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: ec41fd6d-614e-45c1-be20-980b4c05c0ea 2026-05-08 21:15:16.935 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-398f908d-00f7-49e3-9af3-6fb14e86d198 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: ec41fd6d-614e-45c1-be20-980b4c05c0ea 2026-05-08 21:15:17.270 7 INFO neutron.db.l3_hamode_db [None req-398f908d-00f7-49e3-9af3-6fb14e86d198 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] HA network 9dcf940b-3278-468c-bb07-7e7c1bc4066f was deleted as no HA routers are present in tenant 6ac82cfed9754df79ec650232923f422. [pid: 7|app: 0|req: 1557/3225] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:15:16 2026] DELETE /v2.0/routers/05802ba1-6395-4a2e-a421-c9d7aac03a1a => generated 0 bytes in 751 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 21:15:17.309 8 INFO neutron.api.v2.resource [None req-e891f7cb-13ec-4675-ab48-3d29631aa676 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1669/3226] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:15:17 2026] GET /v2.0/routers/05802ba1-6395-4a2e-a421-c9d7aac03a1a => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:15:17.313 7 INFO neutron.services.segments.plugin [-] Segment 1bb1566a-8ba6-4bfc-b05d-365cac4a07aa resource provider aggregate not found 2026-05-08 21:15:17.333 7 INFO neutron.services.segments.plugin [-] Segment 1bb1566a-8ba6-4bfc-b05d-365cac4a07aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bb1566a-8ba6-4bfc-b05d-365cac4a07aa found for delete ", "request_id": "req-569606bb-8daa-4bb4-a4b1-4a15f806e344"}]} 2026-05-08 21:15:17.354 7 INFO neutron.services.segments.plugin [-] Segment 1bb1566a-8ba6-4bfc-b05d-365cac4a07aa resource provider aggregate not found 2026-05-08 21:15:17.370 7 INFO neutron.services.segments.plugin [-] Segment 1bb1566a-8ba6-4bfc-b05d-365cac4a07aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bb1566a-8ba6-4bfc-b05d-365cac4a07aa found for delete ", "request_id": "req-d752ef34-f04d-4da4-b6c7-91d2b8a15f7a"}]} [pid: 7|app: 0|req: 1558/3227] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:15:17 2026] DELETE /v2.0/subnets/474759a6-2e2d-4c90-936c-8652fab6130c => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:15:17.513 8 INFO neutron.pecan_wsgi.hooks.translation [None req-561bf4ab-59b4-41c3-b0f5-c92829fa26e8 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1670/3228] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:15:17 2026] GET /v2.0/subnets/474759a6-2e2d-4c90-936c-8652fab6130c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3229] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:15:17 2026] DELETE /v2.0/subnets/50a83d90-d3c6-4323-86dc-bd6bcbb7be8d => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:15:17.679 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dccfc46f-7963-4c61-ae47-74f72c36928e 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1671/3230] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:15:17 2026] GET /v2.0/subnets/50a83d90-d3c6-4323-86dc-bd6bcbb7be8d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:15:17.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ff389e8-83a2-41f5-abc6-c7c32f013c26 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: 65c75b0e-5075-43ab-8a86-2c5dcac67e8f 2026-05-08 21:15:17.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ff389e8-83a2-41f5-abc6-c7c32f013c26 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: 65c75b0e-5075-43ab-8a86-2c5dcac67e8f [pid: 7|app: 0|req: 1560/3231] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:15:17 2026] DELETE /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:15:17.982 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8d86c39-9af4-4af4-a11e-4debe06fa12b 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1672/3232] 10.0.0.139 () {32 vars in 723 bytes} [Fri May 8 21:15:17 2026] GET /v2.0/networks/aa59bf66-2d1d-4074-b7bb-16b8ac68db22 => 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: 1561/3233] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:15:17 2026] DELETE /v2.0/subnets/0a829162-61d4-40eb-8b9b-c948825e9939 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:15:18.145 8 INFO neutron.pecan_wsgi.hooks.translation [None req-834578b6-4d11-4d95-8e99-ccb13de53997 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1673/3234] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:15:18 2026] GET /v2.0/subnets/0a829162-61d4-40eb-8b9b-c948825e9939 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3235] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:15:18 2026] DELETE /v2.0/subnets/34690d83-5a24-4e60-99a2-b1a0cf1796a3 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:15:18.315 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd1c9d26-5fa5-419d-8f19-4ddbc2d24b15 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1674/3236] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:15:18 2026] GET /v2.0/subnets/34690d83-5a24-4e60-99a2-b1a0cf1796a3 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:15:18.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-c37d6bba-f299-4642-80cb-eda3905f2068 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: 99cae032-8810-469f-8e32-d0271c409686 2026-05-08 21:15:18.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c37d6bba-f299-4642-80cb-eda3905f2068 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: 99cae032-8810-469f-8e32-d0271c409686 [pid: 7|app: 0|req: 1563/3237] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:15:18 2026] DELETE /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:15:18.624 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d051b791-a891-43f6-9346-758ec2df4993 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1675/3238] 10.0.0.139 () {32 vars in 723 bytes} [Fri May 8 21:15:18 2026] GET /v2.0/networks/27ab0b18-8dde-49ec-92fc-00da08018735 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3239] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:15:18 2026] DELETE /v2.0/subnets/ee2ba5a9-2b60-42a9-bfbc-d8a44622301e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:15:18.795 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50010229-caf6-45fc-a90e-3226476a6094 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1676/3240] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:15:18 2026] GET /v2.0/subnets/ee2ba5a9-2b60-42a9-bfbc-d8a44622301e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3241] 10.0.0.139 () {32 vars in 724 bytes} [Fri May 8 21:15:18 2026] DELETE /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:15:18.970 8 INFO neutron.pecan_wsgi.hooks.translation [None req-47968eb9-cc52-4486-b3ff-7555b7055d52 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1677/3242] 10.0.0.139 () {32 vars in 721 bytes} [Fri May 8 21:15:18 2026] GET /v2.0/subnets/0dbe867a-c942-44df-85dc-9516545ede7f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:15:19.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2cc426e-42e0-4f79-978e-b62536d14f07 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] TaaS: Handle Delete Port: fd7a0c42-dbbf-4e2b-8270-687df333b0cf 2026-05-08 21:15:19.076 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2cc426e-42e0-4f79-978e-b62536d14f07 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] Tap Mirror: Handle Delete Port: fd7a0c42-dbbf-4e2b-8270-687df333b0cf [pid: 7|app: 0|req: 1566/3243] 10.0.0.139 () {32 vars in 726 bytes} [Fri May 8 21:15:18 2026] DELETE /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 21:15:19.283 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00cb32a9-9815-4d44-b9a3-f7141400da76 07747abbc3a84651a9853d2ce721ac76 6ac82cfed9754df79ec650232923f422 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1678/3244] 10.0.0.139 () {32 vars in 723 bytes} [Fri May 8 21:15:19 2026] GET /v2.0/networks/0f721530-d8f6-4892-85e4-6fbd28855e15 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 21:15:19.348 7 INFO neutron.services.segments.plugin [-] Segment 82aab94a-9ade-4a1d-b3d3-480040b2d795 resource provider aggregate not found 2026-05-08 21:15:19.370 7 INFO neutron.services.segments.plugin [-] Segment 82aab94a-9ade-4a1d-b3d3-480040b2d795 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82aab94a-9ade-4a1d-b3d3-480040b2d795 found for delete ", "request_id": "req-1b9c32f4-e28f-4ad3-a6f7-dffac60935a3"}]} 2026-05-08 21:15:19.385 7 INFO neutron.services.segments.plugin [-] Segment 23a0c34e-27cb-4f6e-b7df-87389bfcd108 resource provider aggregate not found 2026-05-08 21:15:19.391 7 INFO neutron.services.segments.plugin [-] Segment 82aab94a-9ade-4a1d-b3d3-480040b2d795 resource provider aggregate not found 2026-05-08 21:15:19.404 7 INFO neutron.services.segments.plugin [-] Segment 23a0c34e-27cb-4f6e-b7df-87389bfcd108 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23a0c34e-27cb-4f6e-b7df-87389bfcd108 found for delete ", "request_id": "req-6ea46da1-6e80-4401-9bd7-eedb82f3577f"}]} 2026-05-08 21:15:19.405 7 INFO neutron.services.segments.plugin [-] Segment 82aab94a-9ade-4a1d-b3d3-480040b2d795 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82aab94a-9ade-4a1d-b3d3-480040b2d795 found for delete ", "request_id": "req-db91f88e-1bd0-47a0-b4eb-22215f51dc7f"}]} 2026-05-08 21:15:19.423 7 INFO neutron.services.segments.plugin [-] Segment 23a0c34e-27cb-4f6e-b7df-87389bfcd108 resource provider aggregate not found 2026-05-08 21:15:19.424 7 INFO neutron.services.segments.plugin [-] Segment 9b70922f-3390-4ee9-b75b-a499d12f0611 resource provider aggregate not found 2026-05-08 21:15:19.440 7 INFO neutron.services.segments.plugin [-] Segment 23a0c34e-27cb-4f6e-b7df-87389bfcd108 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23a0c34e-27cb-4f6e-b7df-87389bfcd108 found for delete ", "request_id": "req-7e498f8d-d6b8-4261-8978-7cf4803332a3"}]} 2026-05-08 21:15:19.443 7 INFO neutron.services.segments.plugin [-] Segment 9b70922f-3390-4ee9-b75b-a499d12f0611 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b70922f-3390-4ee9-b75b-a499d12f0611 found for delete ", "request_id": "req-444a0b72-638b-40df-9fb4-ff5f1e018db1"}]} 2026-05-08 21:15:19.454 7 INFO neutron.services.segments.plugin [-] Segment 9b70922f-3390-4ee9-b75b-a499d12f0611 resource provider aggregate not found 2026-05-08 21:15:19.469 7 INFO neutron.services.segments.plugin [-] Segment 9b70922f-3390-4ee9-b75b-a499d12f0611 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b70922f-3390-4ee9-b75b-a499d12f0611 found for delete ", "request_id": "req-9c5ba8e2-4e44-4e45-ae27-82183a064b5b"}]} [pid: 7|app: 0|req: 1567/3245] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:15:21 2026] GET /v2.0/security-groups?tenant_id=3abe9d2c8c4243cdb41049c6a2f7295c&name=default => generated 2929 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3246] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:15:21 2026] DELETE /v2.0/security-groups/f6504c51-7f1d-4ea7-aefb-730384351bae => 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: 1568/3247] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:15:21 2026] GET /v2.0/security-groups?tenant_id=f55da82757ec4ee79ff921c2947bf067&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3248] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:15:21 2026] DELETE /v2.0/security-groups/3d027303-e2de-4236-9019-2a9f90365e2c => 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: 1569/3249] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:15:22 2026] GET /v2.0/security-groups?tenant_id=dab6ef366d5b4fac89767ad21df91258&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3250] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:15:22 2026] DELETE /v2.0/security-groups/3649f73b-1ef8-4bb5-ab17-ff3c0f3cd4c3 => 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: 1570/3251] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:15:22 2026] GET /v2.0/security-groups?tenant_id=8672bf1208a24114acdad2c65f5af9e7&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3252] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:15:22 2026] DELETE /v2.0/security-groups/24e88a82-0d66-407f-b2a8-22cbd47a0695 => 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: 1571/3253] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:15:22 2026] GET /v2.0/security-groups?tenant_id=26ab9fd6fbf14890864325355655ab51&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3254] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:15:22 2026] DELETE /v2.0/security-groups/7b7fb592-40bc-4f3e-8dbe-62e34422d6dc => 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: 1572/3255] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:15:23 2026] GET /v2.0/security-groups?tenant_id=a14f69f04102486ea2442c2ccf6236fb&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3256] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:15:23 2026] DELETE /v2.0/security-groups/8c277ea9-43f1-4964-ab12-aeb76cfa992f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3257] 10.0.0.139 () {32 vars in 774 bytes} [Fri May 8 21:15:23 2026] GET /v2.0/security-groups?tenant_id=6ac82cfed9754df79ec650232923f422&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: 1685/3258] 10.0.0.139 () {32 vars in 740 bytes} [Fri May 8 21:15:23 2026] DELETE /v2.0/security-groups/2ba194ad-6fce-4644-8950-3fb41e6bcfb0 => 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: 1575/3261] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:15:26 2026] GET /v2.0/networks => generated 2168 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3262] 10.0.0.139 () {32 vars in 655 bytes} [Fri May 8 21:15:27 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: 1576/3263] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:15:27 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: 1688/3264] 10.0.0.139 () {32 vars in 643 bytes} [Fri May 8 21:15:27 2026] GET /v2.0/ports => generated 4725 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3265] 10.0.0.139 () {32 vars in 647 bytes} [Fri May 8 21:15:27 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3266] 10.0.0.139 () {32 vars in 649 bytes} [Fri May 8 21:15:27 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: 1578/3267] 10.0.0.139 () {32 vars in 663 bytes} [Fri May 8 21:15:27 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: 1690/3268] 10.0.0.139 () {32 vars in 655 bytes} [Fri May 8 21:15:27 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)